Package com.highdeal.currency

This Java package provides you with all the Java classes necessary for managing currency and money in your client application.

See:
          Description

Interface Summary
CurrencyBook This Java interface specifies a currency book that keeps the currencies available in your client application; The currency list can be updated by the instances of the connected SAP CC Core Server system.
CurrencyBookNotifier.ICurrencyBookNotifier This Java interface defines the methods that can be implemented to customize the behavior of your application.
 

Class Summary
Currency The Java class represents an ISO defined or user defined currency (such as free mileage).
CurrencyBookNotifier This Java class represents a currency book notifier that keeps the currencies used in a client application.
CurrencyHelper This Java class is a tool to work with currencies.
CurrencyMapBook A CurrencyMapBook keeps the currencies that can be used in an application.
Money Money is an immutable representing an amount of money with an arbitrary precision.
PropertyCurrencyBook A PropertyCurrencyBook keeps the currencies that can be used in your client application; The currencies are stored in a property resources.
 

Exception Summary
CurrencyBookNotInitializedException Runtime exception thrown when the currency book of a currency is not initialized.
IncompatibleCurrenciesException Exception can be raised if the currencies are incompatible.
 

Package com.highdeal.currency Description

This Java package provides you with all the Java classes necessary for managing currency and money in your client application.


Document Published: October 2015 (SAP CC 4.0 SP10 and Later)