public interface FormManagedListValidatorIf<T extends FormManagedIf>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValidatorName() |
void |
verifyAdd(FormManagedList<T> list,
T object,
Page page,
WizardSession session)
Verification logic MUST NOT make any changes to the objects, they may be lost
|
void |
verifyDelete(FormManagedList<T> list,
T object,
Page page,
WizardSession session)
Verification logic MUST NOT make any changes to the objects, they may be lost
|
void |
verifyUpdate(FormManagedList<T> list,
T object,
Page page,
WizardSession session)
Verification logic MUST NOT make any changes to the objects, they may be lost
|
java.lang.String getValidatorName()
void verifyAdd(FormManagedList<T> list, T object, Page page, WizardSession session) throws java.lang.Exception
java.lang.Exception
void verifyUpdate(FormManagedList<T> list, T object, Page page, WizardSession session) throws java.lang.Exception
java.lang.Exception
void verifyDelete(FormManagedList<T> list, T object, Page page, WizardSession session) throws java.lang.Exception
java.lang.Exception