Class CheckCategoryDeleteProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class CheckCategoryDeleteProcessActionHandler
    extends ProcessActionHandler
    Checks if there is a banner of the category being deleted and throws an exception if this is the case.
    Since:
    4.0.0
    Version:
    $Revision: 6440 $ $Date: 2007-04-13 17:39:18 -0300 (Fri, 13 Apr 2007) $
    • Constructor Detail

      • CheckCategoryDeleteProcessActionHandler

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