Class ProducerAddInterfaceInstanceProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ProducerAddInterfaceInstanceProcessActionHandler
    extends ProcessActionHandler<TabularSource<ITabularSourceField>>
    Process Action Handler responsible for populating the items served by the Producer.getOfferedPortletNames() with the values obtained from the interface. The interface must be configured in order to populate the list and, thus, there must be an instance of ProducerImpl associated with the current service instance.
    Since:
    5.5.0
    Version:
    $Revision: 11180 $ $Date: 2009-12-04 18:13:02 -0200 (Fri, 04 Dec 2009) $
    • Constructor Detail

      • ProducerAddInterfaceInstanceProcessActionHandler

        public ProducerAddInterfaceInstanceProcessActionHandler()
    • 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