public class TeamServiceImpl extends TeamServiceBaseImpl
counterLocalService, 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.model.Team |
addTeam(long groupId,
java.lang.String name,
java.lang.String description)
Deprecated.
As of 7.0.0, replaced by
addTeam(long, String,
String, ServiceContext) |
com.liferay.portal.model.Team |
addTeam(long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteTeam(long teamId) |
java.util.List<com.liferay.portal.model.Team> |
getGroupTeams(long groupId) |
com.liferay.portal.model.Team |
getTeam(long teamId) |
com.liferay.portal.model.Team |
getTeam(long groupId,
java.lang.String name) |
java.util.List<com.liferay.portal.model.Team> |
getUserTeams(long userId) |
java.util.List<com.liferay.portal.model.Team> |
getUserTeams(long userId,
long groupId) |
boolean |
hasUserTeam(long userId,
long teamId) |
com.liferay.portal.model.Team |
updateTeam(long teamId,
java.lang.String name,
java.lang.String description) |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getResourceLocalService, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getTeamFinder, getTeamLocalService, getTeamPersistence, getTeamService, getUserFinder, getUserGroupFinder, getUserGroupLocalService, getUserGroupPersistence, getUserGroupService, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setResourceLocalService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setTeamFinder, setTeamLocalService, setTeamPersistence, setTeamService, setUserFinder, setUserGroupFinder, setUserGroupLocalService, setUserGroupPersistence, setUserGroupService, setUserLocalService, setUserPersistence, setUserService@Deprecated
public com.liferay.portal.model.Team addTeam(long groupId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.kernel.exception.PortalException
addTeam(long, String,
String, ServiceContext)com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.Team addTeam(long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteTeam(long teamId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.Team> getGroupTeams(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.Team getTeam(long teamId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.Team getTeam(long groupId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.Team> getUserTeams(long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.Team> getUserTeams(long userId,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasUserTeam(long userId,
long teamId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.Team updateTeam(long teamId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException