@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)
Deprecated.
As of 7.0.0, replaced by
addTeam(long, String,
String, ServiceContext) |
Team |
addTeam(long groupId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
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)
@Deprecated public Team addTeam(long groupId, java.lang.String name, java.lang.String description) throws PortalException
addTeam(long, String,
String, ServiceContext)addTeam in interface TeamServicePortalExceptionpublic Team addTeam(long groupId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
addTeam in interface TeamServicePortalExceptionpublic void deleteTeam(long teamId)
throws PortalException
deleteTeam in interface TeamServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface TeamServicepublic java.util.List<Team> getGroupTeams(long groupId) throws PortalException
getGroupTeams in interface TeamServicePortalExceptionpublic Team getTeam(long groupId, java.lang.String name) throws PortalException
getTeam in interface TeamServicePortalExceptionpublic Team getTeam(long teamId) throws PortalException
getTeam in interface TeamServicePortalExceptionpublic java.util.List<Team> getUserTeams(long userId) throws PortalException
getUserTeams in interface TeamServicePortalExceptionpublic java.util.List<Team> getUserTeams(long userId, long groupId) throws PortalException
getUserTeams in interface TeamServicePortalExceptionpublic boolean hasUserTeam(long userId,
long teamId)
throws PortalException
hasUserTeam in interface TeamServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface TeamServicebeanIdentifier - the Spring bean ID for this beanpublic Team updateTeam(long teamId, java.lang.String name, java.lang.String description) throws PortalException
updateTeam in interface TeamServicePortalException@Deprecated public TeamService getWrappedTeamService()
getWrappedService()@Deprecated 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>