Class CallerInterfaceInstancePreferencesProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class CallerInterfaceInstancePreferencesProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Generic process action handler for interface instance preferences. The preferences to be stored must be declared as child of this processAction definition in the douidefinition.xml as the example below: <processAction id="commit" className="lumis.service.doui.preferences.CallerInterfaceInstancePreferencesProcessActionHandler"> <preferences> <preference key="key1"/> <preference key="key2"/> </preferences> </processAction>
    Since:
    10.2.0
    Version:
    $Revision: 20412 $ $Date: 2017-07-20 16:55:43 -0300 (Thu, 20 Jul 2017) $
    • Constructor Detail

      • CallerInterfaceInstancePreferencesProcessActionHandler

        public CallerInterfaceInstancePreferencesProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException