|
Liferay 7.0-ce-b4 | |||||||||
| 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 UserGroupServiceProvides the remote service interface for UserGroup. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
UserGroupServiceUtil,
UserGroupServiceBaseImpl,
com.liferay.portal.service.impl.UserGroupServiceImpl| Method Summary | |
|---|---|
void |
addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group. |
void |
addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team |
UserGroup |
addUserGroup(String name,
String description)
Deprecated. As of 6.2.0, replaced by addUserGroup(String, String,
ServiceContext) |
UserGroup |
addUserGroup(String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
void |
deleteUserGroup(long userGroupId)
Deletes the user group. |
UserGroup |
fetchUserGroup(long userGroupId)
Fetches the user group with the primary key. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
UserGroup |
getUserGroup(long userGroupId)
Returns the user group with the primary key. |
UserGroup |
getUserGroup(String name)
Returns the user group with the name. |
List<UserGroup> |
getUserGroups(long companyId)
|
List<UserGroup> |
getUserUserGroups(long userId)
Returns all the user groups to which the user belongs. |
void |
unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
void |
unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
UserGroup |
updateUserGroup(long userGroupId,
String name,
String description)
Deprecated. As of 6.2.0, replaced by updateUserGroup(long,
String, String, ServiceContext) |
UserGroup |
updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
| Method Detail |
|---|
void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws PortalException
groupId - the primary key of the groupuserGroupIds - the primary keys of the user groups
PortalException
void addTeamUserGroups(long teamId,
long[] userGroupIds)
throws PortalException
teamId - the primary key of the teamuserGroupIds - the primary keys of the user groups
PortalException
@Deprecated
UserGroup addUserGroup(String name,
String description)
throws PortalException
addUserGroup(String, String,
ServiceContext)
This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures.
name - the user group's namedescription - the user group's description
PortalException
UserGroup addUserGroup(String name,
String description,
ServiceContext serviceContext)
throws PortalException
This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures.
name - the user group's namedescription - the user group's descriptionserviceContext - the service context to be applied (optionally
null). Can set expando bridge attributes for the
user group.
PortalException
void deleteUserGroup(long userGroupId)
throws PortalException
userGroupId - the primary key of the user group
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
UserGroup fetchUserGroup(long userGroupId)
throws PortalException
userGroupId - the primary key of the user group
PortalExceptionString getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
UserGroup getUserGroup(String name)
throws PortalException
name - the user group's name
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
UserGroup getUserGroup(long userGroupId)
throws PortalException
userGroupId - the primary key of the user group
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<UserGroup> getUserGroups(long companyId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<UserGroup> getUserUserGroups(long userId)
throws PortalException
userId - the primary key of the user
PortalException
void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws PortalException
groupId - the primary key of the groupuserGroupIds - the primary keys of the user groups
PortalException
void unsetTeamUserGroups(long teamId,
long[] userGroupIds)
throws PortalException
teamId - the primary key of the teamuserGroupIds - the primary keys of the user groups
PortalException
@Deprecated
UserGroup updateUserGroup(long userGroupId,
String name,
String description)
throws PortalException
updateUserGroup(long,
String, String, ServiceContext)
userGroupId - the primary key of the user groupname - the user group's namedescription - the the user group's description
PortalException
UserGroup updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
userGroupId - the primary key of the user groupname - the user group's namedescription - the the user group's descriptionserviceContext - the service context to be applied (optionally
null). Can set expando bridge attributes for the
user group.
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||