Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class TeamServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.TeamServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<TeamService>, TeamService

public class TeamServiceWrapper
extends Object
implements TeamService, ServiceWrapper<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 it is generated.

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. Renamed to 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. Renamed to 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

TeamServiceWrapper

public TeamServiceWrapper(TeamService teamService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface TeamService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface TeamService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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

getGroupTeams

public List<Team> getGroupTeams(long groupId)
                         throws PortalException,
                                SystemException
Specified by:
getGroupTeams in interface TeamService
Throws:
PortalException
SystemException

getTeam

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

getTeam

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

getUserTeams

public List<Team> getUserTeams(long userId)
                        throws PortalException,
                               SystemException
Specified by:
getUserTeams in interface TeamService
Throws:
PortalException
SystemException

getUserTeams

public List<Team> getUserTeams(long userId,
                               long groupId)
                        throws PortalException,
                               SystemException
Specified by:
getUserTeams in interface TeamService
Throws:
PortalException
SystemException

hasUserTeam

public boolean hasUserTeam(long userId,
                           long teamId)
                    throws PortalException,
                           SystemException
Specified by:
hasUserTeam 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()
Deprecated. Renamed to getWrappedService()


setWrappedTeamService

public void setWrappedTeamService(TeamService teamService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.TeamService)


getWrappedService

public TeamService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<TeamService>

setWrappedService

public void setWrappedService(TeamService teamService)
Specified by:
setWrappedService in interface ServiceWrapper<TeamService>

Liferay 6.1.2-ce-ga3