public interface BusinessObjectFormatDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatEntity |
getBusinessObjectFormatByAltKey(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format based on it's key.
|
Long |
getBusinessObjectFormatCount(PartitionKeyGroupEntity partitionKeyGroupEntity)
Returns a number of business object format instances that reference a specified partition key group.
|
Integer |
getBusinessObjectFormatMaxVersion(BusinessObjectFormatKey businessObjectFormatKey)
Gets the maximum available version of the specified business object format.
|
List<BusinessObjectFormatKey> |
getBusinessObjectFormats(BusinessObjectDefinitionKey businessObjectDefinitionKey,
boolean latestBusinessObjectFormatVersion)
Gets a list of business object format keys for the specified business object definition key.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshBusinessObjectFormatEntity getBusinessObjectFormatByAltKey(BusinessObjectFormatKey businessObjectFormatKey)
businessObjectFormatKey - the business object format key (case-insensitive)Integer getBusinessObjectFormatMaxVersion(BusinessObjectFormatKey businessObjectFormatKey)
businessObjectFormatKey - the business object format key (case-insensitive)Long getBusinessObjectFormatCount(PartitionKeyGroupEntity partitionKeyGroupEntity)
partitionKeyGroupEntity - the partition key group entityList<BusinessObjectFormatKey> getBusinessObjectFormats(BusinessObjectDefinitionKey businessObjectDefinitionKey, boolean latestBusinessObjectFormatVersion)
businessObjectDefinitionKey - the business object definition keylatestBusinessObjectFormatVersion - specifies if only the latest (maximum) versions of the relative business object formats are returnedCopyright © 2017. All rights reserved.