Liferay 6.0.5

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

Packages that use Permission
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.tools.samplesqlbuilder   
 

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()
          Gets a copy of this permission as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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.model.impl
 

Classes in com.liferay.portal.model.impl that implement Permission
 class PermissionImpl
           
 

Methods in com.liferay.portal.model.impl that return Permission
 Permission PermissionModelImpl.toEscapedModel()
           
static Permission PermissionModelImpl.toModel(PermissionSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Permission
static List<Permission> PermissionModelImpl.toModels(PermissionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Permission
 int PermissionModelImpl.compareTo(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> PermissionsListFilterImpl.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> PermissionsListFilterImpl.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)
           
 List<Permission> PermissionsListFilterImpl.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> PermissionsListFilterImpl.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> PermissionsListFilterImpl.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)
           
 List<Permission> PermissionsListFilterImpl.filterUserPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 List<String> ResourceActionsUtil_IW.getActions(List<Permission> permissions)
           
static List<String> ResourceActionsUtil.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)
          Gets the permission with the primary key.
static Permission PermissionLocalServiceUtil.getPermission(long permissionId)
          Gets the permission with the primary key.
 Permission PermissionLocalService.getPermission(long permissionId)
          Gets the permission with the primary key.
 Permission PermissionLocalServiceWrapper.updatePermission(Permission permission)
          Updates the permission in the database.
static Permission PermissionLocalServiceUtil.updatePermission(Permission permission)
          Updates the permission in the database.
 Permission PermissionLocalService.updatePermission(Permission permission)
          Updates the permission in the database.
 Permission PermissionLocalServiceWrapper.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database.
static Permission PermissionLocalServiceUtil.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database.
 Permission PermissionLocalService.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database.
 

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)
          Gets a range of all the permissions.
static List<Permission> PermissionLocalServiceUtil.getPermissions(int start, int end)
          Gets a range of all the permissions.
 List<Permission> PermissionLocalService.getPermissions(int start, int end)
          Gets 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.
static Permission PermissionLocalServiceUtil.updatePermission(Permission permission)
          Updates the permission in the database.
 Permission PermissionLocalService.updatePermission(Permission permission)
          Updates the permission in the database.
 Permission PermissionLocalServiceWrapper.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database.
static Permission PermissionLocalServiceUtil.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database.
 Permission PermissionLocalService.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database.
 

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

Methods in com.liferay.portal.service.base that return Permission
 Permission PermissionLocalServiceBaseImpl.addPermission(Permission permission)
          Adds the permission to the database.
 Permission PermissionLocalServiceBaseImpl.createPermission(long permissionId)
          Creates a new permission with the primary key.
 Permission PermissionLocalServiceBaseImpl.getPermission(long permissionId)
          Gets the permission with the primary key.
 Permission PermissionLocalServiceBaseImpl.updatePermission(Permission permission)
          Updates the permission in the database.
 Permission PermissionLocalServiceBaseImpl.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Permission
 List<Permission> PermissionLocalServiceBaseImpl.getPermissions(int start, int end)
          Gets a range of all the permissions.
 

Methods in com.liferay.portal.service.base with parameters of type Permission
 Permission PermissionLocalServiceBaseImpl.addPermission(Permission permission)
          Adds the permission to the database.
 void PermissionLocalServiceBaseImpl.deletePermission(Permission permission)
          Deletes the permission from the database.
 Permission PermissionLocalServiceBaseImpl.updatePermission(Permission permission)
          Updates the permission in the database.
 Permission PermissionLocalServiceBaseImpl.updatePermission(Permission permission, boolean merge)
          Updates the permission in the database.
 

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

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

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

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

