public interface PAccountViewPage extends PCCPage
Modifier and Type | Method and Description |
---|---|
void |
dataNeedsRefresh()
Called to mark this page as needing to be refreshed.
|
int |
getDisplayedCurrency()
Retrieves the currency this page is using to render currency data.
|
boolean |
hasUnsavedChanges()
Determines if the user has made changes to the data on this page
and not committed them to Portal yet.
|
boolean |
isValidContext(PAccountViewContext ctx)
Used to determine if the page is valid given the account object.
|
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.
|
void |
refresh()
Called when the page should be immediately refreshed - typically
as a result of the Reset action being invoked by the user.
|
void |
resetUnsavedChanges()
This method is responsible for undo'ing the changes made to the
page and resetting back to the original.
|
void |
revertToPrimary(int primary) |
void |
save()
This is the hook for an encapsulating container to indicate this
panel should save itself, if necessary.
|
enteringPage, getLabel, recycle
void primaryToSecondary(int from, int to)
from
- The currency currently displayedto
- The currency to convert to and displayvoid revertToPrimary(int primary)
int getDisplayedCurrency()
The
- currency this page is using to display currency data.boolean isValidContext(PAccountViewContext ctx)
The
- current account view's contextvoid save() throws PSaveException
PSaveException
.PSaveException
boolean hasUnsavedChanges()
void resetUnsavedChanges()
void dataNeedsRefresh()
void refresh()
Copyright © 2003, 2023, Oracle and/or its affiliates.