Liferay 6.0-ee-sp2

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

Packages that use Permission
com.liferay.portal.model   
com.liferay.portal.security.permission   
com.liferay.portal.service   
com.liferay.portal.service.persistence   
 

Uses of Permission in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Permission
 class PermissionWrapper
           This class is a wrapper for Permission.
 

Methods in com.liferay.portal.model that return Permission
 Permission PermissionDisplay.getPermission()
           
 Permission PermissionWrapper.getWrappedPermission()
           
 Permission PermissionWrapper.toEscapedModel()
           
 Permission PermissionModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Permission
 CacheModel<Permission> PermissionWrapper.toCacheModel()
           
 CacheModel<Permission> PermissionModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Permission
 int PermissionWrapper.compareTo(Permission permission)
           
 int PermissionModel.compareTo(Permission permission)
           
static PermissionSoap PermissionSoap.toSoapModel(Permission model)
           
static PermissionSoap[] PermissionSoap.toSoapModels(Permission[] models)
           
static PermissionSoap[][] PermissionSoap.toSoapModels(Permission[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Permission
static PermissionSoap[] PermissionSoap.toSoapModels(List<Permission> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Permission
PermissionDisplay(Permission permission, Resource resource, String portletName, String portletLabel, String modelName, String modelLabel, String actionId, String actionLabel)
           
PermissionWrapper(Permission permission)
           
 

Uses of Permission in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission that return types with arguments of type Permission
 List<Permission> PermissionsListFilter.filterCommunityPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 List<Permission> PermissionsListFilter.filterGuestPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 List<Permission> PermissionsListFilter.filterUserPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 

Method parameters in com.liferay.portal.security.permission with type arguments of type Permission
 List<Permission> PermissionsListFilter.filterCommunityPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 List<Permission> PermissionsListFilter.filterGuestPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 List<Permission> PermissionsListFilter.filterUserPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
static List<String> ResourceActionsUtil.getActions(List<Permission> permissions)
           
 List<String> ResourceActions.getActions(List<Permission> permissions)
           
 

Uses of Permission in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Permission
 Permission PermissionLocalServiceWrapper.addPermission(long companyId, String actionId, long resourceId)
           
static Permission PermissionLocalServiceUtil.addPermission(long companyId, String actionId, long resourceId)
           
 Permission PermissionLocalService.addPermission(long companyId, String actionId, long resourceId)
           
 Permission PermissionLocalServiceWrapper.addPermission(Permission permission)
          Adds the permission to the database.
static Permission PermissionLocalServiceUtil.addPermission(Permission permission)
          Adds the permission to the database.
 Permission PermissionLocalService.addPermission(Permission permission)
          Adds the permission to the database.
 Permission PermissionLocalServiceWrapper.createPermission(long permissionId)
          Creates a new permission with the primary key.
static Permission PermissionLocalServiceUtil.createPermission(long permissionId)
          Creates a new permission with the primary key.
 Permission PermissionLocalService.createPermission(long permissionId)
          Creates a new permission with the primary key.
 Permission PermissionLocalServiceWrapper.getPermission(long permissionId)
          Returns the permission with the primary key.
static Permission PermissionLocalServiceUtil.getPermission(long permissionId)
          Returns the permission with the primary key.
 Permission PermissionLocalService.getPermission(long permissionId)
          Returns the permission with the primary key.
 Permission PermissionLocalServiceWrapper.updatePermission(Permission permission)
          Updates the permission in the database or adds it if it does not yet exist.
static Permission PermissionLocalServiceUtil.updatePermission(Permission permission)
          Updates the permission in the database or adds it if it does not yet exist.
 Permission PermissionLocalService.updatePermission(Permission permission)
          Updates the permission in the database or adds it if it does not yet exist.
 Permission PermissionLocalServiceWrapper.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database or adds it if it does not yet exist.
static Permission PermissionLocalServiceUtil.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database or adds it if it does not yet exist.
 Permission PermissionLocalService.updatePermission(Permission permission, boolean merge)
          Updates the permission 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 Permission
 List<Permission> PermissionLocalServiceWrapper.addPermissions(long companyId, List<String> actionIds, long resourceId)
           
static List<Permission> PermissionLocalServiceUtil.addPermissions(long companyId, List<String> actionIds, long resourceId)
           
 List<Permission> PermissionLocalService.addPermissions(long companyId, List<String> actionIds, long resourceId)
           
 List<Permission> PermissionLocalServiceWrapper.addPermissions(long companyId, String name, long resourceId, boolean portletActions)
           
static List<Permission> PermissionLocalServiceUtil.addPermissions(long companyId, String name, long resourceId, boolean portletActions)
           
 List<Permission> PermissionLocalService.addPermissions(long companyId, String name, long resourceId, boolean portletActions)
           
 List<Permission> PermissionLocalServiceWrapper.getGroupPermissions(long groupId, long resourceId)
           
static List<Permission> PermissionLocalServiceUtil.getGroupPermissions(long groupId, long resourceId)
           
 List<Permission> PermissionLocalService.getGroupPermissions(long groupId, long resourceId)
           
 List<Permission> PermissionLocalServiceWrapper.getGroupPermissions(long groupId, long companyId, String name, int scope, String primKey)
           
static List<Permission> PermissionLocalServiceUtil.getGroupPermissions(long groupId, long companyId, String name, int scope, String primKey)
           
 List<Permission> PermissionLocalService.getGroupPermissions(long groupId, long companyId, String name, int scope, String primKey)
           
 List<Permission> PermissionLocalServiceWrapper.getOrgGroupPermissions(long organizationId, long groupId, long resourceId)
           
static List<Permission> PermissionLocalServiceUtil.getOrgGroupPermissions(long organizationId, long groupId, long resourceId)
           
 List<Permission> PermissionLocalService.getOrgGroupPermissions(long organizationId, long groupId, long resourceId)
           
 List<Permission> PermissionLocalServiceWrapper.getPermissions(int start, int end)
          Returns a range of all the permissions.
static List<Permission> PermissionLocalServiceUtil.getPermissions(int start, int end)
          Returns a range of all the permissions.
 List<Permission> PermissionLocalService.getPermissions(int start, int end)
          Returns a range of all the permissions.
 List<Permission> PermissionLocalServiceWrapper.getPermissions(long companyId, String[] actionIds, long resourceId)
           
static List<Permission> PermissionLocalServiceUtil.getPermissions(long companyId, String[] actionIds, long resourceId)
           
 List<Permission> PermissionLocalService.getPermissions(long companyId, String[] actionIds, long resourceId)
           
 List<Permission> PermissionLocalServiceWrapper.getRolePermissions(long roleId)
           
static List<Permission> PermissionLocalServiceUtil.getRolePermissions(long roleId)
           
 List<Permission> PermissionLocalService.getRolePermissions(long roleId)
           
 List<Permission> PermissionLocalServiceWrapper.getRolePermissions(long roleId, long resourceId)
           
static List<Permission> PermissionLocalServiceUtil.getRolePermissions(long roleId, long resourceId)
           
 List<Permission> PermissionLocalService.getRolePermissions(long roleId, long resourceId)
           
 List<Permission> PermissionLocalServiceWrapper.getUserPermissions(long userId, long resourceId)
           
static List<Permission> PermissionLocalServiceUtil.getUserPermissions(long userId, long resourceId)
           
 List<Permission> PermissionLocalService.getUserPermissions(long userId, long resourceId)
           
 List<Permission> PermissionLocalServiceWrapper.getUserPermissions(long userId, long companyId, String name, int scope, String primKey)
           
static List<Permission> PermissionLocalServiceUtil.getUserPermissions(long userId, long companyId, String name, int scope, String primKey)
           
 List<Permission> PermissionLocalService.getUserPermissions(long userId, long companyId, String name, int scope, String primKey)
           
 

Methods in com.liferay.portal.service with parameters of type Permission
 Permission PermissionLocalServiceWrapper.addPermission(Permission permission)
          Adds the permission to the database.
static Permission PermissionLocalServiceUtil.addPermission(Permission permission)
          Adds the permission to the database.
 Permission PermissionLocalService.addPermission(Permission permission)
          Adds the permission to the database.
 void PermissionLocalServiceWrapper.deletePermission(Permission permission)
          Deletes the permission from the database.
static void PermissionLocalServiceUtil.deletePermission(Permission permission)
          Deletes the permission from the database.
 void PermissionLocalService.deletePermission(Permission permission)
          Deletes the permission from the database.
 Permission PermissionLocalServiceWrapper.updatePermission(Permission permission)
          Updates the permission in the database or adds it if it does not yet exist.
static Permission PermissionLocalServiceUtil.updatePermission(Permission permission)
          Updates the permission in the database or adds it if it does not yet exist.
 Permission PermissionLocalService.updatePermission(Permission permission)
          Updates the permission in the database or adds it if it does not yet exist.
 Permission PermissionLocalServiceWrapper.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database or adds it if it does not yet exist.
static Permission PermissionLocalServiceUtil.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database or adds it if it does not yet exist.
 Permission PermissionLocalService.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type Permission
 List<String> PermissionLocalServiceWrapper.getActions(List<Permission> permissions)
           
static List<String> PermissionLocalServiceUtil.getActions(List<Permission> permissions)
           
 List<String> PermissionLocalService.getActions(List<Permission> permissions)
           
 

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

Methods in com.liferay.portal.service.persistence that return Permission
static Permission PermissionUtil.create(long permissionId)
          Creates a new permission with the primary key.
 Permission PermissionPersistence.create(long permissionId)
          Creates a new permission with the primary key.
static Permission PermissionUtil.fetchByA_R(String actionId, long resourceId)
          Finds the permission where actionId = ? and resourceId = ? or returns null if it could not be found.
 Permission PermissionPersistence.fetchByA_R(String actionId, long resourceId)
          Finds the permission where actionId = ? and resourceId = ? or returns null if it could not be found.
static Permission PermissionUtil.fetchByA_R(String actionId, long resourceId, boolean retrieveFromCache)
          Finds the permission where actionId = ? and resourceId = ? or returns null if it could not be found, optionally using the finder cache.
 Permission PermissionPersistence.fetchByA_R(String actionId, long resourceId, boolean retrieveFromCache)
          Finds the permission where actionId = ? and resourceId = ? or returns null if it could not be found, optionally using the finder cache.
static Permission PermissionUtil.fetchByPrimaryKey(long permissionId)
          Finds the permission with the primary key or returns null if it could not be found.
 Permission PermissionPersistence.fetchByPrimaryKey(long permissionId)
          Finds the permission with the primary key or returns null if it could not be found.
static Permission PermissionUtil.findByA_R(String actionId, long resourceId)
          Finds the permission where actionId = ? and resourceId = ? or throws a NoSuchPermissionException if it could not be found.
 Permission PermissionPersistence.findByA_R(String actionId, long resourceId)
          Finds the permission where actionId = ? and resourceId = ? or throws a NoSuchPermissionException if it could not be found.
static Permission PermissionUtil.findByPrimaryKey(long permissionId)
          Finds the permission with the primary key or throws a NoSuchPermissionException if it could not be found.
 Permission PermissionPersistence.findByPrimaryKey(long permissionId)
          Finds the permission with the primary key or throws a NoSuchPermissionException if it could not be found.
static Permission PermissionUtil.findByResourceId_First(long resourceId, OrderByComparator orderByComparator)
          Finds the first permission in the ordered set where resourceId = ?.
 Permission PermissionPersistence.findByResourceId_First(long resourceId, OrderByComparator orderByComparator)
          Finds the first permission in the ordered set where resourceId = ?.
static Permission PermissionUtil.findByResourceId_Last(long resourceId, OrderByComparator orderByComparator)
          Finds the last permission in the ordered set where resourceId = ?.
 Permission PermissionPersistence.findByResourceId_Last(long resourceId, OrderByComparator orderByComparator)
          Finds the last permission in the ordered set where resourceId = ?.
static Permission[] PermissionUtil.findByResourceId_PrevAndNext(long permissionId, long resourceId, OrderByComparator orderByComparator)
          Finds the permissions before and after the current permission in the ordered set where resourceId = ?.
 Permission[] PermissionPersistence.findByResourceId_PrevAndNext(long permissionId, long resourceId, OrderByComparator orderByComparator)
          Finds the permissions before and after the current permission in the ordered set where resourceId = ?.
static Permission PermissionUtil.remove(long permissionId)
          Removes the permission with the primary key from the database.
 Permission PermissionPersistence.remove(long permissionId)
          Removes the permission with the primary key from the database.
static Permission PermissionUtil.remove(Permission permission)
           
 Permission PermissionPersistence.remove(Permission permission)
           
static Permission PermissionUtil.update(Permission permission, boolean merge)
           
static Permission PermissionUtil.update(Permission permission, boolean merge, ServiceContext serviceContext)
           
static Permission PermissionUtil.updateImpl(Permission permission, boolean merge)
           
 Permission PermissionPersistence.updateImpl(Permission permission, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Permission
static List<Permission> PermissionUtil.findAll()
          Finds all the permissions.
 List<Permission> PermissionPersistence.findAll()
          Finds all the permissions.
static List<Permission> PermissionUtil.findAll(int start, int end)
          Finds a range of all the permissions.
 List<Permission> PermissionPersistence.findAll(int start, int end)
          Finds a range of all the permissions.
static List<Permission> PermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the permissions.
 List<Permission> PermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the permissions.
static List<Permission> PermissionFinderUtil.findByA_C(String actionId, long codeId)
           
 List<Permission> PermissionFinder.findByA_C(String actionId, long codeId)
           
static List<Permission> PermissionFinderUtil.findByA_R(String actionId, long[] resourceIds)
           
 List<Permission> PermissionFinder.findByA_R(String actionId, long[] resourceIds)
           
static List<Permission> PermissionFinderUtil.findByG_C_N_S_P(long groupId, long companyId, String name, int scope, String primKey)
           
 List<Permission> PermissionFinder.findByG_C_N_S_P(long groupId, long companyId, String name, int scope, String primKey)
           
static List<Permission> PermissionFinderUtil.findByG_R(long groupId, long resourceId)
           
 List<Permission> PermissionFinder.findByG_R(long groupId, long resourceId)
           
static List<Permission> PermissionFinderUtil.findByO_G_R(long organizationId, long groupId, long resourceId)
           
 List<Permission> PermissionFinder.findByO_G_R(long organizationId, long groupId, long resourceId)
           
static List<Permission> PermissionFinderUtil.findByR_R(long roleId, long resourceId)
           
 List<Permission> PermissionFinder.findByR_R(long roleId, long resourceId)
           
static List<Permission> PermissionUtil.findByResourceId(long resourceId)
          Finds all the permissions where resourceId = ?.
 List<Permission> PermissionPersistence.findByResourceId(long resourceId)
          Finds all the permissions where resourceId = ?.
static List<Permission> PermissionUtil.findByResourceId(long resourceId, int start, int end)
          Finds a range of all the permissions where resourceId = ?.
 List<Permission> PermissionPersistence.findByResourceId(long resourceId, int start, int end)
          Finds a range of all the permissions where resourceId = ?.
static List<Permission> PermissionUtil.findByResourceId(long resourceId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the permissions where resourceId = ?.
 List<Permission> PermissionPersistence.findByResourceId(long resourceId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the permissions where resourceId = ?.
static List<Permission> PermissionFinderUtil.findByU_A_R(long userId, String[] actionIds, long resourceId)
           
 List<Permission> PermissionFinder.findByU_A_R(long userId, String[] actionIds, long resourceId)
           
static List<Permission> PermissionFinderUtil.findByU_C_N_S_P(long userId, long companyId, String name, int scope, String primKey)
           
 List<Permission> PermissionFinder.findByU_C_N_S_P(long userId, long companyId, String name, int scope, String primKey)
           
static List<Permission> PermissionFinderUtil.findByU_R(long userId, long resourceId)
           
 List<Permission> PermissionFinder.findByU_R(long userId, long resourceId)
           
static List<Permission> PermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Permission> PermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Permission> PermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Permission> UserUtil.getPermissions(long pk)
          Gets all the permissions associated with the user.
 List<Permission> UserPersistence.getPermissions(long pk)
          Gets all the permissions associated with the user.
static List<Permission> RoleUtil.getPermissions(long pk)
          Gets all the permissions associated with the role.
 List<Permission> RolePersistence.getPermissions(long pk)
          Gets all the permissions associated with the role.
static List<Permission> GroupUtil.getPermissions(long pk)
          Gets all the permissions associated with the group.
 List<Permission> GroupPersistence.getPermissions(long pk)
          Gets all the permissions associated with the group.
static List<Permission> UserUtil.getPermissions(long pk, int start, int end)
          Gets a range of all the permissions associated with the user.
 List<Permission> UserPersistence.getPermissions(long pk, int start, int end)
          Gets a range of all the permissions associated with the user.
static List<Permission> RoleUtil.getPermissions(long pk, int start, int end)
          Gets a range of all the permissions associated with the role.
 List<Permission> RolePersistence.getPermissions(long pk, int start, int end)
          Gets a range of all the permissions associated with the role.
static List<Permission> GroupUtil.getPermissions(long pk, int start, int end)
          Gets a range of all the permissions associated with the group.
 List<Permission> GroupPersistence.getPermissions(long pk, int start, int end)
          Gets a range of all the permissions associated with the group.
static List<Permission> UserUtil.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the permissions associated with the user.
 List<Permission> UserPersistence.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the permissions associated with the user.
static List<Permission> RoleUtil.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the permissions associated with the role.
 List<Permission> RolePersistence.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the permissions associated with the role.
static List<Permission> GroupUtil.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the permissions associated with the group.
 List<Permission> GroupPersistence.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the permissions associated with the group.
 

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

Method parameters in com.liferay.portal.service.persistence with type arguments of type Permission
static void UserUtil.addPermissions(long pk, List<Permission> permissions)
          Adds an association between the user and the permissions.
 void UserPersistence.addPermissions(long pk, List<Permission> permissions)
          Adds an association between the user and the permissions.
static void RoleUtil.addPermissions(long pk, List<Permission> permissions)
          Adds an association between the role and the permissions.
 void RolePersistence.addPermissions(long pk, List<Permission> permissions)
          Adds an association between the role and the permissions.
static void GroupUtil.addPermissions(long pk, List<Permission> permissions)
          Adds an association between the group and the permissions.
 void GroupPersistence.addPermissions(long pk, List<Permission> permissions)
          Adds an association between the group and the permissions.
static void PermissionUtil.cacheResult(List<Permission> permissions)
          Caches the permissions in the entity cache if it is enabled.
 void PermissionPersistence.cacheResult(List<Permission> permissions)
          Caches the permissions in the entity cache if it is enabled.
static boolean PermissionFinderUtil.containsPermissions_2(List<Permission> permissions, long userId, List<Group> groups, long groupId)
           
 boolean PermissionFinder.containsPermissions_2(List<Permission> permissions, long userId, List<Group> groups, long groupId)
           
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.countByGroupsPermissions(List<Permission> permissions, List<Group> groups)
           
 int PermissionFinder.countByGroupsPermissions(List<Permission> permissions, List<Group> groups)
           
static int PermissionFinderUtil.countByGroupsRoles(List<Permission> permissions, List<Group> groups)
           
 int PermissionFinder.countByGroupsRoles(List<Permission> permissions, List<Group> groups)
           
static int PermissionFinderUtil.countByRolesPermissions(List<Permission> permissions, List<Role> roles)
           
 int PermissionFinder.countByRolesPermissions(List<Permission> permissions, List<Role> roles)
           
static int PermissionFinderUtil.countByUserGroupRole(List<Permission> permissions, long userId, long groupId)
           
 int PermissionFinder.countByUserGroupRole(List<Permission> permissions, long userId, long groupId)
           
static int PermissionFinderUtil.countByUsersPermissions(List<Permission> permissions, long userId)
           
 int PermissionFinder.countByUsersPermissions(List<Permission> permissions, long userId)
           
static int PermissionFinderUtil.countByUsersRoles(List<Permission> permissions, long userId)
           
 int PermissionFinder.countByUsersRoles(List<Permission> permissions, long userId)
           
static void UserUtil.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the user and the permissions.
 void UserPersistence.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the user and the permissions.
static void RoleUtil.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the role and the permissions.
 void RolePersistence.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the role and the permissions.
static void GroupUtil.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the group and the permissions.
 void GroupPersistence.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the group and the permissions.
static void UserUtil.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the user, removing and adding associations as necessary.
 void UserPersistence.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the user, removing and adding associations as necessary.
static void RoleUtil.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the role, removing and adding associations as necessary.
 void RolePersistence.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the role, removing and adding associations as necessary.
static void GroupUtil.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the group, removing and adding associations as necessary.
 void GroupPersistence.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the group, removing and adding associations as necessary.
 


Liferay 6.0-ee-sp2