Methods in com.liferay.portal.service.impl that return Permission
 Permission PermissionLocalServiceImpl.addPermission(long companyId, String actionId, long resourceId)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Permission
 List<Permission> PermissionLocalServiceImpl.addPermissions(long companyId, List<String> actionIds, long resourceId)
           
 List<Permission> PermissionLocalServiceImpl.addPermissions(long companyId, String name, long resourceId, boolean portletActions)
           
 List<Permission> PermissionLocalServiceImpl.getGroupPermissions(long groupId, long resourceId)
           
 List<Permission> PermissionLocalServiceImpl.getGroupPermissions(long groupId, long companyId, String name, int scope, String primKey)
           
 List<Permission> PermissionLocalServiceImpl.getOrgGroupPermissions(long organizationId, long groupId, long resourceId)
           
 List<Permission> PermissionLocalServiceImpl.getPermissions(long companyId, String[] actionIds, long resourceId)
           
 List<Permission> PermissionLocalServiceImpl.getRolePermissions(long roleId)
           
 List<Permission> PermissionLocalServiceImpl.getRolePermissions(long roleId, long resourceId)
           
 List<Permission> PermissionLocalServiceImpl.getUserPermissions(long userId, long resourceId)
           
 List<Permission> PermissionLocalServiceImpl.getUserPermissions(long userId, long companyId, String name, int scope, String primKey)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Permission
protected  boolean PermissionLocalServiceImpl.checkOrgGroupPermission(List<Organization> organizations, List<Group> groups, Permission permission)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Permission
protected  boolean PermissionLocalServiceImpl.checkOrgGroupPermission(List<Organization> organizations, List<Group> groups, List<Permission> permissions)
           
