Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceBlockWrapper
This class is a wrapper for
ResourceBlock . |
Modifier and Type | Field and Description |
---|---|
static Accessor<ResourceBlock,Long> |
ResourceBlock.RESOURCE_BLOCK_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
ResourceBlock |
ResourceBlockWrapper.getWrappedModel() |
ResourceBlock |
ResourceBlockModel.toEscapedModel() |
ResourceBlock |
ResourceBlockWrapper.toEscapedModel() |
ResourceBlock |
ResourceBlockModel.toUnescapedModel() |
ResourceBlock |
ResourceBlockWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<ResourceBlock> |
ResourceBlockModel.toCacheModel() |
CacheModel<ResourceBlock> |
ResourceBlockWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static ResourceBlockSoap[] |
ResourceBlockSoap.toSoapModels(List<ResourceBlock> models) |
Constructor and Description |
---|
ResourceBlockWrapper(ResourceBlock resourceBlock) |
Modifier and Type | Method and Description |
---|---|
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(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(ResourceBlock resourceBlock)
Adds the resource block to the database.
|
ResourceBlock |
ResourceBlockLocalServiceWrapper.addResourceBlock(ResourceBlock resourceBlock)
Adds the resource block to the database.
|
ResourceBlock |
ResourceBlockLocalService.addResourceBlock(ResourceBlock resourceBlock)
Adds the resource block to the database.
|
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.createResourceBlock(long resourceBlockId)
Creates a new resource block with the primary key.
|
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(long resourceBlockId)
Deletes the resource block with the primary key 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.deleteResourceBlock(ResourceBlock resourceBlock)
Deletes the resource block from the database.
|
static ResourceBlock |
ResourceBlockLocalServiceUtil.fetchResourceBlock(long resourceBlockId) |
ResourceBlock |
ResourceBlockLocalServiceWrapper.fetchResourceBlock(long resourceBlockId) |
ResourceBlock |
ResourceBlockLocalService.fetchResourceBlock(long resourceBlockId) |
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(long resourceBlockId)
Returns the resource block with the primary key.
|
static ResourceBlock |
ResourceBlockLocalServiceUtil.getResourceBlock(String name,
long primKey) |
ResourceBlock |
ResourceBlockLocalServiceWrapper.getResourceBlock(String name,
long primKey) |
ResourceBlock |
ResourceBlockLocalService.getResourceBlock(String name,
long primKey) |
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)
Updates the resource block in the database or adds it if it does not yet exist.
|
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) |
ResourceBlock |
ResourceBlockLocalService.updateResourceBlockId(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer) |
Modifier and Type | Method and Description |
---|---|
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.
|
List<ResourceBlock> |
ResourceBlockLocalService.getResourceBlocks(int start,
int end)
Returns a range of all the resource blocks.
|
Modifier and Type | Method and Description |
---|---|
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.addResourceBlock(ResourceBlock resourceBlock)
Adds the resource block to 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.deleteResourceBlock(ResourceBlock resourceBlock)
Deletes the resource block from the database.
|
static List<String> |
ResourceBlockLocalServiceUtil.getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId) |
List<String> |
ResourceBlockLocalServiceWrapper.getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId) |
List<String> |
ResourceBlockLocalService.getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId) |
static List<String> |
ResourceBlockLocalServiceUtil.getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId) |
List<String> |
ResourceBlockLocalServiceWrapper.getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId) |
List<String> |
ResourceBlockLocalService.getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId) |
static List<String> |
ResourceBlockLocalServiceUtil.getPermissions(ResourceBlock resourceBlock,
long roleId) |
List<String> |
ResourceBlockLocalServiceWrapper.getPermissions(ResourceBlock resourceBlock,
long roleId) |
List<String> |
ResourceBlockLocalService.getPermissions(ResourceBlock resourceBlock,
long roleId) |
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.
|
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 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)
Updates the resource block in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
ResourceBlock |
ResourceBlockPersistence.create(long resourceBlockId)
Creates a new resource block with the primary key.
|
static ResourceBlock |
ResourceBlockUtil.create(long resourceBlockId)
Creates a new resource block with the primary key.
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first 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<ResourceBlock> orderByComparator)
Returns the last 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<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
|
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)
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,
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_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_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?.
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?.
|
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.fetchByPrimaryKey(long resourceBlockId)
Returns the resource block with the primary key or returns
null if it could not be found. |
ResourceBlock |
ResourceBlockPersistence.findByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.findByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first 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<ResourceBlock> orderByComparator)
Returns the last 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<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
|
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_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_PrevAndNext(long resourceBlockId,
long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> 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_G_N_PrevAndNext(long resourceBlockId,
long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> 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_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.findByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?.
|
ResourceBlock |
ResourceBlockPersistence.findByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.findByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?.
|
ResourceBlock[] |
ResourceBlockPersistence.findByC_N_PrevAndNext(long resourceBlockId,
long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock[] |
ResourceBlockUtil.findByC_N_PrevAndNext(long resourceBlockId,
long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
|
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.findByPrimaryKey(long resourceBlockId)
Returns the resource block with the primary key or throws a
NoSuchResourceBlockException if it could not be found. |
ResourceBlock |
ResourceBlockPersistence.remove(long resourceBlockId)
Removes the resource block with the primary key from the database.
|
static ResourceBlock |
ResourceBlockUtil.remove(long resourceBlockId)
Removes the resource block with the primary key 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.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) |
static ResourceBlock |
ResourceBlockUtil.update(ResourceBlock resourceBlock,
ServiceContext serviceContext) |
ResourceBlock |
ResourceBlockPersistence.updateImpl(ResourceBlock resourceBlock) |
static ResourceBlock |
ResourceBlockUtil.updateImpl(ResourceBlock resourceBlock) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,ResourceBlock> |
ResourceBlockPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,ResourceBlock> |
ResourceBlockUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<ResourceBlock> |
ResourceBlockPersistence.findAll()
Returns all the resource blocks.
|
static List<ResourceBlock> |
ResourceBlockUtil.findAll()
Returns 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)
Returns a range of all the resource blocks.
|
List<ResourceBlock> |
ResourceBlockPersistence.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks.
|
static List<ResourceBlock> |
ResourceBlockUtil.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks.
|
List<ResourceBlock> |
ResourceBlockPersistence.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource blocks.
|
static List<ResourceBlock> |
ResourceBlockUtil.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource blocks.
|
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)
Returns 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)
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,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered 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<ResourceBlock> 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<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? 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)
Returns 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)
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,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered 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<ResourceBlock> 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<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
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<ResourceBlock> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceBlockPersistence.cacheResult(ResourceBlock resourceBlock)
Caches the resource block in the entity cache if it is enabled.
|
static void |
ResourceBlockUtil.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) |
static ResourceBlock |
ResourceBlockUtil.update(ResourceBlock resourceBlock,
ServiceContext serviceContext) |
ResourceBlock |
ResourceBlockPersistence.updateImpl(ResourceBlock resourceBlock) |
static ResourceBlock |
ResourceBlockUtil.updateImpl(ResourceBlock resourceBlock) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceBlockPersistence.cacheResult(List<ResourceBlock> resourceBlocks)
Caches the resource blocks in the entity cache if it is enabled.
|
static void |
ResourceBlockUtil.cacheResult(List<ResourceBlock> resourceBlocks)
Caches the resource blocks in the entity cache if it is enabled.
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first 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<ResourceBlock> orderByComparator)
Returns the last 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<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?.
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?.
|
List<ResourceBlock> |
ResourceBlockPersistence.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks.
|
static List<ResourceBlock> |
ResourceBlockUtil.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks.
|
List<ResourceBlock> |
ResourceBlockPersistence.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource blocks.
|
static List<ResourceBlock> |
ResourceBlockUtil.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource blocks.
|
ResourceBlock |
ResourceBlockPersistence.findByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.findByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first 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<ResourceBlock> orderByComparator)
Returns the last 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<ResourceBlock> orderByComparator)
Returns the last 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<ResourceBlock> 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_G_N_PrevAndNext(long resourceBlockId,
long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?.
|
List<ResourceBlock> |
ResourceBlockPersistence.findByC_G_N(long companyId,
long groupId,
String name,
int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered 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<ResourceBlock> 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<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?.
|
ResourceBlock |
ResourceBlockPersistence.findByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.findByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?.
|
ResourceBlock |
ResourceBlockPersistence.findByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock |
ResourceBlockUtil.findByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?.
|
ResourceBlock[] |
ResourceBlockPersistence.findByC_N_PrevAndNext(long resourceBlockId,
long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
|
static ResourceBlock[] |
ResourceBlockUtil.findByC_N_PrevAndNext(long resourceBlockId,
long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?.
|
List<ResourceBlock> |
ResourceBlockPersistence.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered 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<ResourceBlock> 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<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<ResourceBlock> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource blocks where companyId = ? and name = ?.
|
static List<ResourceBlock> |
ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator) |