Class ValidationManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.validation.jalo.GeneratedValidationManager
-
- de.hybris.platform.validation.jalo.ValidationManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
public class ValidationManager extends GeneratedValidationManager
This is the extension manager of the Validation extension.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.validation.jalo.GeneratedValidationManager
ATTRIBUTECONSTRAINTATTRIBUTEDESCRELATIONCONSTRAINTSHANDLER, CONSTRAINTCOMPOSITETYPERELATIONCONSTRAINTSHANDLER, DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Summary
Constructors Constructor Description ValidationManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValidationManager
getInstance()
Get the valid instance of this manager.-
Methods inherited from class de.hybris.platform.validation.jalo.GeneratedValidationManager
addToConstraints, addToConstraints, addToConstraints, addToConstraints, createAssertFalseConstraint, createAssertFalseConstraint, createAssertTrueConstraint, createAssertTrueConstraint, createAttributeConstraint, createAttributeConstraint, createConstraintGroup, createConstraintGroup, createCoverageConstraintGroup, createCoverageConstraintGroup, createDecimalMaxConstraint, createDecimalMaxConstraint, createDecimalMinConstraint, createDecimalMinConstraint, createDigitsConstraint, createDigitsConstraint, createDynamicConstraint, createDynamicConstraint, createFutureConstraint, createFutureConstraint, createHybrisDecimalMaxConstraint, createHybrisDecimalMaxConstraint, createHybrisDecimalMinConstraint, createHybrisDecimalMinConstraint, createMaxConstraint, createMaxConstraint, createMinConstraint, createMinConstraint, createNotBlankConstraint, createNotBlankConstraint, createNotEmptyConstraint, createNotEmptyConstraint, createNotNullConstraint, createNotNullConstraint, createNullConstraint, createNullConstraint, createPastConstraint, createPastConstraint, createPatternConstraint, createPatternConstraint, createSizeConstraint, createSizeConstraint, createTypeConstraint, createTypeConstraint, createXorNullReferenceConstraint, createXorNullReferenceConstraint, getConstraints, getConstraints, getConstraints, getConstraints, getDefaultAttributeModes, getName, removeFromConstraints, removeFromConstraints, removeFromConstraints, removeFromConstraints, setConstraints, setConstraints, setConstraints, setConstraints
-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Method Detail
-
getInstance
public static ValidationManager getInstance()
Get the valid instance of this manager.- Returns:
- the current instance of this manager
-
-