@AccessLevel(value=EXTERNAL)
public interface Utility
Modifier and Type | Method and Description |
---|---|
curam.core.facade.struct.ModifyUtilityReturnDetails |
modifyUtilityDetails(curam.core.facade.struct.ModifyUtilityDetails details)
Updates a utility with modified details.
|
curam.core.facade.struct.ReadUtilityHomePageDetails |
readHomePageDetails(curam.core.facade.struct.ReadUtilityHomeKey key)
Called to retrieve the details to be displayed on the specified utility
home page.
|
curam.core.facade.struct.ReadUtilityDetails |
readUtilityDetails(curam.core.facade.struct.ReadUtilityDetailsKey key)
Retrieves details of the specified utility.
|
curam.core.facade.struct.UtilityRegistrationResult |
registerWithTextBankAccountSortCode(curam.core.facade.struct.UtilityRegistrationWithTextBankAccountSortCodeDetails details)
Called to register a new utility with the organization.
|
curam.core.facade.struct.ParticipantSearchResult |
search1(curam.core.facade.struct.UtilitySearchKey key)
Deprecated.
Since Curam 6.0 SP2, replaced with
searchUtility(UtilitySearchKey)
This method is deprecated as informational messages are not returned. This
method is replaced by searchUtility(UtilitySearchKey) which returns the
informational message along with utility details as well. See release
note: CS-09152/CR00290965. |
curam.core.facade.struct.ParticipantSearchDetails |
searchUtility(curam.core.facade.struct.UtilitySearchKey key)
Searches for an Utility by specified search criteria.
|
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ReadUtilityHomePageDetails readHomePageDetails(curam.core.facade.struct.ReadUtilityHomeKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ReadUtilityDetails readUtilityDetails(curam.core.facade.struct.ReadUtilityDetailsKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ModifyUtilityReturnDetails modifyUtilityDetails(curam.core.facade.struct.ModifyUtilityDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.core.facade.struct.ParticipantSearchResult search1(curam.core.facade.struct.UtilitySearchKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
searchUtility(UtilitySearchKey)
This method is deprecated as informational messages are not returned. This
method is replaced by searchUtility(UtilitySearchKey) which returns the
informational message along with utility details as well. See release
note: CS-09152/CR00290965.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.UtilityRegistrationResult registerWithTextBankAccountSortCode(curam.core.facade.struct.UtilityRegistrationWithTextBankAccountSortCodeDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ParticipantSearchDetails searchUtility(curam.core.facade.struct.UtilitySearchKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException