@AccessLevel(value=EXTERNAL)
public interface ExternalParty
Modifier and Type | Method and Description |
---|---|
void |
cancelExternalPartyOffice(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey)
This method cancels the external party office and all associated members.
|
void |
cancelOfficeAddress(curam.core.sl.entity.struct.ExternalPartyOfficeAddressKey officeAddressKey)
This method cancels the external party office address.
|
void |
cancelOfficeMember(curam.core.sl.entity.struct.ExternalPartyOfficeMemberKey officeMemberKey)
This method cancels the external party office member.
|
void |
cancelOfficePhoneNumber(curam.core.sl.entity.struct.ExternalPartyOfficePhoneNumberKey officePhoneNumberKey)
This method cancels the external party office phone number.
|
curam.core.facade.struct.InformationMsgDtlsList |
createExternalPartyOffice(curam.core.sl.struct.ExternalPartyOfficeDetails details)
This method registers an external party office with the organization.
|
curam.core.facade.struct.InformationMsgDtlsList |
createOfficeAddress(curam.core.sl.struct.ExternalPartyOfficeAddressDetails details)
This method creates an office address for an external party office.
|
curam.core.facade.struct.InformationMsgDtlsList |
createOfficeMember(curam.core.sl.struct.ExternalPartyOfficeMemberFullDetails details)
This method registers an external party office member with the
organization.
|
curam.core.facade.struct.InformationMsgDtlsList |
createOfficePhoneNumber(curam.core.sl.struct.ExternalPartyOfficePhoneNumberDetails details)
This method creates an office phone number for an external party office.
|
curam.core.facade.struct.MenuDataDetails |
getExternalPartyMenuData(curam.core.sl.entity.struct.ExternalPartyKey externalPartyKey)
This method generates the dynamic menu data for an external party.
|
curam.core.facade.struct.ExtPartyTaskRedirectionsFromUserDetails |
getExternalPartyTaskRedirectionHistoryForUser(curam.core.facade.struct.ExternalPartyUserNameKey key)
This method returns a list of the task redirection records for a specified
user when called from the external party navigation hierarchy.
|
curam.core.facade.struct.ExternalPartyBankAccountDetailsList |
listExternalPartyActiveBankAccount(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the active bank accounts which belong to the
specified external party.
|
curam.core.facade.struct.ExternalPartyAddressDetailsList |
listExternalPartyAddress(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the addresses which belong to the specified external
party.
|
curam.core.facade.struct.ExternalPartyAdministratorDetailsList |
listExternalPartyAdministrators(curam.core.sl.entity.struct.ExternalPartyKey externalPartyKey)
This method lists all the administrators which belong to the specified
external party.
|
curam.core.facade.struct.ExternalPartyAlternateIDDetailsList |
listExternalPartyAlternateID(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the alternate IDs which belong to the specified
external party.
|
curam.core.facade.struct.ExternalPartyBankAccountList |
listExternalPartyBankAccount1(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the bank accounts which belong to the specified
external party.
|
curam.core.facade.struct.ExternalPartyCommunicationExceptionDetailsList |
listExternalPartyCommunicationException(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the communication exceptions which belong to the
specified external party.
|
curam.core.facade.struct.ExternalPartyConcernContactDetailsList |
listExternalPartyConcernContact(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the contacts which belong to the specified external
party.
|
curam.core.facade.struct.ExternalPartyConcernRoleDetailsList |
listExternalPartyConcernRole(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the concern roles which belong to the specified
external party.
|
curam.core.facade.struct.ExternalPartyContactDetailsList |
listExternalPartyContact(curam.core.sl.entity.struct.ExternalPartyKey key)
Deprecated.
Since Curam 6.0 SP3, replaced by
#listExternalPartyConcernContact() . The return struct of the current
method listExternalPartyContact has an aggregation to the struct
ConcernContactRMDtls, the attribute statusCode in the struct
ConcernContactRMDtls is modeled with a domain of CONTACTSTATUS code-table,
but the corresponding entity attribute ConcernRoleContactDtls.statusCode
is modeled with a domain of RECORD_STATUS_CODE. So new method is
introduced to return new struct ExternalPartyConcernContactDetailsList
which has an aggregation to the new struct ConcernContactRMultiDtls where
the attribute statusCode is modeled with a domain ofRECORD_STATUS_CODE.
See release note: CEF-8999. |
curam.core.facade.struct.ExternalPartyEmailAddressDetailsList |
listExternalPartyEmailAddress(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the email addresses which belong to the specified
external party.
|
curam.core.facade.struct.ExternalPartyFinancialDetailsList |
listExternalPartyFinancial(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the financials which belong to the specified
external party.
|
curam.core.facade.struct.ExternalPartyInteractionDetailsList |
listExternalPartyInteraction(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the interactions which belong to the specified
external party.
|
curam.core.facade.struct.ExternalPartyIssuedPaymentInstrumentDetailsList |
listExternalPartyIssuedPaymentInstrument(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all issued payment instruments where the specified
external party is the client or the nominee.
|
curam.core.facade.struct.ExternalPartyNoteDetailsList1 |
listExternalPartyNote1(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the notes which belong to the specified external
party.
|
curam.core.sl.struct.ExternalPartyOfficeList |
listExternalPartyOffice(curam.core.sl.entity.struct.ExternalPartyKey externalPartyKey)
This method lists all offices which belong to the specified external
party.
|
curam.core.facade.struct.ExternalPartyPhoneDetailsList |
listExternalPartyPhoneNumber(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the phone numbers which belong to the specified
external party.
|
curam.core.facade.struct.ListExternalPartyPrintersDetails |
listExternalPartyPrinters(curam.core.sl.entity.struct.ExternalPartyKey key)
This method returns a list of printers for an external party.
|
curam.core.facade.struct.ExternalPartyListResourcesForLocationDetails |
listExternalPartyResourcesForLocation(curam.core.facade.struct.ExternalPartyListResourcesForLocationKey key)
This method lists resources for a location when accessed from the external
party navigation hierarchy.
|
curam.core.facade.struct.ExternalPartyListSecurityRoleDetails |
listExternalPartySecurityRole(curam.core.sl.entity.struct.ExternalPartyKey key)
Returns a list of security roles when accessed from the external party
client hierarchy.
|
curam.core.facade.struct.ExternalPartyTaskDetailsList |
listExternalPartyTask(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the tasks which belong to the specified external
party.
|
curam.core.facade.struct.ExternalPartyWebAddressDetailsList |
listExternalPartyWebAddress(curam.core.sl.entity.struct.ExternalPartyKey key)
This method lists all the web addresses which belong to the specified
external party.
|
curam.core.sl.struct.ExternalPartyOfficeAddressDetailsList |
listOfficeAddress(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey)
This method lists all the addresses for the specified external party
office.
|
curam.core.sl.struct.ExternalPartyOfficeMemberDetailsList |
listOfficeMember(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey)
This method lists all the members who belong to the specified external
party office.
|
curam.core.facade.struct.ExternalPartyOfficeMemberEmailList |
listOfficeMemberEmailAddress(curam.core.sl.entity.struct.ExternalPartyOfficeMemberKey officeMemberKey)
This method lists all the email addresses for the specified external party
office member.
|
curam.core.sl.struct.ExternalPartyOfficePhoneNumberDetailsList |
listOfficePhoneNumber(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey)
This method lists all the phone numbers for the specified external party
office.
|
curam.core.facade.struct.InformationMsgDtlsList |
modifyExternalParty(curam.core.sl.struct.ExternalPartyDetails details)
This method modifies the details of an external party.
|
curam.core.facade.struct.InformationMsgDtlsList |
modifyExternalPartyOffice(curam.core.sl.entity.struct.ExternalPartyOfficeDtls dtls)
This method modifies the details of an external party office.
|
curam.core.facade.struct.InformationMsgDtlsList |
modifyOfficeAddress(curam.core.sl.struct.ExternalPartyOfficeAddressDetails details)
This method modifies the details of an external party office address.
|
curam.core.facade.struct.InformationMsgDtlsList |
modifyOfficeMember(curam.core.sl.struct.ExternalPartyOfficeMemberFullDetails details)
This method modifies the details of an external party office member.
|
curam.core.facade.struct.InformationMsgDtlsList |
modifyOfficePhoneNumber(curam.core.sl.struct.ExternalPartyOfficePhoneNumberDetails details)
This method modifies the details of an external party office phone number.
|
curam.core.facade.struct.ExternalPartyReadAllLocationHolidayDetails_fo |
readAllExternalPartyLocationHoliday(curam.core.facade.struct.ExternalPartyReadAllLocationHolidayKey_fo key)
This method returns an XML string containing the Location Holidays to be
displayed on the calendar when accessed from the external party navigation
hierarchy.
|
curam.core.facade.struct.ExternalPartyAddressDetails |
readExternalPartyAddress(curam.core.struct.ReadConcernRoleAddressKey key)
This method displays the external party address details.
|
curam.core.facade.struct.ExternalPartyAdjustmentInstructionResult |
readExternalPartyAdjustmentInstruction(curam.core.facade.struct.ReadAdjustmentInstructionKey key)
This method displays the external party adjustment instruction details.
|
curam.core.facade.struct.ExternalPartyAlternateIDDetails |
readExternalPartyAlternateID(curam.core.struct.ReadConcernRoleAltIDKey key)
This method displays the external party alternate ID details.
|
curam.core.facade.struct.ExternalPartyBankAccountDetails |
readExternalPartyBankAccount(curam.core.struct.ReadConcernRoleBankAcKey key)
This method displays the external party bank account details.
|
curam.core.facade.struct.ExternalPartyCommunicationDetails1 |
readExternalPartyCommunication1(curam.core.facade.struct.ReadRecordedCommKey key)
This method displays the external party recorded communication details.
|
curam.core.facade.struct.ExternalPartyCommunicationExceptionDetails |
readExternalPartyCommunicationException(curam.core.struct.ReadConcernRoleCommExcKey key)
This method displays the external party communication exception details.
|
curam.core.facade.struct.ExternalPartyConcernContactDetails |
readExternalPartyConcernContact(curam.core.struct.ContactReadKey key)
This method displays the external party contact details.
|
curam.core.facade.struct.ExternalPartyContactDetails |
readExternalPartyContact(curam.core.struct.ContactReadKey key)
Deprecated.
Since Curam 6.0 SP3, replaced by
#readExternalPartyConcernContact() . The return struct of the current
method readExternalPartyContact has an aggregation to the struct
ConcernContactDtls, the attribute statusCode in the struct
ConcernContactDtls is modeled with a domain of CONTACTSTATUS code-table,
but the corresponding entity attribute ConcernRoleContactDtls.statusCode
is modeled with a domain of RECORD_STATUS_CODE. So new method is
introduced to return new struct ExternalPartyConcernContactDetails which
has an aggregation to the new struct ConcernContactRMultiDtls where the
attribute statusCode is modeled with a domain of RECORD_STATUS_CODE. See
release note: CEF-8999. |
curam.core.facade.struct.ExternalPartyEmailDetails |
readExternalPartyEmail(curam.core.facade.struct.ReadEmailCommKey key)
This method displays the external party email communication details.
|
curam.core.facade.struct.ExternalPartyEmailAddressDetails |
readExternalPartyEmailAddress(curam.core.struct.ReadConcernRoleEmailKey key)
This method displays the external party email address details.
|
curam.core.facade.struct.ExternalPartyHomePageDetails |
readExternalPartyHomePageDetails(curam.core.sl.entity.struct.ExternalPartyKey externalPartyKey)
This method displays the external party home page details.
|
curam.core.facade.struct.ExternalPartyInstructionLineItemDetails |
readExternalPartyInstructionLineItemDetails(curam.core.facade.struct.ReadInstructionLineItemKey key)
This method reads details of an Instruction Line Item for an external
party.
|
curam.core.facade.struct.ExternalPartyInteractionDetails |
readExternalPartyInteraction(curam.core.sl.entity.struct.ReadInteractionKey key)
This method displays the external party interaction details.
|
curam.core.facade.struct.ExternalPartyReadLocationDetails |
readExternalPartyLocation(curam.core.facade.struct.ExternalPartyReadLocationKey key)
This method reads details about the external party location specified by
the key.
|
curam.core.facade.struct.ExternalPartyMSWordDetails |
readExternalPartyMSWord(curam.core.facade.struct.ReadMSWordCommunicationKey key)
This method displays the external party Microsoft Word communication
details.
|
curam.core.facade.struct.ExternalPartyNoteDetails1 |
readExternalPartyNote1(curam.core.sl.struct.ParticipantNoteKey key)
This method displays the external party note details.
|
curam.core.facade.struct.ExternalPartyOfficeDetails |
readExternalPartyOffice(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey)
This method displays the external party office details.
|
curam.core.facade.struct.ExternalPartyPaymentInstructionDetails |
readExternalPartyPaymentInstruction(curam.core.facade.struct.ReadPaymentInstructionKey key)
This method returns details of a Payment Instruction for an external
party.
|
curam.core.facade.struct.ExternalPartyPhoneDetails |
readExternalPartyPhoneNumber(curam.core.struct.ReadConcernRolePhoneKey key)
This method displays the external party phone number details.
|
curam.core.facade.struct.ExternalPartyProFormaDetails |
readExternalPartyProForma(curam.core.facade.struct.ReadProFormaCommKey key)
This method displays the external party pro forma communication details.
|
curam.core.facade.struct.ExternalPartyResourceDetails |
readExternalPartyResource(curam.core.facade.struct.ExternalPartyResourceKey key)
This method returns a resource details.
|
curam.core.facade.struct.ExternalPartyReadSecurityRole |
readExternalPartySecurityRole(curam.core.facade.struct.ExternalPartySecurityRoleKey key)
This method reads details of the security role when accessed from the
external party hierarchy.
|
curam.core.facade.struct.ExternalPartyUserDetails |
readExternalPartyUserHomePageDetails(curam.core.facade.struct.ExternalPartyUserHomePageKey key)
Retrieve the homepage details for a user.
|
curam.core.facade.struct.ExternalPartyWebAddressDetails |
readExternalPartyWebAddress(curam.core.sl.struct.ConcernRoleWebAddressKey key)
This method displays the external party web address details.
|
curam.core.facade.struct.ExternalPartyOfficeAddressDetails |
readOfficeAddress(curam.core.sl.entity.struct.ExternalPartyOfficeAddressKey officeAddressKey)
This method displays the external party office address details.
|
curam.core.sl.struct.ExternalPartyOfficeMemberFullDetails |
readOfficeMember(curam.core.sl.entity.struct.ExternalPartyOfficeMemberKey officeMemberKey)
This method displays the external party office member details.
|
curam.core.facade.struct.ExternalPartyOfficeMemberEmailDetails |
readOfficeMemberEmailAddress(curam.core.struct.ReadConcernRoleEmailKey emailKey)
This method displays the external party office member email address
details.
|
curam.core.facade.struct.ExternalPartyOfficePhoneNumberDetails |
readOfficePhoneNumber(curam.core.sl.entity.struct.ExternalPartyOfficePhoneNumberKey officePhoneNumberKey)
This method displays the external party office phone number details.
|
curam.core.facade.struct.ExternalPartyRegistrationResult |
registerExternalParty(curam.core.facade.struct.ExternalPartyRegistrationDetails externalPartyRegistrationDetails)
This method registers an external party with the organization.
|
curam.core.facade.struct.ParticipantSearchDetails |
searchExternalPartyDetails(curam.core.facade.struct.ExternalPartySearchKey1 key)
Searches for an External Party by specified search criteria.
|
curam.core.facade.struct.ExternalPartyOfficeSearchDetails |
searchExternalPartyOfficeDetails(curam.core.facade.struct.ExternalPartyOfficeSearchKey1 key)
Searches for an external party office by specified search criteria.
|
curam.core.facade.struct.ExternalPartyTaskAssignmentDetails1 |
viewExternalPartyAssignmentList1(curam.core.facade.struct.ExternalPartyTaskManagementTaskKey key)
This method retrieves the list of users and work queues currently assigned
to a task.
|
curam.core.facade.struct.ExternalPartyTaskHistoryTextDetails |
viewExternalPartyHistoryText(curam.core.facade.struct.ExternalPartyTaskManagementTaskKey key)
Displays task history text for the specified task when viewed for an
external party.
|
curam.core.facade.struct.ExternalPartyTaskDetails |
viewExternalPartyTaskHome(curam.core.facade.struct.ExternalPartyTaskManagementTaskKey key)
This method returns the details regarding a specific task for an external
party.
|
curam.core.facade.struct.ExternalPartyWorkflowGraphDetails |
visualiseExternalPartyProcessInstanceForTask(curam.core.facade.struct.ExternalPartyTaskManagementTaskKey key)
This method retrieves the XML necessary to visualize a process instance
associated with a task.
|
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationMsgDtlsList createOfficeMember(curam.core.sl.struct.ExternalPartyOfficeMemberFullDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.sl.struct.ExternalPartyOfficeMemberFullDetails readOfficeMember(curam.core.sl.entity.struct.ExternalPartyOfficeMemberKey officeMemberKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationMsgDtlsList modifyOfficeMember(curam.core.sl.struct.ExternalPartyOfficeMemberFullDetails 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.ExternalPartyRegistrationResult registerExternalParty(curam.core.facade.struct.ExternalPartyRegistrationDetails externalPartyRegistrationDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelOfficeMember(curam.core.sl.entity.struct.ExternalPartyOfficeMemberKey officeMemberKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyHomePageDetails readExternalPartyHomePageDetails(curam.core.sl.entity.struct.ExternalPartyKey externalPartyKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelExternalPartyOffice(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationMsgDtlsList createExternalPartyOffice(curam.core.sl.struct.ExternalPartyOfficeDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.sl.struct.ExternalPartyOfficeMemberDetailsList listOfficeMember(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.sl.struct.ExternalPartyOfficeList listExternalPartyOffice(curam.core.sl.entity.struct.ExternalPartyKey externalPartyKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationMsgDtlsList modifyExternalParty(curam.core.sl.struct.ExternalPartyDetails 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.ExternalPartyOfficeDetails readExternalPartyOffice(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationMsgDtlsList modifyExternalPartyOffice(curam.core.sl.entity.struct.ExternalPartyOfficeDtls dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.sl.struct.ExternalPartyOfficePhoneNumberDetailsList listOfficePhoneNumber(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationMsgDtlsList modifyOfficePhoneNumber(curam.core.sl.struct.ExternalPartyOfficePhoneNumberDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelOfficePhoneNumber(curam.core.sl.entity.struct.ExternalPartyOfficePhoneNumberKey officePhoneNumberKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyOfficePhoneNumberDetails readOfficePhoneNumber(curam.core.sl.entity.struct.ExternalPartyOfficePhoneNumberKey officePhoneNumberKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationMsgDtlsList createOfficePhoneNumber(curam.core.sl.struct.ExternalPartyOfficePhoneNumberDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.sl.struct.ExternalPartyOfficeAddressDetailsList listOfficeAddress(curam.core.sl.entity.struct.ExternalPartyOfficeKey officeKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationMsgDtlsList createOfficeAddress(curam.core.sl.struct.ExternalPartyOfficeAddressDetails 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.InformationMsgDtlsList modifyOfficeAddress(curam.core.sl.struct.ExternalPartyOfficeAddressDetails 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.ExternalPartyOfficeAddressDetails readOfficeAddress(curam.core.sl.entity.struct.ExternalPartyOfficeAddressKey officeAddressKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelOfficeAddress(curam.core.sl.entity.struct.ExternalPartyOfficeAddressKey officeAddressKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyOfficeMemberEmailList listOfficeMemberEmailAddress(curam.core.sl.entity.struct.ExternalPartyOfficeMemberKey officeMemberKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyOfficeMemberEmailDetails readOfficeMemberEmailAddress(curam.core.struct.ReadConcernRoleEmailKey emailKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyAddressDetailsList listExternalPartyAddress(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyAddressDetails readExternalPartyAddress(curam.core.struct.ReadConcernRoleAddressKey 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.MenuDataDetails getExternalPartyMenuData(curam.core.sl.entity.struct.ExternalPartyKey externalPartyKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyEmailAddressDetailsList listExternalPartyEmailAddress(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyEmailAddressDetails readExternalPartyEmailAddress(curam.core.struct.ReadConcernRoleEmailKey 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.ExternalPartyPhoneDetailsList listExternalPartyPhoneNumber(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyPhoneDetails readExternalPartyPhoneNumber(curam.core.struct.ReadConcernRolePhoneKey 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.ExternalPartyAlternateIDDetailsList listExternalPartyAlternateID(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyAlternateIDDetails readExternalPartyAlternateID(curam.core.struct.ReadConcernRoleAltIDKey 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.ExternalPartyCommunicationExceptionDetailsList listExternalPartyCommunicationException(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyCommunicationExceptionDetails readExternalPartyCommunicationException(curam.core.struct.ReadConcernRoleCommExcKey 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.ExternalPartyBankAccountDetails readExternalPartyBankAccount(curam.core.struct.ReadConcernRoleBankAcKey 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.ExternalPartyBankAccountDetailsList listExternalPartyActiveBankAccount(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyWebAddressDetailsList listExternalPartyWebAddress(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyWebAddressDetails readExternalPartyWebAddress(curam.core.sl.struct.ConcernRoleWebAddressKey key) 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.ExternalPartyContactDetailsList listExternalPartyContact(curam.core.sl.entity.struct.ExternalPartyKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
#listExternalPartyConcernContact()
. The return struct of the current
method listExternalPartyContact has an aggregation to the struct
ConcernContactRMDtls, the attribute statusCode in the struct
ConcernContactRMDtls is modeled with a domain of CONTACTSTATUS code-table,
but the corresponding entity attribute ConcernRoleContactDtls.statusCode
is modeled with a domain of RECORD_STATUS_CODE. So new method is
introduced to return new struct ExternalPartyConcernContactDetailsList
which has an aggregation to the new struct ConcernContactRMultiDtls where
the attribute statusCode is modeled with a domain ofRECORD_STATUS_CODE.
See release note: CEF-8999.curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyContactDetails readExternalPartyContact(curam.core.struct.ContactReadKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
#readExternalPartyConcernContact()
. The return struct of the current
method readExternalPartyContact has an aggregation to the struct
ConcernContactDtls, the attribute statusCode in the struct
ConcernContactDtls is modeled with a domain of CONTACTSTATUS code-table,
but the corresponding entity attribute ConcernRoleContactDtls.statusCode
is modeled with a domain of RECORD_STATUS_CODE. So new method is
introduced to return new struct ExternalPartyConcernContactDetails which
has an aggregation to the new struct ConcernContactRMultiDtls where the
attribute statusCode is modeled with a domain of RECORD_STATUS_CODE. See
release note: CEF-8999.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyInteractionDetailsList listExternalPartyInteraction(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyInteractionDetails readExternalPartyInteraction(curam.core.sl.entity.struct.ReadInteractionKey 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.ExternalPartyTaskDetailsList listExternalPartyTask(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyConcernRoleDetailsList listExternalPartyConcernRole(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyFinancialDetailsList listExternalPartyFinancial(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyIssuedPaymentInstrumentDetailsList listExternalPartyIssuedPaymentInstrument(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyEmailDetails readExternalPartyEmail(curam.core.facade.struct.ReadEmailCommKey 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.ExternalPartyMSWordDetails readExternalPartyMSWord(curam.core.facade.struct.ReadMSWordCommunicationKey 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.ExternalPartyTaskAssignmentDetails1 viewExternalPartyAssignmentList1(curam.core.facade.struct.ExternalPartyTaskManagementTaskKey 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.ExternalPartyProFormaDetails readExternalPartyProForma(curam.core.facade.struct.ReadProFormaCommKey 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.ExternalPartyAdjustmentInstructionResult readExternalPartyAdjustmentInstruction(curam.core.facade.struct.ReadAdjustmentInstructionKey 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.ExternalPartyInstructionLineItemDetails readExternalPartyInstructionLineItemDetails(curam.core.facade.struct.ReadInstructionLineItemKey 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.ExternalPartyPaymentInstructionDetails readExternalPartyPaymentInstruction(curam.core.facade.struct.ReadPaymentInstructionKey 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.ExternalPartyTaskDetails viewExternalPartyTaskHome(curam.core.facade.struct.ExternalPartyTaskManagementTaskKey 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.ExternalPartyResourceDetails readExternalPartyResource(curam.core.facade.struct.ExternalPartyResourceKey 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.ListExternalPartyPrintersDetails listExternalPartyPrinters(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyWorkflowGraphDetails visualiseExternalPartyProcessInstanceForTask(curam.core.facade.struct.ExternalPartyTaskManagementTaskKey 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.ExternalPartyTaskHistoryTextDetails viewExternalPartyHistoryText(curam.core.facade.struct.ExternalPartyTaskManagementTaskKey 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.ExternalPartyReadLocationDetails readExternalPartyLocation(curam.core.facade.struct.ExternalPartyReadLocationKey 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.ExternalPartyListResourcesForLocationDetails listExternalPartyResourcesForLocation(curam.core.facade.struct.ExternalPartyListResourcesForLocationKey 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.ExternalPartyReadAllLocationHolidayDetails_fo readAllExternalPartyLocationHoliday(curam.core.facade.struct.ExternalPartyReadAllLocationHolidayKey_fo 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.ExternalPartyReadSecurityRole readExternalPartySecurityRole(curam.core.facade.struct.ExternalPartySecurityRoleKey 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.ExternalPartyListSecurityRoleDetails listExternalPartySecurityRole(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyAdministratorDetailsList listExternalPartyAdministrators(curam.core.sl.entity.struct.ExternalPartyKey externalPartyKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ExternalPartyUserDetails readExternalPartyUserHomePageDetails(curam.core.facade.struct.ExternalPartyUserHomePageKey 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.ExtPartyTaskRedirectionsFromUserDetails getExternalPartyTaskRedirectionHistoryForUser(curam.core.facade.struct.ExternalPartyUserNameKey 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.ExternalPartyNoteDetailsList1 listExternalPartyNote1(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyNoteDetails1 readExternalPartyNote1(curam.core.sl.struct.ParticipantNoteKey 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.ExternalPartyBankAccountList listExternalPartyBankAccount1(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyCommunicationDetails1 readExternalPartyCommunication1(curam.core.facade.struct.ReadRecordedCommKey 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.ParticipantSearchDetails searchExternalPartyDetails(curam.core.facade.struct.ExternalPartySearchKey1 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.ExternalPartyOfficeSearchDetails searchExternalPartyOfficeDetails(curam.core.facade.struct.ExternalPartyOfficeSearchKey1 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.ExternalPartyConcernContactDetailsList listExternalPartyConcernContact(curam.core.sl.entity.struct.ExternalPartyKey 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.ExternalPartyConcernContactDetails readExternalPartyConcernContact(curam.core.struct.ContactReadKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException