| Package | Description |
|---|---|
| com.hybris.backoffice.model.constraint |
Contains generated models for each type of com.hybris.backoffice.jalo.constraint package.
|
| de.hybris.platform.apiregistryservices.model.constraints |
Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo.constraints package.
|
| de.hybris.platform.b2b.model |
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
|
| de.hybris.platform.cockpit.services.validation.pojos | |
| de.hybris.platform.configurablebundleservices.model |
Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package.
|
| de.hybris.platform.consignmenttrackingservices.model |
Contains generated models for each type of de.hybris.platform.consignmenttrackingservices.jalo package.
|
| de.hybris.platform.core.model.type |
Contains generated models for each type of de.hybris.platform.jalo.type package.
|
| de.hybris.platform.platformbackoffice.validation.model.constraints |
Contains generated models for each type of de.hybris.platform.platformbackoffice.validation.jalo.constraints package.
|
| de.hybris.platform.ruleengineservices.validation.constraints | |
| de.hybris.platform.subscriptionservices.model |
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
|
| de.hybris.platform.validation.daos | |
| de.hybris.platform.validation.daos.impl | |
| de.hybris.platform.validation.exceptions | |
| de.hybris.platform.validation.extractor | |
| de.hybris.platform.validation.extractor.impl | |
| de.hybris.platform.validation.interceptors | |
| de.hybris.platform.validation.localized | |
| de.hybris.platform.validation.model | |
| de.hybris.platform.validation.model.constraints |
Contains generated models for each type of de.hybris.platform.validation.jalo.constraints package.
|
| de.hybris.platform.validation.model.constraints.jsr303 |
Contains generated models for each type of de.hybris.platform.validation.jalo.constraints.jsr303 package.
|
| de.hybris.platform.validation.resource.constraints | |
| de.hybris.platform.validation.services | |
| de.hybris.platform.validation.services.impl | |
| de.hybris.platform.warehousing.model |
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumCodeConstraintModel
Generated model class for type EnumCodeConstraint first defined at extension backoffice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventMappingConstraintModel
Generated model class for type EventMappingConstraint first defined at extension apiregistryservices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
B2BCustomerEmailConstraintModel
Generated model class for type B2BCustomerEmailConstraint first defined at extension b2bcommerce.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractConstraintModel |
CockpitValidationDescriptor.getConstraint()
Gets the constraint PK.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitValidationDescriptor.setConstraint(AbstractConstraintModel constraint)
Sets the constraint.
|
| Constructor and Description |
|---|
CockpitValidationDescriptor(PropertyDescriptor propertyDescriptor,
int cockpitMessageLevel,
java.lang.String validationMessage,
AbstractConstraintModel constraint) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBundleRuleComponentProductsAssignedConstraintModel
Generated model class for type AbstractBundleRuleComponentProductsAssignedConstraint first defined at extension configurablebundleservices.
|
class |
AbstractBundleRuleTargetProductsAssignedConstraintModel
Generated model class for type AbstractBundleRuleTargetProductsAssignedConstraint first defined at extension configurablebundleservices.
|
class |
BundleTemplateProductsAssignedConstraintModel
Generated model class for type BundleTemplateProductsAssignedConstraint first defined at extension configurablebundleservices.
|
class |
BundleTemplateRulesTargetProductsAssignedConstraintModel
Generated model class for type BundleTemplateRulesTargetProductsAssignedConstraint first defined at extension configurablebundleservices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsignmentTrackingIdValidConstraintModel
Generated model class for type ConsignmentTrackingIdValidConstraint first defined at extension consignmenttrackingservices.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AbstractConstraintModel> |
ComposedTypeModel.getConstraints()
Generated method - Getter of the
ComposedType.constraints attribute defined at extension validation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComposedTypeModel.setConstraints(java.util.Set<AbstractConstraintModel> value)
Generated method - Setter of
ComposedType.constraints attribute defined at extension validation. |
| Modifier and Type | Class and Description |
|---|---|
class |
HybrisEnumValueCodeConstraintModel
Generated model class for type HybrisEnumValueCodeConstraint first defined at extension platformbackoffice.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConstraintModel |
ConstraintGroupValidationOnSaveIT.getObjectPatternConstraint() |
| Modifier and Type | Class and Description |
|---|---|
class |
PriceRowsValidConstraintModel
Generated model class for type PriceRowsValidConstraint first defined at extension subscriptionservices.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractConstraintModel> |
ConstraintDao.getAllConstraints()
Gets all constraints instances.
|
java.util.List<AbstractConstraintModel> |
ConstraintDao.getConstraintDuplicates(AbstractConstraintModel constraintModel)
|
java.util.List<AbstractConstraintModel> |
ConstraintDao.getPojoRelatedConstraints()
Gets the list of the
AbstractConstraintModel which are attached to any POJO and are not attached to any
model, this means not have have TYPE set as reference to existing type in
system. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractConstraintModel> |
ConstraintDao.getConstraintDuplicates(AbstractConstraintModel constraintModel)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractConstraintModel> |
DefaultConstraintDao.getAllConstraints() |
java.util.List<AbstractConstraintModel> |
DefaultConstraintDao.getConstraintDuplicates(AbstractConstraintModel constraint) |
java.util.List<AbstractConstraintModel> |
DefaultConstraintDao.getPojoRelatedConstraints() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractConstraintModel> |
DefaultConstraintDao.getConstraintDuplicates(AbstractConstraintModel constraint) |
| Modifier and Type | Method and Description |
|---|---|
AbstractConstraintModel |
HybrisConstraintViolation.getConstraintModel()
Gets the constraint model which was used for validation.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
ConstraintsExtractor.extractConstraint(AbstractConstraintModel constraint)
Extracts only given constraint to a stream containing xml valid for jsr-303.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConstraintToBeanTypeConverter<SOURCE extends AbstractConstraintModel>
Base converter for any
AbstractConstraintModel specification. |
| Modifier and Type | Method and Description |
|---|---|
protected ConstraintConverter<AbstractConstraintModel,BeanType> |
ConstraintsToConstraintMappingsTypeConverter.getConverter(AbstractConstraintModel source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConstraintsToConstraintMappingsTypeConverter.convertSingleConstraint(ConstraintMappingsType mapping,
AbstractConstraintModel constraint) |
java.io.InputStream |
DefaultConstraintsExtractor.extractConstraint(AbstractConstraintModel constraint)
Creates OutputStream from list of ConstraintMappingsTypes from createConstraintMappingType(constraint) method.
|
protected ConstraintConverter<AbstractConstraintModel,BeanType> |
ConstraintsToConstraintMappingsTypeConverter.getConverter(AbstractConstraintModel source) |
protected java.lang.String |
ConstraintsToConstraintMappingsTypeConverter.toLogString(AbstractConstraintModel constraint) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintMappingsType |
ConstraintsToConstraintMappingsTypeConverter.convert(java.util.List<AbstractConstraintModel> constraints) |
void |
DefaultConstraintsExtractor.setConstraintMappingsTypeConverter(ConstraintConverter<java.util.List<AbstractConstraintModel>,ConstraintMappingsType> constraintMappingsTypeConverter) |
void |
ConstraintsToConstraintMappingsTypeConverter.setConverters(java.util.List<ConstraintConverter<? extends AbstractConstraintModel,BeanType>> converters) |
void |
DefaultConstraintsExtractor.setSkipOnErrorConstraintMappingsTypeConverter(ConstraintConverter<java.util.List<AbstractConstraintModel>,ConstraintMappingsType> skipOnErrorConstraintMappingsTypeConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeConstraintValidator.onValidate(AbstractConstraintModel constraint,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConstraintModelValidator.checkAndDisableInvalidConstraints(AbstractConstraintModel constraint) |
protected LocalizedAttributeConstraint |
LocalizedConstraintsRegistry.createLocalizedAttributeConstraint(AbstractConstraintModel constraint) |
protected boolean |
LocalizedConstraintsRegistry.isLocalizedConstraint(AbstractConstraintModel constraint) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
AbstractConstraintNeedReloadAttributeHandler.get(AbstractConstraintModel constraint) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeConstraintModel
Generated model class for type AttributeConstraint first defined at extension validation.
|
class |
DynamicConstraintModel
Generated model class for type DynamicConstraint first defined at extension validation.
|
class |
HybrisDecimalMaxConstraintModel
Generated model class for type HybrisDecimalMaxConstraint first defined at extension validation.
|
class |
HybrisDecimalMinConstraintModel
Generated model class for type HybrisDecimalMinConstraint first defined at extension validation.
|
class |
NotBlankConstraintModel
Generated model class for type NotBlankConstraint first defined at extension validation.
|
class |
NotEmptyConstraintModel
Generated model class for type NotEmptyConstraint first defined at extension validation.
|
class |
RegExpConstraintModel
Generated model class for type RegExpConstraint first defined at extension personalizationservices.
|
class |
TypeConstraintModel
Generated model class for type TypeConstraint first defined at extension validation.
|
class |
XorNullReferenceConstraintModel
Generated model class for type XorNullReferenceConstraint first defined at extension validation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AbstractConstraintModel> |
ConstraintGroupModel.getConstraints()
Generated method - Getter of the
ConstraintGroup.constraints attribute defined at extension validation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintGroupModel.setConstraints(java.util.Set<AbstractConstraintModel> value)
Generated method - Setter of
ConstraintGroup.constraints attribute defined at extension validation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssertFalseConstraintModel
Generated model class for type AssertFalseConstraint first defined at extension validation.
|
class |
AssertTrueConstraintModel
Generated model class for type AssertTrueConstraint first defined at extension validation.
|
class |
DecimalMaxConstraintModel
Generated model class for type DecimalMaxConstraint first defined at extension validation.
|
class |
DecimalMinConstraintModel
Generated model class for type DecimalMinConstraint first defined at extension validation.
|
class |
DigitsConstraintModel
Generated model class for type DigitsConstraint first defined at extension validation.
|
class |
FutureConstraintModel
Generated model class for type FutureConstraint first defined at extension validation.
|
class |
MaxConstraintModel
Generated model class for type MaxConstraint first defined at extension validation.
|
class |
MinConstraintModel
Generated model class for type MinConstraint first defined at extension validation.
|
class |
NotNullConstraintModel
Generated model class for type NotNullConstraint first defined at extension validation.
|
class |
NullConstraintModel
Generated model class for type NullConstraint first defined at extension validation.
|
class |
ObjectPatternConstraintModel
Generated model class for type ObjectPatternConstraint first defined at extension ruleengineservices.
|
class |
PastConstraintModel
Generated model class for type PastConstraint first defined at extension validation.
|
class |
PatternConstraintModel
Generated model class for type PatternConstraint first defined at extension validation.
|
class |
SizeConstraintModel
Generated model class for type SizeConstraint first defined at extension validation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractConstraintModel |
AbstractConstraintResource.getAbstractConstraintModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AbstractConstraintModel |
AbstractConstraintResource.readResource(java.lang.String resourceId)
Gets the
AbstractConstraintModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractConstraintModel> |
AbstractConstraintsResource.getAbstractConstraintsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConstraintResource.setAbstractConstraintModel(AbstractConstraintModel value)
Convenience method which just delegates to
#setResourceValue(AbstractConstraintModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConstraintsResource.setAbstractConstraintsCollection(java.util.Collection<AbstractConstraintModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractConstraintModel> |
ConstraintService.getAllConstraints()
Gets all constraints instances.
|
java.util.List<AbstractConstraintModel> |
ConstraintService.getPojoRelatedConstraints()
Gets the list of the
AbstractConstraintModel which are attached to any POJO and are not attached to any
model, this means not have have TYPE set as reference to existing type in
system. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConstraintService.isConstraintDuplicated(AbstractConstraintModel model) |
boolean |
ValidationService.needReloadOfValidationEngine(AbstractConstraintModel model)
Returns
true if the given constraint was modified (see ItemModel.getModifiedtime()) after the
last reload (ValidationService.reloadValidationEngine()) of the validation engine. |
default void |
ValidationService.validateConstraint(AbstractConstraintModel model)
Creates TEST validation configuration using given constraint model.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractConstraintModel |
DefaultHybrisConstraintViolation.getConstraintModel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractConstraintModel> |
DefaultConstraintService.getAllConstraints() |
java.util.List<AbstractConstraintModel> |
DefaultConstraintService.getPojoRelatedConstraints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultConstraintService.isConstraintDuplicated(AbstractConstraintModel constraint) |
boolean |
DefaultValidationService.needReloadOfValidationEngine(AbstractConstraintModel model) |
void |
DefaultValidationService.validateConstraint(AbstractConstraintModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdvancedShippingNoticeValidConstraintModel
Generated model class for type AdvancedShippingNoticeValidConstraint first defined at extension warehousing.
|
Copyright © 2018 SAP SE. All Rights Reserved.