@AccessLevel(value=EXTERNAL)
public interface MaintainFundWaitList
Modifier and Type | Method and Description |
---|---|
void |
expireFundWaitListEntry()
Expires a fund wait list entry whose expiration date is on or before the
system processing date.
|
void |
removeWaitListEntry(curam.fundpm.facade.struct.WaitListRemovalDetails details)
Cancels a wait list entry.
|
curam.fundpm.facade.struct.WaitListSearchResultList |
searchWaitListDetails(curam.fundpm.facade.struct.WaitListSearchCriteria key)
Searches a list of fund wait list entries for the given search criteria.
|
void |
updateWaitListEntry(curam.fundpm.facade.struct.FundWaitListEntryDetails details)
Modifies a fund wait list entry.
|
curam.fundpm.facade.struct.FundWaitListEntryStatusHistoryDtls |
viewFundWaitListEntryHistory(curam.fundpm.facade.struct.WaitListEntryKeyDetails key)
Reads history information for a fund wait list entry.
|
curam.fundpm.facade.struct.FundWaitListEntryDetails |
viewWaitListEntry(curam.fundpm.facade.struct.WaitListEntryKey key)
Reads the details of a fund wait list entry.
|
curam.fundpm.facade.struct.FundWaitListEntryStatusHistoryDtlsList |
viewWaitListEntryStatusHistory(curam.fundpm.facade.struct.WaitListEntryKey key)
Returns the status history for a fund wait list entry.
|
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.FundWaitListEntryDetails viewWaitListEntry(curam.fundpm.facade.struct.WaitListEntryKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The key of the wait list entry.curam.util.exception.AppException
curam.util.exception.InformationalException
WaitList |
@AccessLevel(value=EXTERNAL) void updateWaitListEntry(curam.fundpm.facade.struct.FundWaitListEntryDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
details
- The details of a wait list entry.curam.util.exception.AppException
curam.util.exception.InformationalException
WaitList |
@AccessLevel(value=EXTERNAL) void removeWaitListEntry(curam.fundpm.facade.struct.WaitListRemovalDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
details
- The details of the wait list entry to be cancelled.curam.util.exception.AppException
curam.util.exception.InformationalException
WaitList. |
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.WaitListSearchResultList searchWaitListDetails(curam.fundpm.facade.struct.WaitListSearchCriteria key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- Contains the wait list search criteria.curam.util.exception.AppException
curam.util.exception.InformationalException
WaitList |
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.FundWaitListEntryStatusHistoryDtlsList viewWaitListEntryStatusHistory(curam.fundpm.facade.struct.WaitListEntryKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The wait list entry key.curam.util.exception.AppException
curam.util.exception.InformationalException
WaitList |
@AccessLevel(value=EXTERNAL) void expireFundWaitListEntry() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
WaitList |
@AccessLevel(value=EXTERNAL) curam.fundpm.facade.struct.FundWaitListEntryStatusHistoryDtls viewFundWaitListEntryHistory(curam.fundpm.facade.struct.WaitListEntryKeyDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- Contains the wait list entry history key and the wait list
entry key.curam.util.exception.AppException
curam.util.exception.InformationalException
WaitList |