Interface EntityFormModifier
public interface EntityFormModifier
Qualified instances are expected to manipulate the
EntityForm instance passed in the request.- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisQualified(String modifierType) Whether or not this EntityFormModifier is qualified to modify based on the modifierType.voidModify theEntityFormin the request.voidmodifyListGrid(EntityFormModifierRequest request) Modify theListGridin the request.
-
Method Details
-
modifyEntityForm
Modify theEntityFormin the request. The request contains other relevant information that should be useful during the modification.- Parameters:
request- the EntityForm, and other supporting objects- See Also:
-
modifyListGrid
Modify theListGridin the request. The request contains other relevant information that should be useful during the modification.- Parameters:
request- The ListGrid, and other supporting objects
-
isQualified
Whether or not this EntityFormModifier is qualified to modify based on the modifierType.- Parameters:
modifierType- and identifier for the class of modification being requested- Returns:
- Whether or not qualified
-