@AccessLevel(value=EXTERNAL)
public interface LegalActionDecision
Modifier and Type | Method and Description |
---|---|
void |
createDecision(curam.legalaction.facade.struct.LegalActionDecisionCreateDetails dtls)
Create final decision for a legal action and set the status as closed.
|
curam.legalaction.facade.struct.LegalActionDecisionAndAttachmentListDetails |
readDecisionAndAttachmentList(curam.legalaction.facade.struct.LegalActionKey key)
Read details of legal action decision and associated attachment details
list.
|
@AccessLevel(value=EXTERNAL) void createDecision(curam.legalaction.facade.struct.LegalActionDecisionCreateDetails dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
dtls
- Details of the legal action decision.curam.util.exception.AppException
curam.util.exception.InformationalException
LegalAction |
@AccessLevel(value=EXTERNAL) curam.legalaction.facade.struct.LegalActionDecisionAndAttachmentListDetails readDecisionAndAttachmentList(curam.legalaction.facade.struct.LegalActionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- Identifies a legal action.curam.util.exception.AppException
curam.util.exception.InformationalException
HearingDecision |