|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface TeamServiceProvides the remote service interface for Team. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
TeamServiceUtil,
TeamServiceBaseImpl,
com.liferay.portal.service.impl.TeamServiceImpl| 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)
|
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. |
Team |
updateTeam(long teamId,
String name,
String description)
|
| Method Detail |
|---|
@Deprecated
Team addTeam(long groupId,
String name,
String description)
throws PortalException
addTeam(long, String,
String, ServiceContext)
PortalException
Team addTeam(long groupId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteTeam(long teamId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Team> getGroupTeams(long groupId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Team getTeam(long groupId,
String name)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Team getTeam(long teamId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Team> getUserTeams(long userId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Team> getUserTeams(long userId,
long groupId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasUserTeam(long userId,
long teamId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<Team> search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
Team updateTeam(long teamId,
String name,
String description)
throws PortalException
PortalException
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||