Database Table: PlannedItemLink
Planned Item Link:
The Planned Item Link entity allows other constructs link to a Planned Item, e.g. a Referral. |
Location in Model: | Logical View::MetaModel::Curam::ServicePlans::Service Plan Deliveries::PlannedItem::Entity::PlannedItemLink |
Controlling File: | ServicePlans\model\Packages\Service Layer\Service Plan Deliveries\PlannedItem\Entity\Entity_cat.efx |
Index Name | Attributes |
plannedItemLinkRelIDTypeIdx | relatedID, relatedType |
PlItLnkPlItIDIdx | plannedItemID |
|
Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: plannedItemLinkID
POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
| Method to create Planned Item Link Details | |
read | read | POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
| Method to read Planned Item Link Details | |
modify | modify | POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
| Method to modify Planned Item Link Details | |
remove | remove | POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
| Method to remove Planned Item Link Details | |
searchByRelatedIDAndType | readmulti | POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
| Method to search Planned Item Link Details by related id and type | |
searchByPlannedItem | nsreadmulti | POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
| Method to search Planned Item Link Details by planned item id | |
|