|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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)
Deprecated. As of 7.0.0, replaced by addTeam(long, String,
String, ServiceContext) |
Team |
addTeam(long groupId,
String name,
String description,
ServiceContext serviceContext)
|
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)
|
List<Team> |
search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
|
int |
searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
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 |
|---|
@Deprecated
public Team addTeam(long groupId,
String name,
String description)
throws PortalException
addTeam(long, String,
String, ServiceContext)
addTeam in interface TeamServicePortalException
public Team addTeam(long groupId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
addTeam in interface TeamServicePortalException
public void deleteTeam(long teamId)
throws PortalException
deleteTeam in interface TeamServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface TeamService
public List<Team> getGroupTeams(long groupId)
throws PortalException
getGroupTeams in interface TeamServicePortalException
public Team getTeam(long groupId,
String name)
throws PortalException
getTeam in interface TeamServicePortalException
public Team getTeam(long teamId)
throws PortalException
getTeam in interface TeamServicePortalException
public List<Team> getUserTeams(long userId)
throws PortalException
getUserTeams in interface TeamServicePortalException
public List<Team> getUserTeams(long userId,
long groupId)
throws PortalException
getUserTeams in interface TeamServicePortalException
public boolean hasUserTeam(long userId,
long teamId)
throws PortalException
hasUserTeam in interface TeamServicePortalException
public List<Team> search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
search in interface TeamService
public int searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
searchCount in interface TeamServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface TeamServicebeanIdentifier - the Spring bean ID for this bean
public Team updateTeam(long teamId,
String name,
String description)
throws PortalException
updateTeam in interface TeamServicePortalException@Deprecated public TeamService getWrappedTeamService()
getWrappedService()
@Deprecated 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 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||