Class ArrayBatchValidator
- java.lang.Object
-
- net.sf.basedb.util.overview.validator.BasicNodeValidator<I>
-
- net.sf.basedb.util.overview.validator.NameableNodeValidator<ArrayBatch>
-
- net.sf.basedb.util.overview.validator.ArrayBatchValidator
-
- All Implemented Interfaces:
NodeValidator<ArrayBatch>
public class ArrayBatchValidator extends NameableNodeValidator<ArrayBatch>
Validator implementation for array batch. Validation rules:- Missing item:
Validator.MISSING_ARRAYBATCH
- Access denied:
Validator.DENIED_ARRAYBATCH
- Version:
- 2.10
- Author:
- Nicklas
- Last modified
- $Date: 2011-06-08 15:00:33 +0200 (on, 08 jun 2011) $
-
-
Constructor Summary
Constructors Constructor Description ArrayBatchValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Fix
getMissingItemFix(DbControl dc, Node parentNode)
The suggested fix is to add an array batch to the slide.-
Methods inherited from class net.sf.basedb.util.overview.validator.NameableNodeValidator
postValidate
-
Methods inherited from class net.sf.basedb.util.overview.validator.BasicNodeValidator
getDeniedItemFix, postDeniedItem, postMissingItem, postValidateFolder, preDeniedItem, preMissingItem, preValidate
-
-
-
-
Method Detail
-
getMissingItemFix
protected Fix getMissingItemFix(DbControl dc, Node parentNode)
The suggested fix is to add an array batch to the slide.- Specified by:
getMissingItemFix
in classBasicNodeValidator<ArrayBatch>
-
-