Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: applicationCategoryLinkID
AUTO_ID_KEY: INTAKERAKS
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Standard Operation | |
searchByCategoryAndStatus | readmulti | ORDER_BY: displayOrder
| Searches for category link records based on intake application type and record status. | |
readByApplicationTypeCategoryAndStatus | nsread | | Reads the link record based on Intake Application Type, Application Category and record status. | |
searchByApplicationTypeAndStatus | readmulti | | Search by Intake Application Type and Record Status. | |
insertApplicationCategoryLink | nsinsert | | Inserts record to ApplicationCategoryLink entity. This method expects ApplicationCategoryLink ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field ApplicationCategoryLink ID). It's preferred to call insertApplicationCategoryLink only in scenario's where caller wants to set the value of primary key ApplicationCategoryLink ID) by itself. | |
|