Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.model.Role

Packages that use Role
com.liferay.portal.model   
com.liferay.portal.security.permission   
com.liferay.portal.service   
com.liferay.portal.service.persistence   
com.liferay.portlet.enterpriseadmin.util   
 

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.
 

Methods in com.liferay.portal.model that return Role
 Role UserGroupRoleWrapper.getRole()
           
 Role UserGroupRole.getRole()
           
 Role TeamWrapper.getRole()
           
 Role Team.getRole()
           
 Role RoleWrapper.getWrappedRole()
           
 Role RoleWrapper.toEscapedModel()
           
 Role RoleModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Role
 List<Role> UserWrapper.getRoles()
           
 List<Role> User.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.security.permission
 

Methods in com.liferay.portal.security.permission that return types with arguments of type Role
 List<Role> PermissionCheckerBag.getRoles()
           
static List<Role> ResourceActionsUtil.getRoles(long companyId, Group group, String modelResource)
          Deprecated. ResourceActionsUtil.getRoles(long, Group, String, int[])
 List<Role> ResourceActions.getRoles(long companyId, Group group, String modelResource)
          Deprecated. ResourceActions.getRoles(long, Group, String, int[])
static List<Role> ResourceActionsUtil.getRoles(long companyId, Group group, String modelResource, int[] roleTypes)
           
 List<Role> ResourceActions.getRoles(long companyId, Group group, String modelResource, int[] roleTypes)
           
 

Uses of Role in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Role
 Role RoleLocalServiceWrapper.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type)
           
static Role RoleLocalServiceUtil.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type)
           
 Role RoleLocalService.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type)
           
 Role RoleLocalServiceWrapper.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type, String className, long classPK)
           
static Role RoleLocalServiceUtil.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type, String className, long classPK)
           
 Role RoleLocalService.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type, String className, long classPK)
           
 Role RoleLocalServiceWrapper.addRole(Role role)
          Adds the role to the database.
static Role RoleLocalServiceUtil.addRole(Role role)
          Adds the role to the database.
 Role RoleLocalService.addRole(Role role)
          Adds the role to the database.
 Role RoleServiceWrapper.addRole(String name, Map<Locale,String> titleMap, String description, int type)
           
static Role RoleServiceUtil.addRole(String name, Map<Locale,String> titleMap, String description, int type)
           
 Role RoleService.addRole(String name, Map<Locale,String> titleMap, String description, int type)
           
 Role RoleLocalServiceWrapper.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 RoleLocalService.createRole(long roleId)
          Creates a new role with the primary key.
 Role RoleLocalServiceWrapper.getDefaultGroupRole(long groupId)
           
static Role RoleLocalServiceUtil.getDefaultGroupRole(long groupId)
           
 Role RoleLocalService.getDefaultGroupRole(long groupId)
           
 Role RoleServiceWrapper.getRole(long roleId)
           
static Role RoleServiceUtil.getRole(long roleId)
           
 Role RoleService.getRole(long roleId)
           
 Role RoleLocalServiceWrapper.getRole(long roleId)
          Returns the role with the primary key.
static Role RoleLocalServiceUtil.getRole(long roleId)
          Returns the role with the primary key.
 Role RoleLocalService.getRole(long roleId)
          Returns the role with the primary key.
 Role RoleServiceWrapper.getRole(long companyId, String name)
           
static Role RoleServiceUtil.getRole(long companyId, String name)
           
 Role RoleService.getRole(long companyId, String name)
           
 Role RoleLocalServiceWrapper.getRole(long companyId, String name)
           
static Role RoleLocalServiceUtil.getRole(long companyId, String name)
           
 Role RoleLocalService.getRole(long companyId, String name)
           
 Role RoleLocalServiceWrapper.getTeamRole(long companyId, long teamId)
           
static Role RoleLocalServiceUtil.getTeamRole(long companyId, long teamId)
           
 Role RoleLocalService.getTeamRole(long companyId, long teamId)
           
 Role RoleServiceWrapper.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
