@ProviderType public class TeamServiceWrapper extends java.lang.Object implements TeamService, ServiceWrapper<TeamService>
TeamService.TeamService| Constructor and Description |
|---|
TeamServiceWrapper(TeamService teamService) |
| Modifier and Type | Method and Description |
|---|---|
Team |
addTeam(long groupId,
java.lang.String name,
java.lang.String description) |
void |
deleteTeam(long teamId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<Team> |
getGroupTeams(long groupId) |
Team |
getTeam(long teamId) |
Team |
getTeam(long groupId,
java.lang.String name) |
java.util.List<Team> |
getUserTeams(long userId) |
java.util.List<Team> |
getUserTeams(long userId,
long groupId) |
TeamService |
getWrappedService() |
TeamService |
getWrappedTeamService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
boolean |
hasUserTeam(long userId,
long teamId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedService(TeamService teamService) |
void |
setWrappedTeamService(TeamService teamService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.TeamService) |
Team |
updateTeam(long teamId,
java.lang.String name,
java.lang.String description) |
public TeamServiceWrapper(TeamService teamService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface TeamServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface TeamServicebeanIdentifier - the Spring bean ID for this beanpublic Team addTeam(long groupId, java.lang.String name, java.lang.String description) throws PortalException, SystemException
addTeam in interface TeamServicePortalExceptionSystemExceptionpublic void deleteTeam(long teamId)
throws PortalException,
SystemException
deleteTeam in interface TeamServicePortalExceptionSystemExceptionpublic java.util.List<Team> getGroupTeams(long groupId) throws PortalException, SystemException
getGroupTeams in interface TeamServicePortalExceptionSystemExceptionpublic Team getTeam(long teamId) throws PortalException, SystemException
getTeam in interface TeamServicePortalExceptionSystemExceptionpublic Team getTeam(long groupId, java.lang.String name) throws PortalException, SystemException
getTeam in interface TeamServicePortalExceptionSystemExceptionpublic java.util.List<Team> getUserTeams(long userId) throws PortalException, SystemException
getUserTeams in interface TeamServicePortalExceptionSystemExceptionpublic java.util.List<Team> getUserTeams(long userId, long groupId) throws PortalException, SystemException
getUserTeams in interface TeamServicePortalExceptionSystemExceptionpublic boolean hasUserTeam(long userId,
long teamId)
throws PortalException,
SystemException
hasUserTeam in interface TeamServicePortalExceptionSystemExceptionpublic Team updateTeam(long teamId, java.lang.String name, java.lang.String description) throws PortalException, SystemException
updateTeam in interface TeamServicePortalExceptionSystemExceptionpublic TeamService getWrappedTeamService()
getWrappedService()public void setWrappedTeamService(TeamService teamService)
setWrappedService(com.liferay.portal.service.TeamService)public TeamService getWrappedService()
getWrappedService in interface ServiceWrapper<TeamService>public void setWrappedService(TeamService teamService)
setWrappedService in interface ServiceWrapper<TeamService>