primaryToSecondary
public void primaryToSecondary(int from,
int to)
Description copied from class:
PMaintenancePage
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
- Overrides:
primaryToSecondary
in classPMaintenancePage
- Parameters:
from
-to
-