@AccessLevel(value=EXTERNAL)
public interface LegalOrder
Modifier and Type | Method and Description |
---|---|
curam.legalaction.facade.struct.ParentAndLegalCaseKey |
createLegalOrder(curam.legalaction.facade.struct.LegalOrderDetails details)
Creates a new legal action case of type Order.
|
curam.legalaction.facade.struct.LegalActionKey |
modifyLegalOrder(curam.legalaction.facade.struct.LegalOrderDetails details)
Modifies a legal action case of type Order.
|
curam.legalaction.facade.struct.LegalOrderViewDetails |
readLegalOrder(curam.legalaction.facade.struct.LegalActionKey key)
Reads the legal action case details of type Order.
|
@AccessLevel(value=EXTERNAL) curam.legalaction.facade.struct.ParentAndLegalCaseKey createLegalOrder(curam.legalaction.facade.struct.LegalOrderDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
details
- Legal order detailscuram.util.exception.AppException
curam.util.exception.InformationalException
LegalOrder |
@AccessLevel(value=EXTERNAL) curam.legalaction.facade.struct.LegalActionKey modifyLegalOrder(curam.legalaction.facade.struct.LegalOrderDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
details
- Legal order details.curam.util.exception.AppException
curam.util.exception.InformationalException
LegalOrder |
@AccessLevel(value=EXTERNAL) curam.legalaction.facade.struct.LegalOrderViewDetails readLegalOrder(curam.legalaction.facade.struct.LegalActionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Legal
- Action Key.curam.util.exception.AppException
curam.util.exception.InformationalException
LegalOrder |