static Role RoleServiceUtil.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 Role RoleService.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 Role RoleLocalServiceWrapper.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
static Role RoleLocalServiceUtil.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 Role RoleLocalService.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 Role RoleLocalServiceWrapper.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 RoleLocalService.updateRole(Role role)
          Updates the role in the database or adds it if it does not yet exist.
 Role RoleLocalServiceWrapper.updateRole(Role role, boolean merge)
          Updates the role in the database or adds it if it does not yet exist.
static Role RoleLocalServiceUtil.updateRole(Role role, boolean merge)
          Updates the role in the database or adds it if it does not yet exist.
 Role RoleLocalService.updateRole(Role role, boolean merge)
          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> RoleServiceWrapper.getGroupRoles(long groupId)
           
static List<Role> RoleServiceUtil.getGroupRoles(long groupId)
           
 List<Role> RoleService.getGroupRoles(long groupId)
           
 List<Role> RoleLocalServiceWrapper.getGroupRoles(long groupId)
           
static List<Role> RoleLocalServiceUtil.getGroupRoles(long groupId)
           
 List<Role> RoleLocalService.getGroupRoles(long groupId)
           
 List<Role> RoleLocalServiceWrapper.getResourceRoles(long companyId, String name, int scope, String primKey, String actionId)
           
static List<Role> RoleLocalServiceUtil.getResourceRoles(long companyId, String name, int scope, String primKey, String actionId)
           
 List<Role> RoleLocalService.getResourceRoles(long companyId, String name, int scope, String primKey, String actionId)
           
 List<Role> RoleLocalServiceWrapper.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> RoleLocalService.getRoles(int start, int end)
          Returns a range of all the roles.
 List<Role> RoleLocalServiceWrapper.getRoles(int type, String subtype)
           
static List<Role> RoleLocalServiceUtil.getRoles(int type, String subtype)
           
 List<Role> RoleLocalService.getRoles(int type, String subtype)
           
 List<Role> RoleLocalServiceWrapper.getRoles(long companyId)
           
static List<Role> RoleLocalServiceUtil.getRoles(long companyId)
           
 List<Role> RoleLocalService.getRoles(long companyId)
           
 List<Role> RoleLocalServiceWrapper.getRoles(long[] roleIds)
           
static List<Role> RoleLocalServiceUtil.getRoles(long[] roleIds)
           
 List<Role> RoleLocalService.getRoles(long[] roleIds)
           
 List<Role> RoleLocalServiceWrapper.getSubtypeRoles(String subtype)
           
static List<Role> RoleLocalServiceUtil.getSubtypeRoles(String subtype)
           
 List<Role> RoleLocalService.getSubtypeRoles(String subtype)
           
 List<Role> RoleServiceWrapper.getUserGroupGroupRoles(long userId, long groupId)
           
static List<Role> RoleServiceUtil.getUserGroupGroupRoles(long userId, long groupId)
           
 List<Role> RoleService.getUserGroupGroupRoles(long userId, long groupId)
           
 List<Role> RoleLocalServiceWrapper.getUserGroupGroupRoles(long userId, long groupId)
           
static List<Role> RoleLocalServiceUtil.getUserGroupGroupRoles(long userId, long groupId)
           
 List<Role> RoleLocalService.getUserGroupGroupRoles(long userId, long groupId)
           
 List<Role> RoleServiceWrapper.getUserGroupRoles(long userId, long groupId)
           
static List<Role> RoleServiceUtil.getUserGroupRoles(long userId, long groupId)
           
 List<Role> RoleService.getUserGroupRoles(long userId, long groupId)
           
 List<Role> RoleLocalServiceWrapper.getUserGroupRoles(long userId, long groupId)
           
static List<Role> RoleLocalServiceUtil.getUserGroupRoles(long userId, long groupId)
           
 List<Role> RoleLocalService.getUserGroupRoles(long userId, long groupId)
           
 List<Role> RoleServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups)
           
static List<Role> RoleServiceUtil.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleService.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups)
           
static List<Role> RoleLocalServiceUtil.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalServiceWrapper.getUserRelatedRoles(long userId, long groupId)
           
