|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.model.operations.tables.modification.AbstractTableModificationConstraint vishnu.model.operations.tables.modification.DeletionPerformer
public class DeletionPerformer
Constructor Summary | |
---|---|
DeletionPerformer()
|
Method Summary | |
---|---|
void |
perform(TableContext c,
Record r,
java.util.List<ConstraintViolation> constraintViolations)
Contract: -subclasses must call this method after performing its own validation. |
Methods inherited from class vishnu.model.operations.tables.modification.AbstractTableModificationConstraint |
---|
attach |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeletionPerformer()
Method Detail |
---|
public void perform(TableContext c, Record r, java.util.List<ConstraintViolation> constraintViolations)
AbstractTableModificationConstraint
perform
in interface TableModificationConstraint
perform
in class AbstractTableModificationConstraint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |