com.liferay.portal.service
Class TeamLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.TeamLocalServiceWrapper
- All Implemented Interfaces:
- TeamLocalService
public class TeamLocalServiceWrapper
- extends Object
- implements TeamLocalService
This class is a wrapper for TeamLocalService.
- See Also:
TeamLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
Team |
addTeam(long userId,
long groupId,
String name,
String description)
|
Team |
addTeam(Team team)
|
Team |
createTeam(long teamId)
|
void |
deleteTeam(long teamId)
|
void |
deleteTeam(Team team)
|
void |
deleteTeams(long groupId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<Team> |
getGroupTeams(long groupId)
|
Team |
getTeam(long teamId)
|
List<Team> |
getTeams(int start,
int end)
|
int |
getTeamsCount()
|
List<Team> |
getUserTeams(long userId)
|
List<Team> |
getUserTeams(long userId,
long groupId)
|
TeamLocalService |
getWrappedTeamLocalService()
|
boolean |
hasUserTeam(long userId,
long teamId)
|
List<Team> |
search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
int |
searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
Team |
updateTeam(long teamId,
String name,
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 |
TeamLocalServiceWrapper
public TeamLocalServiceWrapper(TeamLocalService teamLocalService)
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface TeamLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface TeamLocalService
- Throws:
SystemException
dynamicQuery
public 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 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,
String name,
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 List<Team> getGroupTeams(long groupId)
throws SystemException
- Specified by:
getGroupTeams in interface TeamLocalService
- Throws:
SystemException
getUserTeams
public List<Team> getUserTeams(long userId)
throws SystemException
- Specified by:
getUserTeams in interface TeamLocalService
- Throws:
SystemException
getUserTeams
public 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 List<Team> search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
search in interface TeamLocalService
- Throws:
SystemException
searchCount
public int searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
throws SystemException
- Specified by:
searchCount in interface TeamLocalService
- Throws:
SystemException
updateTeam
public Team updateTeam(long teamId,
String name,
String description)
throws PortalException,
SystemException
- Specified by:
updateTeam in interface TeamLocalService
- Throws:
PortalException
SystemException
getWrappedTeamLocalService
public TeamLocalService getWrappedTeamLocalService()