Liferay 6.0.3

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

Packages that use Role
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.security.permission   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.sharepoint.dws   
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portal.verify   
com.liferay.portlet.communities.search   
com.liferay.portlet.enterpriseadmin.action   
com.liferay.portlet.enterpriseadmin.search   
com.liferay.portlet.enterpriseadmin.util   
 

Uses of Role in com.liferay.portal.lar
 

Fields in com.liferay.portal.lar with type parameters of type Role
protected  Map<Long,List<Role>> LayoutCache.groupRolesMap
           
protected  Map<String,Role> LayoutCache.rolesMap
           
protected  Map<Long,List<Role>> LayoutCache.userRolesMap
           
 

Methods in com.liferay.portal.lar that return Role
protected  Role LayoutCache.getRole(long companyId, String roleName)
           
 

Methods in com.liferay.portal.lar that return types with arguments of type Role
protected  List<Role> LayoutCache.getGroupRoles_1to4(long groupId)
           
protected  List<Role> LayoutCache.getGroupRoles_5(long groupId, String resourceName)
           
protected  List<Role> LayoutCache.getUserRoles(long userId)
           
 

Methods in com.liferay.portal.lar with parameters of type Role
protected  String PortletDataContextImpl.getActionIds(Role role, String className, String primKey)
           
 

Method parameters in com.liferay.portal.lar with type arguments of type Role
protected  Element PermissionExporter.exportRoles(long companyId, String resourceName, int scope, String resourcePrimKey, Element parentEl, String elName, List<Role> roles)
           
protected  boolean PermissionExporter.hasRole(List<Role> roles, String roleName)
           
 

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()
           
 

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 RoleImpl
           
 

Methods in com.liferay.portal.model.impl that return Role
 Role UserGroupRoleImpl.getRole()
           
 Role TeamImpl.getRole()
           
 Role RoleModelImpl.toEscapedModel()
           
static Role RoleModelImpl.toModel(RoleSoap soapModel)
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Role
 List<Role> UserImpl.getRoles()
           
static List<Role> RoleModelImpl.toModels(RoleSoap[] soapModels)
           
 

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.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
 List<Role> PermissionCheckerBag.getRoles()
           
 List<Role> PermissionCheckerBagImpl.getRoles()
           
 List<Role> ResourceActionsUtil_IW.getRoles(long companyId, Group group, String modelResource)
           
static List<Role> ResourceActionsUtil.getRoles(long companyId, Group group, String modelResource)
           
 

Method parameters in com.liferay.portal.security.permission with type arguments of type Role
protected  void AdvancedPermissionChecker.addRequiredMemberRole(Group group, List<Role> roles)
           
protected  void AdvancedPermissionChecker.addTeamRoles(long userId, Group group, List<Role> roles)
           
 

Constructor parameters in com.liferay.portal.security.permission with type arguments of type Role
PermissionCheckerBagImpl(long userId, List<Group> userGroups, List<Organization> userOrgs, List<Group> userOrgGroups, List<Group> userUserGroupGroups, List<Group> groups, List<Role> roles)
           
 

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)
           
static Role RoleLocalServiceUtil.addRole(Role role)
           
 Role RoleLocalService.addRole(Role role)
           
 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)
           
static Role RoleLocalServiceUtil.createRole(long roleId)
           
 Role RoleLocalService.createRole(long roleId)
           
 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)
           
static Role RoleLocalServiceUtil.getRole(long roleId)
           
 Role RoleLocalService.getRole(long roleId)
           
 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)
           
static Role RoleLocalServiceUtil.updateRole(Role role)
           
 Role RoleLocalService.updateRole(Role role)
           
 Role RoleLocalServiceWrapper.updateRole(Role role, boolean merge)
           
static Role RoleLocalServiceUtil.updateRole(Role role, boolean merge)
           
 Role RoleLocalService.updateRole(Role role, boolean merge)
           
 

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.getRoles(int start, int end)
           
static List<Role> RoleLocalServiceUtil.getRoles(int start, int end)
           
 List<Role> RoleLocalService.getRoles(int start, int end)
           
 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 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)
           
static Role RoleLocalServiceUtil.addRole(Role role)
           
 Role RoleLocalService.addRole(Role role)
           
 void RoleLocalServiceWrapper.deleteRole(Role role)
           
