public class TeamServiceImpl extends TeamServiceBaseImpl
counterLocalService, counterPersistence, groupFinder, groupLocalService, groupPersistence, groupService, resourceLocalService, roleFinder, roleLocalService, rolePersistence, roleService, teamFinder, teamLocalService, teamPersistence, teamService, userFinder, userGroupFinder, userGroupLocalService, userGroupPersistence, userGroupService, userLocalService, userPersistence, userService
Constructor and Description |
---|
TeamServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Team |
addTeam(long groupId,
String name,
String description)
Deprecated.
As of Wilberforce (7.0.x), replaced by
addTeam(long,
String, String, ServiceContext) |
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> obc) |
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, getCounterPersistence, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getTeamFinder, getTeamLocalService, getTeamPersistence, getTeamService, getUserFinder, getUserGroupFinder, getUserGroupLocalService, getUserGroupPersistence, getUserGroupService, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterPersistence, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceLocalService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setTeamFinder, setTeamLocalService, setTeamPersistence, setTeamService, setUserFinder, setUserGroupFinder, setUserGroupLocalService, setUserGroupPersistence, setUserGroupService, setUserLocalService, setUserPersistence, setUserService
@Deprecated public com.liferay.portal.kernel.model.Team addTeam(long groupId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
addTeam(long,
String, String, ServiceContext)
com.liferay.portal.kernel.exception.PortalException
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> obc)
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