| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttributeEntity |
BusinessObjectDataAttributeDao.getBusinessObjectDataAttributeByKey(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Gets a business object data attribute by it's key.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttributeEntity |
BusinessObjectDataAttributeDaoImpl.getBusinessObjectDataAttributeByKey(BusinessObjectDataAttributeKey businessObjectDataAttributeKey) |
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectDataAttributeKey |
BusinessObjectDataAttribute.businessObjectDataAttributeKey |
protected BusinessObjectDataAttributeKey |
BusinessObjectDataAttributeCreateRequest.businessObjectDataAttributeKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessObjectDataAttributeKey> |
BusinessObjectDataAttributeKeys.businessObjectDataAttributeKeys |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttributeKey |
ObjectFactory.createBusinessObjectDataAttributeKey()
Create an instance of
BusinessObjectDataAttributeKey |
BusinessObjectDataAttributeKey |
BusinessObjectDataAttribute.getBusinessObjectDataAttributeKey()
Gets the value of the businessObjectDataAttributeKey property.
|
BusinessObjectDataAttributeKey |
BusinessObjectDataAttributeCreateRequest.getBusinessObjectDataAttributeKey()
Gets the value of the businessObjectDataAttributeKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataAttributeKey> |
BusinessObjectDataAttributeKeys.getBusinessObjectDataAttributeKeys()
Gets the value of the businessObjectDataAttributeKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataAttribute.setBusinessObjectDataAttributeKey(BusinessObjectDataAttributeKey value)
Sets the value of the businessObjectDataAttributeKey property.
|
void |
BusinessObjectDataAttributeCreateRequest.setBusinessObjectDataAttributeKey(BusinessObjectDataAttributeKey value)
Sets the value of the businessObjectDataAttributeKey property.
|
| Constructor and Description |
|---|
BusinessObjectDataAttribute(long id,
BusinessObjectDataAttributeKey businessObjectDataAttributeKey,
String businessObjectDataAttributeValue)
Fully-initialising value constructor
|
BusinessObjectDataAttributeCreateRequest(BusinessObjectDataAttributeKey businessObjectDataAttributeKey,
String businessObjectDataAttributeValue)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
BusinessObjectDataAttributeKeys(List<BusinessObjectDataAttributeKey> businessObjectDataAttributeKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttribute |
BusinessObjectDataAttributeService.deleteBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Deletes an existing business object data attribute by key.
|
BusinessObjectDataAttribute |
BusinessObjectDataAttributeService.getBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Gets an existing business object data attribute by key.
|
BusinessObjectDataAttribute |
BusinessObjectDataAttributeService.updateBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey,
BusinessObjectDataAttributeUpdateRequest businessObjectDataAttributeUpdateRequest)
Updates an existing business object data attribute by key.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttributeKey |
BusinessObjectDataAttributeHelper.getBusinessObjectDataAttributeKey(BusinessObjectDataKey businessObjectDataKey,
String businessObjectDataAttributeName)
Returns a business object data attribute key built per specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttributeEntity |
BusinessObjectDataAttributeDaoHelper.getBusinessObjectDataAttributeEntity(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Gets a business object data attribute entity on the key and makes sure that it exists.
|
void |
BusinessObjectDataAttributeHelper.validateBusinessObjectDataAttributeKey(BusinessObjectDataAttributeKey key)
Validates the business object data attribute key.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttribute |
BusinessObjectDataAttributeServiceImpl.deleteBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Deletes an existing business object data attribute by key.
|
protected BusinessObjectDataAttribute |
BusinessObjectDataAttributeServiceImpl.deleteBusinessObjectDataAttributeImpl(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Deletes an existing business object data attribute by key.
|
BusinessObjectDataAttribute |
BusinessObjectDataAttributeServiceImpl.getBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Gets an existing business object data attribute by key.
|
protected BusinessObjectDataAttribute |
BusinessObjectDataAttributeServiceImpl.getBusinessObjectDataAttributeImpl(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Gets an existing business object data attribute by key.
|
BusinessObjectDataAttribute |
BusinessObjectDataAttributeServiceImpl.updateBusinessObjectDataAttribute(BusinessObjectDataAttributeKey businessObjectDataAttributeKey,
BusinessObjectDataAttributeUpdateRequest request)
Updates an existing business object data attribute by key.
|
protected BusinessObjectDataAttribute |
BusinessObjectDataAttributeServiceImpl.updateBusinessObjectDataAttributeImpl(BusinessObjectDataAttributeKey businessObjectDataAttributeKey,
BusinessObjectDataAttributeUpdateRequest request)
Updates an existing business object data attribute by key.
|
Copyright © 2021. All rights reserved.