| Modifier and Type | Class and Description |
|---|---|
class |
OfferRecommendationComponentValidator |
class |
RecommendationComponentValidator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CMSItemValidator<T extends ItemModel>
Interface that deals with Type Validation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCMSItemValidator
Default implementation of
CMSItemValidator Performs all Validators from validatorMap that are part of the
same type hierarchy. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,Validator> |
DefaultCMSItemValidator.getValidatorMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSItemValidator.setValidatorMap(java.util.Map<java.lang.String,Validator> validatorMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAbstractCMSComponentValidator
Default implementation of the validator for
AbstractCMSComponentModel |
class |
DefaultAbstractRestrictionValidator
Default implementation of the validator for
AbstractRestrictionModel |
class |
DefaultBannerComponentValidator
Default implementation of the validator for
BannerComponentModel |
class |
DefaultBaseAbstractPageValidator
Default implementation of the validator for
AbstractPageModel |
class |
DefaultCMSCategoryRestrictionValidator
Default implementation of the validator for
CMSCategoryRestrictionModel |
class |
DefaultCMSLinkComponentValidator
Default implementation of the validator for
CMSLinkComponentModel |
class |
DefaultCMSNavigationNodeValidator
Default implementation of the validator for
CMSNavigationNodeModel |
class |
DefaultCMSParagraphComponentValidator
Default implementation of the validator for
CMSParagraphComponentModel |
class |
DefaultCMSTimeRestrictionValidator
Default implementation of the validator for
CMSTimeRestrictionModel |
class |
DefaultCMSUserGroupRestrictionValidator
Default implementation of the validator for
CMSUserGroupRestrictionModel |
class |
DefaultCreateAbstractPageValidator
Default implementation of the validator for
AbstractPageModel |
class |
DefaultCreateAbstractRestrictionValidator
Default implementation of the validator for
AbstractRestrictionModel |
class |
DefaultCreateCMSItemValidator
Default implementation of the validator for
CMSItemModel |
class |
DefaultCreateContentPageValidator
Default implementation of the validator for
ContentPageModel |
class |
DefaultTrashContentPageValidator
Validator to ensure that a content page can be moved to trash.
|
class |
DefaultUniqueNameForAttributeValidator
Validator to ensure that any
CMSItemModel cannot have a provided attribute with the same name. |
class |
DefaultUpdateAbstractPageValidator
Default implementation of the validator for
AbstractPageModel |
class |
DefaultUpdateAbstractRestrictionValidator
Default implementation of the validator for
AbstractRestrictionModel |
class |
DefaultUpdateCMSItemValidator
Default implementation of the validator for
CMSItemModel |
class |
DefaultUpdateContentPageValidator
Default implementation of the validator for
AbstractPageModel |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCompositeValidator<T>
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Validator<T>> |
DefaultCompositeValidator.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCompositeValidator.setValidators(java.util.List<Validator<T>> validators) |
Copyright © 2018 SAP SE. All Rights Reserved.