Class ArraySlideValidator
- java.lang.Object
-
- net.sf.basedb.util.overview.validator.BasicNodeValidator<I>
-
- net.sf.basedb.util.overview.validator.NameableNodeValidator<ArraySlide>
-
- net.sf.basedb.util.overview.validator.ArraySlideValidator
-
- All Implemented Interfaces:
NodeValidator<ArraySlide>
public class ArraySlideValidator extends NameableNodeValidator<ArraySlide>
Validator implementation for array slides. Validation rules:- Missing item:
Validator.MISSING_ARRAYSLIDE
- Access denied:
Validator.DENIED_ARRAYSLIDE
- Version:
- 2.10
- Author:
- Nicklas
- Last modified
- $Date: 2011-06-08 15:00:33 +0200 (on, 08 jun 2011) $
-
-
Constructor Summary
Constructors Constructor Description ArraySlideValidator()
-
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 slide to the bioassay.-
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 slide to the bioassay.- Specified by:
getMissingItemFix
in classBasicNodeValidator<ArraySlide>
-
-