public class CouponservicesV2Controller
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_CURRENT_PAGE |
static java.lang.String |
DEFAULT_FIELD_SET |
static java.lang.String |
DEFAULT_PAGE_SIZE |
static java.lang.String |
DEFAULT_SORT |
| Constructor and Description |
|---|
CouponservicesV2Controller() |
| Modifier and Type | Method and Description |
|---|---|
CodeGenerationConfigurationsSearchPageWsDTO |
getCodeGenerationConfigurations(java.lang.String fields,
int currentPage,
int pageSize,
java.lang.String sort)
Request to get all code generation configuration registered in the system
|
protected CodeGenerationConfigurationWsFacade |
getCodeGenerationConfigurationWsFacade() |
protected DataMapper |
getDataMapper() |
MultiCodeCouponsSearchPageWsDTO |
getMultiCodeCoupons(java.lang.String fields,
int currentPage,
int pageSize,
java.lang.String sort)
Request to get all multi-code coupons registered in the system
|
protected CouponWsFacades<MultiCodeCouponWsDTO> |
getMultiCodeCouponWsFacades() |
SingleCodeCouponsSearchPageWsDTO |
getSingleCodeCoupons(java.lang.String fields,
int currentPage,
int pageSize,
java.lang.String sort)
Request to get all single-code coupons registered in the system
|
protected CouponWsFacades<SingleCodeCouponWsDTO> |
getSingleCodeCouponWsFacades() |
protected WebPaginationUtils |
getWebPaginationUtils() |
public static final java.lang.String DEFAULT_FIELD_SET
public static final java.lang.String DEFAULT_CURRENT_PAGE
public static final java.lang.String DEFAULT_PAGE_SIZE
public static final java.lang.String DEFAULT_SORT
public SingleCodeCouponsSearchPageWsDTO getSingleCodeCoupons(java.lang.String fields, int currentPage, int pageSize, java.lang.String sort)
fields - defaulted to DEFAULT but can be FULL or BASICcurrentPage - number of the current pagepageSize - number of items in a pagesort - sorting the results fields and sorting strategypublic MultiCodeCouponsSearchPageWsDTO getMultiCodeCoupons(java.lang.String fields, int currentPage, int pageSize, java.lang.String sort)
fields - defaulted to DEFAULT but can be FULL or BASICcurrentPage - number of the current pagepageSize - number of items in a pagesort - sorting the results ascending or descendingpublic CodeGenerationConfigurationsSearchPageWsDTO getCodeGenerationConfigurations(java.lang.String fields, int currentPage, int pageSize, java.lang.String sort)
fields - defaulted to DEFAULT but can be FULL or BASICcurrentPage - number of the current pagepageSize - number of items in a pagesort - sorting the results ascending or descendingprotected DataMapper getDataMapper()
protected CouponWsFacades<SingleCodeCouponWsDTO> getSingleCodeCouponWsFacades()
protected CouponWsFacades<MultiCodeCouponWsDTO> getMultiCodeCouponWsFacades()
protected WebPaginationUtils getWebPaginationUtils()
protected CodeGenerationConfigurationWsFacade getCodeGenerationConfigurationWsFacade()
Copyright © 2018 SAP SE. All Rights Reserved.