insert | insert | POST_DATA_ACCESS: no
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | PRE_DATA_ACCESS: no
| Standard Operation | |
searchByOrganisationUnitID | readmulti | | Returns a list of milestone waiver approval check entries based on the organization unit id. | |
searchByUserName | readmulti | | Returns a list of milestone waiver approval check entries based on the user name. | |
searchMilestoneWaiverAppListByOrgUnitID | nsmulti | | Returns a list of milestone waiver approval check details based on the organization unit id. | SQL |
searchMilestoneWaiverAppListByUserName | nsmulti | | Returns a list of milestone waiver approval check details based on the user name. | SQL |
countDuplicateOrgUnitMW | ns | | This method returns the count of milestone waiver approval checks based on the organization id, status, milestone configuration id and the type of milestone. | SQL |
countDuplicateOrgUnit | ns | | This method returns the count of milestone waiver approval checks based on the organization id, status and the type of milestone. Note: The Milestone configuration id is considered null in this case. | SQL |
countDuplicateUserMW | ns | | This method returns the count of milestone waiver approval checks based on the user name, status, milestone configuration id and the type of milestone. | SQL |
countDuplicateUser | ns | | This method returns the count of milestone waiver approval checks based on the user name, status and the type of milestone. Note: The Milestone configuration id is considered null in this case. | SQL |
searchByMilestoneConfigurationID | readmulti | WHERE: userName is NULL
AND organisationUnitID is NULL
AND milestoneConfigurationID= :milestoneConfigurationID
| Returns a list of milestone waiver approval check entries based on the milestone configuration id. | |
countDuplicateMilestoneConfigurationID | ns | | This method returns the count of milestone waiver approval checks based on the status, milestone configuration id and the type of milestone. | SQL |
modifyPercentageDescription | nsmodify | | Modifies the waiver approval percentage of a milestone. | |
remove | remove | | Removes a record from milestone approval check entity. | |