Uses of Enum Class
de.hybris.platform.sap.productconfig.facades.UiValidationType
Packages that use UiValidationType
Package
Description
-
Uses of UiValidationType in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return UiValidationTypeModifier and TypeMethodDescriptionUiTypeFinder.findUiValidationTypeForCstic(CsticModel csticModel) CsticData.getValidationType()static UiValidationTypeReturns the enum constant of this class with the specified name.static UiValidationType[]UiValidationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.sap.productconfig.facades with parameters of type UiValidationTypeModifier and TypeMethodDescriptionvoidCsticData.setValidationType(UiValidationType validationType) -
Uses of UiValidationType in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return UiValidationTypeModifier and TypeMethodDescriptionprotected UiValidationTypeUiTypeFinderImpl.chooseUiValidationType(List<UiValidationType> posibleTypes, CsticModel model) UiTypeFinderImpl.findUiValidationTypeForCstic(CsticModel model) Methods in de.hybris.platform.sap.productconfig.facades.impl that return types with arguments of type UiValidationTypeModifier and TypeMethodDescriptionprotected List<UiValidationType>UiTypeFinderImpl.collectPossibleValidationTypes(CsticModel model, boolean isDebugEnabled) Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type UiValidationTypeModifier and TypeMethodDescriptionprotected UiValidationTypeUiTypeFinderImpl.chooseUiValidationType(List<UiValidationType> posibleTypes, CsticModel model) -
Uses of UiValidationType in de.hybris.platform.sap.productconfig.occ
Methods in de.hybris.platform.sap.productconfig.occ that return UiValidationTypeMethods in de.hybris.platform.sap.productconfig.occ with parameters of type UiValidationTypeModifier and TypeMethodDescriptionvoidCsticWsDTO.setValidationType(UiValidationType validationType)