|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceBlock | |
---|---|
com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
com.liferay.portal.service | This package defines the portal service interfaces and classes. |
com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
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.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.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. |
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 = ?. |
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 = ?. |
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. |
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. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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. |
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. |
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)
|
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. |
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. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
static void |
ResourceBlockUtil.clearCache(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)
|
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |