primaryToSecondary
public void primaryToSecondary(int from,
int to)
Called by the Customer Center framework to indicate that any
currency data displayed in this page must be converted to a
different currency. The specific currencies will be passed in
as Portal integer representations (i.e. 840 == US Dollar, etc.).
These values can be passed directly to the BEID manager for
conversion.
This default implementation stores off the 'to' currency.
This default implementation stores off the 'to' currency.
- Specified by:
primaryToSecondary
in interfacePAccountViewPage
- Parameters:
from
- The currency currently displayedto
- The currency to convert to and display