com.liferay.portal.service
Class TeamLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.TeamLocalServiceWrapper
All Implemented Interfaces:
TeamLocalService

public class TeamLocalServiceWrapper
extends java.lang.Object
implements TeamLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for TeamLocalService.

Author:
Brian Wing Shun Chan
See Also:
TeamLocalService
Generated:

Constructor Summary
TeamLocalServiceWrapper(TeamLocalService teamLocalService)
           
 
Method Summary
 Team addTeam(long userId, long groupId, java.lang.String name, java.lang.String description)
           
 Team addTeam(Team team)
           
 Team createTeam(long teamId)
           
 void deleteTeam(long teamId)
           
 void deleteTeam(Team team)
           
 void deleteTeams(long groupId)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 java.util.List<Team> getGroupTeams(long groupId)
           
 Team getTeam(long teamId)
           
 java.util.List<Team> getTeams(int start, int end)
           
 int getTeamsCount()
           
 java.util.List<Team> getUserTeams(long userId)
           
 java.util.List<Team> getUserTeams(long userId, long groupId)
           
 TeamLocalService getWrappedTeamLocalService()
           
 boolean hasUserTeam(long userId, long teamId)
           
 java.util.List<Team> search(long groupId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, int start, int end, OrderByComparator obc)
           
 int searchCount(long groupId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
           
 Team updateTeam(long teamId, java.lang.String name, java.lang.String description)
           
 Team updateTeam(Team team)
           
 Team updateTeam(Team team, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeamLocalServiceWrapper

public TeamLocalServiceWrapper(TeamLocalService teamLocalService)
Method Detail

addTeam

public Team addTeam(Team team)
             throws SystemException
Specified by:
addTeam in interface TeamLocalService
Throws:
SystemException

createTeam

public Team createTeam(long teamId)
Specified by:
createTeam in interface TeamLocalService

deleteTeam

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

deleteTeam

public void deleteTeam(Team team)
                throws SystemException
Specified by:
deleteTeam in interface TeamLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface TeamLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface TeamLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface TeamLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface TeamLocalService
Throws:
SystemException

getTeam

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

getTeams

public java.util.List<Team> getTeams(int start,
                                     int end)
                              throws SystemException
Specified by:
getTeams in interface TeamLocalService
Throws:
SystemException

getTeamsCount

public int getTeamsCount()
                  throws SystemException
Specified by:
getTeamsCount in interface TeamLocalService
Throws:
SystemException

updateTeam

public Team updateTeam(Team team)
                throws SystemException
Specified by:
updateTeam in interface TeamLocalService
Throws:
SystemException

updateTeam

public Team updateTeam(Team team,
                       boolean merge)
                throws SystemException
Specified by:
updateTeam in interface TeamLocalService
Throws:
SystemException

addTeam

public Team addTeam(long userId,
                    long groupId,
                    java.lang.String name,
                    java.lang.String description)
             throws PortalException,
                    SystemException
Specified by:
addTeam in interface TeamLocalService
Throws:
PortalException
SystemException

deleteTeams

public void deleteTeams(long groupId)
                 throws PortalException,
                        SystemException
Specified by:
deleteTeams in interface TeamLocalService
Throws:
PortalException
SystemException

getGroupTeams

public java.util.List<Team> getGroupTeams(long groupId)
                                   throws SystemException
Specified by:
getGroupTeams in interface TeamLocalService
Throws:
SystemException

getUserTeams

public java.util.List<Team> getUserTeams(long userId)
                                  throws SystemException
Specified by:
getUserTeams in interface TeamLocalService
Throws:
SystemException

getUserTeams

public java.util.List<Team> getUserTeams(long userId,
                                         long groupId)
                                  throws SystemException
Specified by:
getUserTeams in interface TeamLocalService
Throws:
SystemException

hasUserTeam

public boolean hasUserTeam(long userId,
                           long teamId)
                    throws SystemException
Specified by:
hasUserTeam in interface TeamLocalService
Throws:
SystemException

search

public java.util.List<Team> search(long groupId,
                                   java.lang.String name,
                                   java.lang.String description,
                                   java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
                                   int start,
                                   int end,
                                   OrderByComparator obc)
                            throws SystemException
Specified by:
search in interface TeamLocalService
Throws:
SystemException

searchCount

public int searchCount(long groupId,
                       java.lang.String name,
                       java.lang.String description,
                       java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
                throws SystemException
Specified by:
searchCount in interface TeamLocalService
Throws:
SystemException

updateTeam

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

getWrappedTeamLocalService

public TeamLocalService getWrappedTeamLocalService()