|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CurrencyAmount | |
|---|---|
| com.ail.financial | |
| com.ail.insurance.acceptance | |
| com.ail.insurance.claim | |
| com.ail.insurance.policy | |
| com.ail.insurance.subrogation.makearecovery | |
| Uses of CurrencyAmount in com.ail.financial |
|---|
| Methods in com.ail.financial that return CurrencyAmount | |
|---|---|
CurrencyAmount |
PaymentSchedule.calculateTotal()
|
CurrencyAmount |
MoneyProvision.calculateTotal()
Calculate the total value of this provision assuming that all payments were made. |
CurrencyAmount |
MoneyProvision.getAmount()
Getter returning the value of the amount property. |
| Methods in com.ail.financial with parameters of type CurrencyAmount | |
|---|---|
void |
CurrencyAmount.add(CurrencyAmount that)
Add another currency amount to this one, saving the result in this one. |
boolean |
CurrencyAmount.greaterThan(CurrencyAmount that)
Compare the value of 'that' currency amount with this. |
boolean |
CurrencyAmount.lessThan(CurrencyAmount that)
Compare the value of 'that' currency amount with this. |
void |
MoneyProvision.setAmount(CurrencyAmount amount)
Setter to update the value of the amount property. |
void |
CurrencyAmount.subtract(CurrencyAmount that)
Subtract another currency amount from this one, saving the result in this one. |
| Constructors in com.ail.financial with parameters of type CurrencyAmount | |
|---|---|
MoneyProvision(int number,
CurrencyAmount amount,
FinancialFrequency frequency,
PaymentMethod paymentMethod,
java.util.Date paymentsStartDate,
java.util.Date paymentsEndDate,
java.lang.String description)
|
|
| Uses of CurrencyAmount in com.ail.insurance.acceptance |
|---|
| Methods in com.ail.insurance.acceptance that return CurrencyAmount | |
|---|---|
CurrencyAmount |
CollectPremiumCommand.getPrePaymentArg()
Getter for the prePaymentArg property. |
CurrencyAmount |
CollectPremiumArgImp.getPrePaymentArg()
Getter for the prePaymentArg property. |
CurrencyAmount |
CollectPremiumArg.getPrePaymentArg()
Getter for the prePaymentArg property. |
| Methods in com.ail.insurance.acceptance with parameters of type CurrencyAmount | |
|---|---|
void |
CollectPremiumCommand.setPrePaymentArg(CurrencyAmount prePaymentArg)
Setter for the prePaymentArg property. |
void |
CollectPremiumArgImp.setPrePaymentArg(CurrencyAmount prePaymentArg)
Setter for the prePaymentArg property. |
void |
CollectPremiumArg.setPrePaymentArg(CurrencyAmount prePaymentArg)
Setter for the prePaymentArg property. |
| Uses of CurrencyAmount in com.ail.insurance.claim |
|---|
| Methods in com.ail.insurance.claim that return CurrencyAmount | |
|---|---|
CurrencyAmount |
Recovery.getAmount()
|
CurrencyAmount |
Claim.getContributionReserve()
|
CurrencyAmount |
Claim.getDeductableReserve()
|
CurrencyAmount |
ClaimSection.getEstimatedReserve()
|
CurrencyAmount |
Claim.getEstimatedReserve()
|
CurrencyAmount |
ClaimSection.getOutstandingClaim()
|
CurrencyAmount |
Claim.getOutstandingReserve()
|
CurrencyAmount |
Claim.getOutstandingTotal()
|
CurrencyAmount |
Claim.getSalvageReserve()
|
CurrencyAmount |
Claim.getSubrogationReserve()
|
CurrencyAmount |
Claim.getTotalEstimatedRecoveryValue()
|
CurrencyAmount |
ClaimSection.getTotalRecovered()
|
CurrencyAmount |
Claim.getTotalRecovered()
|
| Methods in com.ail.insurance.claim with parameters of type CurrencyAmount | |
|---|---|
void |
Recovery.setAmount(CurrencyAmount amount)
|
void |
Claim.setContributionReserve(CurrencyAmount contributionReserve)
|
void |
Claim.setDeductableReserve(CurrencyAmount deductableReserve)
|
void |
ClaimSection.setEstimatedReserve(CurrencyAmount estimatedReserve)
|
void |
Claim.setEstimatedReserve(CurrencyAmount estimatedReserve)
|
void |
ClaimSection.setOutstandingClaim(CurrencyAmount outstandingClaim)
|
void |
Claim.setOutstandingReserve(CurrencyAmount outstandingReserve)
|
void |
Claim.setOutstandingTotal(CurrencyAmount outstandingTotal)
|
void |
Claim.setSalvageReserve(CurrencyAmount salvageReserve)
|
void |
Claim.setSubrogationReserve(CurrencyAmount subrogationReserve)
|
void |
Claim.setTotalEstimatedRecoveryValue(CurrencyAmount totalEstimatedRecoveryValue)
|
void |
ClaimSection.setTotalRecovered(CurrencyAmount totalRecovered)
|
void |
Claim.setTotalRecovered(CurrencyAmount totalRecovered)
|
| Uses of CurrencyAmount in com.ail.insurance.policy |
|---|
| Methods in com.ail.insurance.policy that return CurrencyAmount | |
|---|---|
CurrencyAmount |
Excess.getAmount()
|
CurrencyAmount |
CalculationLine.getAmount()
|
CurrencyAmount |
Coverage.getDeductible()
|
CurrencyAmount |
Coverage.getLimit()
|
CurrencyAmount |
Policy.getTotalPremium()
Get the total premium. |
| Methods in com.ail.insurance.policy with parameters of type CurrencyAmount | |
|---|---|
void |
AssessmentSheet.addFixedSum(java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
CurrencyAmount amount)
Same as addFixedSum, but generates a line id automatically. |
void |
AssessmentSheet.addFixedSum(java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
CurrencyAmount amount,
int priority)
Same as addFixedSum, but generates a line id automatically. |
void |
AssessmentSheet.addFixedSum(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
CurrencyAmount amount)
Add a fixed sum line to this sheet. |
void |
AssessmentSheet.addFixedSum(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
CurrencyAmount amount,
int priority)
Add a fixed sum line to this sheet. |
void |
Excess.setAmount(CurrencyAmount amount)
|
void |
CalculationLine.setAmount(CurrencyAmount amount)
|
void |
Coverage.setDeductible(CurrencyAmount deductible)
|
void |
Coverage.setLimit(CurrencyAmount limit)
|
| Constructors in com.ail.insurance.policy with parameters of type CurrencyAmount | |
|---|---|
Behaviour(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
BehaviourType type,
CurrencyAmount amount)
Constructor |
|
Behaviour(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
BehaviourType type,
CurrencyAmount amount,
int priority)
Constructor |
|
CalculationLine(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
CurrencyAmount amount)
Constructor |
|
CalculationLine(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
CurrencyAmount amount,
int priority)
Constructor |
|
Coverage(java.lang.String id,
CurrencyAmount limit,
CurrencyAmount deductible)
|
|
FixedSum(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
CurrencyAmount amount)
Constructor |
|
FixedSum(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
CurrencyAmount amount,
int priority)
Constructor |
|
SumBehaviour(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
BehaviourType type,
CurrencyAmount amount)
Constructor |
|
SumBehaviour(java.lang.String id,
java.lang.String reason,
Reference relatesTo,
java.lang.String contributesTo,
BehaviourType type,
CurrencyAmount amount,
int priority)
Constructor |
|
| Uses of CurrencyAmount in com.ail.insurance.subrogation.makearecovery |
|---|
| Methods in com.ail.insurance.subrogation.makearecovery that return types with arguments of type CurrencyAmount | |
|---|---|
java.util.Hashtable<java.lang.String,CurrencyAmount> |
MakeARecoveryCommand.getRecoveryMade()
|
java.util.Hashtable<java.lang.String,CurrencyAmount> |
MakeARecoveryArgImp.getRecoveryMade()
|
java.util.Hashtable<java.lang.String,CurrencyAmount> |
MakeARecoveryArg.getRecoveryMade()
|
| Method parameters in com.ail.insurance.subrogation.makearecovery with type arguments of type CurrencyAmount | |
|---|---|
void |
MakeARecoveryCommand.setRecoveryMade(java.util.Hashtable<java.lang.String,CurrencyAmount> recoveryMade)
|
void |
MakeARecoveryArgImp.setRecoveryMade(java.util.Hashtable<java.lang.String,CurrencyAmount> recoveryMade)
|
void |
MakeARecoveryArg.setRecoveryMade(java.util.Hashtable<java.lang.String,CurrencyAmount> recoveryMade)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||