public class UserGroupServiceImpl extends UserGroupServiceBaseImpl
counterLocalService, expandoRowLocalService, expandoRowPersistence, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, exportImportLocalService, exportImportService, groupFinder, groupLocalService, groupPersistence, groupService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, resourceLocalService, teamFinder, teamLocalService, teamPersistence, teamService, userFinder, userGroupFinder, userGroupGroupRoleFinder, userGroupGroupRoleLocalService, userGroupGroupRolePersistence, userGroupGroupRoleService, userGroupLocalService, userGroupPersistence, userGroupService, userLocalService, userPersistence, userService| Constructor and Description |
|---|
UserGroupServiceImpl() |
| 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
|
com.liferay.portal.model.UserGroup |
addUserGroup(java.lang.String name,
java.lang.String description)
Deprecated.
As of 6.2.0, replaced by
addUserGroup(String, String,
ServiceContext) |
com.liferay.portal.model.UserGroup |
addUserGroup(java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
Adds a user group.
|
void |
deleteUserGroup(long userGroupId)
Deletes the user group.
|
com.liferay.portal.model.UserGroup |
fetchUserGroup(long userGroupId)
Fetches the user group with the primary key.
|
protected java.util.List<com.liferay.portal.model.UserGroup> |
filterUserGroups(java.util.List<com.liferay.portal.model.UserGroup> userGroups) |
com.liferay.portal.model.UserGroup |
getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
com.liferay.portal.model.UserGroup |
getUserGroup(java.lang.String name)
Returns the user group with the name.
|
java.util.List<com.liferay.portal.model.UserGroup> |
getUserGroups(long companyId) |
java.util.List<com.liferay.portal.model.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.
|
com.liferay.portal.model.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) |
com.liferay.portal.model.UserGroup |
updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
Updates the user group.
|
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getExpandoRowLocalService, getExpandoRowPersistence, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getModelClass, getModelClassName, getResourceLocalService, getTeamFinder, getTeamLocalService, getTeamPersistence, getTeamService, getUserFinder, getUserGroupFinder, getUserGroupGroupRoleFinder, getUserGroupGroupRoleLocalService, getUserGroupGroupRolePersistence, getUserGroupGroupRoleService, getUserGroupLocalService, getUserGroupPersistence, getUserGroupService, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setExpandoRowLocalService, setExpandoRowPersistence, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setExportImportLocalService, setExportImportService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setResourceLocalService, setTeamFinder, setTeamLocalService, setTeamPersistence, setTeamService, setUserFinder, setUserGroupFinder, setUserGroupGroupRoleFinder, setUserGroupGroupRoleLocalService, setUserGroupGroupRolePersistence, setUserGroupGroupRoleService, setUserGroupLocalService, setUserGroupPersistence, setUserGroupService, setUserLocalService, setUserPersistence, setUserServicepublic void addGroupUserGroups(long groupId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
groupId - the primary key of the groupuserGroupIds - the primary keys of the user groupscom.liferay.portal.kernel.exception.PortalException - if the user did not have permission to assign
group memberspublic void addTeamUserGroups(long teamId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
teamId - the primary key of the teamuserGroupIds - the primary keys of the user groupscom.liferay.portal.kernel.exception.PortalException - if the user did not have permission to assign
team members@Deprecated
public com.liferay.portal.model.UserGroup addUserGroup(java.lang.String name,
java.lang.String description)
throws com.liferay.portal.kernel.exception.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 descriptioncom.liferay.portal.kernel.exception.PortalException - if the user group's information was invalid
or if the user did not have permission to add the user grouppublic com.liferay.portal.model.UserGroup addUserGroup(java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.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.com.liferay.portal.kernel.exception.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 com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user groupcom.liferay.portal.kernel.exception.PortalException - 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 com.liferay.portal.model.UserGroup fetchUserGroup(long userGroupId)
throws com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user groupcom.liferay.portal.kernel.exception.PortalException - if the user did not have permission to view the
user grouppublic com.liferay.portal.model.UserGroup getUserGroup(long userGroupId)
throws com.liferay.portal.kernel.exception.PortalException
userGroupId - the primary key of the user groupcom.liferay.portal.kernel.exception.PortalException - 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 com.liferay.portal.model.UserGroup getUserGroup(java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
name - the user group's namecom.liferay.portal.kernel.exception.PortalException - if a user group with the name could not be found
or if the user did not have permission to view the user grouppublic java.util.List<com.liferay.portal.model.UserGroup> getUserGroups(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.UserGroup> getUserUserGroups(long userId)
throws com.liferay.portal.kernel.exception.PortalException
userId - the primary key of the usercom.liferay.portal.kernel.exception.PortalException - if the current user did not have permission to
view the user or any one of the user group memberspublic void unsetGroupUserGroups(long groupId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
groupId - the primary key of the groupuserGroupIds - the primary keys of the user groupscom.liferay.portal.kernel.exception.PortalException - if the user did not have permission to assign
group memberspublic void unsetTeamUserGroups(long teamId,
long[] userGroupIds)
throws com.liferay.portal.kernel.exception.PortalException
teamId - the primary key of the teamuserGroupIds - the primary keys of the user groupscom.liferay.portal.kernel.exception.PortalException - if the user did not have permission to assign
team members@Deprecated
public com.liferay.portal.model.UserGroup updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.kernel.exception.PortalException
updateUserGroup(long,
String, String, ServiceContext)userGroupId - the primary key of the user groupname - the user group's namedescription - the the user group's descriptioncom.liferay.portal.kernel.exception.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 informationpublic com.liferay.portal.model.UserGroup updateUserGroup(long userGroupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.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.com.liferay.portal.kernel.exception.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 informationprotected java.util.List<com.liferay.portal.model.UserGroup> filterUserGroups(java.util.List<com.liferay.portal.model.UserGroup> userGroups)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException