|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.TeamServiceWrapper
@ProviderType public class TeamServiceWrapper
Provides a wrapper for TeamService
.
TeamService
Constructor Summary | |
---|---|
TeamServiceWrapper(TeamService teamService)
|
Method Summary | |
---|---|
Team |
addTeam(long groupId,
String name,
String description)
|
void |
deleteTeam(long teamId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<Team> |
getGroupTeams(long groupId)
|
Team |
getTeam(long teamId)
|
Team |
getTeam(long groupId,
String name)
|
List<Team> |
getUserTeams(long userId)
|
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(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,
String name,
String description)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TeamServiceWrapper(TeamService teamService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface TeamService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface TeamService
beanIdentifier
- the Spring bean ID for this beanpublic Team addTeam(long groupId, String name, String description) throws PortalException, SystemException
addTeam
in interface TeamService
PortalException
SystemException
public void deleteTeam(long teamId) throws PortalException, SystemException
deleteTeam
in interface TeamService
PortalException
SystemException
public List<Team> getGroupTeams(long groupId) throws PortalException, SystemException
getGroupTeams
in interface TeamService
PortalException
SystemException
public Team getTeam(long teamId) throws PortalException, SystemException
getTeam
in interface TeamService
PortalException
SystemException
public Team getTeam(long groupId, String name) throws PortalException, SystemException
getTeam
in interface TeamService
PortalException
SystemException
public List<Team> getUserTeams(long userId) throws PortalException, SystemException
getUserTeams
in interface TeamService
PortalException
SystemException
public List<Team> getUserTeams(long userId, long groupId) throws PortalException, SystemException
getUserTeams
in interface TeamService
PortalException
SystemException
public boolean hasUserTeam(long userId, long teamId) throws PortalException, SystemException
hasUserTeam
in interface TeamService
PortalException
SystemException
public Team updateTeam(long teamId, String name, String description) throws PortalException, SystemException
updateTeam
in interface TeamService
PortalException
SystemException
public 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>
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |