Interface IRemoveValidator

All Superinterfaces:
IValidator, Serializable

public interface IRemoveValidator extends IValidator
Validates entity (or aggregate too) before removing.

If the validation fails the entity not will be removed.

Author:
Javier Paniza
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEntity(Object entity)
     

    Methods inherited from interface org.openxava.validators.IValidator

    validate