Class EventMappingConstraintModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.validation.model.constraints.AbstractConstraintModel
-
- de.hybris.platform.validation.model.constraints.TypeConstraintModel
-
- de.hybris.platform.apiregistryservices.model.constraints.EventMappingConstraintModel
-
- All Implemented Interfaces:
java.io.Serializable
public class EventMappingConstraintModel extends TypeConstraintModel
Generated model class for type EventMappingConstraint first defined at extension apiregistryservices.Custom constraint which checks if the MappingType and mappingConfiguration/converterBean of EventConfiguration are valid.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringKEYFLAGSGenerated constant - Attribute key ofEventMappingConstraint.keyFlagsattribute defined at extensionapiregistryservices.static java.lang.StringKEYREGEXPGenerated constant - Attribute key ofEventMappingConstraint.keyRegexpattribute defined at extensionapiregistryservices.static java.lang.StringVALUEFLAGSGenerated constant - Attribute key ofEventMappingConstraint.valueFlagsattribute defined at extensionapiregistryservices.static java.lang.StringVALUEREGEXPGenerated constant - Attribute key ofEventMappingConstraint.valueRegexpattribute defined at extensionapiregistryservices.-
Fields inherited from class de.hybris.platform.validation.model.constraints.AbstractConstraintModel
ACTIVE, ANNOTATION, CONSTRAINTGROUPS, DEFAULTMESSAGE, ID, MESSAGE, NEEDRELOAD, SEVERITY, TARGET, TYPE
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description EventMappingConstraintModel()Generated constructor - Default constructor for generic creation.EventMappingConstraintModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextEventMappingConstraintModel(java.lang.Class _annotation, java.lang.String _id, java.util.Set<RegexpFlag> _keyFlags, java.lang.String _keyRegexp, ItemModel _owner, java.util.Set<RegexpFlag> _valueFlags, java.lang.String _valueRegexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEventMappingConstraintModel(java.lang.Class _annotation, java.lang.String _id, java.util.Set<RegexpFlag> _keyFlags, java.lang.String _keyRegexp, java.util.Set<RegexpFlag> _valueFlags, java.lang.String _valueRegexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<RegexpFlag>getKeyFlags()Generated method - Getter of theEventMappingConstraint.keyFlagsattribute defined at extensionapiregistryservices.java.lang.StringgetKeyRegexp()Generated method - Getter of theEventMappingConstraint.keyRegexpattribute defined at extensionapiregistryservices.java.util.Set<RegexpFlag>getValueFlags()Generated method - Getter of theEventMappingConstraint.valueFlagsattribute defined at extensionapiregistryservices.java.lang.StringgetValueRegexp()Generated method - Getter of theEventMappingConstraint.valueRegexpattribute defined at extensionapiregistryservices.voidsetKeyFlags(java.util.Set<RegexpFlag> value)Generated method - Setter ofEventMappingConstraint.keyFlagsattribute defined at extensionapiregistryservices.voidsetKeyRegexp(java.lang.String value)Generated method - Setter ofEventMappingConstraint.keyRegexpattribute defined at extensionapiregistryservices.voidsetValueFlags(java.util.Set<RegexpFlag> value)Generated method - Setter ofEventMappingConstraint.valueFlagsattribute defined at extensionapiregistryservices.voidsetValueRegexp(java.lang.String value)Generated method - Setter ofEventMappingConstraint.valueRegexpattribute defined at extensionapiregistryservices.-
Methods inherited from class de.hybris.platform.validation.model.constraints.AbstractConstraintModel
getAnnotation, getConstraintGroups, getDefaultMessage, getDefaultMessage, getId, getMessage, getMessage, getSeverity, getTarget, getType, isActive, isNeedReload, setActive, setAnnotation, setConstraintGroups, setId, setMessage, setMessage, setSeverity, setTarget, setType
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
KEYREGEXP
public static final java.lang.String KEYREGEXP
Generated constant - Attribute key ofEventMappingConstraint.keyRegexpattribute defined at extensionapiregistryservices.- See Also:
- Constant Field Values
-
KEYFLAGS
public static final java.lang.String KEYFLAGS
Generated constant - Attribute key ofEventMappingConstraint.keyFlagsattribute defined at extensionapiregistryservices.- See Also:
- Constant Field Values
-
VALUEREGEXP
public static final java.lang.String VALUEREGEXP
Generated constant - Attribute key ofEventMappingConstraint.valueRegexpattribute defined at extensionapiregistryservices.- See Also:
- Constant Field Values
-
VALUEFLAGS
public static final java.lang.String VALUEFLAGS
Generated constant - Attribute key ofEventMappingConstraint.valueFlagsattribute defined at extensionapiregistryservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EventMappingConstraintModel
public EventMappingConstraintModel()
Generated constructor - Default constructor for generic creation.
-
EventMappingConstraintModel
public EventMappingConstraintModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
EventMappingConstraintModel
@Deprecated(since="4.1.1", forRemoval=true) public EventMappingConstraintModel(java.lang.Class _annotation, java.lang.String _id, java.util.Set<RegexpFlag> _keyFlags, java.lang.String _keyRegexp, java.util.Set<RegexpFlag> _valueFlags, java.lang.String _valueRegexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_annotation- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices_id- initial attribute declared by typeAbstractConstraintat extensionvalidation_keyFlags- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices_keyRegexp- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices_valueFlags- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices_valueRegexp- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices
-
EventMappingConstraintModel
@Deprecated(since="4.1.1", forRemoval=true) public EventMappingConstraintModel(java.lang.Class _annotation, java.lang.String _id, java.util.Set<RegexpFlag> _keyFlags, java.lang.String _keyRegexp, ItemModel _owner, java.util.Set<RegexpFlag> _valueFlags, java.lang.String _valueRegexp)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_annotation- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices_id- initial attribute declared by typeAbstractConstraintat extensionvalidation_keyFlags- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices_keyRegexp- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices_owner- initial attribute declared by typeItemat extensioncore_valueFlags- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices_valueRegexp- initial attribute declared by typeEventMappingConstraintat extensionapiregistryservices
-
-
Method Detail
-
getKeyFlags
@Accessor(qualifier="keyFlags", type=GETTER) public java.util.Set<RegexpFlag> getKeyFlags()
Generated method - Getter of theEventMappingConstraint.keyFlagsattribute defined at extensionapiregistryservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the keyFlags - Regular expression for constraint
-
getKeyRegexp
@Accessor(qualifier="keyRegexp", type=GETTER) public java.lang.String getKeyRegexp()
Generated method - Getter of theEventMappingConstraint.keyRegexpattribute defined at extensionapiregistryservices.- Returns:
- the keyRegexp - Regular expression of toString() Map key representation
-
getValueFlags
@Accessor(qualifier="valueFlags", type=GETTER) public java.util.Set<RegexpFlag> getValueFlags()
Generated method - Getter of theEventMappingConstraint.valueFlagsattribute defined at extensionapiregistryservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the valueFlags - Regular expression for constraint
-
getValueRegexp
@Accessor(qualifier="valueRegexp", type=GETTER) public java.lang.String getValueRegexp()
Generated method - Getter of theEventMappingConstraint.valueRegexpattribute defined at extensionapiregistryservices.- Returns:
- the valueRegexp - Regular expression of toString() Map value representation
-
setKeyFlags
@Accessor(qualifier="keyFlags", type=SETTER) public void setKeyFlags(java.util.Set<RegexpFlag> value)
Generated method - Setter ofEventMappingConstraint.keyFlagsattribute defined at extensionapiregistryservices.- Parameters:
value- the keyFlags - Regular expression for constraint
-
setKeyRegexp
@Accessor(qualifier="keyRegexp", type=SETTER) public void setKeyRegexp(java.lang.String value)
Generated method - Setter ofEventMappingConstraint.keyRegexpattribute defined at extensionapiregistryservices.- Parameters:
value- the keyRegexp - Regular expression of toString() Map key representation
-
setValueFlags
@Accessor(qualifier="valueFlags", type=SETTER) public void setValueFlags(java.util.Set<RegexpFlag> value)
Generated method - Setter ofEventMappingConstraint.valueFlagsattribute defined at extensionapiregistryservices.- Parameters:
value- the valueFlags - Regular expression for constraint
-
setValueRegexp
@Accessor(qualifier="valueRegexp", type=SETTER) public void setValueRegexp(java.lang.String value)
Generated method - Setter ofEventMappingConstraint.valueRegexpattribute defined at extensionapiregistryservices.- Parameters:
value- the valueRegexp - Regular expression of toString() Map value representation
-
-