public static interface Obligation.ObligationUpdateObligationEvents
Modifier and Type | Method and Description |
---|---|
void |
postUpdateObligation(curam.obligation.impl.ObligationAccessor obligation,
curam.util.type.Money requestedAmount,
curam.util.type.DateRange obligationPeriod,
java.lang.Long obligationRelatedID,
curam.codetable.impl.OBLIGATIONRELATEDTYPEEntry obligationRelatedType,
curam.obligation.impl.ObligationResult returnValue)
Event interface invoked after the main body of the updateObligation
method.
|
void |
preUpdateObligation(curam.obligation.impl.ObligationAccessor obligation,
curam.util.type.Money requestedAmount,
curam.util.type.DateRange obligationPeriod,
java.lang.Long obligationRelatedID,
curam.codetable.impl.OBLIGATIONRELATEDTYPEEntry obligationRelatedType)
Event interface invoked before the main body of the updateObligation
method.
|
void preUpdateObligation(curam.obligation.impl.ObligationAccessor obligation, curam.util.type.Money requestedAmount, curam.util.type.DateRange obligationPeriod, java.lang.Long obligationRelatedID, curam.codetable.impl.OBLIGATIONRELATEDTYPEEntry obligationRelatedType)
obligation
- The object instance as it was before the main body of the
updateObligation method.requestedAmount
- The parameter as passed to the updateObligation method.obligationPeriod
- The parameter as passed to the updateObligation method.obligationRelatedID
- The parameter as passed to the updateObligation method.obligationRelatedType
- The parameter as passed to the updateObligation method.void postUpdateObligation(curam.obligation.impl.ObligationAccessor obligation, curam.util.type.Money requestedAmount, curam.util.type.DateRange obligationPeriod, java.lang.Long obligationRelatedID, curam.codetable.impl.OBLIGATIONRELATEDTYPEEntry obligationRelatedType, curam.obligation.impl.ObligationResult returnValue)
obligation
- The object instance as it was after the main body of the
updateObligation method.requestedAmount
- The parameter as passed to the updateObligation method.obligationPeriod
- The parameter as passed to the updateObligation method.obligationRelatedID
- The parameter as passed to the updateObligation method.obligationRelatedType
- The parameter as passed to the updateObligation method.returnValue
- The return value updated by the Event Handler.