Typically used by a panel/container that needs to perform specific
tasks in order to write data out to the database, other that the
standard collectData() mechanism. Currentyl PIAAccountInfoPane is
the only component looking for PSaveable components.
PSaveable components are responsible for flagging/marking their own
components in Error (upon opcode failure), but PIAAccountInfoPane
will display the error dialog.
Gives implementors the opportunity to save themselves.
Method Detail
save
com.portal.app.util.CustomerValErrorData[] save()
Gives implementors the opportunity to save themselves.
Returns:
The error CustomerValErrorData. Implementors are responsible
for marking their offending components in Error, but should still
pass the error CustomerValErrorData up to PIAAccountInfoPane.