Class RoomDeleteValidatorProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class RoomDeleteValidatorProcessActionHandler
    extends ProcessActionHandler
    Validates the roomIds before delete then. If a roomId belongs a any schedule its not delete.
    Since:
    4.0.10
    Version:
    $Revision: 10218 $ $Date: 2009-03-17 20:30:21 -0300 (Tue, 17 Mar 2009) $
    • Constructor Detail

      • RoomDeleteValidatorProcessActionHandler

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