@AccessLevel(value=EXTERNAL)
public interface PDCIntegratedCase
Modifier and Type | Method and Description |
---|---|
curam.core.facade.struct.CreateIntegratedCaseResultAndMessages |
createIntegratedCaseAndRegisterPersonForPDC(curam.core.facade.struct.CreateICAndRegisterPerson details)
Creates an integrated case and registers a person using a PDC.
|
curam.core.facade.struct.CreateIntegratedCaseResultAndMessages |
createIntegratedCaseAndRegisterProspectPersonForPDC(curam.core.facade.struct.CreateICAndRegisterProspectPerson details)
Creates an integrated case and registers a prospect person using a PDC.
|
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.CreateIntegratedCaseResultAndMessages createIntegratedCaseAndRegisterPersonForPDC(curam.core.facade.struct.CreateICAndRegisterPerson details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
createICAndRegisterPerson
- The details of the person and the
integrated case being created.curam.util.exception.AppException
curam.util.exception.InformationalException
Case, CaseUserRole, CaseParticipant, CaseStatus, CaseRelationship, Person |
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.CreateIntegratedCaseResultAndMessages createIntegratedCaseAndRegisterProspectPersonForPDC(curam.core.facade.struct.CreateICAndRegisterProspectPerson details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
createICAndRegisterProspectPerson
- The details of the person and the
integrated case being created.curam.util.exception.AppException
curam.util.exception.InformationalException
Case, CaseUserRole, CaseParticipant, CaseStatus, CaseRelationship, ProspectPerson |