|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface TeamServiceThe interface for the team remote service.
This is a remote service. 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,
java.lang.String name,
java.lang.String description)
|
void |
deleteTeam(long teamId)
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
java.util.List<Team> |
getGroupTeams(long groupId)
|
Team |
getTeam(long teamId)
|
Team |
getTeam(long groupId,
java.lang.String name)
|
java.util.List<Team> |
getUserTeams(long userId)
|
java.util.List<Team> |
getUserTeams(long userId,
long groupId)
|
boolean |
hasUserTeam(long userId,
long teamId)
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
Team |
updateTeam(long teamId,
java.lang.String name,
java.lang.String description)
|
| Method Detail |
|---|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
Team addTeam(long groupId,
java.lang.String name,
java.lang.String description)
throws PortalException,
SystemException
PortalException
SystemException
void deleteTeam(long teamId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<Team> getGroupTeams(long groupId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Team getTeam(long teamId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
Team getTeam(long groupId,
java.lang.String name)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<Team> getUserTeams(long userId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<Team> getUserTeams(long userId,
long groupId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasUserTeam(long userId,
long teamId)
throws PortalException,
SystemException
PortalException
SystemException
Team updateTeam(long teamId,
java.lang.String name,
java.lang.String description)
throws PortalException,
SystemException
PortalException
SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||