Liferay 6.1.2-ce-ga3

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

Packages that use ResourceBlock
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.upgrade.v6_0_12_to_6_1_0   
com.liferay.portal.upgrade.v6_1_0   
 

Uses of ResourceBlock in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement ResourceBlock
 class ResourceBlockWrapper
           This class is a wrapper for ResourceBlock.
 

Methods in com.liferay.portal.model that return ResourceBlock
 ResourceBlock ResourceBlockWrapper.getWrappedModel()
           
 ResourceBlock ResourceBlockWrapper.getWrappedResourceBlock()
          Deprecated. Renamed to ResourceBlockWrapper.getWrappedModel()
 ResourceBlock ResourceBlockModel.toEscapedModel()
           
 ResourceBlock ResourceBlockWrapper.toEscapedModel()
           
 ResourceBlock ResourceBlockModel.toUnescapedModel()
           
 ResourceBlock ResourceBlockWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type ResourceBlock
 CacheModel<ResourceBlock> ResourceBlockModel.toCacheModel()
           
 CacheModel<ResourceBlock> ResourceBlockWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type ResourceBlock
 int ResourceBlockModel.compareTo(ResourceBlock resourceBlock)
           
 int ResourceBlockWrapper.compareTo(ResourceBlock resourceBlock)
           
static ResourceBlockSoap ResourceBlockSoap.toSoapModel(ResourceBlock model)
           
static ResourceBlockSoap[] ResourceBlockSoap.toSoapModels(ResourceBlock[] models)
           
