| Modifier and Type | Method and Description |
|---|---|
CodeGenerationConfigurationWsDTO |
CouponservicesController.getCodeGenerationConfiguration(String codeGenerationConfigurationName,
String fields)
Request to get a single-code coupon with given couponId
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeGenerationConfigurationWsDTO> |
CodeGenerationConfigurationsSearchPageWsDTO.getCodeGenerationConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenerationConfigurationsSearchPageWsDTO.setCodeGenerationConfigurations(List<CodeGenerationConfigurationWsDTO> codeGenerationConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
CodeGenerationConfigurationWsDTO |
CodeGenerationConfigurationWsFacade.getCodeGenerationConfigurationWsDTO(String codeGenerationConfigurationName)
Given the codeGenerationConfiguration name string, returns the CodeGenerationConfiguration DTO, otherwise throws
exception
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<CodeGenerationConfigurationWsDTO> |
CodeGenerationConfigurationWsFacade.getCodeGenerationConfigurationSearchPageData(PageableData pageableData)
Returns a restricted size list (page) of available Code Generation Configuration
|
| Modifier and Type | Method and Description |
|---|---|
CodeGenerationConfigurationWsDTO |
DefaultCodeGenerationConfigurationWsFacade.getCodeGenerationConfigurationWsDTO(String codeGenerationConfigurationName) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchPageData<CodeGenerationConfigurationWsDTO> |
DefaultCodeGenerationConfigurationWsFacade.convertSearchPageData(SearchPageData<CodeGenerationConfigurationModel> source)
Converts the result of
SearchPageData |
SearchPageData<CodeGenerationConfigurationWsDTO> |
DefaultCodeGenerationConfigurationWsFacade.getCodeGenerationConfigurationSearchPageData(PageableData pageableData) |
protected Converter<CodeGenerationConfigurationModel,CodeGenerationConfigurationWsDTO> |
DefaultCodeGenerationConfigurationWsFacade.getCodeGenerationConfigurationWsDTOConverter() |
| Modifier and Type | Method and Description |
|---|---|
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.