@AccessLevel(value=EXTERNAL)
public interface LegalHearing
Modifier and Type | Method and Description |
---|---|
curam.legalaction.facade.struct.ParentAndLegalCaseKey |
createLegalHearing(curam.legalaction.facade.struct.LegalHearingDetails dtls)
Creates new legal action of category Hearing with the details provided.
|
void |
modifyLegalHearing(curam.legalaction.facade.struct.LegalHearingDetails dtls)
Modifies the provided details of legal action of category Hearing.
|
curam.legalaction.facade.struct.HearingLegalActionDetails |
readLegalHearing(curam.legalaction.facade.struct.LegalHearingKey key)
Reads the details of a legal action of category Hearing.
|
curam.appeal.facade.struct.HearingScheduleReturnDtls |
scheduleExternalLocationHearing(curam.legalaction.facade.struct.ScheduleExternalLocationHearingDetails dtls)
Schedules a location based Hearing.
|
@AccessLevel(value=EXTERNAL) curam.legalaction.facade.struct.ParentAndLegalCaseKey createLegalHearing(curam.legalaction.facade.struct.LegalHearingDetails dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
dtls
- Contains details to create a hearing record.curam.util.exception.AppException
curam.util.exception.InformationalException
LegalHearing |
@AccessLevel(value=EXTERNAL) curam.legalaction.facade.struct.HearingLegalActionDetails readLegalHearing(curam.legalaction.facade.struct.LegalHearingKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- contains legal action case ID of category Hearing to display
the detailscuram.util.exception.AppException
curam.util.exception.InformationalException
LegalHearing |
@AccessLevel(value=EXTERNAL) void modifyLegalHearing(curam.legalaction.facade.struct.LegalHearingDetails dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
dtls
- contains hearing details to be modifiedcuram.util.exception.AppException
curam.util.exception.InformationalException
LegalHearing |
@AccessLevel(value=EXTERNAL) curam.appeal.facade.struct.HearingScheduleReturnDtls scheduleExternalLocationHearing(curam.legalaction.facade.struct.ScheduleExternalLocationHearingDetails dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
details
- Hearing detailscuram.util.exception.AppException
curam.util.exception.InformationalException
Hearing |