Operation | Stereotype | Options | Description | SQL |
insert | insert | PRE_DATA_ACCESS: yes
| Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
readSummaryDetails | ns | PRE_DATA_ACCESS: yes
| Called to retrieve a summary details record, including name and address, for an information provider. | SQL |
searchAllInformationProviders | nsmulti | PRE_DATA_ACCESS: yes
READMULTI_LIM: 0
| Retrieves a summary record for each information provider. May retrieve a very large number of records. | SQL |
searchByNameOrAddress | nsmulti | PRE_DATA_ACCESS: yes
| Retrieves a list of Information Provider Summary details | SQL |
search | | | @superseded - replaced by searchByNameOrAddress | |
modifyNextPmtDate | nsmodify | OPTIMISTIC_LOCKING: yes
| Operation to update the nextPaymentDate of a specific Information Provider entry. | |
readMethodOfPmtCurrency | nsread | | Reads the methodOfPmtCode and currencyType for an Information Provider. | |
searchByNextPmtDateMOP | nsmulti | | Operation to retrieve all rows from the Information Provider entity that match the specified methodOfPmtCode and where the nextPaymentDate is <= the input date. | SQL |
searchByNextPmtDateRangeMOP | nsmulti | | Operation to retrieve all rows from the InformationProvider entity that match the specified methodOfPmtCode and where the nextPaymentDate is between the specified date range. | SQL |
readSummaryDetailsByReferenceNumber | nsmulti | PRE_DATA_ACCESS: yes
READMULTI_LIM: 0
| Searches Information Providers based on reference number | SQL |
convertDetailsToUpper | | | Method to convert the information provider details to upper. | |
searchByAlternateID | readmulti | | Returns a list of Information Providers by primary alternate id. | |
|