Uses of Enum Class
de.hybris.platform.validation.enums.RegexpFlag
Packages that use RegexpFlag
Package
Description
Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo.constraints package.
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.validation.jalo.constraints.jsr303 package.
-
Uses of RegexpFlag in de.hybris.platform.apiregistryservices.model.constraints
Methods in de.hybris.platform.apiregistryservices.model.constraints that return types with arguments of type RegexpFlagModifier and TypeMethodDescriptionEventMappingConstraintModel.getKeyFlags()Generated method - Getter of theEventMappingConstraint.keyFlagsattribute defined at extensionapiregistryservices.EventMappingConstraintModel.getValueFlags()Generated method - Getter of theEventMappingConstraint.valueFlagsattribute defined at extensionapiregistryservices.Method parameters in de.hybris.platform.apiregistryservices.model.constraints with type arguments of type RegexpFlagModifier and TypeMethodDescriptionvoidEventMappingConstraintModel.setKeyFlags(Set<RegexpFlag> value) Generated method - Setter ofEventMappingConstraint.keyFlagsattribute defined at extensionapiregistryservices.voidEventMappingConstraintModel.setValueFlags(Set<RegexpFlag> value) Generated method - Setter ofEventMappingConstraint.valueFlagsattribute defined at extensionapiregistryservices.Constructor parameters in de.hybris.platform.apiregistryservices.model.constraints with type arguments of type RegexpFlagModifierConstructorDescriptionEventMappingConstraintModel(Class _annotation, String _id, Set<RegexpFlag> _keyFlags, String _keyRegexp, ItemModel _owner, Set<RegexpFlag> _valueFlags, 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(Class _annotation, String _id, Set<RegexpFlag> _keyFlags, String _keyRegexp, Set<RegexpFlag> _valueFlags, 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 -
Uses of RegexpFlag in de.hybris.platform.b2b.model
Constructor parameters in de.hybris.platform.b2b.model with type arguments of type RegexpFlagModifierConstructorDescriptionB2BCustomerEmailConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, ItemModel _owner, String _regexp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCustomerEmailConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, String _regexp) 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 -
Uses of RegexpFlag in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return types with arguments of type RegexpFlagModifier and TypeMethodDescriptionSnCollectionPatternConstraintModel.getFlags()Generated method - Getter of theSnCollectionPatternConstraint.flagsattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type RegexpFlagModifier and TypeMethodDescriptionvoidSnCollectionPatternConstraintModel.setFlags(Set<RegexpFlag> value) Generated method - Setter ofSnCollectionPatternConstraint.flagsattribute defined at extensionsearchservices.Constructor parameters in de.hybris.platform.searchservices.model with type arguments of type RegexpFlagModifierConstructorDescriptionSnCollectionPatternConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, ItemModel _owner, String _regexp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSnCollectionPatternConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, String _regexp) 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 -
Uses of RegexpFlag in de.hybris.platform.validation.enums
Methods in de.hybris.platform.validation.enums that return RegexpFlagModifier and TypeMethodDescriptionstatic RegexpFlagReturns the enum constant of this class with the specified name.static RegexpFlag[]RegexpFlag.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RegexpFlag in de.hybris.platform.validation.model.constraints.jsr303
Methods in de.hybris.platform.validation.model.constraints.jsr303 that return types with arguments of type RegexpFlagModifier and TypeMethodDescriptionObjectPatternConstraintModel.getFlags()Generated method - Getter of theObjectPatternConstraint.flagsattribute defined at extensionruleengineservices.PatternConstraintModel.getFlags()Generated method - Getter of thePatternConstraint.flagsattribute defined at extensionvalidation.Method parameters in de.hybris.platform.validation.model.constraints.jsr303 with type arguments of type RegexpFlagModifier and TypeMethodDescriptionvoidObjectPatternConstraintModel.setFlags(Set<RegexpFlag> value) Generated method - Setter ofObjectPatternConstraint.flagsattribute defined at extensionruleengineservices.voidPatternConstraintModel.setFlags(Set<RegexpFlag> value) Generated method - Setter ofPatternConstraint.flagsattribute defined at extensionvalidation.Constructor parameters in de.hybris.platform.validation.model.constraints.jsr303 with type arguments of type RegexpFlagModifierConstructorDescriptionObjectPatternConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, ItemModel _owner, String _regexp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersObjectPatternConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, String _regexp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPatternConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, ItemModel _owner, String _regexp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPatternConstraintModel(Class _annotation, Set<RegexpFlag> _flags, String _id, String _regexp) 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