Package | Description |
---|---|
com.liferay.announcements.kernel.util | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.security.membershippolicy | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
com.liferay.users.admin.kernel.util |
Modifier and Type | Method and Description |
---|---|
static List<UserGroup> |
AnnouncementsUtil.getUserGroups(ThemeDisplay themeDisplay) |
Modifier and Type | Class and Description |
---|---|
class |
UserGroupWrapper
This class is a wrapper for
UserGroup . |
Modifier and Type | Field and Description |
---|---|
static Accessor<UserGroup,String> |
UserGroup.NAME_ACCESSOR |
static Accessor<UserGroup,Long> |
UserGroup.USER_GROUP_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
UserGroup |
UserGroupGroupRole.getUserGroup() |
UserGroup |
UserGroupGroupRoleWrapper.getUserGroup() |
UserGroup |
UserGroupWrapper.getWrappedModel() |
UserGroup |
UserGroupWrapper.toEscapedModel() |
UserGroup |
UserGroupModel.toEscapedModel() |
UserGroup |
UserGroupWrapper.toUnescapedModel() |
UserGroup |
UserGroupModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
List<UserGroup> |
User.getUserGroups() |
List<UserGroup> |
UserWrapper.getUserGroups() |
CacheModel<UserGroup> |
UserGroupWrapper.toCacheModel() |
CacheModel<UserGroup> |
UserGroupModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
UserGroupWrapper.compareTo(UserGroup userGroup) |
int |
UserGroupModel.compareTo(UserGroup userGroup) |
static UserGroupSoap |
UserGroupSoap.toSoapModel(UserGroup model) |
static UserGroupSoap[] |
UserGroupSoap.toSoapModels(UserGroup[] models) |
static UserGroupSoap[][] |
UserGroupSoap.toSoapModels(UserGroup[][] models) |
Modifier and Type | Method and Description |
---|---|
static UserGroupSoap[] |
UserGroupSoap.toSoapModels(List<UserGroup> models) |
Constructor and Description |
---|
UserGroupWrapper(UserGroup userGroup) |
Modifier and Type | Method and Description |
---|---|
List<UserGroup> |
MembershipPolicyException.getUserGroups() |
Modifier and Type | Method and Description |
---|---|
void |
MembershipPolicyException.addUserGroup(UserGroup userGroup) |
static void |
UserGroupMembershipPolicyUtil.verifyPolicy(UserGroup userGroup) |
void |
UserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup)
Checks the integrity of the membership policy of the user group and
performs operations necessary for the user group's compliance.
|
void |
DummyUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup) |
void |
BaseUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup) |
static void |
UserGroupMembershipPolicyUtil.verifyPolicy(UserGroup userGroup,
UserGroup oldUserGroup,
Map<String,Serializable> oldExpandoAttributes) |
void |
UserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup,
UserGroup oldUserGroup,
Map<String,Serializable> oldExpandoAttributes)
Checks the integrity of the membership policy of the user group, with
respect to the user group's new attribute values and expando attributes,
and performs operations necessary for the compliance of the user group.
|
void |
DummyUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup,
UserGroup oldUserGroup,
Map<String,Serializable> oldExpandoAttributes) |
Modifier and Type | Method and Description |
---|---|
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupLocalServiceUtil.addUserGroup(long, long,
String, String, ServiceContext) |
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupLocalServiceWrapper.addUserGroup(long, long,
String, String, ServiceContext) |
UserGroup |
UserGroupLocalService.addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupLocalService.addUserGroup(long, long,
String, String, ServiceContext) |
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group.
|
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group.
|
UserGroup |
UserGroupLocalService.addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group.
|
UserGroup |
UserGroupServiceWrapper.addUserGroup(String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupServiceWrapper.addUserGroup(String, String,
ServiceContext) |
static UserGroup |
UserGroupServiceUtil.addUserGroup(String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupServiceUtil.addUserGroup(String, String,
ServiceContext) |
UserGroup |
UserGroupService.addUserGroup(String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupService.addUserGroup(String, String,
ServiceContext) |
UserGroup |
UserGroupServiceWrapper.addUserGroup(String name,
String description,
ServiceContext serviceContext)
Adds a user group.
|
static UserGroup |
UserGroupServiceUtil.addUserGroup(String name,
String description,
ServiceContext serviceContext)
Adds a user group.
|
UserGroup |
UserGroupService.addUserGroup(String name,
String description,
ServiceContext serviceContext)
Adds a user group.
|
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
Adds the user group to the database.
|
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
Adds the user group to the database.
|
UserGroup |
UserGroupLocalService.addUserGroup(UserGroup userGroup)
Adds the user group to the database.
|
static UserGroup |
UserGroupLocalServiceUtil.createUserGroup(long userGroupId)
Creates a new user group with the primary key.
|
UserGroup |
UserGroupLocalServiceWrapper.createUserGroup(long userGroupId)
Creates a new user group with the primary key.
|
UserGroup |
UserGroupLocalService.createUserGroup(long userGroupId)
Creates a new user group with the primary key.
|
static UserGroup |
UserGroupLocalServiceUtil.deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database.
|
UserGroup |
UserGroupLocalServiceWrapper.deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database.
|
UserGroup |
UserGroupLocalService.deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database.
|
static UserGroup |
UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database.
|
UserGroup |
UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database.
|
UserGroup |
UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database.
|
UserGroup |
UserGroupServiceWrapper.fetchUserGroup(long userGroupId)
Fetches the user group with the primary key.
|
static UserGroup |
UserGroupServiceUtil.fetchUserGroup(long userGroupId)
Fetches the user group with the primary key.
|
static UserGroup |
UserGroupLocalServiceUtil.fetchUserGroup(long userGroupId) |
UserGroup |
UserGroupLocalServiceWrapper.fetchUserGroup(long userGroupId) |
UserGroup |
UserGroupService.fetchUserGroup(long userGroupId)
Fetches the user group with the primary key.
|
UserGroup |
UserGroupLocalService.fetchUserGroup(long userGroupId) |
static UserGroup |
UserGroupLocalServiceUtil.fetchUserGroup(long companyId,
String name) |
UserGroup |
UserGroupLocalServiceWrapper.fetchUserGroup(long companyId,
String name) |
UserGroup |
UserGroupLocalService.fetchUserGroup(long companyId,
String name) |
static UserGroup |
UserGroupLocalServiceUtil.fetchUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company.
|
UserGroup |
UserGroupLocalServiceWrapper.fetchUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company.
|
UserGroup |
UserGroupLocalService.fetchUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company.
|
UserGroup |
UserGroupServiceWrapper.getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
static UserGroup |
UserGroupServiceUtil.getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
static UserGroup |
UserGroupLocalServiceUtil.getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
UserGroup |
UserGroupLocalServiceWrapper.getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
UserGroup |
UserGroupService.getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
UserGroup |
UserGroupLocalService.getUserGroup(long userGroupId)
Returns the user group with the primary key.
|
static UserGroup |
UserGroupLocalServiceUtil.getUserGroup(long companyId,
String name)
Returns the user group with the name.
|
UserGroup |
UserGroupLocalServiceWrapper.getUserGroup(long companyId,
String name)
Returns the user group with the name.
|
UserGroup |
UserGroupLocalService.getUserGroup(long companyId,
String name)
Returns the user group with the name.
|
UserGroup |
UserGroupServiceWrapper.getUserGroup(String name)
Returns the user group with the name.
|
static UserGroup |
UserGroupServiceUtil.getUserGroup(String name)
Returns the user group with the name.
|
UserGroup |
UserGroupService.getUserGroup(String name)
Returns the user group with the name.
|
static UserGroup |
UserGroupLocalServiceUtil.getUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company.
|
UserGroup |
UserGroupLocalServiceWrapper.getUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company.
|
UserGroup |
UserGroupLocalService.getUserGroupByUuidAndCompanyId(String uuid,
long companyId)
Returns the user group with the matching UUID and company.
|
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupLocalServiceUtil.updateUserGroup(long, long,
String, String, ServiceContext) |
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupLocalServiceWrapper.updateUserGroup(long, long,
String, String, ServiceContext) |
UserGroup |
UserGroupLocalService.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupLocalService.updateUserGroup(long, long,
String, String, ServiceContext) |
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group.
|
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group.
|
UserGroup |
UserGroupLocalService.updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group.
|
UserGroup |
UserGroupServiceWrapper.updateUserGroup(long userGroupId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupServiceWrapper.updateUserGroup(long,
String, String, ServiceContext) |
static UserGroup |
UserGroupServiceUtil.updateUserGroup(long userGroupId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupServiceUtil.updateUserGroup(long,
String, String, ServiceContext) |
UserGroup |
UserGroupService.updateUserGroup(long userGroupId,
String name,
String description)
Deprecated.
As of 6.2.0, replaced by
UserGroupService.updateUserGroup(long,
String, String, ServiceContext) |
UserGroup |
UserGroupServiceWrapper.updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group.
|
static UserGroup |
UserGroupServiceUtil.updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group.
|
UserGroup |
UserGroupService.updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group.
|
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist.
|
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist.
|
UserGroup |
UserGroupLocalService.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<UserGroup> |
UserGroupLocalServiceUtil.getGroupUserGroups(long groupId) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId) |
List<UserGroup> |
UserGroupLocalService.getGroupUserGroups(long groupId) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getGroupUserGroups(long groupId,
int start,
int end) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId,
int start,
int end) |
List<UserGroup> |
UserGroupLocalService.getGroupUserGroups(long groupId,
int start,
int end) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalService.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getGroupUserUserGroups(long groupId,
long userId) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getGroupUserUserGroups(long groupId,
long userId) |
List<UserGroup> |
UserGroupLocalService.getGroupUserUserGroups(long groupId,
long userId) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getTeamUserGroups(long teamId) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId) |
List<UserGroup> |
UserGroupLocalService.getTeamUserGroups(long teamId) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getTeamUserGroups(long teamId,
int start,
int end) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId,
int start,
int end) |
List<UserGroup> |
UserGroupLocalService.getTeamUserGroups(long teamId,
int start,
int end) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalService.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(int start,
int end)
Returns a range of all the user groups.
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(int start,
int end)
Returns a range of all the user groups.
|
List<UserGroup> |
UserGroupLocalService.getUserGroups(int start,
int end)
Returns a range of all the user groups.
|
List<UserGroup> |
UserGroupServiceWrapper.getUserGroups(long companyId) |
static List<UserGroup> |
UserGroupServiceUtil.getUserGroups(long companyId) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(long companyId)
Returns all the user groups belonging to the company.
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(long companyId)
Returns all the user groups belonging to the company.
|
List<UserGroup> |
UserGroupService.getUserGroups(long companyId) |
List<UserGroup> |
UserGroupLocalService.getUserGroups(long companyId)
Returns all the user groups belonging to the company.
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys.
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys.
|
List<UserGroup> |
UserGroupLocalService.getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys.
|
List<UserGroup> |
UserGroupServiceWrapper.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs.
|
static List<UserGroup> |
UserGroupServiceUtil.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs.
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserUserGroups(long userId) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserUserGroups(long userId) |
List<UserGroup> |
UserGroupService.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs.
|
List<UserGroup> |
UserGroupLocalService.getUserUserGroups(long userId) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserUserGroups(long userId,
int start,
int end) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserUserGroups(long userId,
int start,
int end) |
List<UserGroup> |
UserGroupLocalService.getUserUserGroups(long userId,
int start,
int end) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalService.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords.
|
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords.
|
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords.
|
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and
description.
|
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and
description.
|
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and
description.
|
static BaseModelSearchResult<UserGroup> |
UserGroupLocalServiceUtil.searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
BaseModelSearchResult<UserGroup> |
UserGroupLocalServiceWrapper.searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
BaseModelSearchResult<UserGroup> |
UserGroupLocalService.searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort) |
static BaseModelSearchResult<UserGroup> |
UserGroupLocalServiceUtil.searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort) |
BaseModelSearchResult<UserGroup> |
UserGroupLocalServiceWrapper.searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort) |
BaseModelSearchResult<UserGroup> |
UserGroupLocalService.searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort) |
Modifier and Type | Method and Description |
---|---|
static void |
UserGroupLocalServiceUtil.addGroupUserGroup(long groupId,
UserGroup userGroup) |
void |
UserGroupLocalServiceWrapper.addGroupUserGroup(long groupId,
UserGroup userGroup) |
void |
UserGroupLocalService.addGroupUserGroup(long groupId,
UserGroup userGroup) |
static void |
UserGroupLocalServiceUtil.addTeamUserGroup(long teamId,
UserGroup userGroup) |
void |
UserGroupLocalServiceWrapper.addTeamUserGroup(long teamId,
UserGroup userGroup) |
void |
UserGroupLocalService.addTeamUserGroup(long teamId,
UserGroup userGroup) |
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
Adds the user group to the database.
|
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
Adds the user group to the database.
|
UserGroup |
UserGroupLocalService.addUserGroup(UserGroup userGroup)
Adds the user group to the database.
|
static void |
UserGroupLocalServiceUtil.addUserUserGroup(long userId,
UserGroup userGroup) |
void |
UserGroupLocalServiceWrapper.addUserUserGroup(long userId,
UserGroup userGroup) |
void |
UserGroupLocalService.addUserUserGroup(long userId,
UserGroup userGroup) |
static void |
UserGroupLocalServiceUtil.deleteGroupUserGroup(long groupId,
UserGroup userGroup) |
void |
UserGroupLocalServiceWrapper.deleteGroupUserGroup(long groupId,
UserGroup userGroup) |
void |
UserGroupLocalService.deleteGroupUserGroup(long groupId,
UserGroup userGroup) |
static void |
UserGroupLocalServiceUtil.deleteTeamUserGroup(long teamId,
UserGroup userGroup) |
void |
UserGroupLocalServiceWrapper.deleteTeamUserGroup(long teamId,
UserGroup userGroup) |
void |
UserGroupLocalService.deleteTeamUserGroup(long teamId,
UserGroup userGroup) |
static UserGroup |
UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database.
|
UserGroup |
UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database.
|
UserGroup |
UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database.
|
static void |
UserGroupLocalServiceUtil.deleteUserUserGroup(long userId,
UserGroup userGroup) |
void |
UserGroupLocalServiceWrapper.deleteUserUserGroup(long userId,
UserGroup userGroup) |
void |
UserGroupLocalService.deleteUserUserGroup(long userId,
UserGroup userGroup) |
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist.
|
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist.
|
UserGroup |
UserGroupLocalService.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static void |
UserGroupLocalServiceUtil.addGroupUserGroups(long groupId,
List<UserGroup> userGroups) |
void |
UserGroupLocalServiceWrapper.addGroupUserGroups(long groupId,
List<UserGroup> userGroups) |
void |
UserGroupLocalService.addGroupUserGroups(long groupId,
List<UserGroup> userGroups) |
static void |
UserGroupLocalServiceUtil.addTeamUserGroups(long teamId,
List<UserGroup> userGroups) |
void |
UserGroupLocalServiceWrapper.addTeamUserGroups(long teamId,
List<UserGroup> userGroups) |
void |
UserGroupLocalService.addTeamUserGroups(long teamId,
List<UserGroup> userGroups) |
static void |
UserGroupLocalServiceUtil.addUserUserGroups(long userId,
List<UserGroup> userGroups) |
void |
UserGroupLocalServiceWrapper.addUserUserGroups(long userId,
List<UserGroup> userGroups) |
void |
UserGroupLocalService.addUserUserGroups(long userId,
List<UserGroup> userGroups) |
static void |
UserGroupLocalServiceUtil.deleteGroupUserGroups(long groupId,
List<UserGroup> userGroups) |
void |
UserGroupLocalServiceWrapper.deleteGroupUserGroups(long groupId,
List<UserGroup> userGroups) |
void |
UserGroupLocalService.deleteGroupUserGroups(long groupId,
List<UserGroup> userGroups) |
static void |
UserGroupLocalServiceUtil.deleteTeamUserGroups(long teamId,
List<UserGroup> userGroups) |
void |
UserGroupLocalServiceWrapper.deleteTeamUserGroups(long teamId,
List<UserGroup> userGroups) |
void |
UserGroupLocalService.deleteTeamUserGroups(long teamId,
List<UserGroup> userGroups) |
static void |
UserGroupLocalServiceUtil.deleteUserUserGroups(long userId,
List<UserGroup> userGroups) |
void |
UserGroupLocalServiceWrapper.deleteUserUserGroups(long userId,
List<UserGroup> userGroups) |
void |
UserGroupLocalService.deleteUserUserGroups(long userId,
List<UserGroup> userGroups) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalService.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
static List<UserGroup> |
UserGroupLocalServiceUtil.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalService.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<Group> |
GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<Group> |
GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<Group> |
GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
static List<Group> |
GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<Group> |
GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
static List<Group> |
GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups.
|
List<Group> |
GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups.
|
List<Group> |
GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups.
|
static List<Group> |
GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups.
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserGroupLocalService.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords.
|
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords.
|
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords.
|
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and
description.
|
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and
description.
|
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and
description.
|
Modifier and Type | Method and Description |
---|---|
UserGroup |
UserGroupPersistence.create(long userGroupId)
Creates a new user group with the primary key.
|
static UserGroup |
UserGroupUtil.create(long userGroupId)
Creates a new user group with the primary key.
|
UserGroup |
UserGroupPersistence.fetchByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or returns
null if it could not be found. |
static UserGroup |
UserGroupUtil.fetchByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or returns
null if it could not be found. |
UserGroup |
UserGroupPersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the user group where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
static UserGroup |
UserGroupUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the user group where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
UserGroup |
UserGroupPersistence.fetchByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup |
UserGroupUtil.fetchByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup |
UserGroupPersistence.fetchByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup |
UserGroupUtil.fetchByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup |
UserGroupPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
static UserGroup |
UserGroupUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
UserGroup |
UserGroupPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
static UserGroup |
UserGroupUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
UserGroup |
UserGroupPersistence.fetchByPrimaryKey(long userGroupId)
Returns the user group with the primary key or returns
null if it could not be found. |
static UserGroup |
UserGroupUtil.fetchByPrimaryKey(long userGroupId)
Returns the user group with the primary key or returns
null if it could not be found. |
UserGroup |
UserGroupPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup |
UserGroupUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup |
UserGroupPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup |
UserGroupUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup |
UserGroupPersistence.fetchByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
static UserGroup |
UserGroupUtil.fetchByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
UserGroup |
UserGroupPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
static UserGroup |
UserGroupUtil.fetchByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
UserGroup[] |
UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
static UserGroup[] |
UserGroupUtil.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
UserGroup[] |
UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
|
static UserGroup[] |
UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
|
UserGroup[] |
UserGroupPersistence.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
|
static UserGroup[] |
UserGroupUtil.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
|
UserGroup[] |
UserGroupPersistence.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
|
static UserGroup[] |
UserGroupUtil.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
|
UserGroup |
UserGroupFinder.findByC_N(long companyId,
String name) |
UserGroup |
UserGroupPersistence.findByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or throws a
NoSuchUserGroupException if it could not be found. |
static UserGroup |
UserGroupFinderUtil.findByC_N(long companyId,
String name) |
static UserGroup |
UserGroupUtil.findByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or throws a
NoSuchUserGroupException if it could not be found. |
UserGroup |
UserGroupPersistence.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup |
UserGroupUtil.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup |
UserGroupPersistence.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup |
UserGroupUtil.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup[] |
UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup[] |
UserGroupUtil.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup |
UserGroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
static UserGroup |
UserGroupUtil.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
UserGroup |
UserGroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
static UserGroup |
UserGroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
UserGroup[] |
UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?.
|
static UserGroup[] |
UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?.
|
UserGroup |
UserGroupPersistence.findByPrimaryKey(long userGroupId)
Returns the user group with the primary key or throws a
NoSuchUserGroupException if it could not be found. |
static UserGroup |
UserGroupUtil.findByPrimaryKey(long userGroupId)
Returns the user group with the primary key or throws a
NoSuchUserGroupException if it could not be found. |
UserGroup |
UserGroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup |
UserGroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup |
UserGroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup |
UserGroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup[] |
UserGroupPersistence.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup[] |
UserGroupUtil.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup |
UserGroupPersistence.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
static UserGroup |
UserGroupUtil.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
UserGroup |
UserGroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
static UserGroup |
UserGroupUtil.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
UserGroup[] |
UserGroupPersistence.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?.
|
static UserGroup[] |
UserGroupUtil.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?.
|
UserGroup |
UserGroupPersistence.remove(long userGroupId)
Removes the user group with the primary key from the database.
|
static UserGroup |
UserGroupUtil.remove(long userGroupId)
Removes the user group with the primary key from the database.
|
UserGroup |
UserGroupPersistence.removeByC_N(long companyId,
String name)
Removes the user group where companyId = ? and name = ? from the database.
|
static UserGroup |
UserGroupUtil.removeByC_N(long companyId,
String name)
Removes the user group where companyId = ? and name = ? from the database.
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup) |
static UserGroup |
UserGroupUtil.update(UserGroup userGroup,
ServiceContext serviceContext) |
UserGroup |
UserGroupPersistence.updateImpl(UserGroup userGroup) |
static UserGroup |
UserGroupUtil.updateImpl(UserGroup userGroup) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,UserGroup> |
UserGroupPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,UserGroup> |
UserGroupUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<UserGroup> |
UserGroupFinder.filterFindByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.filterFindByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
List<UserGroup> |
UserGroupFinder.filterFindByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.filterFindByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
List<UserGroup> |
UserGroupPersistence.filterFindByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByCompanyId(long companyId)
Returns all the user groups that the user has permission to view where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByCompanyId(long companyId)
Returns all the user groups that the user has permission to view where companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
|
List<UserGroup> |
UserGroupFinder.filterFindByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.filterFindByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc) |
List<UserGroup> |
UserGroupPersistence.filterFindByUuid_C(String uuid,
long companyId)
Returns all the user groups that the user has permission to view where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid_C(String uuid,
long companyId)
Returns all the user groups that the user has permission to view where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid(String uuid)
Returns all the user groups that the user has permission to view where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid(String uuid)
Returns all the user groups that the user has permission to view where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.findAll()
Returns all the user groups.
|
static List<UserGroup> |
UserGroupUtil.findAll()
Returns all the user groups.
|
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end)
Returns a range of all the user groups.
|
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end)
Returns a range of all the user groups.
|
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups.
|
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups.
|
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups.
|
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups.
|
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId)
Returns all the user groups where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId)
Returns all the user groups where companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups where companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ?.
|
List<UserGroup> |
UserGroupFinder.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc) |
List<UserGroup> |
UserGroupPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the user groups where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid_C(String uuid,
long companyId)
Returns all the user groups where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user groups where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user groups where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid(String uuid)
Returns all the user groups where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid(String uuid)
Returns all the user groups where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the user groups where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the user groups where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserPersistence.getUserGroups(long pk)
Returns all the user groups associated with the user.
|
static List<UserGroup> |
UserUtil.getUserGroups(long pk)
Returns all the user groups associated with the user.
|
List<UserGroup> |
TeamPersistence.getUserGroups(long pk)
Returns all the user groups associated with the team.
|
static List<UserGroup> |
TeamUtil.getUserGroups(long pk)
Returns all the user groups associated with the team.
|
List<UserGroup> |
GroupPersistence.getUserGroups(long pk)
Returns all the user groups associated with the group.
|
static List<UserGroup> |
GroupUtil.getUserGroups(long pk)
Returns all the user groups associated with the group.
|
List<UserGroup> |
UserPersistence.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the user.
|
static List<UserGroup> |
UserUtil.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the user.
|
List<UserGroup> |
TeamPersistence.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the team.
|
static List<UserGroup> |
TeamUtil.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the team.
|
List<UserGroup> |
GroupPersistence.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the group.
|
static List<UserGroup> |
GroupUtil.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the group.
|
List<UserGroup> |
UserPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the user.
|
static List<UserGroup> |
UserUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the user.
|
List<UserGroup> |
TeamPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the team.
|
static List<UserGroup> |
TeamUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the team.
|
List<UserGroup> |
GroupPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the group.
|
static List<UserGroup> |
GroupUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the group.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPersistence.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the user and the user group.
|
static void |
UserUtil.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the user and the user group.
|
void |
TeamPersistence.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the team and the user group.
|
static void |
TeamUtil.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the team and the user group.
|
void |
GroupPersistence.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the group and the user group.
|
static void |
GroupUtil.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the group and the user group.
|
void |
UserGroupPersistence.cacheResult(UserGroup userGroup)
Caches the user group in the entity cache if it is enabled.
|
static void |
UserGroupUtil.cacheResult(UserGroup userGroup)
Caches the user group in the entity cache if it is enabled.
|
static void |
UserGroupUtil.clearCache(UserGroup userGroup) |
void |
UserPersistence.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the user and the user group.
|
static void |
UserUtil.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the user and the user group.
|
void |
TeamPersistence.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the team and the user group.
|
static void |
TeamUtil.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the team and the user group.
|
void |
GroupPersistence.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the group and the user group.
|
static void |
GroupUtil.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the group and the user group.
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup) |
static UserGroup |
UserGroupUtil.update(UserGroup userGroup,
ServiceContext serviceContext) |
UserGroup |
UserGroupPersistence.updateImpl(UserGroup userGroup) |
static UserGroup |
UserGroupUtil.updateImpl(UserGroup userGroup) |
Modifier and Type | Method and Description |
---|---|
void |
UserPersistence.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the user and the user groups.
|
static void |
UserUtil.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the user and the user groups.
|
void |
TeamPersistence.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the team and the user groups.
|
static void |
TeamUtil.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the team and the user groups.
|
void |
GroupPersistence.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the group and the user groups.
|
static void |
GroupUtil.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the group and the user groups.
|
void |
UserGroupPersistence.cacheResult(List<UserGroup> userGroups)
Caches the user groups in the entity cache if it is enabled.
|
static void |
UserGroupUtil.cacheResult(List<UserGroup> userGroups)
Caches the user groups in the entity cache if it is enabled.
|
UserGroup |
UserGroupPersistence.fetchByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup |
UserGroupUtil.fetchByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup |
UserGroupPersistence.fetchByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup |
UserGroupUtil.fetchByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup |
UserGroupPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
static UserGroup |
UserGroupUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
UserGroup |
UserGroupPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
static UserGroup |
UserGroupUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
UserGroup |
UserGroupPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup |
UserGroupUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup |
UserGroupPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup |
UserGroupUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup |
UserGroupPersistence.fetchByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
static UserGroup |
UserGroupUtil.fetchByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
UserGroup |
UserGroupPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
static UserGroup |
UserGroupUtil.fetchByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
List<UserGroup> |
UserGroupFinder.filterFindByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.filterFindByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
List<UserGroup> |
UserGroupFinder.filterFindByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.filterFindByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
UserGroup[] |
UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
static UserGroup[] |
UserGroupUtil.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
|
UserGroup[] |
UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
|
static UserGroup[] |
UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
|
List<UserGroup> |
UserGroupFinder.filterFindByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.filterFindByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc) |
UserGroup[] |
UserGroupPersistence.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
|
static UserGroup[] |
UserGroupUtil.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
|
UserGroup[] |
UserGroupPersistence.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
|
static UserGroup[] |
UserGroupUtil.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups.
|
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups.
|
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups.
|
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups.
|
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc) |
UserGroup |
UserGroupPersistence.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup |
UserGroupUtil.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup |
UserGroupPersistence.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup |
UserGroupUtil.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
UserGroup[] |
UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
static UserGroup[] |
UserGroupUtil.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
|
UserGroup |
UserGroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
static UserGroup |
UserGroupUtil.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?.
|
UserGroup |
UserGroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
static UserGroup |
UserGroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?.
|
UserGroup[] |
UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?.
|
static UserGroup[] |
UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where companyId = ?.
|
List<UserGroup> |
UserGroupFinder.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc) |
static List<UserGroup> |
UserGroupFinderUtil.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc) |
UserGroup |
UserGroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup |
UserGroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup |
UserGroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup |
UserGroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?.
|
UserGroup[] |
UserGroupPersistence.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
|
static UserGroup[] |
UserGroupUtil.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
|
UserGroup |
UserGroupPersistence.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
static UserGroup |
UserGroupUtil.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?.
|
UserGroup |
UserGroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
static UserGroup |
UserGroupUtil.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?.
|
UserGroup[] |
UserGroupPersistence.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?.
|
static UserGroup[] |
UserGroupUtil.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ?.
|
List<UserGroup> |
UserGroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user groups where uuid = ?.
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator) |
List<UserGroup> |
UserPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the user.
|
static List<UserGroup> |
UserUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the user.
|
List<UserGroup> |
TeamPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the team.
|
static List<UserGroup> |
TeamUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the team.
|
List<UserGroup> |
GroupPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the group.
|
static List<UserGroup> |
GroupUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the group.
|
void |
UserPersistence.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the user and the user groups.
|
static void |
UserUtil.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the user and the user groups.
|
void |
TeamPersistence.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the team and the user groups.
|
static void |
TeamUtil.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the team and the user groups.
|
void |
GroupPersistence.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the group and the user groups.
|
static void |
GroupUtil.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the group and the user groups.
|
void |
UserPersistence.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the user, removing and adding associations as necessary.
|
static void |
UserUtil.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the user, removing and adding associations as necessary.
|
void |
TeamPersistence.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the team, removing and adding associations as necessary.
|
static void |
TeamUtil.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the team, removing and adding associations as necessary.
|
void |
GroupPersistence.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the group, removing and adding associations as necessary.
|
static void |
GroupUtil.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the group, removing and adding associations as necessary.
|
Modifier and Type | Method and Description |
---|---|
int |
UserGroupDescriptionComparator.compare(UserGroup userGroup1,
UserGroup userGroup2) |
int |
UserGroupNameComparator.compare(UserGroup userGroup1,
UserGroup userGroup2) |
Modifier and Type | Method and Description |
---|---|
List<UserGroup> |
UsersAdmin.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups) |
static List<UserGroup> |
UsersAdminUtil.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups) |
OrderByComparator<UserGroup> |
UsersAdmin.getUserGroupOrderByComparator(String orderByCol,
String orderByType) |
static OrderByComparator<UserGroup> |
UsersAdminUtil.getUserGroupOrderByComparator(String orderByCol,
String orderByType) |
List<UserGroup> |
UsersAdmin.getUserGroups(Hits hits) |
static List<UserGroup> |
UsersAdminUtil.getUserGroups(Hits hits) |
Modifier and Type | Method and Description |
---|---|
List<UserGroup> |
UsersAdmin.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups) |
static List<UserGroup> |
UsersAdminUtil.filterUserGroups(PermissionChecker permissionChecker,
List<UserGroup> userGroups) |