Liferay 6.0.5

com.liferay.portal.service
Class TeamServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.TeamServiceWrapper
All Implemented Interfaces:
TeamService

public class TeamServiceWrapper
extends Object
implements TeamService

This class is a wrapper for TeamService.

See Also:
TeamService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
TeamServiceWrapper(TeamService teamService)
           
 
Method Summary
 Team addTeam(long groupId, String name, String description)
           
 void deleteTeam(long teamId)
           
 TeamService getWrappedTeamService()
           
 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

TeamServiceWrapper

public TeamServiceWrapper(TeamService teamService)
Method Detail

addTeam

public Team addTeam(long groupId,
                    String name,
                    String description)
             throws PortalException,
                    SystemException
Specified by:
addTeam in interface TeamService
Throws:
PortalException
SystemException

deleteTeam

public void deleteTeam(long teamId)
                throws PortalException,
                       SystemException
Specified by:
deleteTeam in interface TeamService
Throws:
PortalException
SystemException

updateTeam

public Team updateTeam(long teamId,
                       String name,
                       String description)
                throws PortalException,
                       SystemException
Specified by:
updateTeam in interface TeamService
Throws:
PortalException
SystemException

getWrappedTeamService

public TeamService getWrappedTeamService()

Liferay 6.0.5