@Service @Transactional(value="herdTransactionManager") public class BusinessObjectDataAttributeServiceImpl extends Object implements BusinessObjectDataAttributeService
| Constructor and Description |
|---|
BusinessObjectDataAttributeServiceImpl() |
public BusinessObjectDataAttributeServiceImpl()
@NamespacePermission(fields="#request.businessObjectDataAttributeKey.namespace", permissions={WRITE,WRITE_ATTRIBUTE}) @Transactional(propagation=REQUIRES_NEW) public BusinessObjectDataAttribute createBusinessObjectDataAttribute(BusinessObjectDataAttributeCreateRequest request)
createBusinessObjectDataAttribute in interface BusinessObjectDataAttributeServicerequest - the information needed to create a business object data attributeprotected BusinessObjectDataAttribute createBusinessObjectDataAttributeImpl(BusinessObjectDataAttributeCreateRequest request)
request - the information needed to create a business object data attribute@NamespacePermission(fields="#businessObjectDataAttributeKey.namespace", permissions=READ) @Transactional(propagation=REQUIRES_NEW) public BusinessObjectDataAttribute getBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
getBusinessObjectDataAttribute in interface BusinessObjectDataAttributeServicebusinessObjectDataAttributeKey - the business object data attribute keyprotected BusinessObjectDataAttribute getBusinessObjectDataAttributeImpl(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
businessObjectDataAttributeKey - the business object data attribute key@NamespacePermission(fields="#businessObjectDataAttributeKey.namespace", permissions={WRITE,WRITE_ATTRIBUTE}) @Transactional(propagation=REQUIRES_NEW) public BusinessObjectDataAttribute updateBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey, BusinessObjectDataAttributeUpdateRequest request)
updateBusinessObjectDataAttribute in interface BusinessObjectDataAttributeServicebusinessObjectDataAttributeKey - the business object data attribute keyrequest - the information needed to update a business object data attributeprotected BusinessObjectDataAttribute updateBusinessObjectDataAttributeImpl(BusinessObjectDataAttributeKey businessObjectDataAttributeKey, BusinessObjectDataAttributeUpdateRequest request)
businessObjectDataAttributeKey - the business object data attribute keyrequest - the information needed to update a business object data attribute@NamespacePermission(fields="#businessObjectDataAttributeKey.namespace", permissions={WRITE,WRITE_ATTRIBUTE}) @Transactional(propagation=REQUIRES_NEW) public BusinessObjectDataAttribute deleteBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
deleteBusinessObjectDataAttribute in interface BusinessObjectDataAttributeServicebusinessObjectDataAttributeKey - the business object data attribute keyprotected BusinessObjectDataAttribute deleteBusinessObjectDataAttributeImpl(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
businessObjectDataAttributeKey - the business object data attribute key@NamespacePermission(fields="#businessObjectDataKey?.namespace", permissions=READ) @Transactional(propagation=REQUIRES_NEW) public BusinessObjectDataAttributeKeys getBusinessObjectDataAttributes(BusinessObjectDataKey businessObjectDataKey)
getBusinessObjectDataAttributes in interface BusinessObjectDataAttributeServicebusinessObjectDataKey - the business object data keyprotected BusinessObjectDataAttributeKeys getBusinessObjectDataAttributesImpl(BusinessObjectDataKey businessObjectDataKey)
businessObjectDataKey - the business object data keyCopyright © 2021. All rights reserved.