static void RoleLocalServiceUtil.deleteRole(Role role)
           
 void RoleLocalService.deleteRole(Role role)
           
 Role RoleLocalServiceWrapper.updateRole(Role role)
           
static Role RoleLocalServiceUtil.updateRole(Role role)
           
 Role RoleLocalService.updateRole(Role role)
           
 Role RoleLocalServiceWrapper.updateRole(Role role, boolean merge)
           
static Role RoleLocalServiceUtil.updateRole(Role role, boolean merge)
           
 Role RoleLocalService.updateRole(Role role, boolean merge)
           
 

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

Methods in com.liferay.portal.service.base that return Role
 Role RoleLocalServiceBaseImpl.addRole(Role role)
           
 Role RoleLocalServiceBaseImpl.createRole(long roleId)
           
 Role RoleLocalServiceBaseImpl.getRole(long roleId)
           
 Role RoleLocalServiceBaseImpl.updateRole(Role role)
           
 Role RoleLocalServiceBaseImpl.updateRole(Role role, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type Role
 List<Role> RoleLocalServiceBaseImpl.getRoles(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type Role
 Role RoleLocalServiceBaseImpl.addRole(Role role)
           
 void RoleLocalServiceBaseImpl.deleteRole(Role role)
           
 Role RoleLocalServiceBaseImpl.updateRole(Role role)
           
 Role RoleLocalServiceBaseImpl.updateRole(Role role, boolean merge)
           
 

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 name, Map<Locale,String> titleMap, String description, int type)
           
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, String description, String subtype)
           
 

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.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)
           
 

Methods in com.liferay.portal.service.http with parameters of type Role
static JSONArray RoleJSONSerializer.toJSONArray(Role[] models)
           
static JSONArray RoleJSONSerializer.toJSONArray(Role[][] models)
           
static JSONObject RoleJSONSerializer.toJSONObject(Role model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Role
static JSONArray RoleJSONSerializer.toJSONArray(List<Role> models)
           
 

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, String description, int type)
           
 Role RoleLocalServiceImpl.addRole(long userId, long companyId, String name, Map<Locale,String> titleMap, String description, int type, String className, long classPK)
           
 Role RoleServiceImpl.addRole(String name, Map<Locale,String> titleMap, String description, int type)
           
 Role RoleLocalServiceImpl.getDefaultGroupRole(long groupId)
           
 Role RoleServiceImpl.getRole(long roleId)
           
 Role RoleLocalServiceImpl.getRole(long roleId)
           
 Role RoleServiceImpl.getRole(long companyId, String name)
           
 Role RoleLocalServiceImpl.getRole(long companyId, String name)
           
 Role RoleLocalServiceImpl.getTeamRole(long companyId, long teamId)
           
 Role RoleServiceImpl.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 Role RoleLocalServiceImpl.updateRole(long roleId, String name, Map<Locale,String> titleMap, String description, String subtype)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Role
 List<Role> RoleServiceImpl.getGroupRoles(long groupId)
           
 List<Role> RoleLocalServiceImpl.getGroupRoles(long groupId)
           
 List<Role> RoleLocalServiceImpl.getRoles(int type, String subtype)
           
 List<Role> RoleLocalServiceImpl.getRoles(long companyId)
           
 List<Role> RoleLocalServiceImpl.getRoles(long[] roleIds)
           
 List<Role> RoleLocalServiceImpl.getSubtypeRoles(String subtype)
           
 List<Role> RoleServiceImpl.getUserGroupGroupRoles(long userId, long groupId)
           
 List<Role> RoleLocalServiceImpl.getUserGroupGroupRoles(long userId, long groupId)
           
 List<Role> RoleServiceImpl.getUserGroupRoles(long userId, long groupId)
           
 List<Role> RoleLocalServiceImpl.getUserGroupRoles(long userId, long groupId)
           
 List<Role> RoleServiceImpl.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalServiceImpl.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalServiceImpl.getUserRelatedRoles(long userId, long groupId)
           
 List<Role> RoleLocalServiceImpl.getUserRelatedRoles(long userId, long[] groupIds)
           
 List<Role> RoleServiceImpl.getUserRoles(long userId)
           
 List<Role> RoleLocalServiceImpl.getUserRoles(long userId)
           
 List<Role> RoleLocalServiceImpl.search(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator obc)
           
 List<Role> RoleLocalServiceImpl.search(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Role
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_3(long userId, long resourceId, String actionId, List<Permission> permissions, List<Group> groups, List<Role> roles, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_4(long userId, long resourceId, String actionId, List<Permission> permissions, List<Group> groups, List<Role> roles, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_5(long userId, long resourceId, String actionId, List<Permission> permissions, List<Role> roles, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_6(long userId, long resourceId, List<Resource> resources, String actionId, List<Role> roles, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
 

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)
           
 Role RolePersistence.create(long roleId)
           
 Role RolePersistenceImpl.create(long roleId)
           
static Role RoleUtil.fetchByC_C_C(long companyId, long classNameId, long classPK)
           
 Role RolePersistence.fetchByC_C_C(long companyId, long classNameId, long classPK)
           
 Role RolePersistenceImpl.fetchByC_C_C(long companyId, long classNameId, long classPK)
           
static Role RoleUtil.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
           
 Role RolePersistence.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
           
 Role RolePersistenceImpl.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
           
static Role RoleUtil.fetchByC_N(long companyId, String name)
           
 Role RolePersistence.fetchByC_N(long companyId, String name)
           
 Role RolePersistenceImpl.fetchByC_N(long companyId, String name)
           
static Role RoleUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
           
 Role RolePersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
           
 Role RolePersistenceImpl.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
           
static Role RoleUtil.fetchByPrimaryKey(long roleId)
           
 Role RolePersistence.fetchByPrimaryKey(long roleId)
           
 Role RolePersistenceImpl.fetchByPrimaryKey(long roleId)
           
 Role RolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static Role RoleUtil.findByC_C_C(long companyId, long classNameId, long classPK)
           
 Role RolePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
           
 Role RolePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
           
static Role RoleUtil.findByC_N(long companyId, String name)
           
 Role RolePersistence.findByC_N(long companyId, String name)
           
static Role RoleFinderUtil.findByC_N(long companyId, String name)
           
 Role RoleFinder.findByC_N(long companyId, String name)
           
 Role RolePersistenceImpl.findByC_N(long companyId, String name)
           
 Role RoleFinderImpl.findByC_N(long companyId, String name)
           
static Role RoleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 Role RolePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 Role RolePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static Role RoleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 Role RolePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 Role RolePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static Role[] RoleUtil.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
           
 Role[] RolePersistence.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
           
 Role[] RolePersistenceImpl.findByCompanyId_PrevAndNext(long roleId, long companyId, OrderByComparator orderByComparator)
           
static Role RoleUtil.findByPrimaryKey(long roleId)
           
 Role RolePersistence.findByPrimaryKey(long roleId)
           
 Role RolePersistenceImpl.findByPrimaryKey(long roleId)
           
 Role RolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static Role RoleUtil.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
           
 Role RolePersistence.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
           
 Role RolePersistenceImpl.findBySubtype_First(String subtype, OrderByComparator orderByComparator)
           
static Role RoleUtil.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
           
 Role RolePersistence.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
           
 Role RolePersistenceImpl.findBySubtype_Last(String subtype, OrderByComparator orderByComparator)
           
static Role[] RoleUtil.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
           
 Role[] RolePersistence.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
           
 Role[] RolePersistenceImpl.findBySubtype_PrevAndNext(long roleId, String subtype, OrderByComparator orderByComparator)
           
static Role RoleUtil.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
           
 Role RolePersistence.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
           
 Role RolePersistenceImpl.findByT_S_First(int type, String subtype, OrderByComparator orderByComparator)
           
static Role RoleUtil.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
           
 Role RolePersistence.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
           
 Role RolePersistenceImpl.findByT_S_Last(int type, String subtype, OrderByComparator orderByComparator)
           
static Role[] RoleUtil.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
           
 Role[] RolePersistence.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
           
 Role[] RolePersistenceImpl.findByT_S_PrevAndNext(long roleId, int type, String subtype, OrderByComparator orderByComparator)
           
protected  Role RolePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Role role, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getBySubtype_PrevAndNext(Session session, Role role, String subtype, OrderByComparator orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByT_S_PrevAndNext(Session session, Role role, int type, String subtype, OrderByComparator orderByComparator, boolean previous)
           
static Role RoleUtil.remove(long roleId)
           
 Role RolePersistence.remove(long roleId)
           
 Role RolePersistenceImpl.remove(long roleId)
           
static Role RoleUtil.remove(Role role)
           
 Role RolePersistenceImpl.remove(Serializable primaryKey)
           
protected  Role RolePersistenceImpl.removeImpl(Role role)
           
protected  Role RolePersistenceImpl.toUnwrappedModel(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)
           
 Role RolePersistenceImpl.updateImpl(Role role, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Role
static List<Role> RoleUtil.findAll()
           
 List<Role> RolePersistence.findAll()
           
 List<Role> RolePersistenceImpl.findAll()
           
static List<Role> RoleUtil.findAll(int start, int end)
           
 List<Role> RolePersistence.findAll(int start, int end)
           
 List<Role> RolePersistenceImpl.findAll(int start, int end)
           
static List<Role> RoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RolePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleFinderUtil.findByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, 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, int start, int end, OrderByComparator obc)
           
 List<Role> RoleFinderImpl.findByC_N_D_T(long companyId, String name, String description, Integer[] types, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Role> RoleUtil.findByCompanyId(long companyId)
           
 List<Role> RolePersistence.findByCompanyId(long companyId)
           
 List<Role> RolePersistenceImpl.findByCompanyId(long companyId)
           
static List<Role> RoleUtil.findByCompanyId(long companyId, int start, int end)
           
 List<Role> RolePersistence.findByCompanyId(long companyId, int start, int end)
           
 List<Role> RolePersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<Role> RoleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RolePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RolePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleUtil.findBySubtype(String subtype)
           
 List<Role> RolePersistence.findBySubtype(String subtype)
           
 List<Role> RolePersistenceImpl.findBySubtype(String subtype)
           
static List<Role> RoleUtil.findBySubtype(String subtype, int start, int end)
           
 List<Role> RolePersistence.findBySubtype(String subtype, int start, int end)
           
 List<Role> RolePersistenceImpl.findBySubtype(String subtype, int start, int end)
           
static List<Role> RoleUtil.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RolePersistence.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RolePersistenceImpl.findBySubtype(String subtype, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleFinderUtil.findBySystem(long companyId)
           
 List<Role> RoleFinder.findBySystem(long companyId)
           
 List<Role> RoleFinderImpl.findBySystem(long companyId)
           
static List<Role> RoleUtil.findByT_S(int type, String subtype)
           
 List<Role> RolePersistence.findByT_S(int type, String subtype)
           
 List<Role> RolePersistenceImpl.findByT_S(int type, String subtype)
           
static List<Role> RoleUtil.findByT_S(int type, String subtype, int start, int end)
           
 List<Role> RolePersistence.findByT_S(int type, String subtype, int start, int end)
           
 List<Role> RolePersistenceImpl.findByT_S(int type, String subtype, int start, int end)
           
static List<Role> RoleUtil.findByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RolePersistence.findByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> RolePersistenceImpl.findByT_S(int type, String subtype, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> RoleFinderUtil.findByU_G(long userId, List<Group> groups)
           
 List<Role> RoleFinder.findByU_G(long userId, List<Group> groups)
           
 List<Role> RoleFinderImpl.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)
           
 List<Role> RoleFinderImpl.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)
           
 List<Role> RoleFinderImpl.findByU_G(long userId, long[] groupIds)
           
static List<Role> RoleFinderUtil.findByUserGroupGroupRole(long userId, long groupId)
           
 List<Role> RoleFinder.findByUserGroupGroupRole(long userId, long groupId)
           
 List<Role> RoleFinderImpl.findByUserGroupGroupRole(long userId, long groupId)
           
static List<Role> RoleFinderUtil.findByUserGroupRole(long userId, long groupId)
           
 List<Role> RoleFinder.findByUserGroupRole(long userId, long groupId)
           
 List<Role> RoleFinderImpl.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)
           
 List<Role> UserPersistence.getRoles(long pk)
           
static List<Role> PermissionUtil.getRoles(long pk)
           
 List<Role> PermissionPersistence.getRoles(long pk)
           
static List<Role> GroupUtil.getRoles(long pk)
           
 List<Role> GroupPersistence.getRoles(long pk)
           
 List<Role> UserPersistenceImpl.getRoles(long pk)
           
 List<Role> PermissionPersistenceImpl.getRoles(long pk)
           
 List<Role> GroupPersistenceImpl.getRoles(long pk)
           
static List<Role> UserUtil.getRoles(long pk, int start, int end)
           
 List<Role> UserPersistence.getRoles(long pk, int start, int end)
           
static List<Role> PermissionUtil.getRoles(long pk, int start, int end)
           
 List<Role> PermissionPersistence.getRoles(long pk, int start, int end)
           
static List<Role> GroupUtil.getRoles(long pk, int start, int end)
           
 List<Role> GroupPersistence.getRoles(long pk, int start, int end)
           
 List<Role> UserPersistenceImpl.getRoles(long pk, int start, int end)
           
 List<Role> PermissionPersistenceImpl.getRoles(long pk, int start, int end)
           
 List<Role> GroupPersistenceImpl.getRoles(long pk, int start, int end)
           
static List<Role> UserUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> UserPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> PermissionUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> PermissionPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
static List<Role> GroupUtil.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> GroupPersistence.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> UserPersistenceImpl.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> PermissionPersistenceImpl.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<Role> GroupPersistenceImpl.getRoles(long pk, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Role
static void UserUtil.addRole(long pk, Role role)
           
 void UserPersistence.addRole(long pk, Role role)
           
static void PermissionUtil.addRole(long pk, Role role)
           
 void PermissionPersistence.addRole(long pk, Role role)
           
static void GroupUtil.addRole(long pk, Role role)
           
 void GroupPersistence.addRole(long pk, Role role)
           
 void UserPersistenceImpl.addRole(long pk, Role role)
           
 void PermissionPersistenceImpl.addRole(long pk, Role role)
           
 void GroupPersistenceImpl.addRole(long pk, Role role)
           
static void RoleUtil.cacheResult(Role role)
           
 void RolePersistence.cacheResult(Role role)
           
 void RolePersistenceImpl.cacheResult(Role role)
           
static void RoleUtil.clearCache(Role role)
           
 void RolePersistenceImpl.clearCache(Role role)
           
protected  Role RolePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Role role, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getBySubtype_PrevAndNext(Session session, Role role, String subtype, OrderByComparator orderByComparator, boolean previous)
           
protected  Role RolePersistenceImpl.getByT_S_PrevAndNext(Session session, Role role, int type, String subtype, OrderByComparator orderByComparator, boolean previous)
           
static Role RoleUtil.remove(Role role)
           
protected  Role RolePersistenceImpl.removeImpl(Role role)
           
static void UserUtil.removeRole(long pk, Role role)
           
 void UserPersistence.removeRole(long pk, Role role)
           
static void PermissionUtil.removeRole(long pk, Role role)
           
 void PermissionPersistence.removeRole(long pk, Role role)
           
static void GroupUtil.removeRole(long pk, Role role)
           
 void GroupPersistence.removeRole(long pk, Role role)
           
 void UserPersistenceImpl.removeRole(long pk, Role role)
           
 void PermissionPersistenceImpl.removeRole(long pk, Role role)
           
 void GroupPersistenceImpl.removeRole(long pk, Role role)
           
protected  Role RolePersistenceImpl.toUnwrappedModel(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)
           
 Role RolePersistenceImpl.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)
           
 void UserPersistence.addRoles(long pk, List<Role> roles)
           
static void PermissionUtil.addRoles(long pk, List<Role> roles)
           
 void PermissionPersistence.addRoles(long pk, List<Role> roles)
           
static void GroupUtil.addRoles(long pk, List<Role> roles)
           
 void GroupPersistence.addRoles(long pk, List<Role> roles)
           
 void UserPersistenceImpl.addRoles(long pk, List<Role> roles)
           
 void PermissionPersistenceImpl.addRoles(long pk, List<Role> roles)
           
 void GroupPersistenceImpl.addRoles(long pk, List<Role> roles)
           
static void RoleUtil.cacheResult(List<Role> roles)
           
 void RolePersistence.cacheResult(List<Role> roles)
           
 void RolePersistenceImpl.cacheResult(List<Role> roles)
           
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)
           
 boolean PermissionFinderImpl.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)
           
 int PermissionFinderImpl.countByRolesPermissions(List<Permission> permissions, List<Role> roles)
           
protected  String PermissionFinderImpl.getRoleIds(List<Role> roles, String table)
           
static void UserUtil.removeRoles(long pk, List<Role> roles)
           
 void UserPersistence.removeRoles(long pk, List<Role> roles)
           
static void PermissionUtil.removeRoles(long pk, List<Role> roles)
           
 void PermissionPersistence.removeRoles(long pk, List<Role> roles)
           
static void GroupUtil.removeRoles(long pk, List<Role> roles)
           
 void GroupPersistence.removeRoles(long pk, List<Role> roles)
           
 void UserPersistenceImpl.removeRoles(long pk, List<Role> roles)
           
 void PermissionPersistenceImpl.removeRoles(long pk, List<Role> roles)
           
 void GroupPersistenceImpl.removeRoles(long pk, List<Role> roles)
           
protected  void PermissionFinderImpl.setRoleIds(QueryPos qPos, List<Role> roles)
           
static void UserUtil.setRoles(long pk, List<Role> roles)
           
 void UserPersistence.setRoles(long pk, List<Role> roles)
           
static void PermissionUtil.setRoles(long pk, List<Role> roles)
           
 void PermissionPersistence.setRoles(long pk, List<Role> roles)
           
static void GroupUtil.setRoles(long pk, List<Role> roles)
           
 void GroupPersistence.setRoles(long pk, List<Role> roles)
           
 void UserPersistenceImpl.setRoles(long pk, List<Role> roles)
           
 void PermissionPersistenceImpl.setRoles(long pk, List<Role> roles)
           
 void GroupPersistenceImpl.setRoles(long pk, List<Role> roles)
           
 

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.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return Role
 Role DataFactory.getAdministratorRole()
           
 Role DataFactory.getCommunityAdministratorRole()
           
 Role DataFactory.getCommunityMemberRole()
           
 Role DataFactory.getCommunityOwnerRole()
           
 Role DataFactory.getGuestRole()
           
 Role DataFactory.getOrganizationAdministratorRole()
           
 Role DataFactory.getOrganizationMemberRole()
           
 Role DataFactory.getOrganizationOwnerRole()
           
 Role DataFactory.getPowerUserRole()
           
 Role DataFactory.getUserRole()
           
protected  Role DataFactory.newRole()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type Role
 List<Role> DataFactory.getRoles()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type Role
 List<KeyValuePair> DataFactory.addRolesPermissions(Resource resource, List<Permission> permissions, Role memberRole)
           
 

Method parameters in com.liferay.portal.tools.samplesqlbuilder with type arguments of type Role
 void SampleSQLBuilder.insertUser(Contact contact, Group group, List<Long> groupIds, List<Long> organizationIds, List<Layout> privateLayouts, List<Layout> publicLayouts, List<Role> roleIds, User user)
           
 

Uses of Role in com.liferay.portal.verify
 

Methods in com.liferay.portal.verify with parameters of type Role
protected  void VerifyRole.deleteImplicitAssociations(Role role)
           
 

Uses of Role in com.liferay.portlet.communities.search
 

Constructors in com.liferay.portlet.communities.search with parameters of type Role
UserGroupRoleUserChecker(RenderResponse renderResponse, Group group, Role role)
           
 

Uses of Role in com.liferay.portlet.enterpriseadmin.action
 

Methods in com.liferay.portlet.enterpriseadmin.action with parameters of type Role
protected  void EditRolePermissionsAction.updateAction_1to5(Role role, long groupId, String selResource, String actionId, boolean selected, int scope, String[] groupIds)
           
protected  void EditRolePermissionsAction.updateAction_6(Role role, long groupId, String selResource, String actionId, boolean selected, int scope, String[] groupIds)
           
 

Uses of Role in com.liferay.portlet.enterpriseadmin.search
 

Constructors in com.liferay.portlet.enterpriseadmin.search with parameters of type Role
GroupPermissionChecker(RenderResponse renderResponse, Role role, String resourceName, String actionId)
           
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.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)
           
 List<Role> EnterpriseAdminImpl.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)
           
 List<Role> EnterpriseAdminImpl.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)
           
 String EnterpriseAdminImpl.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)
           
 List<Role> EnterpriseAdminImpl.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)
           
 List<Role> EnterpriseAdminImpl.filterRoles(PermissionChecker permissionChecker, List<Role> roles)
           
 


Liferay 6.0.3