protected  void ResourceLocalServiceImpl.filterOwnerPermissions(String name, List<Permission> permissions)
           
 List<String> PermissionLocalServiceImpl.getActions(List<Permission> permissions)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_1(long userId, long resourceId, String actionId, List<Permission> permissions, List<Group> groups, long groupId, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_2(long userId, long resourceId, String actionId, List<Permission> permissions, List<Group> groups, long groupId, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
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)
           
 

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.
 Permission PermissionPersistenceImpl.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.
 Permission PermissionPersistenceImpl.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.
 Permission PermissionPersistenceImpl.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.
 Permission PermissionPersistenceImpl.fetchByPrimaryKey(long permissionId)
          Finds the permission with the primary key or returns null if it could not be found.
 Permission PermissionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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.
 Permission PermissionPersistenceImpl.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.
 Permission PermissionPersistenceImpl.findByPrimaryKey(long permissionId)
          Finds the permission with the primary key or throws a NoSuchPermissionException if it could not be found.
 Permission PermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the permission with the primary key or throws a NoSuchModelException 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 = ?.
 Permission PermissionPersistenceImpl.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 = ?.
 Permission PermissionPersistenceImpl.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 = ?.
 Permission[] PermissionPersistenceImpl.findByResourceId_PrevAndNext(long permissionId, long resourceId, OrderByComparator orderByComparator)
          Finds the permissions before and after the current permission in the ordered set where resourceId = ?.
protected  Permission PermissionPersistenceImpl.getByResourceId_PrevAndNext(Session session, Permission permission, long resourceId, OrderByComparator orderByComparator, boolean previous)
           
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.
 Permission PermissionPersistenceImpl.remove(long permissionId)
          Removes the permission with the primary key from the database.
static Permission PermissionUtil.remove(Permission permission)
           
 Permission PermissionPersistenceImpl.remove(Serializable primaryKey)
          Removes the permission with the primary key from the database.
protected  Permission PermissionPersistenceImpl.removeImpl(Permission permission)
           
protected  Permission PermissionPersistenceImpl.toUnwrappedModel(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)
           
 Permission PermissionPersistenceImpl.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.
 List<Permission> PermissionPersistenceImpl.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.
 List<Permission> PermissionPersistenceImpl.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.
 List<Permission> PermissionPersistenceImpl.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)
           
 List<Permission> PermissionFinderImpl.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)
           
 List<Permission> PermissionFinderImpl.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)
           
 List<Permission> PermissionFinderImpl.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)
           
 List<Permission> PermissionFinderImpl.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)
           
 List<Permission> PermissionFinderImpl.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)
           
 List<Permission> PermissionFinderImpl.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 = ?.
 List<Permission> PermissionPersistenceImpl.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 = ?.
 List<Permission> PermissionPersistenceImpl.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 = ?.
 List<Permission> PermissionPersistenceImpl.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)
           
 List<Permission> PermissionFinderImpl.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)
           
 List<Permission> PermissionFinderImpl.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)
           
 List<Permission> PermissionFinderImpl.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.
 List<Permission> UserPersistenceImpl.getPermissions(long pk)
          Gets all the permissions associated with the user.
 List<Permission> RolePersistenceImpl.getPermissions(long pk)
          Gets all the permissions associated with the role.
 List<Permission> GroupPersistenceImpl.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.
 List<Permission> UserPersistenceImpl.getPermissions(long pk, int start, int end)
          Gets a range of all the permissions associated with the user.
 List<Permission> RolePersistenceImpl.getPermissions(long pk, int start, int end)
          Gets a range of all the permissions associated with the role.
 List<Permission> GroupPersistenceImpl.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.
 List<Permission> UserPersistenceImpl.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the permissions associated with the user.
 List<Permission> RolePersistenceImpl.getPermissions(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the permissions associated with the role.
 List<Permission> GroupPersistenceImpl.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.
 void UserPersistenceImpl.addPermission(long pk, Permission permission)
          Adds an association between the user and the permission.
 void RolePersistenceImpl.addPermission(long pk, Permission permission)
          Adds an association between the role and the permission.
 void GroupPersistenceImpl.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.
 void PermissionPersistenceImpl.cacheResult(Permission permission)
          Caches the permission in the entity cache if it is enabled.
static void PermissionUtil.clearCache(Permission permission)
           
 void PermissionPersistenceImpl.clearCache(Permission permission)
          Clears the cache for the permission.
protected  Permission PermissionPersistenceImpl.getByResourceId_PrevAndNext(Session session, Permission permission, long resourceId, OrderByComparator orderByComparator, boolean previous)
           
static Permission PermissionUtil.remove(Permission permission)
           
protected  Permission PermissionPersistenceImpl.removeImpl(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.
 void UserPersistenceImpl.removePermission(long pk, Permission permission)
          Removes the association between the user and the permission.
 void RolePersistenceImpl.removePermission(long pk, Permission permission)
          Removes the association between the role and the permission.
 void GroupPersistenceImpl.removePermission(long pk, Permission permission)
          Removes the association between the group and the permission.
protected  Permission PermissionPersistenceImpl.toUnwrappedModel(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)
           
 Permission PermissionPersistenceImpl.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.
 void UserPersistenceImpl.addPermissions(long pk, List<Permission> permissions)
          Adds an association between the user and the permissions.
 void RolePersistenceImpl.addPermissions(long pk, List<Permission> permissions)
          Adds an association between the role and the permissions.
 void GroupPersistenceImpl.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.
 void PermissionPersistenceImpl.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)
           
 boolean PermissionFinderImpl.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)
           
 boolean PermissionFinderImpl.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)
           
 int PermissionFinderImpl.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)
           
 int PermissionFinderImpl.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)
           
 int PermissionFinderImpl.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)
           
 int PermissionFinderImpl.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)
           
 int PermissionFinderImpl.countByUsersPermissions(List<Permission> permissions, long userId)
           
static int PermissionFinderUtil.countByUsersRoles(List<Permission> permissions, long userId)
           
 int PermissionFinder.countByUsersRoles(List<Permission> permissions, long userId)
           
 int PermissionFinderImpl.countByUsersRoles(List<Permission> permissions, long userId)
           
protected  String PermissionFinderImpl.getPermissionIds(List<Permission> permissions, String table)
           
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.
 void UserPersistenceImpl.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the user and the permissions.
 void RolePersistenceImpl.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the role and the permissions.
 void GroupPersistenceImpl.removePermissions(long pk, List<Permission> permissions)
          Removes the association between the group and the permissions.
protected  void PermissionFinderImpl.setPermissionIds(QueryPos qPos, List<Permission> 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.
 void UserPersistenceImpl.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the user, removing and adding associations as necessary.
 void RolePersistenceImpl.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the role, removing and adding associations as necessary.
 void GroupPersistenceImpl.setPermissions(long pk, List<Permission> permissions)
          Sets the permissions associated with the group, removing and adding associations as necessary.
 

Uses of Permission in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type Permission
 List<Permission> DataFactory.addPermissions(Resource resource)
           
 

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


Liferay 6.0.5