@Component public class BusinessObjectFormatDaoHelper extends Object
| Constructor and Description |
|---|
BusinessObjectFormatDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormat |
deleteBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Deletes a business object format.
|
BusinessObjectFormatEntity |
getBusinessObjectFormatEntity(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format entity based on the alternate key and makes sure that it exists.
|
RetentionTypeEntity |
getRecordRetentionTypeEntity(String retentionTypeCode)
Gets record retention type entity form retention type code
|
public BusinessObjectFormat deleteBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
businessObjectFormatKey - the business object format alternate keypublic BusinessObjectFormatEntity getBusinessObjectFormatEntity(BusinessObjectFormatKey businessObjectFormatKey) throws ObjectNotFoundException
businessObjectFormatKey - the business object format keyObjectNotFoundException - if the business object format entity doesn't existpublic RetentionTypeEntity getRecordRetentionTypeEntity(String retentionTypeCode)
retentionTypeCode - retention type codeCopyright © 2021. All rights reserved.