public class TeamServiceImpl extends TeamServiceBaseImpl
counterLocalService, teamFinder, teamLocalService, teamPersistence, teamService, userGroupPersistence, userPersistence
Constructor and Description |
---|
TeamServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Team |
addTeam(long groupId,
String name,
String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteTeam(long teamId) |
List<com.liferay.portal.kernel.model.Team> |
getGroupTeams(long groupId) |
com.liferay.portal.kernel.model.Team |
getTeam(long teamId) |
com.liferay.portal.kernel.model.Team |
getTeam(long groupId,
String name) |
List<com.liferay.portal.kernel.model.Team> |
getUserTeams(long userId) |
List<com.liferay.portal.kernel.model.Team> |
getUserTeams(long userId,
long groupId) |
boolean |
hasUserTeam(long userId,
long teamId) |
List<com.liferay.portal.kernel.model.Team> |
search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator) |
int |
searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params) |
com.liferay.portal.kernel.model.Team |
updateTeam(long teamId,
String name,
String description) |
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getTeamFinder, getTeamLocalService, getTeamPersistence, getTeamService, runSQL, setCounterLocalService, setTeamFinder, setTeamLocalService, setTeamPersistence, setTeamService
public com.liferay.portal.kernel.model.Team addTeam(long groupId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void deleteTeam(long teamId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Team> getGroupTeams(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Team getTeam(long teamId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Team getTeam(long groupId, String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Team> getUserTeams(long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Team> getUserTeams(long userId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public boolean hasUserTeam(long userId, long teamId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Team> search(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator)
public int searchCount(long groupId, String name, String description, LinkedHashMap<String,Object> params)
public com.liferay.portal.kernel.model.Team updateTeam(long teamId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException