Class TeamServiceWrapper
Object
com.liferay.portal.kernel.service.TeamServiceWrapper
- All Implemented Interfaces:
BaseService,ServiceWrapper<TeamService>,TeamService
Provides a wrapper for
TeamService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTeam(long groupId, String name, String description, ServiceContext serviceContext) voiddeleteTeam(long teamId) getGroupTeams(long groupId) Returns the OSGi service identifier.getTeam(long teamId) getUserTeams(long userId) getUserTeams(long userId, long groupId) booleanhasUserTeam(long userId, long teamId) search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) intsearchCount(long groupId, String name, String description, LinkedHashMap<String, Object> params) voidsetWrappedService(TeamService teamService) updateTeam(long teamId, String name, String description)
-
Constructor Details
-
TeamServiceWrapper
public TeamServiceWrapper() -
TeamServiceWrapper
-
-
Method Details
-
addTeam
public Team addTeam(long groupId, String name, String description, ServiceContext serviceContext) throws PortalException - Specified by:
addTeamin interfaceTeamService- Throws:
PortalException
-
deleteTeam
- Specified by:
deleteTeamin interfaceTeamService- Throws:
PortalException
-
getGroupTeams
- Specified by:
getGroupTeamsin interfaceTeamService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceTeamService- Returns:
- the OSGi service identifier
-
getTeam
- Specified by:
getTeamin interfaceTeamService- Throws:
PortalException
-
getTeam
- Specified by:
getTeamin interfaceTeamService- Throws:
PortalException
-
getUserTeams
- Specified by:
getUserTeamsin interfaceTeamService- Throws:
PortalException
-
getUserTeams
- Specified by:
getUserTeamsin interfaceTeamService- Throws:
PortalException
-
hasUserTeam
- Specified by:
hasUserTeamin interfaceTeamService- Throws:
PortalException
-
search
public List<Team> search(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) - Specified by:
searchin interfaceTeamService
-
searchCount
public int searchCount(long groupId, String name, String description, LinkedHashMap<String, Object> params) - Specified by:
searchCountin interfaceTeamService
-
updateTeam
- Specified by:
updateTeamin interfaceTeamService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<TeamService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<TeamService>
-