com.liferay.portal.service.impl
Class TeamServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.TeamServiceBaseImpl
com.liferay.portal.service.impl.TeamServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, TeamService
public class TeamServiceImpl
- extends TeamServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.TeamServiceBaseImpl |
counterLocalService, resourceLocalService, roleFinder, roleLocalService, rolePersistence, roleService, teamFinder, teamLocalService, teamPersistence, teamService, userFinder, userGroupFinder, userGroupLocalService, userGroupPersistence, userGroupService, userLocalService, userPersistence, userService |
| Methods inherited from class com.liferay.portal.service.base.TeamServiceBaseImpl |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TeamServiceImpl
public TeamServiceImpl()
addTeam
public Team addTeam(long groupId,
String name,
String description)
throws PortalException
- Throws:
PortalException
deleteTeam
public void deleteTeam(long teamId)
throws PortalException
- Throws:
PortalException
getGroupTeams
public List<Team> getGroupTeams(long groupId)
throws PortalException
- Throws:
PortalException
getTeam
public Team getTeam(long teamId)
throws PortalException
- Throws:
PortalException
getTeam
public Team getTeam(long groupId,
String name)
throws PortalException
- Throws:
PortalException
getUserTeams
public List<Team> getUserTeams(long userId)
throws PortalException
- Throws:
PortalException
getUserTeams
public List<Team> getUserTeams(long userId,
long groupId)
throws PortalException
- Throws:
PortalException
hasUserTeam
public boolean hasUserTeam(long userId,
long teamId)
throws PortalException
- Throws:
PortalException
updateTeam
public Team updateTeam(long teamId,
String name,
String description)
throws PortalException
- Throws:
PortalException