Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: allocationTargetItemID
AUTO_ID_KEY: WKFLWADMIN
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | PRE_DATA_ACCESS: no
| Standard Operation | |
remove | remove | PRE_DATA_ACCESS: yes
| Standard Operation | |
searchByAllocationTargetID | readmulti | | Entity method to list all allocation target items for a given allocation target. | |
validate | | | Validates allocation target item details. | |
countOverlap | ns | PRE_DATA_ACCESS: yes
| Searches for overlapping allocation target items. | SQL |
countOverlapWithTaskDefinition | ns | | Searches for an overlap with the task definition entity. | SQL |
readRelatedName | nsread | | | |
readByRelatedIDTypeAndAllocationTarget | nsread | | Reads allocation target items by related id, type and allocation target id returning an allocation target item id if an allocation item exists with these attributes. | |
listAllocationTargetItemByAllocationTargetID | | | @superseded - replaced by searchByAllocationTargetID | |
removeByAllocationTargetID | nsremove | | Removes all the allocation target items for the specified allocation target. | |
insertAllocationTargetItemBOMInstance | insert | PRE_DATA_ACCESS: yes
| Inserts an an allocation target item BOM instance which can be called when transporting allocation target item BOM instances between systems. This pre-insert operation invokes the same validations as the standard insert operation. | |
readByRelatedNameTypeAndAllocationTarget | nsread | | Reads allocation target items by related name, type and allocation target id returning an allocation target item id if an allocation item exists with these attributes. | |
|