@ProviderType public class UserGroupServiceWrapper extends java.lang.Object implements UserGroupService, ServiceWrapper<UserGroupService>
UserGroupService.UserGroupService| Constructor and Description |
|---|
UserGroupServiceWrapper(UserGroupService userGroupService) |
| Modifier and Type | Method and Description |
|---|---|
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(java.lang.String name,
java.lang.String description)
Deprecated.
As of 6.2.0, replaced by
addUserGroup(String, String,
ServiceContext) |
UserGroup |
addUserGroup(java.lang.String name,
java.lang.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.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
UserGroup |
getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
UserGroup |
getUserGroup(java.lang.String name)
Returns the user group with the name.
|
java.util.List<UserGroup> |
getUserGroups(long companyId) |
java.util.List<UserGroup> |
getUserUserGroups(long userId)
Returns all the user groups to which the user belongs.
|
UserGroupService |
getWrappedService() |
UserGroupService |
getWrappedUserGroupService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedService(UserGroupService userGroupService) |
void |
setWrappedUserGroupService(UserGroupService userGroupService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.UserGroupService) |
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,
java.lang.String name,
java.lang.String description)
Deprecated.
As of 6.2.0, replaced by
updateUserGroup(long,
String, String, ServiceContext) |
UserGroup |
updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
Updates the user group.
|
public UserGroupServiceWrapper(UserGroupService userGroupService)
public void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws PortalException
addGroupUserGroups in interface UserGroupServicegroupId - the primary key of the groupuserGroupIds - the primary keys of the user groupsPortalException - if the user did not have permission to assign
group memberspublic void addTeamUserGroups(long teamId,
long[] userGroupIds)
throws PortalException
addTeamUserGroups in interface UserGroupServiceteamId - the primary key of the teamuserGroupIds - the primary keys of the user groupsPortalException - if the user did not have permission to assign
team members@Deprecated public UserGroup addUserGroup(java.lang.String name, java.lang.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.
addUserGroup in interface UserGroupServicename - the user group's namedescription - the user group's descriptionPortalException - if the user group's information was invalid
or if the user did not have permission to add the user grouppublic UserGroup addUserGroup(java.lang.String name, java.lang.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.
addUserGroup in interface UserGroupServicename - 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 - if the user group's information was invalid or if
the user did not have permission to add the user grouppublic void deleteUserGroup(long userGroupId)
throws PortalException
deleteUserGroup in interface UserGroupServiceuserGroupId - the primary key of the user groupPortalException - if a user group with the primary key could not be
found, if the user did not have permission to delete the user
group, or if the user group had a workflow in approved statuspublic UserGroup fetchUserGroup(long userGroupId) throws PortalException
fetchUserGroup in interface UserGroupServiceuserGroupId - the primary key of the user groupPortalException - if the user did not have permission to view the
user grouppublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface UserGroupServicepublic UserGroup getUserGroup(java.lang.String name) throws PortalException
getUserGroup in interface UserGroupServicename - the user group's namePortalException - if a user group with the name could not be found
or if the user did not have permission to view the user grouppublic UserGroup getUserGroup(long userGroupId) throws PortalException
getUserGroup in interface UserGroupServiceuserGroupId - the primary key of the user groupPortalException - if a user group with the primary key could not be
found or if the user did not have permission to view the user
grouppublic java.util.List<UserGroup> getUserGroups(long companyId) throws PortalException
getUserGroups in interface UserGroupServicePortalExceptionpublic java.util.List<UserGroup> getUserUserGroups(long userId) throws PortalException
getUserUserGroups in interface UserGroupServiceuserId - the primary key of the userPortalException - if the current user did not have permission to
view the user or any one of the user group memberspublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface UserGroupServicebeanIdentifier - the Spring bean ID for this beanpublic void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws PortalException
unsetGroupUserGroups in interface UserGroupServicegroupId - the primary key of the groupuserGroupIds - the primary keys of the user groupsPortalException - if the user did not have permission to assign
group memberspublic void unsetTeamUserGroups(long teamId,
long[] userGroupIds)
throws PortalException
unsetTeamUserGroups in interface UserGroupServiceteamId - the primary key of the teamuserGroupIds - the primary keys of the user groupsPortalException - if the user did not have permission to assign
team members@Deprecated public UserGroup updateUserGroup(long userGroupId, java.lang.String name, java.lang.String description) throws PortalException
updateUserGroup(long,
String, String, ServiceContext)updateUserGroup in interface UserGroupServiceuserGroupId - the primary key of the user groupname - the user group's namedescription - the the user group's descriptionPortalException - if a user group with the primary key was not
found, if the new information was invalid, or if the user did
not have permission to update the user group informationpublic UserGroup updateUserGroup(long userGroupId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException
updateUserGroup in interface UserGroupServiceuserGroupId - 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 - if a user group with the primary key was not
found, if the new information was invalid, or if the user did not
have permission to update the user group information@Deprecated public UserGroupService getWrappedUserGroupService()
getWrappedService()@Deprecated public void setWrappedUserGroupService(UserGroupService userGroupService)
setWrappedService(com.liferay.portal.service.UserGroupService)public UserGroupService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupService>public void setWrappedService(UserGroupService userGroupService)
setWrappedService in interface ServiceWrapper<UserGroupService>