Uses of Class
de.hybris.platform.couponservices.model.CodeGenerationConfigurationModel
-
Packages that use CodeGenerationConfigurationModel Package Description de.hybris.platform.couponservices.model Contains generated models for each type of de.hybris.platform.couponservices.jalo package. -
-
Uses of CodeGenerationConfigurationModel in de.hybris.platform.couponservices.model
Methods in de.hybris.platform.couponservices.model that return CodeGenerationConfigurationModel Modifier and Type Method Description CodeGenerationConfigurationModelMultiCodeCouponModel. getCodeGenerationConfiguration()Generated method - Getter of theMultiCodeCoupon.codeGenerationConfigurationattribute defined at extensioncouponservices.Methods in de.hybris.platform.couponservices.model with parameters of type CodeGenerationConfigurationModel Modifier and Type Method Description voidMultiCodeCouponModel. setCodeGenerationConfiguration(CodeGenerationConfigurationModel value)Generated method - Setter ofMultiCodeCoupon.codeGenerationConfigurationattribute defined at extensioncouponservices.Constructors in de.hybris.platform.couponservices.model with parameters of type CodeGenerationConfigurationModel Constructor Description MultiCodeCouponModel(CodeGenerationConfigurationModel _codeGenerationConfiguration, java.lang.String _couponId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMultiCodeCouponModel(java.lang.String _alphabet, CodeGenerationConfigurationModel _codeGenerationConfiguration, java.lang.String _couponId, ItemModel _owner, java.lang.String _signature)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
-