|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| com.liferay.portal.kernel.test.util | |
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portal.security.membershippolicy | |
| com.liferay.portal.security.membershippolicy.util.test | |
| com.liferay.portal.security.permission | This package defines the portal security permission interfaces and classes. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.base | This package defines the portal service local and remote base classes. |
| com.liferay.portal.service.http | This package defines the HTTP and SOAP portal service utilities. |
| com.liferay.portal.service.impl | This package defines the portal service local and remote implementations. |
| com.liferay.portal.service.permission | This package defines the portal service permission interfaces and utilities. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| com.liferay.portal.service.test | |
| com.liferay.portal.sharepoint.dws | |
| com.liferay.portal.util | This package defines the portal utility interfaces and classes. |
| com.liferay.portal.util.comparator | This package defines the portal comparator classes. |
| com.liferay.portal.verify | |
| com.liferay.portlet.announcements.util | |
| com.liferay.portlet.rolesadmin.search | |
| com.liferay.portlet.rolesadmin.util | |
| com.liferay.portlet.sites.search | |
| com.liferay.portlet.usersadmin.util | |
| com.liferay.roles.admin.kernel.util | |
| com.liferay.users.admin.kernel.util | |
| Uses of Role in com.liferay.portal.kernel.test.util |
|---|
| Methods in com.liferay.portal.kernel.test.util that return Role | |
|---|---|
static Role |
RoleTestUtil.addRole(int roleType)
|
static Role |
RoleTestUtil.addRole(String roleName,
int roleType)
|
static Role |
RoleTestUtil.addRole(String roleName,
int roleType,
String resourceName,
int scope,
String primKey,
String actionId)
|
| Methods in com.liferay.portal.kernel.test.util with parameters of type Role | |
|---|---|
static void |
RoleTestUtil.addResourcePermission(Role role,
String resourceName,
int scope,
String primKey,
String actionId)
|
| Uses of Role in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement Role | |
|---|---|
class |
RoleWrapper
This class is a wrapper for Role. |
| Fields in com.liferay.portal.model with type parameters of type Role | |
|---|---|
static Accessor<Role,String> |
Role.NAME_ACCESSOR
|
static Accessor<Role,Long> |
Role.ROLE_ID_ACCESSOR
|
static Accessor<Role,String> |
Role.TITLE_ACCESSOR
|
| Methods in com.liferay.portal.model that return Role | |
|---|---|
Role |
Team.getRole()
|
Role |
UserGroupRole.getRole()
|
Role |
UserGroupRoleWrapper.getRole()
|
Role |
TeamWrapper.getRole()
|
Role |
UserGroupGroupRole.getRole()
|
Role |
UserGroupGroupRoleWrapper.getRole()
|
Role |
RoleWrapper.getWrappedModel()
|
Role |
RoleWrapper.toEscapedModel()
|
Role |
RoleModel.toEscapedModel()
|
Role |
RoleWrapper.toUnescapedModel()
|
Role |
RoleModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type Role | |
|---|---|
List<Role> |
User.getRoles()
|
List<Role> |
UserWrapper.getRoles()
|
CacheModel<Role> |
RoleWrapper.toCacheModel()
|
CacheModel<Role> |
RoleModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type Role | |
|---|---|
int |
RoleWrapper.compareTo(Role role)
|
int |
RoleModel.compareTo(Role role)
|
static RoleSoap |
RoleSoap.toSoapModel(Role model)
|
static RoleSoap[] |
RoleSoap.toSoapModels(Role[] models)
|
static RoleSoap[][] |
RoleSoap.toSoapModels(Role[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type Role | |
|---|---|
static RoleSoap[] |
RoleSoap.toSoapModels(List<Role> models)
|
| Constructors in com.liferay.portal.model with parameters of type Role | |
|---|---|
RoleWrapper(Role role)
|
|
| Uses of Role in com.liferay.portal.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement Role | |
|---|---|
class |
RoleBaseImpl
The extended model base implementation for the Role service. |
class |
RoleImpl
|
| Methods in com.liferay.portal.model.impl that return Role | |
|---|---|
Role |
UserGroupGroupRoleImpl.getRole()
|
Role |
UserGroupRoleImpl.getRole()
|
Role |
TeamImpl.getRole()
|
Role |
RoleCacheModel.toEntityModel()
|
Role |
RoleModelImpl.toEscapedModel()
|
static Role |
RoleModelImpl.toModel(RoleSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portal.model.impl that return types with arguments of type Role | |
|---|---|
List<Role> |
UserImpl.getRoles()
|
CacheModel<Role> |
RoleModelImpl.toCacheModel()
|
static List<Role> |
RoleModelImpl.toModels(RoleSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portal.model.impl with parameters of type Role | |
|---|---|
int |
RoleModelImpl.compareTo(Role role)
|
| Uses of Role in com.liferay.portal.security.membershippolicy |
|---|
| Methods in com.liferay.portal.security.membershippolicy that return types with arguments of type Role | |
|---|---|
List<Role> |
MembershipPolicyException.getRoles()
|
| Methods in com.liferay.portal.security.membershippolicy with parameters of type Role | |
|---|---|
void |
MembershipPolicyException.addRole(Role role)
|
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. |
static void |
SiteMembershipPolicyUtil.verifyPolicy(Role role)
|
void |
BaseSiteMembershipPolicy.verifyPolicy(Role role)
|
void |
DummyRoleMembershipPolicy.verifyPolicy(Role role)
|
static void |
OrganizationMembershipPolicyUtil.verifyPolicy(Role role)
|
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 |
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 |
BaseRoleMembershipPolicy.verifyPolicy(Role role)
|
static void |
RoleMembershipPolicyUtil.verifyPolicy(Role role)
|
void |
BaseOrganizationMembershipPolicy.verifyPolicy(Role role)
|
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 |
SiteMembershipPolicyUtil.verifyPolicy(Role role,
Role oldRole,
Map<String,Serializable> oldExpandoAttributes)
|
void |
BaseSiteMembershipPolicy.verifyPolicy(Role role,
Role oldRole,
Map<String,Serializable> oldExpandoAttributes)
|
void |
DummyRoleMembershipPolicy.verifyPolicy(Role role,
Role oldRole,
Map<String,Serializable> oldExpandoAttributes)
|
static void |
OrganizationMembershipPolicyUtil.verifyPolicy(Role role,
Role oldRole,
Map<String,Serializable> oldExpandoAttributes)
|
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,
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. |
static void |
RoleMembershipPolicyUtil.verifyPolicy(Role role,
Role oldRole,
Map<String,Serializable> oldExpandoAttributes)
|
void |
BaseOrganizationMembershipPolicy.verifyPolicy(Role role,
Role oldRole,
Map<String,Serializable> oldExpandoAttributes)
|
| Uses of Role in com.liferay.portal.security.membershippolicy.util.test |
|---|
| Methods in com.liferay.portal.security.membershippolicy.util.test that return Role | |
|---|---|
static Role |
MembershipPolicyTestUtil.addRole(int type)
|
| Uses of Role in com.liferay.portal.security.permission |
|---|
| Fields in com.liferay.portal.security.permission declared as Role | |
|---|---|
protected Role |
BasePermissionChecker.ownerRole
|
| Methods in com.liferay.portal.security.permission that return types with arguments of type Role | |
|---|---|
Collection<Role> |
UserBag.getRoles()
|
List<Role> |
UserBagImpl.getRoles()
|
List<Role> |
ResourceActions.getRoles(long companyId,
Group group,
String modelResource)
Deprecated. As of 6.1.0, replaced by ResourceActions.getRoles(long, Group,
String, int[]) |
static List<Role> |
ResourceActionsUtil.getRoles(long companyId,
Group group,
String modelResource)
Deprecated. As of 6.1.0, replaced by ResourceActionsUtil.getRoles(long, Group,
String, int[]) |
List<Role> |
ResourceActionsImpl.getRoles(long companyId,
Group group,
String modelResource)
Deprecated. As of 6.1.0, replaced by ResourceActionsImpl.getRoles(long, Group,
String, int[]) |
List<Role> |
ResourceActions.getRoles(long companyId,
Group group,
String modelResource,
int[] roleTypes)
|
static List<Role> |
ResourceActionsUtil.getRoles(long companyId,
Group group,
String modelResource,
int[] roleTypes)
|
List<Role> |
ResourceActionsImpl.getRoles(long companyId,
Group group,
String modelResource,
int[] roleTypes)
|
| Methods in com.liferay.portal.security.permission with parameters of type Role | |
|---|---|
boolean |
PermissionConversionFilter.accept(Role role,
ResourcePermission resourcePermission)
|
boolean |
PermissionConversionFilter.accept(Role role,
ResourceTypePermission resourcePermission)
|
static List<Permission> |
PermissionConverterUtil.convertPermissions(Role role)
|
List<Permission> |
PermissionConverter.convertPermissions(Role role)
|
List<Permission> |
PermissionConverterImpl.convertPermissions(Role role)
|
static List<Permission> |
PermissionConverterUtil.convertPermissions(Role role,
PermissionConversionFilter permissionConversionFilter)
|
List<Permission> |
PermissionConverter.convertPermissions(Role role,
PermissionConversionFilter permissionConversionFilter)
|
List<Permission> |
PermissionConverterImpl.convertPermissions(Role role,
PermissionConversionFilter permissionConversionFilter)
|
static Boolean |
PermissionCacheUtil.getUserRole(long userId,
Role role)
|
boolean |
UserBag.hasRole(Role role)
|
boolean |
UserBagImpl.hasRole(Role role)
|
static void |
PermissionCacheUtil.putUserRole(long userId,
Role role,
Boolean value)
|
| Constructor parameters in com.liferay.portal.security.permission with type arguments of type Role | |
|---|---|
UserBagImpl(long userId,
Collection<Group> userGroups,
Collection<Organization> userOrgs,
Collection<Group> userOrgGroups,
Collection<Role> userRoles)
|
|
| Uses of Role in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return Role | |
|---|---|
Role |
RoleLocalService.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. As of 6.2.0, replaced by RoleLocalService.addRole(long, String, long,
String, Map, Map, int, String, ServiceContext) |
static Role |
RoleLocalServiceUtil.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. As of 6.2.0, replaced by RoleLocalServiceUtil.addRole(long, String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
RoleLocalServiceWrapper.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. As of 6.2.0, replaced by RoleLocalServiceWrapper.addRole(long, String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
RoleLocalService.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String className,
long classPK)
Deprecated. As of 6.2.0, replaced by RoleLocalService.addRole(long, String, long,
String, Map, Map, int, String, ServiceContext) |
static Role |
RoleLocalServiceUtil.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String className,
long classPK)
Deprecated. As of 6.2.0, replaced by RoleLocalServiceUtil.addRole(long, String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
RoleLocalServiceWrapper.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String className,
long classPK)
Deprecated. As of 6.2.0, replaced by RoleLocalServiceWrapper.addRole(long, String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
RoleLocalService.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role with additional parameters. |
static Role |
RoleLocalServiceUtil.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role with additional parameters. |
Role |
RoleLocalServiceWrapper.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role with additional parameters. |
Role |
RoleLocalService.addRole(Role role)
Adds the role to the database. |
static Role |
RoleLocalServiceUtil.addRole(Role role)
Adds the role to the database. |
Role |
RoleLocalServiceWrapper.addRole(Role role)
Adds the role to the database. |
Role |
RoleServiceWrapper.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role. |
static Role |
RoleServiceUtil.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role. |
Role |
RoleService.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role. |
Role |
RoleServiceWrapper.addRole(String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. As of 6.2.0, replaced by RoleServiceWrapper.addRole(String, long,
String, Map, Map, int, String, ServiceContext) |
static Role |
RoleServiceUtil.addRole(String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. As of 6.2.0, replaced by RoleServiceUtil.addRole(String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
RoleService.addRole(String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. As of 6.2.0, replaced by RoleService.addRole(String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
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. |
Role |
RoleLocalServiceWrapper.createRole(long roleId)
Creates a new role with the primary key. |
Role |
RoleLocalService.deleteRole(long roleId)
Deletes the role with the primary key from the database. |
static Role |
RoleLocalServiceUtil.deleteRole(long roleId)
Deletes the role with the primary key from the database. |
Role |
RoleLocalServiceWrapper.deleteRole(long roleId)
Deletes the role with the primary key from the database. |
Role |
RoleLocalService.deleteRole(Role role)
Deletes the role from the database. |
static Role |
RoleLocalServiceUtil.deleteRole(Role role)
Deletes the role from the database. |
Role |
RoleLocalServiceWrapper.deleteRole(Role role)
Deletes the role from the database. |
Role |
RoleLocalService.fetchRole(long roleId)
|
Role |
RoleServiceWrapper.fetchRole(long roleId)
|
static Role |
RoleLocalServiceUtil.fetchRole(long roleId)
|
static Role |
RoleServiceUtil.fetchRole(long roleId)
|
Role |
RoleLocalServiceWrapper.fetchRole(long roleId)
|
Role |
RoleService.fetchRole(long roleId)
|
Role |
RoleLocalService.fetchRole(long companyId,
String name)
Returns the role with the name in the company. |
static Role |
RoleLocalServiceUtil.fetchRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleLocalServiceWrapper.fetchRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
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. |
Role |
RoleLocalServiceWrapper.fetchRoleByUuidAndCompanyId(String uuid,
long companyId)
Returns the role with the matching UUID and company. |
Role |
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. |
Role |
RoleLocalServiceWrapper.getDefaultGroupRole(long groupId)
Returns the default role for the group with the primary key. |
Role |
RoleLocalService.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleServiceWrapper.getRole(long roleId)
Returns the role with the primary key. |
static Role |
RoleLocalServiceUtil.getRole(long roleId)
Returns the role with the primary key. |
static Role |
RoleServiceUtil.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleLocalServiceWrapper.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleService.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleLocalService.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleServiceWrapper.getRole(long companyId,
String name)
Returns the role with the name in the company. |
static Role |
RoleLocalServiceUtil.getRole(long companyId,
String name)
Returns the role with the name in the company. |
static Role |
RoleServiceUtil.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleLocalServiceWrapper.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleService.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
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. |
Role |
RoleLocalServiceWrapper.getRoleByUuidAndCompanyId(String uuid,
long companyId)
Returns the role with the matching UUID and company. |
Role |
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. |
Role |
RoleLocalServiceWrapper.getTeamRole(long companyId,
long teamId)
Returns the team role in the company. |
Role |
RoleLocalService.loadFetchRole(long companyId,
String name)
Returns a role with the name in the company. |
static Role |
RoleLocalServiceUtil.loadFetchRole(long companyId,
String name)
Returns a role with the name in the company. |
Role |
RoleLocalServiceWrapper.loadFetchRole(long companyId,
String name)
Returns a role with the name in the company. |
Role |
RoleLocalService.loadGetRole(long companyId,
String name)
Returns a role with the name in the company. |
static Role |
RoleLocalServiceUtil.loadGetRole(long companyId,
String name)
Returns a role with the name in the company. |
Role |
RoleLocalServiceWrapper.loadGetRole(long companyId,
String name)
Returns a role with the name in the company. |
Role |
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. |
Role |
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. |
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 |
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. |
Role |
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. |
Role |
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. |
Role |
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. |
Role |
RoleLocalServiceWrapper.updateRole(Role role)
Updates the role in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service that return types with arguments of type Role | |
|---|---|
List<Role> |
RoleLocalService.getGroupRelatedRoles(long groupId)
|
static List<Role> |
RoleLocalServiceUtil.getGroupRelatedRoles(long groupId)
|
List<Role> |
RoleLocalServiceWrapper.getGroupRelatedRoles(long groupId)
|
List<Role> |
RoleLocalService.getGroupRoles(long groupId)
|
List<Role> |
RoleServiceWrapper.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
static List<Role> |
RoleLocalServiceUtil.getGroupRoles(long groupId)
|
static List<Role> |
RoleServiceUtil.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
List<Role> |
RoleLocalServiceWrapper.getGroupRoles(long groupId)
|
List<Role> |
RoleService.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
List<Role> |
RoleLocalService.getGroupRoles(long groupId,
int start,
int end)
|
static List<Role> |
RoleLocalServiceUtil.getGroupRoles(long groupId,
int start,
int end)
|
List<Role> |
RoleLocalServiceWrapper.getGroupRoles(long groupId,
int start,
int end)
|
List<Role> |
RoleLocalService.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
static List<Role> |
RoleLocalServiceUtil.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalServiceWrapper.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalService.getResourceBlockRoles(long resourceBlockId,
String className,
String actionId)
|
static List<Role> |
RoleLocalServiceUtil.getResourceBlockRoles(long resourceBlockId,
String className,
String actionId)
|
List<Role> |
RoleLocalServiceWrapper.getResourceBlockRoles(long resourceBlockId,
String className,
String actionId)
|
List<Role> |
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. |
static List<Role> |
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. |
List<Role> |
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. |
List<Role> |
RoleLocalService.getRoles(int start,
int end)
Returns a range of all the roles. |
static List<Role> |
RoleLocalServiceUtil.getRoles(int start,
int end)
Returns a range of all the roles. |
List<Role> |
RoleLocalServiceWrapper.getRoles(int start,
int end)
Returns a range of all the roles. |
List<Role> |
RoleLocalService.getRoles(int type,
String subtype)
Returns all the roles of the type and subtype. |
List<Role> |
RoleServiceWrapper.getRoles(int type,
String subtype)
|
static List<Role> |
RoleLocalServiceUtil.getRoles(int type,
String subtype)
Returns all the roles of the type and subtype. |
static List<Role> |
RoleServiceUtil.getRoles(int type,
String subtype)
|
List<Role> |
RoleLocalServiceWrapper.getRoles(int type,
String subtype)
Returns all the roles of the type and subtype. |
List<Role> |
RoleService.getRoles(int type,
String subtype)
|
List<Role> |
RoleLocalService.getRoles(long companyId)
Returns all the roles in the company. |
static List<Role> |
RoleLocalServiceUtil.getRoles(long companyId)
Returns all the roles in the company. |
List<Role> |
RoleLocalServiceWrapper.getRoles(long companyId)
Returns all the roles in the company. |
List<Role> |
RoleLocalService.getRoles(long[] roleIds)
Returns all the roles with the primary keys. |
static List<Role> |
RoleLocalServiceUtil.getRoles(long[] roleIds)
Returns all the roles with the primary keys. |
List<Role> |
RoleLocalServiceWrapper.getRoles(long[] roleIds)
Returns all the roles with the primary keys. |
List<Role> |
RoleLocalService.getRoles(long companyId,
int[] types)
Returns all the roles with the types. |
List<Role> |
RoleServiceWrapper.getRoles(long companyId,
int[] types)
|
static List<Role> |
RoleLocalServiceUtil.getRoles(long companyId,
int[] types)
Returns all the roles with the types. |
static List<Role> |
RoleServiceUtil.getRoles(long companyId,
int[] types)
|
List<Role> |
RoleLocalServiceWrapper.getRoles(long companyId,
int[] types)
Returns all the roles with the types. |
List<Role> |
RoleService.getRoles(long companyId,
int[] types)
|
List<Role> |
ResourcePermissionLocalService.getRoles(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
static List<Role> |
ResourcePermissionLocalServiceUtil.getRoles(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
List<Role> |
ResourcePermissionLocalServiceWrapper.getRoles(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
static List<Role> |
ResourceBlockLocalServiceUtil.getRoles(String name,
long primKey,
String actionId)
|
List<Role> |
ResourceBlockLocalService.getRoles(String name,
long primKey,
String actionId)
|
List<Role> |
ResourceBlockLocalServiceWrapper.getRoles(String name,
long primKey,
String actionId)
|
List<Role> |
RoleLocalService.getSubtypeRoles(String subtype)
Returns all the roles of the subtype. |
static List<Role> |
RoleLocalServiceUtil.getSubtypeRoles(String subtype)
Returns all the roles of the subtype. |
List<Role> |
RoleLocalServiceWrapper.getSubtypeRoles(String subtype)
Returns all the roles of the subtype. |
Map<Team,Role> |
RoleLocalService.getTeamRoleMap(long groupId)
Returns the team role map for the group. |
static Map<Team,Role> |
RoleLocalServiceUtil.getTeamRoleMap(long groupId)
Returns the team role map for the group. |
Map<Team,Role> |
RoleLocalServiceWrapper.getTeamRoleMap(long groupId)
Returns the team role map for the group. |
List<Role> |
RoleLocalService.getTeamRoles(long groupId)
Returns the team roles in the group. |
static List<Role> |
RoleLocalServiceUtil.getTeamRoles(long groupId)
Returns the team roles in the group. |
List<Role> |
RoleLocalServiceWrapper.getTeamRoles(long groupId)
Returns the team roles in the group. |
List<Role> |
RoleLocalService.getTeamRoles(long groupId,
long[] excludedRoleIds)
Returns the team roles in the group, excluding the specified role IDs. |
static List<Role> |
RoleLocalServiceUtil.getTeamRoles(long groupId,
long[] excludedRoleIds)
Returns the team roles in the group, excluding the specified role IDs. |
List<Role> |
RoleLocalServiceWrapper.getTeamRoles(long groupId,
long[] excludedRoleIds)
Returns the team roles in the group, excluding the specified role IDs. |
List<Role> |
RoleLocalService.getTypeRoles(int type)
Returns all the roles of the type. |
static List<Role> |
RoleLocalServiceUtil.getTypeRoles(int type)
Returns all the roles of the type. |
List<Role> |
RoleLocalServiceWrapper.getTypeRoles(int type)
Returns all the roles of the type. |
List<Role> |
RoleLocalService.getTypeRoles(int type,
int start,
int end)
Returns a range of all the roles of the type. |
static List<Role> |
RoleLocalServiceUtil.getTypeRoles(int type,
int start,
int end)
Returns a range of all the roles of the type. |
List<Role> |
RoleLocalServiceWrapper.getTypeRoles(int type,
int start,
int end)
Returns a range of all the roles of the type. |
List<Role> |
RoleLocalService.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleServiceWrapper.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static List<Role> |
RoleLocalServiceUtil.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static List<Role> |
RoleServiceUtil.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalServiceWrapper.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleService.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalService.getUserGroupGroupRoles(long userId,
long groupId,
int start,
int end)
|
static List<Role> |
RoleLocalServiceUtil.getUserGroupGroupRoles(long userId,
long groupId,
int start,
int end)
|
List<Role> |
RoleLocalServiceWrapper.getUserGroupGroupRoles(long userId,
long groupId,
int start,
int end)
|
List<Role> |
RoleLocalService.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleServiceWrapper.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static List<Role> |
RoleLocalServiceUtil.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static List<Role> |
RoleServiceUtil.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalServiceWrapper.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleService.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalService.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleServiceWrapper.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
static List<Role> |
RoleLocalServiceUtil.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
static List<Role> |
RoleServiceUtil.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalServiceWrapper.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleService.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalService.getUserRelatedRoles(long userId,
long groupId)
Returns all the user's roles within the group. |
static List<Role> |
RoleLocalServiceUtil.getUserRelatedRoles(long userId,
long groupId)
Returns all the user's roles within the group. |
List<Role> |
RoleLocalServiceWrapper.getUserRelatedRoles(long userId,
long groupId)
Returns all the user's roles within the group. |
List<Role> |
RoleLocalService.getUserRelatedRoles(long userId,
long[] groupIds)
Returns the union of all the user's roles within the groups. |
static List<Role> |
RoleLocalServiceUtil.getUserRelatedRoles(long userId,
long[] groupIds)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalServiceWrapper.getUserRelatedRoles(long userId,
long[] groupIds)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalService.getUserRoles(long userId)
|
List<Role> |
RoleServiceWrapper.getUserRoles(long userId)
Returns all the roles associated with the user. |
static List<Role> |
RoleLocalServiceUtil.getUserRoles(long userId)
|
static List<Role> |
RoleServiceUtil.getUserRoles(long userId)
Returns all the roles associated with the user. |
List<Role> |
RoleLocalServiceWrapper.getUserRoles(long userId)
|
List<Role> |
RoleService.getUserRoles(long userId)
Returns all the roles associated with the user. |
List<Role> |
RoleLocalService.getUserRoles(long userId,
int start,
int end)
|
static List<Role> |
RoleLocalServiceUtil.getUserRoles(long userId,
int start,
int end)
|
List<Role> |
RoleLocalServiceWrapper.getUserRoles(long userId,
int start,
int end)
|
List<Role> |
RoleLocalService.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
static List<Role> |
RoleLocalServiceUtil.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalServiceWrapper.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalService.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
List<Role> |
RoleLocalService.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
List<Role> |
RoleServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
static List<Role> |
RoleServiceUtil.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
List<Role> |
RoleService.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleLocalService.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
List<Role> |
RoleLocalService.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
| Methods in com.liferay.portal.service with parameters of type Role | |
|---|---|
void |
RoleLocalService.addGroupRole(long groupId,
Role role)
|
static void |
RoleLocalServiceUtil.addGroupRole(long groupId,
Role role)
|
void |
RoleLocalServiceWrapper.addGroupRole(long groupId,
Role role)
|
Role |
RoleLocalService.addRole(Role role)
Adds the role to the database. |
static Role |
RoleLocalServiceUtil.addRole(Role role)
Adds the role to the database. |
Role |
RoleLocalServiceWrapper.addRole(Role role)
Adds the role to the database. |
void |
RoleLocalService.addUserRole(long userId,
Role role)
|
static void |
RoleLocalServiceUtil.addUserRole(long userId,
Role role)
|
void |
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)
|
Role |
RoleLocalService.deleteRole(Role role)
Deletes the role from the database. |
static Role |
RoleLocalServiceUtil.deleteRole(Role role)
Deletes the role from the database. |
Role |
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)
|
Role |
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. |
Role |
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.service with type arguments of type Role | |
|---|---|
void |
RoleLocalService.addGroupRoles(long groupId,
List<Role> Roles)
|
static void |
RoleLocalServiceUtil.addGroupRoles(long groupId,
List<Role> Roles)
|
void |
RoleLocalServiceWrapper.addGroupRoles(long groupId,
List<Role> Roles)
|
void |
RoleLocalService.addUserRoles(long userId,
List<Role> Roles)
|
static void |
RoleLocalServiceUtil.addUserRoles(long userId,
List<Role> Roles)
|
void |
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)
|
List<Role> |
RoleLocalService.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
static List<Role> |
RoleLocalServiceUtil.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalServiceWrapper.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalService.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
static List<Role> |
RoleLocalServiceUtil.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalServiceWrapper.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalService.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
List<Role> |
RoleLocalService.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
List<Role> |
RoleServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
static List<Role> |
RoleServiceUtil.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
List<Role> |
RoleService.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleLocalService.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
List<Role> |
RoleLocalService.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
| Uses of Role in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return Role | |
|---|---|
Role |
RoleLocalServiceBaseImpl.addRole(Role role)
Adds the role to the database. |
Role |
RoleLocalServiceBaseImpl.createRole(long roleId)
Creates a new role with the primary key. |
Role |
RoleLocalServiceBaseImpl.deleteRole(long roleId)
Deletes the role with the primary key from the database. |
Role |
RoleLocalServiceBaseImpl.deleteRole(Role role)
Deletes the role from the database. |
Role |
RoleLocalServiceBaseImpl.fetchRole(long roleId)
|
Role |
RoleLocalServiceBaseImpl.fetchRoleByUuidAndCompanyId(String uuid,
long companyId)
Returns the role with the matching UUID and company. |
Role |
RoleLocalServiceBaseImpl.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleLocalServiceBaseImpl.getRoleByUuidAndCompanyId(String uuid,
long companyId)
Returns the role with the matching UUID and company. |
Role |
RoleLocalServiceBaseImpl.updateRole(Role role)
Updates the role in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service.base that return types with arguments of type Role | |
|---|---|
List<Role> |
RoleLocalServiceBaseImpl.getGroupRoles(long groupId)
|
List<Role> |
RoleLocalServiceBaseImpl.getGroupRoles(long groupId,
int start,
int end)
|
List<Role> |
RoleLocalServiceBaseImpl.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalServiceBaseImpl.getRoles(int start,
int end)
Returns a range of all the roles. |
List<Role> |
RoleLocalServiceBaseImpl.getUserRoles(long userId)
|
List<Role> |
RoleLocalServiceBaseImpl.getUserRoles(long userId,
int start,
int end)
|
List<Role> |
RoleLocalServiceBaseImpl.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
| Methods in com.liferay.portal.service.base with parameters of type Role | |
|---|---|
void |
RoleLocalServiceBaseImpl.addGroupRole(long groupId,
Role role)
|
Role |
RoleLocalServiceBaseImpl.addRole(Role role)
Adds the role to the database. |
void |
RoleLocalServiceBaseImpl.addUserRole(long userId,
Role role)
|
void |
RoleLocalServiceBaseImpl.deleteGroupRole(long groupId,
Role role)
|
Role |
RoleLocalServiceBaseImpl.deleteRole(Role role)
Deletes the role from the database. |
void |
RoleLocalServiceBaseImpl.deleteUserRole(long userId,
Role role)
|
Role |
RoleLocalServiceBaseImpl.updateRole(Role role)
Updates the role in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portal.service.base with type arguments of type Role | |
|---|---|
void |
RoleLocalServiceBaseImpl.addGroupRoles(long groupId,
List<Role> Roles)
|
void |
RoleLocalServiceBaseImpl.addUserRoles(long userId,
List<Role> Roles)
|
void |
RoleLocalServiceBaseImpl.deleteGroupRoles(long groupId,
List<Role> Roles)
|
void |
RoleLocalServiceBaseImpl.deleteUserRoles(long userId,
List<Role> Roles)
|
List<Role> |
RoleLocalServiceBaseImpl.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
RoleLocalServiceBaseImpl.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
| Uses of Role in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return Role | |
|---|---|
static Role |
RoleServiceHttp.addRole(HttpPrincipal httpPrincipal,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
|
static Role |
RoleServiceHttp.addRole(HttpPrincipal httpPrincipal,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
|
static Role |
RoleServiceHttp.fetchRole(HttpPrincipal httpPrincipal,
long roleId)
|
static Role |
RoleServiceHttp.getRole(HttpPrincipal httpPrincipal,
long roleId)
|
static Role |
RoleServiceHttp.getRole(HttpPrincipal httpPrincipal,
long companyId,
String name)
|
static Role |
RoleServiceHttp.updateRole(HttpPrincipal httpPrincipal,
long roleId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String subtype,
ServiceContext serviceContext)
|
| Methods in com.liferay.portal.service.http that return types with arguments of type Role | |
|---|---|
static List<Role> |
RoleServiceHttp.getGroupRoles(HttpPrincipal httpPrincipal,
long groupId)
|
static List<Role> |
RoleServiceHttp.getRoles(HttpPrincipal httpPrincipal,
int type,
String subtype)
|
static List<Role> |
RoleServiceHttp.getRoles(HttpPrincipal httpPrincipal,
long companyId,
int[] types)
|
static List<Role> |
RoleServiceHttp.getUserGroupGroupRoles(HttpPrincipal httpPrincipal,
long userId,
long groupId)
|
static List<Role> |
RoleServiceHttp.getUserGroupRoles(HttpPrincipal httpPrincipal,
long userId,
long groupId)
|
static List<Role> |
RoleServiceHttp.getUserRelatedRoles(HttpPrincipal httpPrincipal,
long userId,
List<Group> groups)
|
static List<Role> |
RoleServiceHttp.getUserRoles(HttpPrincipal httpPrincipal,
long userId)
|
static List<Role> |
RoleServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
| Method parameters in com.liferay.portal.service.http with type arguments of type Role | |
|---|---|
static List<Role> |
RoleServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
| Uses of Role in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return Role | |
|---|---|
Role |
RoleLocalServiceImpl.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. As of 6.2.0, replaced by RoleLocalServiceImpl.addRole(long, String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
RoleLocalServiceImpl.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String className,
long classPK)
Deprecated. As of 6.2.0, replaced by RoleLocalServiceImpl.addRole(long, String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
RoleLocalServiceImpl.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role with additional parameters. |
Role |
RoleServiceImpl.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subtype,
ServiceContext serviceContext)
Adds a role. |
Role |
RoleServiceImpl.addRole(String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. As of 6.2.0, replaced by RoleServiceImpl.addRole(String, long,
String, Map, Map, int, String, ServiceContext) |
Role |
RoleLocalServiceImpl.deleteRole(long roleId)
Deletes the role with the primary key and its associated permissions. |
Role |
RoleLocalServiceImpl.deleteRole(Role role)
Deletes the role and its associated permissions. |
Role |
RoleServiceImpl.fetchRole(long roleId)
|
Role |
RoleLocalServiceImpl.fetchRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleLocalServiceImpl.getDefaultGroupRole(long groupId)
Returns the default role for the group with the primary key. |
Role |
RoleServiceImpl.getRole(long roleId)
Returns the role with the primary key. |
protected Role |
ResourceLocalServiceImpl.getRole(long companyId,
long groupId,
String roleName)
|
Role |
RoleServiceImpl.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleLocalServiceImpl.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleLocalServiceImpl.getTeamRole(long companyId,
long teamId)
Returns the team role in the company. |
Role |
RoleLocalServiceImpl.loadFetchRole(long companyId,
String name)
Returns a role with the name in the company. |
Role |
RoleLocalServiceImpl.loadGetRole(long companyId,
String name)
Returns a role with the name in the company. |
Role |
RoleServiceImpl.updateRole(long roleId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String subtype,
ServiceContext serviceContext)
Updates the role with the primary key. |
Role |
RoleLocalServiceImpl.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.service.impl that return types with arguments of type Role | |
|---|---|
protected List<Role> |
RoleServiceImpl.filterRoles(List<Role> roles)
|
List<Role> |
RoleLocalServiceImpl.getGroupRelatedRoles(long groupId)
|
List<Role> |
RoleServiceImpl.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
List<Role> |
RoleLocalServiceImpl.getResourceBlockRoles(long resourceBlockId,
String className,
String actionId)
|
List<Role> |
RoleLocalServiceImpl.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. |
List<Role> |
RoleServiceImpl.getRoles(int type,
String subtype)
|
List<Role> |
RoleLocalServiceImpl.getRoles(int type,
String subtype)
Returns all the roles of the type and subtype. |
List<Role> |
RoleLocalServiceImpl.getRoles(long companyId)
Returns all the roles in the company. |
List<Role> |
RoleLocalServiceImpl.getRoles(long[] roleIds)
Returns all the roles with the primary keys. |
List<Role> |
RoleServiceImpl.getRoles(long companyId,
int[] types)
|
List<Role> |
RoleLocalServiceImpl.getRoles(long companyId,
int[] types)
Returns all the roles with the types. |
List<Role> |
ResourcePermissionLocalServiceImpl.getRoles(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
List<Role> |
ResourceBlockLocalServiceImpl.getRoles(String name,
long primKey,
String actionId)
|
List<Role> |
RoleLocalServiceImpl.getSubtypeRoles(String subtype)
Returns all the roles of the subtype. |
Map<Team,Role> |
RoleLocalServiceImpl.getTeamRoleMap(long groupId)
Returns the team role map for the group. |
protected Map<Team,Role> |
RoleLocalServiceImpl.getTeamRoleMap(long groupId,
long[] excludedRoleIds)
|
List<Role> |
RoleLocalServiceImpl.getTeamRoles(long groupId)
Returns the team roles in the group. |
List<Role> |
RoleLocalServiceImpl.getTeamRoles(long groupId,
long[] excludedRoleIds)
Returns the team roles in the group, excluding the specified role IDs. |
List<Role> |
RoleLocalServiceImpl.getTypeRoles(int type)
Returns all the roles of the type. |
List<Role> |
RoleLocalServiceImpl.getTypeRoles(int type,
int start,
int end)
Returns a range of all the roles of the type. |
List<Role> |
RoleServiceImpl.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalServiceImpl.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalServiceImpl.getUserGroupGroupRoles(long userId,
long groupId,
int start,
int end)
|
List<Role> |
RoleServiceImpl.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalServiceImpl.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleServiceImpl.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalServiceImpl.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalServiceImpl.getUserRelatedRoles(long userId,
long groupId)
Returns all the user's roles within the group. |
List<Role> |
RoleLocalServiceImpl.getUserRelatedRoles(long userId,
long[] groupIds)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleServiceImpl.getUserRoles(long userId)
Returns all the roles associated with the user. |
List<Role> |
RoleLocalServiceImpl.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
List<Role> |
RoleServiceImpl.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleLocalServiceImpl.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
List<Role> |
RoleLocalServiceImpl.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
List<Role> |
RoleLocalServiceImpl.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
| Methods in com.liferay.portal.service.impl with parameters of type Role | |
|---|---|
Role |
RoleLocalServiceImpl.deleteRole(Role role)
Deletes the role and its associated permissions. |
protected void |
RoleLocalServiceImpl.initPersonalControlPanelPortletsPermissions(Role role)
|
protected void |
GroupLocalServiceImpl.setCompanyPermissions(Role role,
String name,
String[] actionIds)
|
protected void |
GroupLocalServiceImpl.setRolePermissions(Group group,
Role role,
String name)
|
protected void |
GroupLocalServiceImpl.setRolePermissions(Group group,
Role role,
String name,
String[] actionIds)
|
protected void |
RoleLocalServiceImpl.setRolePermissions(Role role,
String name,
String[] actionIds)
|
| Method parameters in com.liferay.portal.service.impl with type arguments of type Role | |
|---|---|
protected List<Role> |
RoleServiceImpl.filterRoles(List<Role> roles)
|
List<Role> |
RoleLocalServiceImpl.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
List<Role> |
RoleServiceImpl.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleLocalServiceImpl.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
List<Role> |
RoleLocalServiceImpl.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
List<Role> |
RoleLocalServiceImpl.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
| Uses of Role in com.liferay.portal.service.permission |
|---|
| Methods in com.liferay.portal.service.permission with parameters of type Role | |
|---|---|
static void |
UserGroupRolePermissionUtil.check(PermissionChecker permissionChecker,
Group group,
Role role)
|
void |
UserGroupRolePermission.check(PermissionChecker permissionChecker,
Group group,
Role role)
|
void |
UserGroupRolePermissionImpl.check(PermissionChecker permissionChecker,
Group group,
Role role)
|
static boolean |
UserGroupRolePermissionUtil.contains(PermissionChecker permissionChecker,
Group group,
Role role)
|
boolean |
UserGroupRolePermission.contains(PermissionChecker permissionChecker,
Group group,
Role role)
|
boolean |
UserGroupRolePermissionImpl.contains(PermissionChecker permissionChecker,
Group group,
Role role)
|
| Uses of Role in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return Role | |
|---|---|
Role |
RolePersistence.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. |
Role |
RolePersistence.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
static Role |
RoleUtil.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
Role |
RolePersistence.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static Role |
RoleUtil.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
Role |
RolePersistence.fetchByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or returns null if it could not be found. |
static Role |
RoleUtil.fetchByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or returns null if it could not be found. |
Role |
RolePersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static Role |
RoleUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
RolePersistence.fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns null if it could not be found. |
static Role |
RoleUtil.fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns null if it could not be found. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
RolePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException 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 a NoSuchRoleException if it could not be found. |
Role |
RolePersistence.findByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found. |
static Role |
RoleUtil.findByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found. |
static Role |
RoleFinderUtil.findByC_N(long companyId,
String name)
|
Role |
RoleFinder.findByC_N(long companyId,
String name)
|
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
RolePersistence.findByPrimaryKey(long roleId)
Returns the role with the primary key or throws a NoSuchRoleException if it could not be found. |
static Role |
RoleUtil.findByPrimaryKey(long roleId)
Returns the role with the primary key or throws a NoSuchRoleException if it could not be found. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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. |
Role |
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. |
Role |
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. |
static Role |
RoleUtil.update(Role role)
|
static Role |
RoleUtil.update(Role role,
ServiceContext serviceContext)
|
Role |
RolePersistence.updateImpl(Role role)
|
static Role |
RoleUtil.updateImpl(Role role)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type Role | |
|---|---|
Map<Serializable,Role> |
RolePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,Role> |
RoleUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<Role> |
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> obc)
|
List<Role> |
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> obc)
|
static List<Role> |
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> obc)
|
List<Role> |
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> obc)
|
List<Role> |
RolePersistence.filterFindByC_T(long companyId,
int type)
Returns all the roles that the user has permission to view where companyId = ? and type = ?. |
static List<Role> |
RoleUtil.filterFindByC_T(long companyId,
int type)
Returns all the roles that the user has permission to view where companyId = ? and type = ?. |
List<Role> |
RolePersistence.filterFindByC_T(long companyId,
int[] types)
Returns all the roles that the user has permission to view where companyId = ? and type = any ?. |
static List<Role> |
RoleUtil.filterFindByC_T(long companyId,
int[] types)
Returns all the roles that the user has permission to view where companyId = ? and type = any ?. |
List<Role> |
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 ?. |
static List<Role> |
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 ?. |
List<Role> |
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 ?. |
static List<Role> |
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 ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?. |
static List<Role> |
RoleUtil.filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?. |
List<Role> |
RolePersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ?. |
static List<Role> |
RoleUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
static List<Role> |
RoleFinderUtil.filterFindByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinder.filterFindByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RolePersistence.filterFindByName(String name)
Returns all the roles that the user has permission to view where name = ?. |
static List<Role> |
RoleUtil.filterFindByName(String name)
Returns all the roles that the user has permission to view where name = ?. |
List<Role> |
RolePersistence.filterFindByName(String name,
int start,
int end)
Returns a range of all the roles that the user has permission to view where name = ?. |
static List<Role> |
RoleUtil.filterFindByName(String name,
int start,
int end)
Returns a range of all the roles that the user has permission to view where name = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.filterFindBySubtype(String subtype)
Returns all the roles that the user has permission to view where subtype = ?. |
static List<Role> |
RoleUtil.filterFindBySubtype(String subtype)
Returns all the roles that the user has permission to view where subtype = ?. |
List<Role> |
RolePersistence.filterFindBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where subtype = ?. |
static List<Role> |
RoleUtil.filterFindBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where subtype = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.filterFindByT_S(int type,
String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.filterFindByT_S(int type,
String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.filterFindByType(int type)
Returns all the roles that the user has permission to view where type = ?. |
static List<Role> |
RoleUtil.filterFindByType(int type)
Returns all the roles that the user has permission to view where type = ?. |
List<Role> |
RolePersistence.filterFindByType(int type,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ?. |
static List<Role> |
RoleUtil.filterFindByType(int type,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.filterFindByUuid_C(String uuid,
long companyId)
Returns all the roles that the user has permission to view where uuid = ? and companyId = ?. |
static List<Role> |
RoleUtil.filterFindByUuid_C(String uuid,
long companyId)
Returns all the roles that the user has permission to view where uuid = ? and companyId = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.filterFindByUuid(String uuid)
Returns all the roles that the user has permission to view where uuid = ?. |
static List<Role> |
RoleUtil.filterFindByUuid(String uuid)
Returns all the roles that the user has permission to view where uuid = ?. |
List<Role> |
RolePersistence.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the roles that the user has permission to view where uuid = ?. |
static List<Role> |
RoleUtil.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the roles that the user has permission to view where uuid = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.findAll()
Returns all the roles. |
static List<Role> |
RoleUtil.findAll()
Returns all the roles. |
List<Role> |
RolePersistence.findAll(int start,
int end)
Returns a range of all the roles. |
static List<Role> |
RoleUtil.findAll(int start,
int end)
Returns a range of all the roles. |
List<Role> |
RolePersistence.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles. |
static List<Role> |
RoleUtil.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles. |
List<Role> |
RolePersistence.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles. |
static List<Role> |
RoleUtil.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles. |
static List<Role> |
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> obc)
|
List<Role> |
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> obc)
|
static List<Role> |
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> obc)
|
List<Role> |
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> obc)
|
static List<Role> |
RoleFinderUtil.findByC_N_S_P_A(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
List<Role> |
RoleFinder.findByC_N_S_P_A(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
List<Role> |
RolePersistence.findByC_T(long companyId,
int type)
Returns all the roles where companyId = ? and type = ?. |
static List<Role> |
RoleUtil.findByC_T(long companyId,
int type)
Returns all the roles where companyId = ? and type = ?. |
List<Role> |
RolePersistence.findByC_T(long companyId,
int[] types)
Returns all the roles where companyId = ? and type = any ?. |
static List<Role> |
RoleUtil.findByC_T(long companyId,
int[] types)
Returns all the roles where companyId = ? and type = any ?. |
List<Role> |
RolePersistence.findByC_T(long companyId,
int[] types,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = any ?. |
static List<Role> |
RoleUtil.findByC_T(long companyId,
int[] types,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = any ?. |
List<Role> |
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 ?. |
static List<Role> |
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 ?. |
List<Role> |
RolePersistence.findByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache. |
static List<Role> |
RoleUtil.findByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache. |
List<Role> |
RolePersistence.findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = ?. |
static List<Role> |
RoleUtil.findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?. |
static List<Role> |
RoleUtil.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId)
Returns all the roles where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId)
Returns all the roles where companyId = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles where companyId = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ?. |
static List<Role> |
RoleFinderUtil.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinder.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
|
static List<Role> |
RoleFinderUtil.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinder.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RolePersistence.findByName(String name)
Returns all the roles where name = ?. |
static List<Role> |
RoleUtil.findByName(String name)
Returns all the roles where name = ?. |
List<Role> |
RolePersistence.findByName(String name,
int start,
int end)
Returns a range of all the roles where name = ?. |
static List<Role> |
RoleUtil.findByName(String name,
int start,
int end)
Returns a range of all the roles where name = ?. |
List<Role> |
RolePersistence.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where name = ?. |
static List<Role> |
RoleUtil.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where name = ?. |
List<Role> |
RolePersistence.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where name = ?. |
static List<Role> |
RoleUtil.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where name = ?. |
static List<Role> |
RoleFinderUtil.findByR_N_A(long resourceBlockId,
String className,
String actionId)
|
List<Role> |
RoleFinder.findByR_N_A(long resourceBlockId,
String className,
String actionId)
|
List<Role> |
RolePersistence.findBySubtype(String subtype)
Returns all the roles where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype)
Returns all the roles where subtype = ?. |
List<Role> |
RolePersistence.findBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles where subtype = ?. |
List<Role> |
RolePersistence.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
List<Role> |
RolePersistence.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where subtype = ?. |
static List<Role> |
RoleFinderUtil.findBySystem(long companyId)
|
List<Role> |
RoleFinder.findBySystem(long companyId)
|
List<Role> |
RolePersistence.findByT_S(int type,
String subtype)
Returns all the roles where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.findByT_S(int type,
String subtype)
Returns all the roles where type = ? and subtype = ?. |
List<Role> |
RolePersistence.findByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.findByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles where type = ? and subtype = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
List<Role> |
RolePersistence.findByType(int type)
Returns all the roles where type = ?. |
static List<Role> |
RoleUtil.findByType(int type)
Returns all the roles where type = ?. |
List<Role> |
RolePersistence.findByType(int type,
int start,
int end)
Returns a range of all the roles where type = ?. |
static List<Role> |
RoleUtil.findByType(int type,
int start,
int end)
Returns a range of all the roles where type = ?. |
List<Role> |
RolePersistence.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ?. |
static List<Role> |
RoleUtil.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ?. |
List<Role> |
RolePersistence.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ?. |
static List<Role> |
RoleUtil.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ?. |
static List<Role> |
RoleFinderUtil.findByU_G(long userId,
List<Group> groups)
|
List<Role> |
RoleFinder.findByU_G(long userId,
List<Group> groups)
|
static List<Role> |
RoleFinderUtil.findByU_G(long userId,
long groupId)
|
List<Role> |
RoleFinder.findByU_G(long userId,
long groupId)
|
static List<Role> |
RoleFinderUtil.findByU_G(long userId,
long[] groupIds)
|
List<Role> |
RoleFinder.findByU_G(long userId,
long[] groupIds)
|
static List<Role> |
RoleFinderUtil.findByUserGroupGroupRole(long userId,
long groupId)
|
List<Role> |
RoleFinder.findByUserGroupGroupRole(long userId,
long groupId)
|
static List<Role> |
RoleFinderUtil.findByUserGroupGroupRole(long userId,
long groupId,
int start,
int end)
|
List<Role> |
RoleFinder.findByUserGroupGroupRole(long userId,
long groupId,
int start,
int end)
|
static List<Role> |
RoleFinderUtil.findByUserGroupRole(long userId,
long groupId)
|
List<Role> |
RoleFinder.findByUserGroupRole(long userId,
long groupId)
|
List<Role> |
RolePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the roles where uuid = ? and companyId = ?. |
static List<Role> |
RoleUtil.findByUuid_C(String uuid,
long companyId)
Returns all the roles where uuid = ? and companyId = ?. |
List<Role> |
RolePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the roles where uuid = ? and companyId = ?. |
static List<Role> |
RoleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the roles where uuid = ? and companyId = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ? and companyId = ?. |
static List<Role> |
RoleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ? and companyId = ?. |
List<Role> |
RolePersistence.findByUuid(String uuid)
Returns all the roles where uuid = ?. |
static List<Role> |
RoleUtil.findByUuid(String uuid)
Returns all the roles where uuid = ?. |
List<Role> |
RolePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the roles where uuid = ?. |
static List<Role> |
RoleUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the roles where uuid = ?. |
List<Role> |
RolePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?. |
static List<Role> |
RoleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?. |
List<Role> |
RolePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ?. |
static List<Role> |
RoleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ?. |
static List<Role> |
RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Role> |
RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Role> |
RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
UserPersistence.getRoles(long pk)
Returns all the roles associated with the user. |
static List<Role> |
UserUtil.getRoles(long pk)
Returns all the roles associated with the user. |
List<Role> |
GroupPersistence.getRoles(long pk)
Returns all the roles associated with the group. |
static List<Role> |
GroupUtil.getRoles(long pk)
Returns all the roles associated with the group. |
List<Role> |
UserPersistence.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the user. |
static List<Role> |
UserUtil.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the user. |
List<Role> |
GroupPersistence.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the group. |
static List<Role> |
GroupUtil.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the group. |
List<Role> |
UserPersistence.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the user. |
static List<Role> |
UserUtil.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the user. |
List<Role> |
GroupPersistence.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the group. |
static List<Role> |
GroupUtil.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the group. |
| Methods in com.liferay.portal.service.persistence with parameters of type Role | |
|---|---|
void |
UserPersistence.addRole(long pk,
Role role)
Adds an association between the user and the role. |
static void |
UserUtil.addRole(long pk,
Role role)
Adds an association between the user and the role. |
void |
GroupPersistence.addRole(long pk,
Role role)
Adds an association between the group and the role. |
static void |
GroupUtil.addRole(long pk,
Role role)
Adds an association between the group 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 |
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. |
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. |
static Role |
RoleUtil.update(Role role)
|
static Role |
RoleUtil.update(Role role,
ServiceContext serviceContext)
|
Role |
RolePersistence.updateImpl(Role role)
|
static Role |
RoleUtil.updateImpl(Role role)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type Role | |
|---|---|
void |
UserPersistence.addRoles(long pk,
List<Role> roles)
Adds an association between the user and the roles. |
static void |
UserUtil.addRoles(long pk,
List<Role> roles)
Adds an association between the user and the roles. |
void |
GroupPersistence.addRoles(long pk,
List<Role> roles)
Adds an association between the group and the roles. |
static void |
GroupUtil.addRoles(long pk,
List<Role> roles)
Adds an association between the group 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. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
static List<Role> |
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> obc)
|
List<Role> |
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> obc)
|
static List<Role> |
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> obc)
|
List<Role> |
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> obc)
|
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 = ?. |
List<Role> |
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 ?. |
static List<Role> |
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 ?. |
List<Role> |
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 = ?. |
static List<Role> |
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.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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
static List<Role> |
RoleFinderUtil.filterFindByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinder.filterFindByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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.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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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.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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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.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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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.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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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_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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles. |
static List<Role> |
RoleUtil.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles. |
List<Role> |
RolePersistence.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles. |
static List<Role> |
RoleUtil.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles. |
static List<Role> |
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> obc)
|
List<Role> |
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> obc)
|
static List<Role> |
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> obc)
|
List<Role> |
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> obc)
|
Role |
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 = ?. |
Role |
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 = ?. |
List<Role> |
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 ?. |
static List<Role> |
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 ?. |
List<Role> |
RolePersistence.findByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache. |
static List<Role> |
RoleUtil.findByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?. |
static List<Role> |
RoleUtil.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ?. |
static List<Role> |
RoleFinderUtil.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinder.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
|
static List<Role> |
RoleFinderUtil.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinder.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
Role |
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 = ?. |
Role |
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 = ?. |
List<Role> |
RolePersistence.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where name = ?. |
static List<Role> |
RoleUtil.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where name = ?. |
List<Role> |
RolePersistence.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where name = ?. |
static List<Role> |
RoleUtil.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where name = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
List<Role> |
RolePersistence.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
List<Role> |
RolePersistence.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where subtype = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
List<Role> |
RolePersistence.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ?. |
static List<Role> |
RoleUtil.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ?. |
List<Role> |
RolePersistence.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ?. |
static List<Role> |
RoleUtil.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
List<Role> |
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 = ?. |
static List<Role> |
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 = ?. |
List<Role> |
RolePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ? and companyId = ?. |
static List<Role> |
RoleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ? and companyId = ?. |
Role |
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 = ?. |
Role |
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 = ?. |
List<Role> |
RolePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?. |
static List<Role> |
RoleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?. |
List<Role> |
RolePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ?. |
static List<Role> |
RoleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ?. |
static List<Role> |
RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
List<Role> |
UserPersistence.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the user. |
static List<Role> |
UserUtil.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the user. |
List<Role> |
GroupPersistence.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the group. |
static List<Role> |
GroupUtil.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the group. |
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 |
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.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the user, removing and adding associations as necessary. |
static void |
UserUtil.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the user, removing and adding associations as necessary. |
void |
GroupPersistence.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the group, removing and adding associations as necessary. |
static void |
GroupUtil.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the group, removing and adding associations as necessary. |
| Uses of Role in com.liferay.portal.service.persistence.impl |
|---|
| Fields in com.liferay.portal.service.persistence.impl with type parameters of type Role | |
|---|---|
protected TableMapper<Group,Role> |
GroupPersistenceImpl.groupToRoleTableMapper
|
protected TableMapper<Role,Group> |
RolePersistenceImpl.roleToGroupTableMapper
|
protected TableMapper<Role,User> |
RolePersistenceImpl.roleToUserTableMapper
|
protected TableMapper<User,Role> |
UserPersistenceImpl.userToRoleTableMapper
|
| Methods in com.liferay.portal.service.persistence.impl that return Role | |
|---|---|
Role |
RolePersistenceImpl.create(long roleId)
Creates a new role with the primary key. |
Role |
RolePersistenceImpl.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
Role |
RolePersistenceImpl.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
Role |
RolePersistenceImpl.fetchByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or returns null if it could not be found. |
Role |
RolePersistenceImpl.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Role |
RolePersistenceImpl.fetchByC_T_First(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?. |
Role |
RolePersistenceImpl.fetchByC_T_Last(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?. |
Role |
RolePersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
Role |
RolePersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
Role |
RolePersistenceImpl.fetchByName_First(String name,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where name = ?. |
Role |
RolePersistenceImpl.fetchByName_Last(String name,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where name = ?. |
Role |
RolePersistenceImpl.fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns null if it could not be found. |
Role |
RolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the role with the primary key or returns null if it could not be found. |
Role |
RolePersistenceImpl.fetchBySubtype_First(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
Role |
RolePersistenceImpl.fetchBySubtype_Last(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
Role |
RolePersistenceImpl.fetchByT_S_First(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistenceImpl.fetchByT_S_Last(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistenceImpl.fetchByType_First(int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ?. |
Role |
RolePersistenceImpl.fetchByType_Last(int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ?. |
Role |
RolePersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?. |
Role |
RolePersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?. |
Role |
RolePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?. |
Role |
RolePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?. |
Role[] |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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 = ?. |
protected Role |
RolePersistenceImpl.filterGetByC_T_PrevAndNext(Session session,
Role role,
long companyId,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session,
Role role,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByName_PrevAndNext(Session session,
Role role,
String name,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetBySubtype_PrevAndNext(Session session,
Role role,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByT_S_PrevAndNext(Session session,
Role role,
int type,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByType_PrevAndNext(Session session,
Role role,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session,
Role role,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByUuid_PrevAndNext(Session session,
Role role,
String uuid,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
Role |
RolePersistenceImpl.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found. |
Role |
RoleFinderImpl.findByC_N(long companyId,
String name)
|
Role |
RolePersistenceImpl.findByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found. |
Role |
RolePersistenceImpl.findByC_T_First(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?. |
Role |
RolePersistenceImpl.findByC_T_Last(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?. |
Role[] |
RolePersistenceImpl.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 = ?. |
Role |
RolePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
Role |
RolePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
Role[] |
RolePersistenceImpl.findByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?. |
Role |
RolePersistenceImpl.findByName_First(String name,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where name = ?. |
Role |
RolePersistenceImpl.findByName_Last(String name,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where name = ?. |
Role[] |
RolePersistenceImpl.findByName_PrevAndNext(long roleId,
String name,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?. |
Role |
RolePersistenceImpl.findByPrimaryKey(long roleId)
Returns the role with the primary key or throws a NoSuchRoleException if it could not be found. |
Role |
RolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the role with the primary key or throws a NoSuchModelException if it could not be found. |
Role |
RolePersistenceImpl.findBySubtype_First(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
Role |
RolePersistenceImpl.findBySubtype_Last(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
Role[] |
RolePersistenceImpl.findBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?. |
Role |
RolePersistenceImpl.findByT_S_First(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistenceImpl.findByT_S_Last(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
Role[] |
RolePersistenceImpl.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 = ?. |
Role |
RolePersistenceImpl.findByType_First(int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ?. |
Role |
RolePersistenceImpl.findByType_Last(int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ?. |
Role[] |
RolePersistenceImpl.findByType_PrevAndNext(long roleId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ?. |
Role |
RolePersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?. |
Role |
RolePersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?. |
Role[] |
RolePersistenceImpl.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 = ?. |
Role |
RolePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?. |
Role |
RolePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?. |
Role[] |
RolePersistenceImpl.findByUuid_PrevAndNext(long roleId,
String uuid,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ?. |
protected Role |
RolePersistenceImpl.getByC_T_PrevAndNext(Session session,
Role role,
long companyId,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
Role role,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByName_PrevAndNext(Session session,
Role role,
String name,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getBySubtype_PrevAndNext(Session session,
Role role,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByT_S_PrevAndNext(Session session,
Role role,
int type,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByType_PrevAndNext(Session session,
Role role,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Role role,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByUuid_PrevAndNext(Session session,
Role role,
String uuid,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
Role |
RolePersistenceImpl.remove(long roleId)
Removes the role with the primary key from the database. |
Role |
RolePersistenceImpl.remove(Serializable primaryKey)
Removes the role with the primary key from the database. |
Role |
RolePersistenceImpl.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database. |
Role |
RolePersistenceImpl.removeByC_N(long companyId,
String name)
Removes the role where companyId = ? and name = ? from the database. |
protected Role |
RolePersistenceImpl.removeImpl(Role role)
|
protected Role |
RolePersistenceImpl.toUnwrappedModel(Role role)
|
Role |
RolePersistenceImpl.updateImpl(Role role)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type Role | |
|---|---|
protected List<Role> |
RoleFinderImpl.doFindByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc,
boolean inlineSQLHelper)
|
Map<Serializable,Role> |
RolePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<Role> |
RoleFinderImpl.filterFindByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinderImpl.filterFindByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RolePersistenceImpl.filterFindByC_T(long companyId,
int type)
Returns all the roles that the user has permission to view where companyId = ? and type = ?. |
List<Role> |
RolePersistenceImpl.filterFindByC_T(long companyId,
int[] types)
Returns all the roles that the user has permission to view where companyId = ? and type = any ?. |
List<Role> |
RolePersistenceImpl.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 ?. |
List<Role> |
RolePersistenceImpl.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 ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?. |
List<Role> |
RolePersistenceImpl.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RoleFinderImpl.filterFindByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RolePersistenceImpl.filterFindByName(String name)
Returns all the roles that the user has permission to view where name = ?. |
List<Role> |
RolePersistenceImpl.filterFindByName(String name,
int start,
int end)
Returns a range of all the roles that the user has permission to view where name = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.filterFindBySubtype(String subtype)
Returns all the roles that the user has permission to view where subtype = ?. |
List<Role> |
RolePersistenceImpl.filterFindBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where subtype = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.filterFindByT_S(int type,
String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.filterFindByType(int type)
Returns all the roles that the user has permission to view where type = ?. |
List<Role> |
RolePersistenceImpl.filterFindByType(int type,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.filterFindByUuid_C(String uuid,
long companyId)
Returns all the roles that the user has permission to view where uuid = ? and companyId = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.filterFindByUuid(String uuid)
Returns all the roles that the user has permission to view where uuid = ?. |
List<Role> |
RolePersistenceImpl.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the roles that the user has permission to view where uuid = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.findAll()
Returns all the roles. |
List<Role> |
RolePersistenceImpl.findAll(int start,
int end)
Returns a range of all the roles. |
List<Role> |
RolePersistenceImpl.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles. |
List<Role> |
RolePersistenceImpl.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles. |
List<Role> |
RoleFinderImpl.findByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinderImpl.findByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinderImpl.findByC_N_S_P_A(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
List<Role> |
RolePersistenceImpl.findByC_T(long companyId,
int type)
Returns all the roles where companyId = ? and type = ?. |
List<Role> |
RolePersistenceImpl.findByC_T(long companyId,
int[] types)
Returns all the roles where companyId = ? and type = any ?. |
List<Role> |
RolePersistenceImpl.findByC_T(long companyId,
int[] types,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = any ?. |
List<Role> |
RolePersistenceImpl.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 ?. |
List<Role> |
RolePersistenceImpl.findByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache. |
List<Role> |
RolePersistenceImpl.findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the roles where companyId = ? and type = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?. |
List<Role> |
RolePersistenceImpl.findByCompanyId(long companyId)
Returns all the roles where companyId = ?. |
List<Role> |
RolePersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles where companyId = ?. |
List<Role> |
RolePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
List<Role> |
RolePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ?. |
List<Role> |
RoleFinderImpl.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinderImpl.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RolePersistenceImpl.findByName(String name)
Returns all the roles where name = ?. |
List<Role> |
RolePersistenceImpl.findByName(String name,
int start,
int end)
Returns a range of all the roles where name = ?. |
List<Role> |
RolePersistenceImpl.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where name = ?. |
List<Role> |
RolePersistenceImpl.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where name = ?. |
List<Role> |
RoleFinderImpl.findByR_N_A(long resourceBlockId,
String className,
String actionId)
|
List<Role> |
RolePersistenceImpl.findBySubtype(String subtype)
Returns all the roles where subtype = ?. |
List<Role> |
RolePersistenceImpl.findBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles where subtype = ?. |
List<Role> |
RolePersistenceImpl.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
List<Role> |
RolePersistenceImpl.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where subtype = ?. |
List<Role> |
RoleFinderImpl.findBySystem(long companyId)
|
List<Role> |
RolePersistenceImpl.findByT_S(int type,
String subtype)
Returns all the roles where type = ? and subtype = ?. |
List<Role> |
RolePersistenceImpl.findByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles where type = ? and subtype = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
List<Role> |
RolePersistenceImpl.findByType(int type)
Returns all the roles where type = ?. |
List<Role> |
RolePersistenceImpl.findByType(int type,
int start,
int end)
Returns a range of all the roles where type = ?. |
List<Role> |
RolePersistenceImpl.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ?. |
List<Role> |
RolePersistenceImpl.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ?. |
List<Role> |
RoleFinderImpl.findByU_G(long userId,
List<Group> groups)
|
List<Role> |
RoleFinderImpl.findByU_G(long userId,
long groupId)
|
List<Role> |
RoleFinderImpl.findByU_G(long userId,
long[] groupIds)
|
List<Role> |
RoleFinderImpl.findByUserGroupGroupRole(long userId,
long groupId)
|
List<Role> |
RoleFinderImpl.findByUserGroupGroupRole(long userId,
long groupId,
int start,
int end)
|
List<Role> |
RoleFinderImpl.findByUserGroupRole(long userId,
long groupId)
|
List<Role> |
RolePersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the roles where uuid = ? and companyId = ?. |
List<Role> |
RolePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the roles where uuid = ? and companyId = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ? and companyId = ?. |
List<Role> |
RolePersistenceImpl.findByUuid(String uuid)
Returns all the roles where uuid = ?. |
List<Role> |
RolePersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the roles where uuid = ?. |
List<Role> |
RolePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?. |
List<Role> |
RolePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ?. |
List<Role> |
UserPersistenceImpl.getRoles(long pk)
Returns all the roles associated with the user. |
List<Role> |
GroupPersistenceImpl.getRoles(long pk)
Returns all the roles associated with the group. |
List<Role> |
UserPersistenceImpl.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the user. |
List<Role> |
GroupPersistenceImpl.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the group. |
List<Role> |
UserPersistenceImpl.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the user. |
List<Role> |
GroupPersistenceImpl.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the group. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type Role | |
|---|---|
void |
UserPersistenceImpl.addRole(long pk,
Role role)
Adds an association between the user and the role. |
void |
GroupPersistenceImpl.addRole(long pk,
Role role)
Adds an association between the group and the role. |
void |
RolePersistenceImpl.cacheResult(Role role)
Caches the role in the entity cache if it is enabled. |
void |
RolePersistenceImpl.clearCache(Role role)
Clears the cache for the role. |
protected Role |
RolePersistenceImpl.filterGetByC_T_PrevAndNext(Session session,
Role role,
long companyId,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session,
Role role,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByName_PrevAndNext(Session session,
Role role,
String name,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetBySubtype_PrevAndNext(Session session,
Role role,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByT_S_PrevAndNext(Session session,
Role role,
int type,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByType_PrevAndNext(Session session,
Role role,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session,
Role role,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByUuid_PrevAndNext(Session session,
Role role,
String uuid,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByC_T_PrevAndNext(Session session,
Role role,
long companyId,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
Role role,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByName_PrevAndNext(Session session,
Role role,
String name,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getBySubtype_PrevAndNext(Session session,
Role role,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByT_S_PrevAndNext(Session session,
Role role,
int type,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByType_PrevAndNext(Session session,
Role role,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Role role,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByUuid_PrevAndNext(Session session,
Role role,
String uuid,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.removeImpl(Role role)
|
void |
UserPersistenceImpl.removeRole(long pk,
Role role)
Removes the association between the user and the role. |
void |
GroupPersistenceImpl.removeRole(long pk,
Role role)
Removes the association between the group and the role. |
protected Role |
RolePersistenceImpl.toUnwrappedModel(Role role)
|
Role |
RolePersistenceImpl.updateImpl(Role role)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type Role | |
|---|---|
void |
UserPersistenceImpl.addRoles(long pk,
List<Role> roles)
Adds an association between the user and the roles. |
void |
GroupPersistenceImpl.addRoles(long pk,
List<Role> roles)
Adds an association between the group and the roles. |
void |
RolePersistenceImpl.cacheResult(List<Role> roles)
Caches the roles in the entity cache if it is enabled. |
void |
RolePersistenceImpl.clearCache(List<Role> roles)
|
protected List<Role> |
RoleFinderImpl.doFindByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc,
boolean inlineSQLHelper)
|
Role |
RolePersistenceImpl.fetchByC_T_First(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?. |
Role |
RolePersistenceImpl.fetchByC_T_Last(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?. |
Role |
RolePersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
Role |
RolePersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
Role |
RolePersistenceImpl.fetchByName_First(String name,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where name = ?. |
Role |
RolePersistenceImpl.fetchByName_Last(String name,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where name = ?. |
Role |
RolePersistenceImpl.fetchBySubtype_First(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
Role |
RolePersistenceImpl.fetchBySubtype_Last(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
Role |
RolePersistenceImpl.fetchByT_S_First(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistenceImpl.fetchByT_S_Last(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistenceImpl.fetchByType_First(int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ?. |
Role |
RolePersistenceImpl.fetchByType_Last(int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ?. |
Role |
RolePersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?. |
Role |
RolePersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?. |
Role |
RolePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?. |
Role |
RolePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?. |
List<Role> |
RoleFinderImpl.filterFindByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinderImpl.filterFindByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
Role[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 ?. |
List<Role> |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RoleFinderImpl.filterFindByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
Role[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
protected Role |
RolePersistenceImpl.filterGetByC_T_PrevAndNext(Session session,
Role role,
long companyId,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session,
Role role,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByName_PrevAndNext(Session session,
Role role,
String name,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetBySubtype_PrevAndNext(Session session,
Role role,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByT_S_PrevAndNext(Session session,
Role role,
int type,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByType_PrevAndNext(Session session,
Role role,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session,
Role role,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.filterGetByUuid_PrevAndNext(Session session,
Role role,
String uuid,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
List<Role> |
RolePersistenceImpl.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles. |
List<Role> |
RolePersistenceImpl.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles. |
List<Role> |
RoleFinderImpl.findByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinderImpl.findByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
Role |
RolePersistenceImpl.findByC_T_First(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?. |
Role |
RolePersistenceImpl.findByC_T_Last(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?. |
Role[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 ?. |
List<Role> |
RolePersistenceImpl.findByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ? and type = ?. |
Role |
RolePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
Role |
RolePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
Role[] |
RolePersistenceImpl.findByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?. |
List<Role> |
RolePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
List<Role> |
RolePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where companyId = ?. |
List<Role> |
RoleFinderImpl.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
|
List<Role> |
RoleFinderImpl.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
Role |
RolePersistenceImpl.findByName_First(String name,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where name = ?. |
Role |
RolePersistenceImpl.findByName_Last(String name,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where name = ?. |
Role[] |
RolePersistenceImpl.findByName_PrevAndNext(long roleId,
String name,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?. |
List<Role> |
RolePersistenceImpl.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where name = ?. |
List<Role> |
RolePersistenceImpl.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where name = ?. |
Role |
RolePersistenceImpl.findBySubtype_First(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
Role |
RolePersistenceImpl.findBySubtype_Last(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
Role[] |
RolePersistenceImpl.findBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?. |
List<Role> |
RolePersistenceImpl.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
List<Role> |
RolePersistenceImpl.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where subtype = ?. |
Role |
RolePersistenceImpl.findByT_S_First(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistenceImpl.findByT_S_Last(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
Role[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
Role |
RolePersistenceImpl.findByType_First(int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ?. |
Role |
RolePersistenceImpl.findByType_Last(int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ?. |
Role[] |
RolePersistenceImpl.findByType_PrevAndNext(long roleId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ?. |
List<Role> |
RolePersistenceImpl.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ?. |
List<Role> |
RolePersistenceImpl.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where type = ?. |
Role |
RolePersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?. |
Role |
RolePersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?. |
Role[] |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.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 = ?. |
List<Role> |
RolePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ? and companyId = ?. |
Role |
RolePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?. |
Role |
RolePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?. |
Role[] |
RolePersistenceImpl.findByUuid_PrevAndNext(long roleId,
String uuid,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ?. |
List<Role> |
RolePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?. |
List<Role> |
RolePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the roles where uuid = ?. |
protected Role |
RolePersistenceImpl.getByC_T_PrevAndNext(Session session,
Role role,
long companyId,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
Role role,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByName_PrevAndNext(Session session,
Role role,
String name,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getBySubtype_PrevAndNext(Session session,
Role role,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByT_S_PrevAndNext(Session session,
Role role,
int type,
String subtype,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByType_PrevAndNext(Session session,
Role role,
int type,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Role role,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
protected Role |
RolePersistenceImpl.getByUuid_PrevAndNext(Session session,
Role role,
String uuid,
OrderByComparator<Role> orderByComparator,
boolean previous)
|
List<Role> |
UserPersistenceImpl.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the user. |
List<Role> |
GroupPersistenceImpl.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the group. |
void |
UserPersistenceImpl.removeRoles(long pk,
List<Role> roles)
Removes the association between the user and the roles. |
void |
GroupPersistenceImpl.removeRoles(long pk,
List<Role> roles)
Removes the association between the group and the roles. |
void |
UserPersistenceImpl.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the user, removing and adding associations as necessary. |
void |
GroupPersistenceImpl.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the group, removing and adding associations as necessary. |
| Uses of Role in com.liferay.portal.service.test |
|---|
| Methods in com.liferay.portal.service.test that return Role | |
|---|---|
static Role |
ServiceTestUtil.addRole(String roleName,
int roleType)
Deprecated. As of 7.0.0 |
static Role |
ServiceTestUtil.addRole(String roleName,
int roleType,
String resourceName,
int scope,
String primKey,
String actionId)
Deprecated. As of 7.0.0 |
| Methods in com.liferay.portal.service.test with parameters of type Role | |
|---|---|
static void |
ServiceTestUtil.addResourcePermission(Role role,
String resourceName,
int scope,
String primKey,
String actionId)
Deprecated. As of 7.0.0 |
| Uses of Role in com.liferay.portal.sharepoint.dws |
|---|
| Constructors in com.liferay.portal.sharepoint.dws with parameters of type Role | |
|---|---|
RoleResponseElement(Role role)
|
|
| Uses of Role in com.liferay.portal.util |
|---|
| Methods in com.liferay.portal.util with parameters of type Role | |
|---|---|
static void |
ResourcePermissionUtil.populateResourcePermissionActionIds(long groupId,
Role role,
Resource resource,
List<String> actions,
List<String> individualActions,
List<String> groupActions,
List<String> groupTemplateActions,
List<String> companyActions)
|
| Uses of Role in com.liferay.portal.util.comparator |
|---|
| Methods in com.liferay.portal.util.comparator with parameters of type Role | |
|---|---|
int |
RoleNameComparator.compare(Role role1,
Role role2)
|
int |
RoleRoleIdComparator.compare(Role role1,
Role role2)
|
int |
RoleDescriptionComparator.compare(Role role1,
Role role2)
|
int |
RoleTypeComparator.compare(Role role1,
Role role2)
|
| Uses of Role in com.liferay.portal.verify |
|---|
| Methods in com.liferay.portal.verify with parameters of type Role | |
|---|---|
protected void |
VerifyRole.addViewSiteAdministrationPermission(Role role)
|
protected void |
VerifyRole.deleteImplicitAssociations(Role role)
|
protected void |
VerifyResourcePermissions.verifyLayout(Role role)
|
protected void |
VerifyResourcePermissions.verifyResourcedModel(long companyId,
String modelName,
long primKey,
Role role,
long ownerId,
int cur,
int total)
|
protected void |
VerifyResourcePermissions.verifyResourcedModel(Role role,
VerifiableResourcedModel verifiableResourcedModel)
|
| Uses of Role in com.liferay.portlet.announcements.util |
|---|
| Methods in com.liferay.portlet.announcements.util that return types with arguments of type Role | |
|---|---|
static List<Role> |
AnnouncementsUtil.getRoles(ThemeDisplay themeDisplay)
|
| Uses of Role in com.liferay.portlet.rolesadmin.search |
|---|
| Constructors in com.liferay.portlet.rolesadmin.search with parameters of type Role | |
|---|---|
GroupRoleChecker(RenderResponse renderResponse,
Role role)
|
|
OrganizationRoleChecker(RenderResponse renderResponse,
Role role)
|
|
UserGroupRoleChecker(RenderResponse renderResponse,
Role role)
|
|
UserRoleChecker(RenderResponse renderResponse,
Role role)
|
|
| Uses of Role in com.liferay.portlet.rolesadmin.util |
|---|
| Methods in com.liferay.portlet.rolesadmin.util with parameters of type Role | |
|---|---|
String |
RolesAdminImpl.getCssClassName(Role role)
Deprecated. As of 7.0.0, with no direct replacement |
String |
RolesAdminImpl.getIconCssClass(Role role)
|
| Uses of Role in com.liferay.portlet.sites.search |
|---|
| Constructors in com.liferay.portlet.sites.search with parameters of type Role | |
|---|---|
OrganizationRoleUserChecker(RenderResponse renderResponse,
Organization organization,
Role role)
|
|
UserGroupGroupRoleUserGroupChecker(RenderResponse renderResponse,
Group group,
Role role)
|
|
UserGroupRoleUserChecker(RenderResponse renderResponse,
Group group,
Role role)
|
|
| Uses of Role in com.liferay.portlet.usersadmin.util |
|---|
| Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type Role | |
|---|---|
List<Role> |
UsersAdminImpl.filterGroupRoles(PermissionChecker permissionChecker,
long groupId,
List<Role> roles)
|
List<Role> |
UsersAdminImpl.filterRoles(PermissionChecker permissionChecker,
List<Role> roles)
|
OrderByComparator<Role> |
UsersAdminImpl.getRoleOrderByComparator(String orderByCol,
String orderByType)
|
| Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type Role | |
|---|---|
List<Role> |
UsersAdminImpl.filterGroupRoles(PermissionChecker permissionChecker,
long groupId,
List<Role> roles)
|
List<Role> |
UsersAdminImpl.filterRoles(PermissionChecker permissionChecker,
List<Role> roles)
|
| Uses of Role in com.liferay.roles.admin.kernel.util |
|---|
| Methods in com.liferay.roles.admin.kernel.util with parameters of type Role | |
|---|---|
static String |
RolesAdminUtil.getCssClassName(Role role)
Deprecated. As of 7.0.0, with no direct replacement |
String |
RolesAdmin.getCssClassName(Role role)
Deprecated. As of 7.0.0, with no direct replacement |
static String |
RolesAdminUtil.getIconCssClass(Role role)
|
String |
RolesAdmin.getIconCssClass(Role role)
|
| Uses of Role in com.liferay.users.admin.kernel.util |
|---|
| Methods in com.liferay.users.admin.kernel.util that return types with arguments of type Role | |
|---|---|
List<Role> |
UsersAdmin.filterGroupRoles(PermissionChecker permissionChecker,
long groupId,
List<Role> roles)
|
static List<Role> |
UsersAdminUtil.filterGroupRoles(PermissionChecker permissionChecker,
long groupId,
List<Role> roles)
|
List<Role> |
UsersAdmin.filterRoles(PermissionChecker permissionChecker,
List<Role> roles)
|
static List<Role> |
UsersAdminUtil.filterRoles(PermissionChecker permissionChecker,
List<Role> roles)
|
OrderByComparator<Role> |
UsersAdmin.getRoleOrderByComparator(String orderByCol,
String orderByType)
|
static OrderByComparator<Role> |
UsersAdminUtil.getRoleOrderByComparator(String orderByCol,
String orderByType)
|
| Method parameters in com.liferay.users.admin.kernel.util with type arguments of type Role | |
|---|---|
List<Role> |
UsersAdmin.filterGroupRoles(PermissionChecker permissionChecker,
long groupId,
List<Role> roles)
|
static List<Role> |
UsersAdminUtil.filterGroupRoles(PermissionChecker permissionChecker,
long groupId,
List<Role> roles)
|
List<Role> |
UsersAdmin.filterRoles(PermissionChecker permissionChecker,
List<Role> roles)
|
static List<Role> |
UsersAdminUtil.filterRoles(PermissionChecker permissionChecker,
List<Role> roles)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||