static ResourceBlockSoap[][] ResourceBlockSoap.toSoapModels(ResourceBlock[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type ResourceBlock
ResourceBlockWrapper(ResourceBlock resourceBlock)
           
 

Uses of ResourceBlock in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement ResourceBlock
 class ResourceBlockBaseImpl
          The extended model base implementation for the ResourceBlock service.
 class ResourceBlockImpl
          Represents a set of resources of one type that all share the same permissions.
 

Methods in com.liferay.portal.model.impl that return ResourceBlock
 ResourceBlock ResourceBlockCacheModel.toEntityModel()
           
 ResourceBlock ResourceBlockModelImpl.toEscapedModel()
           
static ResourceBlock ResourceBlockModelImpl.toModel(ResourceBlockSoap soapModel)
          Converts the soap model instance into a normal model instance.
 ResourceBlock ResourceBlockModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type ResourceBlock
 CacheModel<ResourceBlock> ResourceBlockModelImpl.toCacheModel()
           
static List<ResourceBlock> ResourceBlockModelImpl.toModels(ResourceBlockSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type ResourceBlock
 int ResourceBlockModelImpl.compareTo(ResourceBlock resourceBlock)
           
 

Uses of ResourceBlock in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ResourceBlock
 ResourceBlock ResourceBlockLocalService.addResourceBlock(long companyId, long groupId, String name, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
          Adds a resource block if necessary and associates the resource block permissions with it.
static ResourceBlock ResourceBlockLocalServiceUtil.addResourceBlock(long companyId, long groupId, String name, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
          Adds a resource block if necessary and associates the resource block permissions with it.
 ResourceBlock ResourceBlockLocalServiceWrapper.addResourceBlock(long companyId, long groupId, String name, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
          Adds a resource block if necessary and associates the resource block permissions with it.
 ResourceBlock ResourceBlockLocalService.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
static ResourceBlock ResourceBlockLocalServiceUtil.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
 ResourceBlock ResourceBlockLocalServiceWrapper.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
 ResourceBlock ResourceBlockLocalService.createResourceBlock(long resourceBlockId)
          Creates a new resource block with the primary key.
static ResourceBlock ResourceBlockLocalServiceUtil.createResourceBlock(long resourceBlockId)
          Creates a new resource block with the primary key.
 ResourceBlock ResourceBlockLocalServiceWrapper.createResourceBlock(long resourceBlockId)
          Creates a new resource block with the primary key.
 ResourceBlock ResourceBlockLocalService.deleteResourceBlock(long resourceBlockId)
          Deletes the resource block with the primary key from the database.
static ResourceBlock ResourceBlockLocalServiceUtil.deleteResourceBlock(long resourceBlockId)
          Deletes the resource block with the primary key from the database.
 ResourceBlock ResourceBlockLocalServiceWrapper.deleteResourceBlock(long resourceBlockId)
          Deletes the resource block with the primary key from the database.
 ResourceBlock ResourceBlockLocalService.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
static ResourceBlock ResourceBlockLocalServiceUtil.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
 ResourceBlock ResourceBlockLocalServiceWrapper.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
 ResourceBlock ResourceBlockLocalService.fetchResourceBlock(long resourceBlockId)
           
static ResourceBlock ResourceBlockLocalServiceUtil.fetchResourceBlock(long resourceBlockId)
           
 ResourceBlock ResourceBlockLocalServiceWrapper.fetchResourceBlock(long resourceBlockId)
           
 ResourceBlock ResourceBlockLocalService.getResourceBlock(long resourceBlockId)
          Returns the resource block with the primary key.
static ResourceBlock ResourceBlockLocalServiceUtil.getResourceBlock(long resourceBlockId)
          Returns the resource block with the primary key.
 ResourceBlock ResourceBlockLocalServiceWrapper.getResourceBlock(long resourceBlockId)
          Returns the resource block with the primary key.
 ResourceBlock ResourceBlockLocalService.getResourceBlock(String name, long primKey)
           
static ResourceBlock ResourceBlockLocalServiceUtil.getResourceBlock(String name, long primKey)
           
 ResourceBlock ResourceBlockLocalServiceWrapper.getResourceBlock(String name, long primKey)
           
 ResourceBlock ResourceBlockLocalService.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
static ResourceBlock ResourceBlockLocalServiceUtil.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalServiceWrapper.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalService.updateResourceBlock(ResourceBlock resourceBlock, boolean merge)
          Updates the resource block in the database or adds it if it does not yet exist.
static ResourceBlock ResourceBlockLocalServiceUtil.updateResourceBlock(ResourceBlock resourceBlock, boolean merge)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalServiceWrapper.updateResourceBlock(ResourceBlock resourceBlock, boolean merge)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalService.updateResourceBlockId(long companyId, long groupId, String name, PermissionedModel permissionedModel, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
           
static ResourceBlock ResourceBlockLocalServiceUtil.updateResourceBlockId(long companyId, long groupId, String name, PermissionedModel permissionedModel, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
           
 ResourceBlock ResourceBlockLocalServiceWrapper.updateResourceBlockId(long companyId, long groupId, String name, PermissionedModel permissionedModel, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
           
 

Methods in com.liferay.portal.service that return types with arguments of type ResourceBlock
 List<ResourceBlock> ResourceBlockLocalService.getResourceBlocks(int start, int end)
          Returns a range of all the resource blocks.
static List<ResourceBlock> ResourceBlockLocalServiceUtil.getResourceBlocks(int start, int end)
          Returns a range of all the resource blocks.
 List<ResourceBlock> ResourceBlockLocalServiceWrapper.getResourceBlocks(int start, int end)
          Returns a range of all the resource blocks.
 

Methods in com.liferay.portal.service with parameters of type ResourceBlock
 ResourceBlock ResourceBlockLocalService.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
static ResourceBlock ResourceBlockLocalServiceUtil.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
 ResourceBlock ResourceBlockLocalServiceWrapper.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
 ResourceBlock ResourceBlockLocalService.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
static ResourceBlock ResourceBlockLocalServiceUtil.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
 ResourceBlock ResourceBlockLocalServiceWrapper.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
 List<String> ResourceBlockLocalService.getCompanyScopePermissions(ResourceBlock resourceBlock, long roleId)
           
static List<String> ResourceBlockLocalServiceUtil.getCompanyScopePermissions(ResourceBlock resourceBlock, long roleId)
           
 List<String> ResourceBlockLocalServiceWrapper.getCompanyScopePermissions(ResourceBlock resourceBlock, long roleId)
           
 List<String> ResourceBlockLocalService.getGroupScopePermissions(ResourceBlock resourceBlock, long roleId)
           
static List<String> ResourceBlockLocalServiceUtil.getGroupScopePermissions(ResourceBlock resourceBlock, long roleId)
           
 List<String> ResourceBlockLocalServiceWrapper.getGroupScopePermissions(ResourceBlock resourceBlock, long roleId)
           
 List<String> ResourceBlockLocalService.getPermissions(ResourceBlock resourceBlock, long roleId)
           
static List<String> ResourceBlockLocalServiceUtil.getPermissions(ResourceBlock resourceBlock, long roleId)
           
 List<String> ResourceBlockLocalServiceWrapper.getPermissions(ResourceBlock resourceBlock, long roleId)
           
 void ResourceBlockLocalService.releaseResourceBlock(ResourceBlock resourceBlock)
          Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero.
static void ResourceBlockLocalServiceUtil.releaseResourceBlock(ResourceBlock resourceBlock)
          Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero.
 void ResourceBlockLocalServiceWrapper.releaseResourceBlock(ResourceBlock resourceBlock)
          Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero.
 ResourceBlock ResourceBlockLocalService.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
static ResourceBlock ResourceBlockLocalServiceUtil.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalServiceWrapper.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalService.updateResourceBlock(ResourceBlock resourceBlock, boolean merge)
          Updates the resource block in the database or adds it if it does not yet exist.
static ResourceBlock ResourceBlockLocalServiceUtil.updateResourceBlock(ResourceBlock resourceBlock, boolean merge)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalServiceWrapper.updateResourceBlock(ResourceBlock resourceBlock, boolean merge)
          Updates the resource block in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.base that return ResourceBlock
 ResourceBlock ResourceBlockLocalServiceBaseImpl.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.createResourceBlock(long resourceBlockId)
          Creates a new resource block with the primary key.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.deleteResourceBlock(long resourceBlockId)
          Deletes the resource block with the primary key from the database.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.fetchResourceBlock(long resourceBlockId)
           
 ResourceBlock ResourceBlockLocalServiceBaseImpl.getResourceBlock(long resourceBlockId)
          Returns the resource block with the primary key.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.updateResourceBlock(ResourceBlock resourceBlock, boolean merge)
          Updates the resource block in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type ResourceBlock
 List<ResourceBlock> ResourceBlockLocalServiceBaseImpl.getResourceBlocks(int start, int end)
          Returns a range of all the resource blocks.
 

Methods in com.liferay.portal.service.base with parameters of type ResourceBlock
 ResourceBlock ResourceBlockLocalServiceBaseImpl.addResourceBlock(ResourceBlock resourceBlock)
          Adds the resource block to the database.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.deleteResourceBlock(ResourceBlock resourceBlock)
          Deletes the resource block from the database.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.updateResourceBlock(ResourceBlock resourceBlock)
          Updates the resource block in the database or adds it if it does not yet exist.
 ResourceBlock ResourceBlockLocalServiceBaseImpl.updateResourceBlock(ResourceBlock resourceBlock, boolean merge)
          Updates the resource block in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.impl that return ResourceBlock
 ResourceBlock ResourceBlockLocalServiceImpl.addResourceBlock(long companyId, long groupId, String name, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
          Adds a resource block if necessary and associates the resource block permissions with it.
 ResourceBlock ResourceBlockLocalServiceImpl.deleteResourceBlock(long resourceBlockId)
           
 ResourceBlock ResourceBlockLocalServiceImpl.deleteResourceBlock(ResourceBlock resourceBlock)
           
 ResourceBlock ResourceBlockLocalServiceImpl.getResourceBlock(String name, long primKey)
           
 ResourceBlock ResourceBlockLocalServiceImpl.updateResourceBlockId(long companyId, long groupId, String name, PermissionedModel permissionedModel, String permissionsHash, ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
           
 

Methods in com.liferay.portal.service.impl with parameters of type ResourceBlock
 ResourceBlock ResourceBlockLocalServiceImpl.deleteResourceBlock(ResourceBlock resourceBlock)
           
 List<String> ResourceBlockLocalServiceImpl.getCompanyScopePermissions(ResourceBlock resourceBlock, long roleId)
           
 List<String> ResourceBlockLocalServiceImpl.getGroupScopePermissions(ResourceBlock resourceBlock, long roleId)
           
 List<String> ResourceBlockLocalServiceImpl.getPermissions(ResourceBlock resourceBlock, long roleId)
           
 void ResourceBlockLocalServiceImpl.releaseResourceBlock(ResourceBlock resourceBlock)
          Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero.
protected  void ResourceBlockLocalServiceImpl.updatePermissionsHash(ResourceBlock resourceBlock)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type ResourceBlock
protected  void ResourceBlockLocalServiceImpl.updatePermissions(List<ResourceBlock> resourceBlocks, long roleId, long actionIdsLong, int operator)
           
 

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

Methods in com.liferay.portal.service.persistence that return ResourceBlock
static ResourceBlock ResourceBlockUtil.create(long resourceBlockId)
          Creates a new resource block with the primary key.
 ResourceBlock ResourceBlockPersistence.create(long resourceBlockId)
          Creates a new resource block with the primary key.
 ResourceBlock ResourceBlockPersistenceImpl.create(long resourceBlockId)
          Creates a new resource block with the primary key.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found.
 ResourceBlock ResourceBlockPersistence.fetchByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found.
static ResourceBlock ResourceBlockUtil.fetchByC_G_N_P(long companyId, long groupId, String name, String permissionsHash, boolean retrieveFromCache)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found, optionally using the finder cache.
 ResourceBlock ResourceBlockPersistence.fetchByC_G_N_P(long companyId, long groupId, String name, String permissionsHash, boolean retrieveFromCache)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found, optionally using the finder cache.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByC_G_N_P(long companyId, long groupId, String name, String permissionsHash, boolean retrieveFromCache)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found, optionally using the finder cache.
static ResourceBlock ResourceBlockUtil.fetchByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.fetchByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.fetchByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.fetchByPrimaryKey(long resourceBlockId)
          Returns the resource block with the primary key or returns null if it could not be found.
 ResourceBlock ResourceBlockPersistence.fetchByPrimaryKey(long resourceBlockId)
          Returns the resource block with the primary key or returns null if it could not be found.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByPrimaryKey(long resourceBlockId)
          Returns the resource block with the primary key or returns null if it could not be found.
 ResourceBlock ResourceBlockPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the resource block with the primary key or returns null if it could not be found.
static ResourceBlock ResourceBlockUtil.findByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.findByC_G_N_First(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.findByC_G_N_Last(long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or throws a NoSuchResourceBlockException if it could not be found.
 ResourceBlock ResourceBlockPersistence.findByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or throws a NoSuchResourceBlockException if it could not be found.
 ResourceBlock ResourceBlockPersistenceImpl.findByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or throws a NoSuchResourceBlockException if it could not be found.
static ResourceBlock[] ResourceBlockUtil.findByC_G_N_PrevAndNext(long resourceBlockId, long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock[] ResourceBlockPersistence.findByC_G_N_PrevAndNext(long resourceBlockId, long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
 ResourceBlock[] ResourceBlockPersistenceImpl.findByC_G_N_PrevAndNext(long resourceBlockId, long companyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.findByC_N_First(long companyId, String name, OrderByComparator orderByComparator)
          Returns the first resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistence.findByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock ResourceBlockPersistenceImpl.findByC_N_Last(long companyId, String name, OrderByComparator orderByComparator)
          Returns the last resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock[] ResourceBlockUtil.findByC_N_PrevAndNext(long resourceBlockId, long companyId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock[] ResourceBlockPersistence.findByC_N_PrevAndNext(long resourceBlockId, long companyId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
 ResourceBlock[] ResourceBlockPersistenceImpl.findByC_N_PrevAndNext(long resourceBlockId, long companyId, String name, OrderByComparator orderByComparator)
          Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
static ResourceBlock ResourceBlockUtil.findByPrimaryKey(long resourceBlockId)
          Returns the resource block with the primary key or throws a NoSuchResourceBlockException if it could not be found.
 ResourceBlock ResourceBlockPersistence.findByPrimaryKey(long resourceBlockId)
          Returns the resource block with the primary key or throws a NoSuchResourceBlockException if it could not be found.
 ResourceBlock ResourceBlockPersistenceImpl.findByPrimaryKey(long resourceBlockId)
          Returns the resource block with the primary key or throws a NoSuchResourceBlockException if it could not be found.
 ResourceBlock ResourceBlockPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the resource block with the primary key or throws a NoSuchModelException if it could not be found.
protected  ResourceBlock ResourceBlockPersistenceImpl.getByC_G_N_PrevAndNext(Session session, ResourceBlock resourceBlock, long companyId, long groupId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  ResourceBlock ResourceBlockPersistenceImpl.getByC_N_PrevAndNext(Session session, ResourceBlock resourceBlock, long companyId, String name, OrderByComparator orderByComparator, boolean previous)
           
static ResourceBlock ResourceBlockUtil.remove(long resourceBlockId)
          Removes the resource block with the primary key from the database.
 ResourceBlock ResourceBlockPersistence.remove(long resourceBlockId)
          Removes the resource block with the primary key from the database.
 ResourceBlock ResourceBlockPersistenceImpl.remove(long resourceBlockId)
          Removes the resource block with the primary key from the database.
 ResourceBlock ResourceBlockPersistenceImpl.remove(Serializable primaryKey)
          Removes the resource block with the primary key from the database.
static ResourceBlock ResourceBlockUtil.removeByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Removes the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? from the database.
 ResourceBlock ResourceBlockPersistence.removeByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Removes the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? from the database.
 ResourceBlock ResourceBlockPersistenceImpl.removeByC_G_N_P(long companyId, long groupId, String name, String permissionsHash)
          Removes the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? from the database.
protected  ResourceBlock ResourceBlockPersistenceImpl.removeImpl(ResourceBlock resourceBlock)
           
protected  ResourceBlock ResourceBlockPersistenceImpl.toUnwrappedModel(ResourceBlock resourceBlock)
           
static ResourceBlock ResourceBlockUtil.update(ResourceBlock resourceBlock, boolean merge)
           
static ResourceBlock ResourceBlockUtil.update(ResourceBlock resourceBlock, boolean merge, ServiceContext serviceContext)
           
static ResourceBlock ResourceBlockUtil.updateImpl(ResourceBlock resourceBlock, boolean merge)
           
 ResourceBlock ResourceBlockPersistence.updateImpl(ResourceBlock resourceBlock, boolean merge)
           
 ResourceBlock ResourceBlockPersistenceImpl.updateImpl(ResourceBlock resourceBlock, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ResourceBlock
static List<ResourceBlock> ResourceBlockUtil.findAll()
          Returns all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistence.findAll()
          Returns all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findAll()
          Returns all the resource blocks.
static List<ResourceBlock> ResourceBlockUtil.findAll(int start, int end)
          Returns a range of all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistence.findAll(int start, int end)
          Returns a range of all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findAll(int start, int end)
          Returns a range of all the resource blocks.
static List<ResourceBlock> ResourceBlockUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks.
static List<ResourceBlock> ResourceBlockUtil.findByC_G_N(long companyId, long groupId, String name)
          Returns all the resource blocks where companyId = ? and groupId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistence.findByC_G_N(long companyId, long groupId, String name)
          Returns all the resource blocks where companyId = ? and groupId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findByC_G_N(long companyId, long groupId, String name)
          Returns all the resource blocks where companyId = ? and groupId = ? and name = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_G_N(long companyId, long groupId, String name, int start, int end)
          Returns a range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistence.findByC_G_N(long companyId, long groupId, String name, int start, int end)
          Returns a range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findByC_G_N(long companyId, long groupId, String name, int start, int end)
          Returns a range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistence.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findByC_G_N(long companyId, long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_N(long companyId, String name)
          Returns all the resource blocks where companyId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistence.findByC_N(long companyId, String name)
          Returns all the resource blocks where companyId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findByC_N(long companyId, String name)
          Returns all the resource blocks where companyId = ? and name = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_N(long companyId, String name, int start, int end)
          Returns a range of all the resource blocks where companyId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistence.findByC_N(long companyId, String name, int start, int end)
          Returns a range of all the resource blocks where companyId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findByC_N(long companyId, String name, int start, int end)
          Returns a range of all the resource blocks where companyId = ? and name = ?.
static List<ResourceBlock> ResourceBlockUtil.findByC_N(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistence.findByC_N(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
 List<ResourceBlock> ResourceBlockPersistenceImpl.findByC_N(long companyId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
static List<ResourceBlock> ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ResourceBlock> ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ResourceBlock> ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ResourceBlock
static void ResourceBlockUtil.cacheResult(ResourceBlock resourceBlock)
          Caches the resource block in the entity cache if it is enabled.
 void ResourceBlockPersistence.cacheResult(ResourceBlock resourceBlock)
          Caches the resource block in the entity cache if it is enabled.
 void ResourceBlockPersistenceImpl.cacheResult(ResourceBlock resourceBlock)
          Caches the resource block in the entity cache if it is enabled.
protected  void ResourceBlockPersistenceImpl.cacheUniqueFindersCache(ResourceBlock resourceBlock)
           
static void ResourceBlockUtil.clearCache(ResourceBlock resourceBlock)
           
 void ResourceBlockPersistenceImpl.clearCache(ResourceBlock resourceBlock)
          Clears the cache for the resource block.
protected  void ResourceBlockPersistenceImpl.clearUniqueFindersCache(ResourceBlock resourceBlock)
           
protected  ResourceBlock ResourceBlockPersistenceImpl.getByC_G_N_PrevAndNext(Session session, ResourceBlock resourceBlock, long companyId, long groupId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  ResourceBlock ResourceBlockPersistenceImpl.getByC_N_PrevAndNext(Session session, ResourceBlock resourceBlock, long companyId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  ResourceBlock ResourceBlockPersistenceImpl.removeImpl(ResourceBlock resourceBlock)
           
protected  ResourceBlock ResourceBlockPersistenceImpl.toUnwrappedModel(ResourceBlock resourceBlock)
           
static ResourceBlock ResourceBlockUtil.update(ResourceBlock resourceBlock, boolean merge)
           
static ResourceBlock ResourceBlockUtil.update(ResourceBlock resourceBlock, boolean merge, ServiceContext serviceContext)
           
static ResourceBlock ResourceBlockUtil.updateImpl(ResourceBlock resourceBlock, boolean merge)
           
 ResourceBlock ResourceBlockPersistence.updateImpl(ResourceBlock resourceBlock, boolean merge)
           
 ResourceBlock ResourceBlockPersistenceImpl.updateImpl(ResourceBlock resourceBlock, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ResourceBlock
static void ResourceBlockUtil.cacheResult(List<ResourceBlock> resourceBlocks)
          Caches the resource blocks in the entity cache if it is enabled.
 void ResourceBlockPersistence.cacheResult(List<ResourceBlock> resourceBlocks)
          Caches the resource blocks in the entity cache if it is enabled.
 void ResourceBlockPersistenceImpl.cacheResult(List<ResourceBlock> resourceBlocks)
          Caches the resource blocks in the entity cache if it is enabled.
 void ResourceBlockPersistenceImpl.clearCache(List<ResourceBlock> resourceBlocks)
           
 

Uses of ResourceBlock in com.liferay.portal.upgrade.v6_0_12_to_6_1_0
 

Methods in com.liferay.portal.upgrade.v6_0_12_to_6_1_0 that return ResourceBlock
protected  ResourceBlock UpgradePermission.convertResourcePermissions(long companyId, String name, long primKey)
           
 

Uses of ResourceBlock in com.liferay.portal.upgrade.v6_1_0
 

Methods in com.liferay.portal.upgrade.v6_1_0 that return ResourceBlock
protected  ResourceBlock UpgradePermission.convertResourcePermissions(long companyId, String name, long primKey)
           
 


Liferay 6.1.2-ce-ga3