Class UpdateChannelsProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class UpdateChannelsProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Process Action Handler to update channels from template.
    Since:
    6.0.0
    Version:
    $Revision: 20857 $ $Date: 2017-12-27 13:27:30 -0200 (Wed, 27 Dec 2017) $
    • Constructor Detail

      • UpdateChannelsProcessActionHandler

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