| Package | Description |
|---|---|
| de.hybris.platform.couponservices.dao | |
| de.hybris.platform.couponservices.dao.impl | |
| de.hybris.platform.couponservices.interceptor | |
| de.hybris.platform.couponservices.model |
Contains generated models for each type of de.hybris.platform.couponservices.jalo package.
|
| de.hybris.platform.couponservices.resource | |
| de.hybris.platform.couponservices.services.impl | |
| de.hybris.platform.couponwebservices.facades.impl | |
| de.hybris.platform.couponwebservices.populators |
| Modifier and Type | Method and Description |
|---|---|
Optional<CodeGenerationConfigurationModel> |
CodeGenerationConfigurationDao.findCodeGenerationConfigurationByName(String name)
Finds the CodeGenerationConfiguration by its couponId.
|
| Modifier and Type | Method and Description |
|---|---|
List<MultiCodeCouponModel> |
CouponDao.findMultiCodeCouponsByCodeConfiguration(CodeGenerationConfigurationModel config)
Returns the list of MultiCodeCoupons that have the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CodeGenerationConfigurationModel> |
DefaultCodeGenerationConfigurationDao.findCodeGenerationConfigurationByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<MultiCodeCouponModel> |
DefaultCouponDao.findMultiCodeCouponsByCodeConfiguration(CodeGenerationConfigurationModel config) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CodeGenerationConfigurationValidateInterceptor.checkModelAttributeValuesChanged(CodeGenerationConfigurationModel model,
InterceptorContext ctx) |
protected <T> T |
CodeGenerationConfigurationValidateInterceptor.getPreviousValue(CodeGenerationConfigurationModel model,
String attributeName) |
protected boolean |
CodeGenerationConfigurationValidateInterceptor.isCodeSeparattorChanged(CodeGenerationConfigurationModel model,
InterceptorContext ctx) |
protected boolean |
CodeGenerationConfigurationValidateInterceptor.isCouponPartCountChanged(CodeGenerationConfigurationModel model,
InterceptorContext ctx) |
protected boolean |
CodeGenerationConfigurationValidateInterceptor.isCouponPartLengthChanged(CodeGenerationConfigurationModel model,
InterceptorContext ctx) |
void |
CodeGenerationConfigurationValidateInterceptor.onValidate(CodeGenerationConfigurationModel model,
InterceptorContext ctx) |
protected void |
CodeGenerationConfigurationValidateInterceptor.validateCodeSeperator(CodeGenerationConfigurationModel model) |
protected void |
CodeGenerationConfigurationValidateInterceptor.validateCoupon(CodeGenerationConfigurationModel model) |
| Modifier and Type | Method and Description |
|---|---|
CodeGenerationConfigurationModel |
MultiCodeCouponModel.getCodeGenerationConfiguration()
Generated method - Getter of the
MultiCodeCoupon.codeGenerationConfiguration attribute defined at extension couponservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiCodeCouponModel.setCodeGenerationConfiguration(CodeGenerationConfigurationModel value)
Generated method - Setter of
MultiCodeCoupon.codeGenerationConfiguration attribute defined at extension couponservices. |
| Constructor and Description |
|---|
MultiCodeCouponModel(CodeGenerationConfigurationModel _codeGenerationConfiguration,
String _couponId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MultiCodeCouponModel(String _alphabet,
CodeGenerationConfigurationModel _codeGenerationConfiguration,
String _couponId,
ItemModel _owner,
String _signature)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CodeGenerationConfigurationModel |
CodeGenerationConfigurationResource.getCodeGenerationConfigurationModel()
Convenience method which just delegates to
#getResourceValue() |
protected CodeGenerationConfigurationModel |
CodeGenerationConfigurationResource.readResource(String resourceId)
Gets the
CodeGenerationConfigurationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CodeGenerationConfigurationModel> |
CodeGenerationConfigurationsResource.getCodeGenerationConfigurationsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenerationConfigurationResource.setCodeGenerationConfigurationModel(CodeGenerationConfigurationModel value)
Convenience method which just delegates to
#setResourceValue(CodeGenerationConfigurationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenerationConfigurationsResource.setCodeGenerationConfigurationsCollection(Collection<CodeGenerationConfigurationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected CodeGenerationConfigurationModel |
DefaultCouponCodeGenerationServiceIT.generateCodeGenerationConfiguration(int partCount,
int partLength,
String codeSeparator) |
| Modifier and Type | Method and Description |
|---|---|
protected MultiCodeCouponModel |
DefaultCouponCodeGenerationServiceIT.generateMultiCodeCoupon(CodeGenerationConfigurationModel config,
String id) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CodeGenerationConfigurationModel,CodeGenerationConfigurationWsDTO> |
DefaultCodeGenerationConfigurationWsFacade.getCodeGenerationConfigurationWsDTOConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected SearchPageData<CodeGenerationConfigurationWsDTO> |
DefaultCodeGenerationConfigurationWsFacade.convertSearchPageData(SearchPageData<CodeGenerationConfigurationModel> source)
Converts the result of
SearchPageData |
void |
DefaultCodeGenerationConfigurationWsFacade.setCodeGenerationConfigurationWsDTOConverter(Converter<CodeGenerationConfigurationModel,CodeGenerationConfigurationWsDTO> codeGenerationConfigurationWsDTOConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenerationConfigurationWsPopulator.populate(CodeGenerationConfigurationModel source,
CodeGenerationConfigurationWsDTO target) |
Copyright © 2017 SAP SE. All Rights Reserved.