static List<Role> RoleLocalServiceUtil.getUserRelatedRoles(long userId, long groupId)
           
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, long groupId)
           
 List<Role> RoleLocalServiceWrapper.getUserRelatedRoles(long userId, long[] groupIds)
           
static List<Role> RoleLocalServiceUtil.getUserRelatedRoles(long userId, long[] groupIds)
           
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, long[] groupIds)
           
 List<Role> RoleServiceWrapper.getUserRoles(long userId)
           
static List<Role> RoleServiceUtil.getUserRoles(long userId)
           
 List<Role> RoleService.getUserRoles(long userId)
           
 List<Role> RoleLocalServiceWrapper.getUserRoles(long userId)
           
static List<Role> RoleLocalServiceUtil.getUserRoles(long userId)
           
 List<Role> RoleLocalService.getUserRoles(long userId)
           
 List<Role> RoleLocalServiceWrapper.search(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
           
static List<Role> RoleLocalServiceUtil.search(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalService.search(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalServiceWrapper.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Role> RoleLocalServiceUtil.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalService.search(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalServiceWrapper.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator obc)
           
static List<Role> RoleLocalServiceUtil.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalService.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalServiceWrapper.search(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Role> RoleLocalServiceUtil.search(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalService.search(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service with parameters of type Role
 Role RoleLocalServiceWrapper.addRole(Role role)
          Adds the role to the database.
static Role RoleLocalServiceUtil.addRole(Role role)
          Adds the role to the database.
 Role RoleLocalService.addRole(Role role)
          Adds the role to the database.
 void RoleLocalServiceWrapper.deleteRole(Role role)
          Deletes the role from the database.
static void RoleLocalServiceUtil.deleteRole(Role role)
          Deletes the role from the database.
 void RoleLocalService.deleteRole(Role role)
          Deletes the role from the database.
 Role RoleLocalServiceWrapper.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 RoleLocalService.updateRole(Role role)
          Updates the role in the database or adds it if it does not yet exist.
 Role RoleLocalServiceWrapper.updateRole(Role role, boolean merge)
          Updates the role in the database or adds it if it does not yet exist.
static Role RoleLocalServiceUtil.updateRole(Role role, boolean merge)
          Updates the role in the database or adds it if it does not yet exist.
 Role RoleLocalService.updateRole(Role role, boolean merge)
          Updates the role in the database or adds it if it does not yet exist.
 

Uses of Role in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Role
static Role RoleUtil.create(long roleId)
          Creates a new role with the primary key.
 Role RolePersistence.create(long roleId)
          Creates a new role with the primary key.
static Role RoleUtil.fetchByC_C_C(long companyId, long classNameId, long classPK)
          Finds 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)
          Finds 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, boolean retrieveFromCache)
          Finds 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_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds 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_N(long companyId, String name)
          Finds the role where companyId = ? and name = ? or returns null if it could not be found.
 Role RolePersistence.fetchByC_N(long companyId, String name)
          Finds the role where companyId = ? and name = ? or returns null if it could not be found.
static Role RoleUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Role RolePersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static Role RoleUtil.fetchByPrimaryKey(long roleId)
          Finds the role with the primary key or returns null if it could not be found.
 Role RolePersistence.fetchByPrimaryKey(long roleId)
          Finds the role with the primary key or returns null if it could not be found.
static Role[] RoleUtil.filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Filters the roles before and after the current role in the ordered set where companyId = ?.
 Role[] RolePersistence.filterFindByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Filters the roles before and after the current role in the ordered set where companyId = ?.
static Role[] RoleUtil.filterFindByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Filters the roles before and after the current role in the ordered set where name = ?.
 Role[] RolePersistence.filterFindByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Filters the roles before and after the current role in the ordered set where name = ?.
static Role[] RoleUtil.filterFindBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Filters the roles before and after the current role in the ordered set where subtype = ?.
 Role[] RolePersistence.filterFindBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Filters the roles before and after the current role in the ordered set where subtype = ?.
static Role[] RoleUtil.filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Filters the roles before and after the current role in the ordered set where type = ? and subtype = ?.
 Role[] RolePersistence.filterFindByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Filters the roles before and after the current role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found.
 Role RolePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found.
static Role RoleUtil.findByC_N(long companyId, String name)
          Finds the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found.
 Role RolePersistence.findByC_N(long companyId, String name)
          Finds 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)
           
static Role RoleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where companyId = ?.
static Role RoleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where companyId = ?.
 Role RolePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where companyId = ?.
static Role[] RoleUtil.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where companyId = ?.
 Role[] RolePersistence.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where companyId = ?.
static Role RoleUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where name = ?.
 Role RolePersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where name = ?.
static Role RoleUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where name = ?.
 Role RolePersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where name = ?.
static Role[] RoleUtil.findByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where name = ?.
 Role[] RolePersistence.findByName_PrevAndNext(long roleId, String name, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where name = ?.
static Role RoleUtil.findByPrimaryKey(long roleId)
          Finds the role with the primary key or throws a NoSuchRoleException if it could not be found.
 Role RolePersistence.findByPrimaryKey(long roleId)
          Finds the role with the primary key or throws a NoSuchRoleException if it could not be found.
static Role RoleUtil.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where subtype = ?.
 Role RolePersistence.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where subtype = ?.
static Role RoleUtil.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where subtype = ?.
 Role RolePersistence.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where subtype = ?.
static Role[] RoleUtil.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where subtype = ?.
 Role[] RolePersistence.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where subtype = ?.
static Role RoleUtil.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
          Finds the first role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where type = ? and subtype = ?.
 Role RolePersistence.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
          Finds the last role in the ordered set where type = ? and subtype = ?.
static Role[] RoleUtil.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where type = ? and subtype = ?.
 Role[] RolePersistence.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
          Finds the roles before and after the current role in the ordered set where type = ? and subtype = ?.
static Role RoleUtil.remove(long roleId)
          Removes the role with the primary key from the database.
 Role RolePersistence.remove(long roleId)
          Removes the role with the primary key from the database.
static Role RoleUtil.remove(Role role)
           
 Role RolePersistence.remove(Role role)
           
static Role RoleUtil.update(Role role, boolean merge)
           
static Role RoleUtil.update(Role role, boolean merge, ServiceContext serviceContext)
           
static Role RoleUtil.updateImpl(Role role, boolean merge)
           
 Role RolePersistence.updateImpl(Role role, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Role
static List<Role> RoleUtil.filterFindByCompanyId(long companyId)
          Filters by the user's permissions and finds all the roles where companyId = ?.
 List<Role> RolePersistence.filterFindByCompanyId(long companyId)
          Filters by the user's permissions and finds all the roles where companyId = ?.
static List<Role> RoleUtil.filterFindByCompanyId(long companyId, int start, int end)
          Filters by the user's permissions and finds a range of all the roles where companyId = ?.
 List<Role> RolePersistence.filterFindByCompanyId(long companyId, int start, int end)
          Filters by the user's permissions and finds a range of all the roles where companyId = ?.
static List<Role> RoleUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the roles where companyId = ?.
 List<Role> RolePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the roles where companyId = ?.
static List<Role> RoleUtil.filterFindByName(String name)
          Filters by the user's permissions and finds all the roles where name = ?.
 List<Role> RolePersistence.filterFindByName(String name)
          Filters by the user's permissions and finds all the roles where name = ?.
static List<Role> RoleUtil.filterFindByName(String name, int start, int end)
          Filters by the user's permissions and finds a range of all the roles where name = ?.
 List<Role> RolePersistence.filterFindByName(String name, int start, int end)
          Filters by the user's permissions and finds a range of all the roles where name = ?.
static List<Role> RoleUtil.filterFindByName(String name, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the roles where name = ?.
 List<Role> RolePersistence.filterFindByName(String name, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the roles where name = ?.
static List<Role> RoleUtil.filterFindBySubtype(String subtype)
          Filters by the user's permissions and finds all the roles where subtype = ?.
 List<Role> RolePersistence.filterFindBySubtype(String subtype)
          Filters by the user's permissions and finds all the roles where subtype = ?.
static List<Role> RoleUtil.filterFindBySubtype(String subtype, int start, int end)
          Filters by the user's permissions and finds a range of all the roles where subtype = ?.
 List<Role> RolePersistence.filterFindBySubtype(String subtype, int start, int end)
          Filters by the user's permissions and finds a range of all the roles where subtype = ?.
static List<Role> RoleUtil.filterFindBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the roles where subtype = ?.
 List<Role> RolePersistence.filterFindBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the roles where subtype = ?.
static List<Role> RoleUtil.filterFindByT_S(int type, String subtype)
          Filters by the user's permissions and finds all the roles where type = ? and subtype = ?.
 List<Role> RolePersistence.filterFindByT_S(int type, String subtype)
          Filters by the user's permissions and finds all the roles where type = ? and subtype = ?.
static List<Role> RoleUtil.filterFindByT_S(int type, String subtype, int start, int end)
          Filters by the user's permissions and finds a range of all the roles where type = ? and subtype = ?.
 List<Role> RolePersistence.filterFindByT_S(int type, String subtype, int start, int end)
          Filters by the user's permissions and finds a range of all the roles where type = ? and subtype = ?.
static List<Role> RoleUtil.filterFindByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the roles where type = ? and subtype = ?.
 List<Role> RolePersistence.filterFindByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the roles where type = ? and subtype = ?.
static List<Role> RoleUtil.findAll()
          Finds all the roles.
 List<Role> RolePersistence.findAll()
          Finds all the roles.
static List<Role> RoleUtil.findAll(int start, int end)
          Finds a range of all the roles.
 List<Role> RolePersistence.findAll(int start, int end)
          Finds a range of all the roles.
static List<Role> RoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the roles.
 List<Role> RolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds 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 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 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 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 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)
           
static List<Role> RoleUtil.findByCompanyId(long companyId)
          Finds all the roles where companyId = ?.
 List<Role> RolePersistence.findByCompanyId(long companyId)
          Finds all the roles where companyId = ?.
static List<Role> RoleUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the roles where companyId = ?.
 List<Role> RolePersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the roles where companyId = ?.
static List<Role> RoleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the roles where companyId = ?.
 List<Role> RolePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds 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 obc)
           
 List<Role> RoleFinder.findByKeywords(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator obc)
           
static List<Role> RoleFinderUtil.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Role> RoleFinder.findByKeywords(long companyId, String keywords, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Role> RoleUtil.findByName(String name)
          Finds all the roles where name = ?.
 List<Role> RolePersistence.findByName(String name)
          Finds all the roles where name = ?.
static List<Role> RoleUtil.findByName(String name, int start, int end)
          Finds a range of all the roles where name = ?.
 List<Role> RolePersistence.findByName(String name, int start, int end)
          Finds a range of all the roles where name = ?.
static List<Role> RoleUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the roles where name = ?.
 List<Role> RolePersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the roles where name = ?.
static List<Role> RoleUtil.findBySubtype(String subtype)
          Finds all the roles where subtype = ?.
 List<Role> RolePersistence.findBySubtype(String subtype)
          Finds all the roles where subtype = ?.
static List<Role> RoleUtil.findBySubtype(String subtype, int start, int end)
          Finds a range of all the roles where subtype = ?.
 List<Role> RolePersistence.findBySubtype(String subtype, int start, int end)
          Finds a range of all the roles where subtype = ?.
static List<Role> RoleUtil.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the roles where subtype = ?.
 List<Role> RolePersistence.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the roles where subtype = ?.
static List<Role> RoleFinderUtil.findBySystem(long companyId)
           
 List<Role> RoleFinder.findBySystem(long companyId)
           
static List<Role> RoleUtil.findByT_S(int type, String subtype)
          Finds all the roles where type = ? and subtype = ?.
 List<Role> RolePersistence.findByT_S(int type, String subtype)
          Finds all the roles where type = ? and subtype = ?.
static List<Role> RoleUtil.findByT_S(int type, String subtype, int start, int end)
          Finds a range of all the roles where type = ? and subtype = ?.
 List<Role> RolePersistence.findByT_S(int type, String subtype, int start, int end)
          Finds a range of all the roles where type = ? and subtype = ?.
static List<Role> RoleUtil.findByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds an ordered range of all the roles where type = ? and subtype = ?.
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.findByUserGroupRole(long userId, long groupId)
           
 List<Role> RoleFinder.findByUserGroupRole(long userId, long groupId)
           
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 orderByComparator)
           
static List<Role> UserUtil.getRoles(long pk)
          Gets all the roles associated with the user.
 List<Role> UserPersistence.getRoles(long pk)
          Gets all the roles associated with the user.
static List<Role> PermissionUtil.getRoles(long pk)
          Gets all the roles associated with the permission.
 List<Role> PermissionPersistence.getRoles(long pk)
          Gets all the roles associated with the permission.
static List<Role> GroupUtil.getRoles(long pk)
          Gets all the roles associated with the group.
 List<Role> GroupPersistence.getRoles(long pk)
          Gets all the roles associated with the group.
static List<Role> UserUtil.getRoles(long pk, int start, int end)
          Gets a range of all the roles associated with the user.
 List<Role> UserPersistence.getRoles(long pk, int start, int end)
          Gets a range of all the roles associated with the user.
static List<Role> PermissionUtil.getRoles(long pk, int start, int end)
          Gets a range of all the roles associated with the permission.
 List<Role> PermissionPersistence.getRoles(long pk, int start, int end)
          Gets a range of all the roles associated with the permission.
static List<Role> GroupUtil.getRoles(long pk, int start, int end)
          Gets a range of all the roles associated with the group.
 List<Role> GroupPersistence.getRoles(long pk, int start, int end)
          Gets a range of all the roles associated with the group.
static List<Role> UserUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the roles associated with the user.
 List<Role> UserPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the roles associated with the user.
static List<Role> PermissionUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the roles associated with the permission.
 List<Role> PermissionPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the roles associated with the permission.
static List<Role> GroupUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the roles associated with the group.
 List<Role> GroupPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the roles associated with the group.
 

Methods in com.liferay.portal.service.persistence with parameters of type Role
static void UserUtil.addRole(long pk, Role role)
          Adds an association between the user and the role.
 void UserPersistence.addRole(long pk, Role role)
          Adds an association between the user and the role.
static void PermissionUtil.addRole(long pk, Role role)
          Adds an association between the permission and the role.
 void PermissionPersistence.addRole(long pk, Role role)
          Adds an association between the permission and the role.
static void GroupUtil.addRole(long pk, Role role)
          Adds an association between the group and the role.
 void GroupPersistence.addRole(long pk, Role role)
          Adds an association between the group and the role.
static void RoleUtil.cacheResult(Role role)
          Caches the role in the entity cache if it is enabled.
 void RolePersistence.cacheResult(Role role)
          Caches the role in the entity cache if it is enabled.
static void RoleUtil.clearCache(Role role)
           
static Role RoleUtil.remove(Role role)
           
 Role RolePersistence.remove(Role role)
           
static void UserUtil.removeRole(long pk, Role role)
          Removes the association between the user and the role.
 void UserPersistence.removeRole(long pk, Role role)
          Removes the association between the user and the role.
static void PermissionUtil.removeRole(long pk, Role role)
          Removes the association between the permission and the role.
 void PermissionPersistence.removeRole(long pk, Role role)
          Removes the association between the permission and the role.
static void GroupUtil.removeRole(long pk, Role role)
          Removes the association between the group and the role.
 void GroupPersistence.removeRole(long pk, Role role)
          Removes the association between the group and the role.
static Role RoleUtil.update(Role role, boolean merge)
           
static Role RoleUtil.update(Role role, boolean merge, ServiceContext serviceContext)
           
static Role RoleUtil.updateImpl(Role role, boolean merge)
           
 Role RolePersistence.updateImpl(Role role, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Role
static void UserUtil.addRoles(long pk, List<Role> roles)
          Adds an association between the user and the roles.
 void UserPersistence.addRoles(long pk, List<Role> roles)
          Adds an association between the user and the roles.
static void PermissionUtil.addRoles(long pk, List<Role> roles)
          Adds an association between the permission and the roles.
 void PermissionPersistence.addRoles(long pk, List<Role> roles)
          Adds an association between the permission and the roles.
static void GroupUtil.addRoles(long pk, List<Role> roles)
          Adds an association between the group and the roles.
 void GroupPersistence.addRoles(long pk, List<Role> roles)
          Adds an association between the group and the roles.
static void RoleUtil.cacheResult(List<Role> roles)
          Caches the roles in the entity cache if it is enabled.
 void RolePersistence.cacheResult(List<Role> roles)
          Caches the roles in the entity cache if it is enabled.
static boolean PermissionFinderUtil.containsPermissions_4(List<Permission> permissions, long userId, List<Group> groups, List<Role> roles)
           
 boolean PermissionFinder.containsPermissions_4(List<Permission> permissions, long userId, List<Group> groups, List<Role> roles)
           
static int PermissionFinderUtil.countByRolesPermissions(List<Permission> permissions, List<Role> roles)
           
 int PermissionFinder.countByRolesPermissions(List<Permission> permissions, List<Role> roles)
           
static void UserUtil.removeRoles(long pk, List<Role> roles)
          Removes the association between the user and the roles.
 void UserPersistence.removeRoles(long pk, List<Role> roles)
          Removes the association between the user and the roles.
static void PermissionUtil.removeRoles(long pk, List<Role> roles)
          Removes the association between the permission and the roles.
 void PermissionPersistence.removeRoles(long pk, List<Role> roles)
          Removes the association between the permission and the roles.
static void GroupUtil.removeRoles(long pk, List<Role> roles)
          Removes the association between the group and the roles.
 void GroupPersistence.removeRoles(long pk, List<Role> roles)
          Removes the association between the group and the roles.
static void UserUtil.setRoles(long pk, List<Role> roles)
          Sets the roles associated with the user, removing and adding associations as necessary.
 void UserPersistence.setRoles(long pk, List<Role> roles)
          Sets the roles associated with the user, removing and adding associations as necessary.
static void PermissionUtil.setRoles(long pk, List<Role> roles)
          Sets the roles associated with the permission, removing and adding associations as necessary.
 void PermissionPersistence.setRoles(long pk, List<Role> roles)
          Sets the roles associated with the permission, 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.
 void GroupPersistence.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.portlet.enterpriseadmin.util
 

Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type Role
static List<Role> EnterpriseAdminUtil.filterGroupRoles(PermissionChecker permissionChecker, long groupId, List<Role> roles)
           
 List<Role> EnterpriseAdmin.filterGroupRoles(PermissionChecker permissionChecker, long groupId, List<Role> roles)
           
static List<Role> EnterpriseAdminUtil.filterRoles(PermissionChecker permissionChecker, List<Role> roles)
           
 List<Role> EnterpriseAdmin.filterRoles(PermissionChecker permissionChecker, List<Role> roles)
           
 

Methods in com.liferay.portlet.enterpriseadmin.util with parameters of type Role
static String EnterpriseAdminUtil.getCssClassName(Role role)
           
 String EnterpriseAdmin.getCssClassName(Role role)
           
 

Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type Role
static List<Role> EnterpriseAdminUtil.filterGroupRoles(PermissionChecker permissionChecker, long groupId, List<Role> roles)
           
 List<Role> EnterpriseAdmin.filterGroupRoles(PermissionChecker permissionChecker, long groupId, List<Role> roles)
           
static List<Role> EnterpriseAdminUtil.filterRoles(PermissionChecker permissionChecker, List<Role> roles)
           
 List<Role> EnterpriseAdmin.filterRoles(PermissionChecker permissionChecker, List<Role> roles)
           
 


Liferay 6.0-ee-sp2