insert | insert | AUTO_ID: positionRepLinkID
AUTO_ID_KEY: ORGNSTREBO
PRE_DATA_ACCESS: yes
| Inserts the position reporting link. | |
cancel | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Cancels the position reporting link. | |
validateDetails | | | Validates the position reporting link details. | |
validateCancelDetails | | | Validates the position reporting link record before canceling. | |
readRecordStatus | nsread | | Reads the record status of position reporting link | |
readByOrgStructurePositionAndStatus | nsread | | Read position reporting link by organization structure, position and record status. | |
insertClone | insert | AUTO_ID: positionRepLinkID
| Clones a position reporting link. | |
searchByOrgStructureAndStatus | readmulti | | Searches position reporting link by organization structure and record status. | |
modifyReportsTo | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Modifies the reportsTo position for the position reporting link. | |
validateInsertDetails | | | Validates the position reporting link details before creation. | |
countByOrgStructurePositionAndStatus | ns | | Returns the number of position reporting link records by organization structure, position and record status. | SQL |
searchByReportsToPositionAndStatus | nsreadmulti | | Searches position reporting link by reports to position and record status. | |
clone | | | @superseded - replaced by insertClone | |
insertPositionReportingLink | insert | PRE_DATA_ACCESS: no
| Inserts record to position reporting link entity. This method expects position reporting link 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 (position reporting link
ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (position
reporting link ID) by itself. | |
modify | modify | | Modify a postion reporting record | |
read | read | | Reads a postion reporting record | |