Uses of Interface
com.liferay.portal.kernel.model.Role
Packages that use Role
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal security permission interfaces and classes.
This package defines the portal service interfaces and classes.
This package defines the portal service permission interfaces and utilities.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal comparator classes.
-
Uses of Role in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement RoleFields in com.liferay.portal.kernel.model with type parameters of type RoleMethods in com.liferay.portal.kernel.model that return RoleModifier and TypeMethodDescriptionRoleModel.cloneWithOriginalValues()
RoleWrapper.cloneWithOriginalValues()
Team.getRole()
TeamWrapper.getRole()
UserGroupGroupRole.getRole()
UserGroupGroupRoleWrapper.getRole()
UserGroupRole.getRole()
UserGroupRoleWrapper.getRole()
Methods in com.liferay.portal.kernel.model that return types with arguments of type RoleModifier and TypeMethodDescriptionUser.getAllRoles()
UserWrapper.getAllRoles()
RoleWrapper.getAttributeGetterFunctions()
RoleWrapper.getAttributeSetterBiConsumers()
User.getInheritedRoles()
UserWrapper.getInheritedRoles()
User.getInheritedSiteRoles()
UserWrapper.getInheritedSiteRoles()
User.getOrganizationsRoles()
UserWrapper.getOrganizationsRoles()
User.getRoles()
UserWrapper.getRoles()
User.getSiteRoles()
UserWrapper.getSiteRoles()
Methods in com.liferay.portal.kernel.model with parameters of type RoleConstructors in com.liferay.portal.kernel.model with parameters of type Role -
Uses of Role in com.liferay.portal.kernel.security.membershippolicy
Methods in com.liferay.portal.kernel.security.membershippolicy that return types with arguments of type RoleMethods in com.liferay.portal.kernel.security.membershippolicy with parameters of type RoleModifier and TypeMethodDescriptionvoid
void
BaseOrganizationMembershipPolicy.verifyPolicy
(Role role) void
BaseOrganizationMembershipPolicy.verifyPolicy
(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) void
BaseRoleMembershipPolicy.verifyPolicy
(Role role) void
BaseSiteMembershipPolicy.verifyPolicy
(Role role) void
BaseSiteMembershipPolicy.verifyPolicy
(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) void
DummyRoleMembershipPolicy.verifyPolicy
(Role role) void
DummyRoleMembershipPolicy.verifyPolicy
(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) void
OrganizationMembershipPolicy.verifyPolicy
(Role role) Checks the integrity of the membership policy of the organization role and performs operations necessary for the role's compliance.void
OrganizationMembershipPolicy.verifyPolicy
(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the organization role, with respect to its expando attributes, and performs operations necessary for the role's compliance.static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Role role) static void
OrganizationMembershipPolicyUtil.verifyPolicy
(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) void
RoleMembershipPolicy.verifyPolicy
(Role role) Checks the integrity of the membership policy of the role and performs operations necessary for the compliance of the role.void
RoleMembershipPolicy.verifyPolicy
(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the role, with respect to the role's new attribute values and expando attributes, and performs operations necessary for the role's compliance.void
SiteMembershipPolicy.verifyPolicy
(Role role) Checks the integrity of the membership policy of the site role and performs operations necessary for the role's compliance.void
SiteMembershipPolicy.verifyPolicy
(Role role, Role oldRole, Map<String, Serializable> oldExpandoAttributes) Checks the integrity of the membership policy of the site role, with respect to its expando attributes, and performs operations necessary for the role's compliance. -
Uses of Role in com.liferay.portal.kernel.security.permission
Methods in com.liferay.portal.kernel.security.permission that return types with arguments of type RoleMethods in com.liferay.portal.kernel.security.permission with parameters of type RoleModifier and TypeMethodDescriptionboolean
PermissionConversionFilter.accept
(Role role, ResourcePermission resourcePermission) boolean
-
Uses of Role in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return RoleModifier and TypeMethodDescriptionAdds the role to the database.RoleLocalService.addRole
(String externalReferenceCode, long userId, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) static Role
Adds the role to the database.static Role
RoleLocalServiceUtil.addRole
(String externalReferenceCode, long userId, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) Adds the role to the database.RoleLocalServiceWrapper.addRole
(String externalReferenceCode, long userId, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) RoleService.addRole
(String externalReferenceCode, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) static Role
RoleServiceUtil.addRole
(String externalReferenceCode, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) RoleServiceWrapper.addRole
(String externalReferenceCode, String className, long classPK, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, int type, String subtype, ServiceContext serviceContext) RoleLocalService.createRole
(long roleId) Creates a new role with the primary key.static Role
RoleLocalServiceUtil.createRole
(long roleId) Creates a new role with the primary key.RoleLocalServiceWrapper.createRole
(long roleId) Creates a new role with the primary key.RoleLocalService.deleteRole
(long roleId) Deletes the role with the primary key from the database.RoleLocalService.deleteRole
(Role role) Deletes the role from the database.static Role
RoleLocalServiceUtil.deleteRole
(long roleId) Deletes the role with the primary key from the database.static Role
RoleLocalServiceUtil.deleteRole
(Role role) Deletes the role from the database.RoleLocalServiceWrapper.deleteRole
(long roleId) Deletes the role with the primary key from the database.RoleLocalServiceWrapper.deleteRole
(Role role) Deletes the role from the database.RoleLocalService.fetchRole
(long roleId) Returns the role with the name in the company.static Role
RoleLocalServiceUtil.fetchRole
(long roleId) static Role
Returns the role with the name in the company.RoleLocalServiceWrapper.fetchRole
(long roleId) Returns the role with the name in the company.RoleService.fetchRole
(long roleId) static Role
RoleServiceUtil.fetchRole
(long roleId) static Role
RoleServiceWrapper.fetchRole
(long roleId) RoleLocalService.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) static Role
RoleLocalServiceUtil.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleLocalServiceWrapper.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleService.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) static Role
RoleServiceUtil.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleServiceWrapper.fetchRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleLocalService.fetchRoleByUuidAndCompanyId
(String uuid, long companyId) Returns the role with the matching UUID and company.static Role
RoleLocalServiceUtil.fetchRoleByUuidAndCompanyId
(String uuid, long companyId) Returns the role with the matching UUID and company.RoleLocalServiceWrapper.fetchRoleByUuidAndCompanyId
(String uuid, long companyId) Returns the role with the matching UUID and company.RoleLocalService.getDefaultGroupRole
(long groupId) Returns the default role for the group with the primary key.static Role
RoleLocalServiceUtil.getDefaultGroupRole
(long groupId) Returns the default role for the group with the primary key.RoleLocalServiceWrapper.getDefaultGroupRole
(long groupId) Returns the default role for the group with the primary key.RoleLocalService.getRole
(long roleId) Returns the role with the primary key.Returns the role with the name in the company.static Role
RoleLocalServiceUtil.getRole
(long roleId) Returns the role with the primary key.static Role
Returns the role with the name in the company.RoleLocalServiceWrapper.getRole
(long roleId) Returns the role with the primary key.Returns the role with the name in the company.RoleService.getRole
(long roleId) Returns the role with the primary key.Returns the role with the name in the company.static Role
RoleServiceUtil.getRole
(long roleId) Returns the role with the primary key.static Role
Returns the role with the name in the company.RoleServiceWrapper.getRole
(long roleId) Returns the role with the primary key.Returns the role with the name in the company.RoleLocalService.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) static Role
RoleLocalServiceUtil.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleLocalServiceWrapper.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleService.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) static Role
RoleServiceUtil.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleServiceWrapper.getRoleByExternalReferenceCode
(String externalReferenceCode, long companyId) RoleLocalService.getRoleByUuidAndCompanyId
(String uuid, long companyId) Returns the role with the matching UUID and company.static Role
RoleLocalServiceUtil.getRoleByUuidAndCompanyId
(String uuid, long companyId) Returns the role with the matching UUID and company.RoleLocalServiceWrapper.getRoleByUuidAndCompanyId
(String uuid, long companyId) Returns the role with the matching UUID and company.RoleLocalService.getTeamRole
(long companyId, long teamId) Returns the team role in the company.static Role
RoleLocalServiceUtil.getTeamRole
(long companyId, long teamId) Returns the team role in the company.RoleLocalServiceWrapper.getTeamRole
(long companyId, long teamId) Returns the team role in the company.RoleLocalService.updateExternalReferenceCode
(long roleId, String externalReferenceCode) RoleLocalService.updateExternalReferenceCode
(Role role, String externalReferenceCode) static Role
RoleLocalServiceUtil.updateExternalReferenceCode
(long roleId, String externalReferenceCode) static Role
RoleLocalServiceUtil.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleLocalServiceWrapper.updateExternalReferenceCode
(long roleId, String externalReferenceCode) RoleLocalServiceWrapper.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleService.updateExternalReferenceCode
(long roleId, String externalReferenceCode) RoleService.updateExternalReferenceCode
(Role role, String externalReferenceCode) static Role
RoleServiceUtil.updateExternalReferenceCode
(long roleId, String externalReferenceCode) static Role
RoleServiceUtil.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleServiceWrapper.updateExternalReferenceCode
(long roleId, String externalReferenceCode) RoleServiceWrapper.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleLocalService.updateRole
(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.RoleLocalService.updateRole
(Role role) Updates the role in the database or adds it if it does not yet exist.static Role
RoleLocalServiceUtil.updateRole
(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.static Role
RoleLocalServiceUtil.updateRole
(Role role) Updates the role in the database or adds it if it does not yet exist.RoleLocalServiceWrapper.updateRole
(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.RoleLocalServiceWrapper.updateRole
(Role role) Updates the role in the database or adds it if it does not yet exist.RoleService.updateRole
(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.static Role
RoleServiceUtil.updateRole
(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.RoleServiceWrapper.updateRole
(long roleId, String name, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String subtype, ServiceContext serviceContext) Updates the role with the primary key.Methods in com.liferay.portal.kernel.service that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleLocalService.getCTPersistence()
RoleLocalServiceWrapper.getCTPersistence()
RoleLocalService.getGroupRelatedRoles
(long groupId) RoleLocalServiceUtil.getGroupRelatedRoles
(long groupId) RoleLocalServiceWrapper.getGroupRelatedRoles
(long groupId) RoleLocalService.getGroupRoles
(long groupId) RoleLocalService.getGroupRoles
(long groupId, int start, int end) RoleLocalService.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceUtil.getGroupRoles
(long groupId) RoleLocalServiceUtil.getGroupRoles
(long groupId, int start, int end) RoleLocalServiceUtil.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceWrapper.getGroupRoles
(long groupId) RoleLocalServiceWrapper.getGroupRoles
(long groupId, int start, int end) RoleLocalServiceWrapper.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleService.getGroupRoles
(long groupId) Returns all the roles associated with the group.RoleServiceUtil.getGroupRoles
(long groupId) Returns all the roles associated with the group.RoleServiceWrapper.getGroupRoles
(long groupId) Returns all the roles associated with the group.RoleLocalService.getGroupRolesAndTeamRoles
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleLocalServiceUtil.getGroupRolesAndTeamRoles
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleLocalServiceWrapper.getGroupRolesAndTeamRoles
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleService.getGroupRolesAndTeamRoles
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleServiceUtil.getGroupRolesAndTeamRoles
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleServiceWrapper.getGroupRolesAndTeamRoles
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleLocalService.getModelClass()
RoleLocalServiceWrapper.getModelClass()
RoleLocalService.getResourceRoles
(long companyId, String name, int scope, String primKey, String actionId) Returns all the roles associated with the action ID in the company within the permission scope.RoleLocalServiceUtil.getResourceRoles
(long companyId, String name, int scope, String primKey, String actionId) Returns all the roles associated with the action ID in the company within the permission scope.RoleLocalServiceWrapper.getResourceRoles
(long companyId, String name, int scope, String primKey, String actionId) Returns all the roles associated with the action ID in the company within the permission scope.ResourcePermissionLocalService.getRoles
(long companyId, String name, int scope, String primKey, String actionId) ResourcePermissionLocalServiceUtil.getRoles
(long companyId, String name, int scope, String primKey, String actionId) ResourcePermissionLocalServiceWrapper.getRoles
(long companyId, String name, int scope, String primKey, String actionId) RoleLocalService.getRoles
(int start, int end) Returns a range of all the roles.Returns all the roles of the type and subtype.RoleLocalService.getRoles
(long companyId) Returns all the roles in the company.RoleLocalService.getRoles
(long[] roleIds) Returns all the roles with the primary keys.RoleLocalService.getRoles
(long companyId, int[] types) Returns all the roles with the types.RoleLocalService.getRoles
(long companyId, long classNameId, long[] classPKs, int type) RoleLocalServiceUtil.getRoles
(int start, int end) Returns a range of all the roles.Returns all the roles of the type and subtype.RoleLocalServiceUtil.getRoles
(long companyId) Returns all the roles in the company.RoleLocalServiceUtil.getRoles
(long[] roleIds) Returns all the roles with the primary keys.RoleLocalServiceUtil.getRoles
(long companyId, int[] types) Returns all the roles with the types.RoleLocalServiceUtil.getRoles
(long companyId, long classNameId, long[] classPKs, int type) RoleLocalServiceWrapper.getRoles
(int start, int end) Returns a range of all the roles.Returns all the roles of the type and subtype.RoleLocalServiceWrapper.getRoles
(long companyId) Returns all the roles in the company.RoleLocalServiceWrapper.getRoles
(long[] roleIds) Returns all the roles with the primary keys.RoleLocalServiceWrapper.getRoles
(long companyId, int[] types) Returns all the roles with the types.RoleLocalServiceWrapper.getRoles
(long companyId, long classNameId, long[] classPKs, int type) RoleService.getRoles
(long companyId, int[] types) RoleServiceUtil.getRoles
(long companyId, int[] types) RoleServiceWrapper.getRoles
(long companyId, int[] types) RoleLocalService.getSubtypeRoles
(String subtype) Returns all the roles of the subtype.RoleLocalServiceUtil.getSubtypeRoles
(String subtype) Returns all the roles of the subtype.RoleLocalServiceWrapper.getSubtypeRoles
(String subtype) Returns all the roles of the subtype.RoleLocalService.getTeamRoleMap
(long groupId) Returns the team role map for the group.RoleLocalServiceUtil.getTeamRoleMap
(long groupId) Returns the team role map for the group.RoleLocalServiceWrapper.getTeamRoleMap
(long groupId) Returns the team role map for the group.RoleLocalService.getTeamRoles
(long groupId) Returns the team roles in the group.RoleLocalService.getTeamRoles
(long groupId, long[] excludedRoleIds) Returns the team roles in the group, excluding the specified role IDs.RoleLocalServiceUtil.getTeamRoles
(long groupId) Returns the team roles in the group.RoleLocalServiceUtil.getTeamRoles
(long groupId, long[] excludedRoleIds) Returns the team roles in the group, excluding the specified role IDs.RoleLocalServiceWrapper.getTeamRoles
(long groupId) Returns the team roles in the group.RoleLocalServiceWrapper.getTeamRoles
(long groupId, long[] excludedRoleIds) Returns the team roles in the group, excluding the specified role IDs.RoleLocalService.getTeamsRoles
(long companyId, long[] teamIds) Returns the team roles in the company.RoleLocalServiceUtil.getTeamsRoles
(long companyId, long[] teamIds) Returns the team roles in the company.RoleLocalServiceWrapper.getTeamsRoles
(long companyId, long[] teamIds) Returns the team roles in the company.RoleLocalService.getTypeRoles
(int type) Returns all the roles of the type.RoleLocalService.getTypeRoles
(int type, int start, int end) Returns a range of all the roles of the type.RoleLocalServiceUtil.getTypeRoles
(int type) Returns all the roles of the type.RoleLocalServiceUtil.getTypeRoles
(int type, int start, int end) Returns a range of all the roles of the type.RoleLocalServiceWrapper.getTypeRoles
(int type) Returns all the roles of the type.RoleLocalServiceWrapper.getTypeRoles
(int type, int start, int end) Returns a range of all the roles of the type.RoleLocalService.getUserGroupGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleLocalService.getUserGroupGroupRoles
(long userId, long groupId, int start, int end) RoleLocalServiceUtil.getUserGroupGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleLocalServiceUtil.getUserGroupGroupRoles
(long userId, long groupId, int start, int end) RoleLocalServiceWrapper.getUserGroupGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleLocalServiceWrapper.getUserGroupGroupRoles
(long userId, long groupId, int start, int end) RoleService.getUserGroupGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleServiceUtil.getUserGroupGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleServiceWrapper.getUserGroupGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleLocalService.getUserGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleLocalServiceUtil.getUserGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleLocalServiceWrapper.getUserGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleService.getUserGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleServiceUtil.getUserGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleServiceWrapper.getUserGroupRoles
(long userId, long groupId) Returns all the user's roles within the user group.RoleLocalService.getUserRelatedRoles
(long userId, long groupId) Returns all the user's roles within the group.RoleLocalService.getUserRelatedRoles
(long userId, long[] groupIds) Returns the union of all the user's roles within the groups.RoleLocalService.getUserRelatedRoles
(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleLocalServiceUtil.getUserRelatedRoles
(long userId, long groupId) Returns all the user's roles within the group.RoleLocalServiceUtil.getUserRelatedRoles
(long userId, long[] groupIds) Returns the union of all the user's roles within the groups.RoleLocalServiceUtil.getUserRelatedRoles
(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleLocalServiceWrapper.getUserRelatedRoles
(long userId, long groupId) Returns all the user's roles within the group.RoleLocalServiceWrapper.getUserRelatedRoles
(long userId, long[] groupIds) Returns the union of all the user's roles within the groups.RoleLocalServiceWrapper.getUserRelatedRoles
(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleService.getUserRelatedRoles
(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleServiceUtil.getUserRelatedRoles
(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleServiceWrapper.getUserRelatedRoles
(long userId, List<Group> groups) Returns the union of all the user's roles within the groups.RoleLocalService.getUserRoles
(long userId) RoleLocalService.getUserRoles
(long userId, int start, int end) RoleLocalService.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceUtil.getUserRoles
(long userId) RoleLocalServiceUtil.getUserRoles
(long userId, int start, int end) RoleLocalServiceUtil.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceWrapper.getUserRoles
(long userId) RoleLocalServiceWrapper.getUserRoles
(long userId, int start, int end) RoleLocalServiceWrapper.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleService.getUserRoles
(long userId) Returns all the roles associated with the user.RoleServiceUtil.getUserRoles
(long userId) Returns all the roles associated with the user.RoleServiceWrapper.getUserRoles
(long userId) Returns all the roles associated with the user.RoleLocalService.getUserTeamRoles
(long userId, long groupId) RoleLocalServiceUtil.getUserTeamRoles
(long userId, long groupId) RoleLocalServiceWrapper.getUserTeamRoles
(long userId, long groupId) RoleLocalService.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalService.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalService.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalService.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleLocalServiceUtil.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalServiceUtil.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalServiceUtil.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalServiceUtil.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleLocalServiceWrapper.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalServiceWrapper.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalServiceWrapper.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalServiceWrapper.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleService.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleServiceUtil.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleServiceWrapper.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Methods in com.liferay.portal.kernel.service with parameters of type RoleModifier and TypeMethodDescriptionboolean
RoleLocalService.addGroupRole
(long groupId, Role role) static boolean
RoleLocalServiceUtil.addGroupRole
(long groupId, Role role) boolean
RoleLocalServiceWrapper.addGroupRole
(long groupId, Role role) Adds the role to the database.static Role
Adds the role to the database.Adds the role to the database.boolean
RoleLocalService.addUserRole
(long userId, Role role) static boolean
RoleLocalServiceUtil.addUserRole
(long userId, Role role) boolean
RoleLocalServiceWrapper.addUserRole
(long userId, Role role) void
RoleLocalService.deleteGroupRole
(long groupId, Role role) static void
RoleLocalServiceUtil.deleteGroupRole
(long groupId, Role role) void
RoleLocalServiceWrapper.deleteGroupRole
(long groupId, Role role) RoleLocalService.deleteRole
(Role role) Deletes the role from the database.static Role
RoleLocalServiceUtil.deleteRole
(Role role) Deletes the role from the database.RoleLocalServiceWrapper.deleteRole
(Role role) Deletes the role from the database.void
RoleLocalService.deleteUserRole
(long userId, Role role) static void
RoleLocalServiceUtil.deleteUserRole
(long userId, Role role) void
RoleLocalServiceWrapper.deleteUserRole
(long userId, Role role) RoleLocalService.updateExternalReferenceCode
(Role role, String externalReferenceCode) static Role
RoleLocalServiceUtil.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleLocalServiceWrapper.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleService.updateExternalReferenceCode
(Role role, String externalReferenceCode) static Role
RoleServiceUtil.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleServiceWrapper.updateExternalReferenceCode
(Role role, String externalReferenceCode) RoleLocalService.updateRole
(Role role) Updates the role in the database or adds it if it does not yet exist.static Role
RoleLocalServiceUtil.updateRole
(Role role) Updates the role in the database or adds it if it does not yet exist.RoleLocalServiceWrapper.updateRole
(Role role) Updates the role in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type RoleModifier and TypeMethodDescriptionboolean
RoleLocalService.addGroupRoles
(long groupId, List<Role> roles) static boolean
RoleLocalServiceUtil.addGroupRoles
(long groupId, List<Role> roles) boolean
RoleLocalServiceWrapper.addGroupRoles
(long groupId, List<Role> roles) boolean
RoleLocalService.addUserRoles
(long userId, List<Role> roles) static boolean
RoleLocalServiceUtil.addUserRoles
(long userId, List<Role> roles) boolean
RoleLocalServiceWrapper.addUserRoles
(long userId, List<Role> roles) void
RoleLocalService.deleteGroupRoles
(long groupId, List<Role> roles) static void
RoleLocalServiceUtil.deleteGroupRoles
(long groupId, List<Role> roles) void
RoleLocalServiceWrapper.deleteGroupRoles
(long groupId, List<Role> roles) void
RoleLocalService.deleteUserRoles
(long userId, List<Role> roles) static void
RoleLocalServiceUtil.deleteUserRoles
(long userId, List<Role> roles) void
RoleLocalServiceWrapper.deleteUserRoles
(long userId, List<Role> roles) RoleLocalService.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceUtil.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceWrapper.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalService.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceUtil.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceWrapper.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalService.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalService.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalService.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalService.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleLocalServiceUtil.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalServiceUtil.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalServiceUtil.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalServiceUtil.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleLocalServiceWrapper.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalServiceWrapper.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalServiceWrapper.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalServiceWrapper.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleService.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleServiceUtil.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleServiceWrapper.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) <R,
E extends Throwable>
RRoleLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Role>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRoleLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Role>, R, E> updateUnsafeFunction) -
Uses of Role in com.liferay.portal.kernel.service.permission
Methods in com.liferay.portal.kernel.service.permission with parameters of type RoleModifier and TypeMethodDescriptionstatic void
UserGroupRolePermissionUtil.check
(PermissionChecker permissionChecker, Group group, Role role) static boolean
UserGroupRolePermissionUtil.contains
(PermissionChecker permissionChecker, Group group, Role role) -
Uses of Role in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return RoleModifier and TypeMethodDescriptionRolePersistence.create
(long roleId) Creates a new role with the primary key.static Role
RoleUtil.create
(long roleId) Creates a new role with the primary key.RolePersistence.fetchByC_C_C
(long companyId, long classNameId, long classPK) Returns the role where companyId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found.RolePersistence.fetchByC_C_C
(long companyId, long classNameId, long classPK, boolean useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.static Role
RoleUtil.fetchByC_C_C
(long companyId, long classNameId, long classPK) Returns the role where companyId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found.static Role
RoleUtil.fetchByC_C_C
(long companyId, long classNameId, long classPK, boolean useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.RolePersistence.fetchByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnull
if it could not be found.RolePersistence.fetchByC_C_C_T
(long companyId, long classNameId, long classPK, int type, boolean useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.static Role
RoleUtil.fetchByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnull
if it could not be found.static Role
RoleUtil.fetchByC_C_C_T
(long companyId, long classNameId, long classPK, int type, boolean useFinderCache) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.RolePersistence.fetchByC_N
(long companyId, String name) Returns the role where companyId = ? and name = ? or returnsnull
if it could not be found.RolePersistence.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the role where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static Role
RoleUtil.fetchByC_N
(long companyId, String name) Returns the role where companyId = ? and name = ? or returnsnull
if it could not be found.static Role
RoleUtil.fetchByC_N
(long companyId, String name, boolean useFinderCache) Returns the role where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.RolePersistence.fetchByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.fetchByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.RolePersistence.fetchByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.fetchByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.RolePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.static Role
RoleUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.RolePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.static Role
RoleUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.RolePersistence.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.RolePersistence.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.static Role
RoleUtil.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.static Role
RoleUtil.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.RolePersistence.fetchByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.static Role
RoleUtil.fetchByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.RolePersistence.fetchByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.static Role
RoleUtil.fetchByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.RolePersistence.fetchByPrimaryKey
(long roleId) Returns the role with the primary key or returnsnull
if it could not be found.static Role
RoleUtil.fetchByPrimaryKey
(long roleId) Returns the role with the primary key or returnsnull
if it could not be found.RolePersistence.fetchBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.static Role
RoleUtil.fetchBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.RolePersistence.fetchBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.static Role
RoleUtil.fetchBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.RolePersistence.fetchByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.fetchByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.RolePersistence.fetchByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.fetchByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.RolePersistence.fetchByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.static Role
RoleUtil.fetchByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.RolePersistence.fetchByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.static Role
RoleUtil.fetchByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.RolePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.RolePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.RolePersistence.fetchByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.static Role
RoleUtil.fetchByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.RolePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.static Role
RoleUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.Role[]
RolePersistence.filterFindByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.static Role[]
RoleUtil.filterFindByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.Role[]
RolePersistence.filterFindByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.static Role[]
RoleUtil.filterFindByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.Role[]
RolePersistence.filterFindByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.static Role[]
RoleUtil.filterFindByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.Role[]
RolePersistence.filterFindBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.static Role[]
RoleUtil.filterFindBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.Role[]
RolePersistence.filterFindByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.static Role[]
RoleUtil.filterFindByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.Role[]
RolePersistence.filterFindByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.static Role[]
RoleUtil.filterFindByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.Role[]
RolePersistence.filterFindByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.static Role[]
RoleUtil.filterFindByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.Role[]
RolePersistence.filterFindByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.static Role[]
RoleUtil.filterFindByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.RolePersistence.findByC_C_C
(long companyId, long classNameId, long classPK) Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws aNoSuchRoleException
if it could not be found.static Role
RoleUtil.findByC_C_C
(long companyId, long classNameId, long classPK) Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws aNoSuchRoleException
if it could not be found.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or throws aNoSuchRoleException
if it could not be found.static Role
RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the role where companyId = ? and classNameId = ? and classPK = ? and type = ? or throws aNoSuchRoleException
if it could not be found.Returns the role where companyId = ? and name = ? or throws aNoSuchRoleException
if it could not be found.static Role
Returns the role where companyId = ? and name = ? or throws aNoSuchRoleException
if it could not be found.RolePersistence.findByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.findByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.RolePersistence.findByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.findByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.Role[]
RolePersistence.findByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.static Role[]
RoleUtil.findByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.RolePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.static Role
RoleUtil.findByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.RolePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.static Role
RoleUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.Role[]
RolePersistence.findByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ?.static Role[]
RoleUtil.findByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ?.RolePersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleException
if it could not be found.static Role
RoleUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleException
if it could not be found.RolePersistence.findByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.static Role
RoleUtil.findByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.RolePersistence.findByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.static Role
RoleUtil.findByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.Role[]
RolePersistence.findByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where name = ?.static Role[]
RoleUtil.findByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where name = ?.RolePersistence.findByPrimaryKey
(long roleId) Returns the role with the primary key or throws aNoSuchRoleException
if it could not be found.static Role
RoleUtil.findByPrimaryKey
(long roleId) Returns the role with the primary key or throws aNoSuchRoleException
if it could not be found.RolePersistence.findBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.static Role
RoleUtil.findBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.RolePersistence.findBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.static Role
RoleUtil.findBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.Role[]
RolePersistence.findBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where subtype = ?.static Role[]
RoleUtil.findBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where subtype = ?.RolePersistence.findByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.findByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.RolePersistence.findByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.findByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.Role[]
RolePersistence.findByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.static Role[]
RoleUtil.findByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.RolePersistence.findByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.static Role
RoleUtil.findByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.RolePersistence.findByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.static Role
RoleUtil.findByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.Role[]
RolePersistence.findByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ?.static Role[]
RoleUtil.findByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ?.RolePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.RolePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.Role[]
RolePersistence.findByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.static Role[]
RoleUtil.findByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.RolePersistence.findByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.static Role
RoleUtil.findByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.RolePersistence.findByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.static Role
RoleUtil.findByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.Role[]
RolePersistence.findByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ?.static Role[]
RoleUtil.findByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ?.RolePersistence.remove
(long roleId) Removes the role with the primary key from the database.static Role
RoleUtil.remove
(long roleId) Removes the role with the primary key from the database.RolePersistence.removeByC_C_C
(long companyId, long classNameId, long classPK) Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.static Role
RoleUtil.removeByC_C_C
(long companyId, long classNameId, long classPK) Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database.RolePersistence.removeByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Removes the role where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.static Role
RoleUtil.removeByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Removes the role where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.RolePersistence.removeByC_N
(long companyId, String name) Removes the role where companyId = ? and name = ? from the database.static Role
RoleUtil.removeByC_N
(long companyId, String name) Removes the role where companyId = ? and name = ? from the database.RolePersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the role where externalReferenceCode = ? and companyId = ? from the database.static Role
RoleUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the role where externalReferenceCode = ? and companyId = ? from the database.static Role
static Role
RoleUtil.update
(Role role, ServiceContext serviceContext) RolePersistence.updateImpl
(Role role) static Role
RoleUtil.updateImpl
(Role role) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type RoleModifier and TypeMethodDescriptionstatic Map<Serializable,
Role> RoleUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) RoleFinder.filterFindByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RolePersistence.filterFindByC_T
(long companyId, int type) Returns all the roles that the user has permission to view where companyId = ? and type = ?.RolePersistence.filterFindByC_T
(long companyId, int[] types) Returns all the roles that the user has permission to view where companyId = ? and type = any ?.RolePersistence.filterFindByC_T
(long companyId, int[] types, int start, int end) Returns a range of all the roles that the user has permission to view where companyId = ? and type = any ?.RolePersistence.filterFindByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.RolePersistence.filterFindByC_T
(long companyId, int type, int start, int end) Returns a range of all the roles that the user has permission to view where companyId = ? and type = ?.RolePersistence.filterFindByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.RoleUtil.filterFindByC_T
(long companyId, int type) Returns all the roles that the user has permission to view where companyId = ? and type = ?.RoleUtil.filterFindByC_T
(long companyId, int[] types) Returns all the roles that the user has permission to view where companyId = ? and type = any ?.RoleUtil.filterFindByC_T
(long companyId, int[] types, int start, int end) Returns a range of all the roles that the user has permission to view where companyId = ? and type = any ?.RoleUtil.filterFindByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.RoleUtil.filterFindByC_T
(long companyId, int type, int start, int end) Returns a range of all the roles that the user has permission to view where companyId = ? and type = ?.RoleUtil.filterFindByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.RolePersistence.filterFindByCompanyId
(long companyId) Returns all the roles that the user has permission to view where companyId = ?.RolePersistence.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the roles that the user has permission to view where companyId = ?.RolePersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.RoleUtil.filterFindByCompanyId
(long companyId) Returns all the roles that the user has permission to view where companyId = ?.RoleUtil.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the roles that the user has permission to view where companyId = ?.RoleUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.RoleFinder.filterFindByGroupRoleAndTeamRole
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleFinderUtil.filterFindByGroupRoleAndTeamRole
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleFinder.filterFindByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RolePersistence.filterFindByName
(String name) Returns all the roles that the user has permission to view where name = ?.RolePersistence.filterFindByName
(String name, int start, int end) Returns a range of all the roles that the user has permission to view where name = ?.RolePersistence.filterFindByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where name = ?.RoleUtil.filterFindByName
(String name) Returns all the roles that the user has permission to view where name = ?.RoleUtil.filterFindByName
(String name, int start, int end) Returns a range of all the roles that the user has permission to view where name = ?.RoleUtil.filterFindByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where name = ?.RolePersistence.filterFindBySubtype
(String subtype) Returns all the roles that the user has permission to view where subtype = ?.RolePersistence.filterFindBySubtype
(String subtype, int start, int end) Returns a range of all the roles that the user has permission to view where subtype = ?.RolePersistence.filterFindBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.RoleUtil.filterFindBySubtype
(String subtype) Returns all the roles that the user has permission to view where subtype = ?.RoleUtil.filterFindBySubtype
(String subtype, int start, int end) Returns a range of all the roles that the user has permission to view where subtype = ?.RoleUtil.filterFindBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.RolePersistence.filterFindByT_S
(int type, String subtype) Returns all the roles that the user has permission to view where type = ? and subtype = ?.RolePersistence.filterFindByT_S
(int type, String subtype, int start, int end) Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?.RolePersistence.filterFindByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.RoleUtil.filterFindByT_S
(int type, String subtype) Returns all the roles that the user has permission to view where type = ? and subtype = ?.RoleUtil.filterFindByT_S
(int type, String subtype, int start, int end) Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?.RoleUtil.filterFindByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.RolePersistence.filterFindByType
(int type) Returns all the roles that the user has permission to view where type = ?.RolePersistence.filterFindByType
(int type, int start, int end) Returns a range of all the roles that the user has permission to view where type = ?.RolePersistence.filterFindByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ?.RoleUtil.filterFindByType
(int type) Returns all the roles that the user has permission to view where type = ?.RoleUtil.filterFindByType
(int type, int start, int end) Returns a range of all the roles that the user has permission to view where type = ?.RoleUtil.filterFindByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ?.RolePersistence.filterFindByUuid
(String uuid) Returns all the roles that the user has permission to view where uuid = ?.RolePersistence.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the roles that the user has permission to view where uuid = ?.RolePersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.RoleUtil.filterFindByUuid
(String uuid) Returns all the roles that the user has permission to view where uuid = ?.RoleUtil.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the roles that the user has permission to view where uuid = ?.RoleUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.RolePersistence.filterFindByUuid_C
(String uuid, long companyId) Returns all the roles that the user has permission to view where uuid = ? and companyId = ?.RolePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the roles that the user has permission to view where uuid = ? and companyId = ?.RolePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.RoleUtil.filterFindByUuid_C
(String uuid, long companyId) Returns all the roles that the user has permission to view where uuid = ? and companyId = ?.RoleUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the roles that the user has permission to view where uuid = ? and companyId = ?.RoleUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.RolePersistence.findAll()
Returns all the roles.RolePersistence.findAll
(int start, int end) Returns a range of all the roles.RolePersistence.findAll
(int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles.RolePersistence.findAll
(int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles.RoleUtil.findAll()
Returns all the roles.RoleUtil.findAll
(int start, int end) Returns a range of all the roles.RoleUtil.findAll
(int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles.RoleUtil.findAll
(int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles.RolePersistence.findByC_C_C
(long companyId, long classNameId, long[] classPKs) Returns all the roles where companyId = ? and classNameId = ? and classPK = any ?.RolePersistence.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end) Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.RolePersistence.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.RolePersistence.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.RoleUtil.findByC_C_C
(long companyId, long classNameId, long[] classPKs) Returns all the roles where companyId = ? and classNameId = ? and classPK = any ?.RoleUtil.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end) Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.RoleUtil.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.RoleUtil.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type) Returns all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end) Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ? and type = ?, optionally using the finder cache.RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type) Returns all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end) Returns a range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ? and type = ?, optionally using the finder cache.RoleFinder.findByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RolePersistence.findByC_T
(long companyId, int type) Returns all the roles where companyId = ? and type = ?.RolePersistence.findByC_T
(long companyId, int[] types) Returns all the roles where companyId = ? and type = any ?.RolePersistence.findByC_T
(long companyId, int[] types, int start, int end) Returns a range of all the roles where companyId = ? and type = any ?.RolePersistence.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = any ?.RolePersistence.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.RolePersistence.findByC_T
(long companyId, int type, int start, int end) Returns a range of all the roles where companyId = ? and type = ?.RolePersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = ?.RolePersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?.RoleUtil.findByC_T
(long companyId, int type) Returns all the roles where companyId = ? and type = ?.RoleUtil.findByC_T
(long companyId, int[] types) Returns all the roles where companyId = ? and type = any ?.RoleUtil.findByC_T
(long companyId, int[] types, int start, int end) Returns a range of all the roles where companyId = ? and type = any ?.RoleUtil.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = any ?.RoleUtil.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.RoleUtil.findByC_T
(long companyId, int type, int start, int end) Returns a range of all the roles where companyId = ? and type = ?.RoleUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = ?.RoleUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?.RolePersistence.findByCompanyId
(long companyId) Returns all the roles where companyId = ?.RolePersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the roles where companyId = ?.RolePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ?.RolePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ?.RoleUtil.findByCompanyId
(long companyId) Returns all the roles where companyId = ?.RoleUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the roles where companyId = ?.RoleUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ?.RoleUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ?.RoleFinder.findByGroupRoleAndTeamRole
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleFinderUtil.findByGroupRoleAndTeamRole
(long companyId, String name, List<String> excludedNames, String title, String description, int[] types, long excludedTeamRoleId, long teamGroupId, int start, int end) RoleFinder.findByKeywords
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByKeywords
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RolePersistence.findByName
(String name) Returns all the roles where name = ?.RolePersistence.findByName
(String name, int start, int end) Returns a range of all the roles where name = ?.RolePersistence.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where name = ?.RolePersistence.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where name = ?.RoleUtil.findByName
(String name) Returns all the roles where name = ?.RoleUtil.findByName
(String name, int start, int end) Returns a range of all the roles where name = ?.RoleUtil.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where name = ?.RoleUtil.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where name = ?.RolePersistence.findBySubtype
(String subtype) Returns all the roles where subtype = ?.RolePersistence.findBySubtype
(String subtype, int start, int end) Returns a range of all the roles where subtype = ?.RolePersistence.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where subtype = ?.RolePersistence.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where subtype = ?.RoleUtil.findBySubtype
(String subtype) Returns all the roles where subtype = ?.RoleUtil.findBySubtype
(String subtype, int start, int end) Returns a range of all the roles where subtype = ?.RoleUtil.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where subtype = ?.RoleUtil.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where subtype = ?.Returns all the roles where type = ? and subtype = ?.Returns a range of all the roles where type = ? and subtype = ?.RolePersistence.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ? and subtype = ?.RolePersistence.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ? and subtype = ?.Returns all the roles where type = ? and subtype = ?.Returns a range of all the roles where type = ? and subtype = ?.RoleUtil.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ? and subtype = ?.RoleUtil.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ? and subtype = ?.RolePersistence.findByType
(int type) Returns all the roles where type = ?.RolePersistence.findByType
(int type, int start, int end) Returns a range of all the roles where type = ?.RolePersistence.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ?.RolePersistence.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ?.RoleUtil.findByType
(int type) Returns all the roles where type = ?.RoleUtil.findByType
(int type, int start, int end) Returns a range of all the roles where type = ?.RoleUtil.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ?.RoleUtil.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ?.RolePersistence.findByUuid
(String uuid) Returns all the roles where uuid = ?.RolePersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the roles where uuid = ?.RolePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ?.RolePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ?.RoleUtil.findByUuid
(String uuid) Returns all the roles where uuid = ?.RoleUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the roles where uuid = ?.RoleUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ?.RoleUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ?.RolePersistence.findByUuid_C
(String uuid, long companyId) Returns all the roles where uuid = ? and companyId = ?.RolePersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the roles where uuid = ? and companyId = ?.RolePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RolePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RoleUtil.findByUuid_C
(String uuid, long companyId) Returns all the roles where uuid = ? and companyId = ?.RoleUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the roles where uuid = ? and companyId = ?.RoleUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RoleUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RoleUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) RoleUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) RoleUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Role> orderByComparator) GroupPersistence.getRoles
(long pk) Returns all the roles associated with the group.GroupPersistence.getRoles
(long pk, int start, int end) Returns a range of all the roles associated with the group.GroupPersistence.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the group.GroupUtil.getRoles
(long pk) Returns all the roles associated with the group.GroupUtil.getRoles
(long pk, int start, int end) Returns a range of all the roles associated with the group.GroupUtil.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the group.UserPersistence.getRoles
(long pk) Returns all the roles associated with the user.UserPersistence.getRoles
(long pk, int start, int end) Returns a range of all the roles associated with the user.UserPersistence.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the user.UserUtil.getRoles
(long pk) Returns all the roles associated with the user.UserUtil.getRoles
(long pk, int start, int end) Returns a range of all the roles associated with the user.UserUtil.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the user.Methods in com.liferay.portal.kernel.service.persistence with parameters of type RoleModifier and TypeMethodDescriptionboolean
Adds an association between the group and the role.static boolean
Adds an association between the group and the role.boolean
Adds an association between the user and the role.static boolean
Adds an association between the user and the role.void
RolePersistence.cacheResult
(Role role) Caches the role in the entity cache if it is enabled.static void
RoleUtil.cacheResult
(Role role) Caches the role in the entity cache if it is enabled.static void
RoleUtil.clearCache
(Role role) void
GroupPersistence.removeRole
(long pk, Role role) Removes the association between the group and the role.static void
GroupUtil.removeRole
(long pk, Role role) Removes the association between the group and the role.void
UserPersistence.removeRole
(long pk, Role role) Removes the association between the user and the role.static void
UserUtil.removeRole
(long pk, Role role) Removes the association between the user and the role.static Role
static Role
RoleUtil.update
(Role role, ServiceContext serviceContext) RolePersistence.updateImpl
(Role role) static Role
RoleUtil.updateImpl
(Role role) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type RoleModifier and TypeMethodDescriptionboolean
Adds an association between the group and the roles.static boolean
Adds an association between the group and the roles.boolean
Adds an association between the user and the roles.static boolean
Adds an association between the user and the roles.void
RolePersistence.cacheResult
(List<Role> roles) Caches the roles in the entity cache if it is enabled.static void
RoleUtil.cacheResult
(List<Role> roles) Caches the roles in the entity cache if it is enabled.RolePersistence.fetchByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.fetchByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.RolePersistence.fetchByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.fetchByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.RolePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.static Role
RoleUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.RolePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.static Role
RoleUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.RolePersistence.fetchByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.static Role
RoleUtil.fetchByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.RolePersistence.fetchByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.static Role
RoleUtil.fetchByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.RolePersistence.fetchBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.static Role
RoleUtil.fetchBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.RolePersistence.fetchBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.static Role
RoleUtil.fetchBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.RolePersistence.fetchByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.fetchByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.RolePersistence.fetchByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.fetchByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.RolePersistence.fetchByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.static Role
RoleUtil.fetchByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.RolePersistence.fetchByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.static Role
RoleUtil.fetchByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.RolePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.RolePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.RolePersistence.fetchByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.static Role
RoleUtil.fetchByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.RolePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.static Role
RoleUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.RoleFinder.filterFindByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RolePersistence.filterFindByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.RolePersistence.filterFindByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.RoleUtil.filterFindByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.RoleUtil.filterFindByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.Role[]
RolePersistence.filterFindByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.static Role[]
RoleUtil.filterFindByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.RolePersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.RoleUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.Role[]
RolePersistence.filterFindByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.static Role[]
RoleUtil.filterFindByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.RoleFinder.filterFindByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RolePersistence.filterFindByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where name = ?.RoleUtil.filterFindByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where name = ?.Role[]
RolePersistence.filterFindByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.static Role[]
RoleUtil.filterFindByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.RolePersistence.filterFindBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.RoleUtil.filterFindBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.Role[]
RolePersistence.filterFindBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.static Role[]
RoleUtil.filterFindBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.RolePersistence.filterFindByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.RoleUtil.filterFindByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.Role[]
RolePersistence.filterFindByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.static Role[]
RoleUtil.filterFindByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.RolePersistence.filterFindByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ?.RoleUtil.filterFindByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ?.Role[]
RolePersistence.filterFindByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.static Role[]
RoleUtil.filterFindByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.RolePersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.RoleUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.RolePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.RoleUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.Role[]
RolePersistence.filterFindByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.static Role[]
RoleUtil.filterFindByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.Role[]
RolePersistence.filterFindByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.static Role[]
RoleUtil.filterFindByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.RolePersistence.findAll
(int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles.RolePersistence.findAll
(int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles.RoleUtil.findAll
(int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles.RoleUtil.findAll
(int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles.RolePersistence.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.RolePersistence.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.RoleUtil.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.RoleUtil.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ? and type = ?, optionally using the finder cache.RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ? and type = ?, optionally using the finder cache.RoleFinder.findByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RolePersistence.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = any ?.RolePersistence.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.RolePersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = ?.RolePersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?.RoleUtil.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = any ?.RoleUtil.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.RoleUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = ?.RoleUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?.RolePersistence.findByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.findByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.RolePersistence.findByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.findByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.Role[]
RolePersistence.findByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.static Role[]
RoleUtil.findByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.RolePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ?.RolePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ?.RoleUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ?.RoleUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ?.RolePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.static Role
RoleUtil.findByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.RolePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.static Role
RoleUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.Role[]
RolePersistence.findByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ?.static Role[]
RoleUtil.findByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ?.RoleFinder.findByKeywords
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByKeywords
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RolePersistence.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where name = ?.RolePersistence.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where name = ?.RoleUtil.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where name = ?.RoleUtil.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where name = ?.RolePersistence.findByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.static Role
RoleUtil.findByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.RolePersistence.findByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.static Role
RoleUtil.findByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.Role[]
RolePersistence.findByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where name = ?.static Role[]
RoleUtil.findByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where name = ?.RolePersistence.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where subtype = ?.RolePersistence.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where subtype = ?.RoleUtil.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where subtype = ?.RoleUtil.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where subtype = ?.RolePersistence.findBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.static Role
RoleUtil.findBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.RolePersistence.findBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.static Role
RoleUtil.findBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.Role[]
RolePersistence.findBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where subtype = ?.static Role[]
RoleUtil.findBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where subtype = ?.RolePersistence.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ? and subtype = ?.RolePersistence.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ? and subtype = ?.RoleUtil.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ? and subtype = ?.RoleUtil.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ? and subtype = ?.RolePersistence.findByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.findByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.RolePersistence.findByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.findByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.Role[]
RolePersistence.findByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.static Role[]
RoleUtil.findByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.RolePersistence.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ?.RolePersistence.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ?.RoleUtil.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ?.RoleUtil.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ?.RolePersistence.findByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.static Role
RoleUtil.findByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.RolePersistence.findByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.static Role
RoleUtil.findByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.Role[]
RolePersistence.findByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ?.static Role[]
RoleUtil.findByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ?.RolePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ?.RolePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ?.RoleUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ?.RoleUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ?.RolePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RolePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RoleUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RoleUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RolePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.RolePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.Role[]
RolePersistence.findByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.static Role[]
RoleUtil.findByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.RolePersistence.findByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.static Role
RoleUtil.findByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.RolePersistence.findByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.static Role
RoleUtil.findByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.Role[]
RolePersistence.findByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ?.static Role[]
RoleUtil.findByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ?.RoleUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Role> orderByComparator) GroupPersistence.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the group.GroupUtil.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the group.UserPersistence.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the user.UserUtil.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the user.void
GroupPersistence.removeRoles
(long pk, List<Role> roles) Removes the association between the group and the roles.static void
GroupUtil.removeRoles
(long pk, List<Role> roles) Removes the association between the group and the roles.void
UserPersistence.removeRoles
(long pk, List<Role> roles) Removes the association between the user and the roles.static void
UserUtil.removeRoles
(long pk, List<Role> roles) Removes the association between the user and the roles.void
Sets the roles associated with the group, removing and adding associations as necessary.static void
Sets the roles associated with the group, removing and adding associations as necessary.void
Sets the roles associated with the user, removing and adding associations as necessary.static void
Sets the roles associated with the user, removing and adding associations as necessary. -
Uses of Role in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type Role