Class TmaExportController
- java.lang.Object
-
- de.hybris.platform.b2ctelcooccaddon.controllers.BaseController
-
- de.hybris.platform.b2ctelcooccaddon.controllers.TmaExportController
-
@Deprecated(since="1911", forRemoval=true) @Controller @RequestMapping("/{baseSiteId}/export") public class TmaExportController extends BaseControllerDeprecated, for removal: This API element is subject to removal in a future version.since 1911 - use ExportController insteadWeb Services Controller to expose the functionality of theProductFacadeand SearchFacade.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.b2ctelcooccaddon.controllers.BaseController
DEFAULT_FIELD_SET, FULL_FIELD_SET
-
-
Constructor Summary
Constructors Constructor Description TmaExportController()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ProductDataListconvertResultset(int page, int pageSize, java.lang.String catalog, java.lang.String version, ProductResultData modifiedProducts)Deprecated, for removal: This API element is subject to removal in a future version.ProductListWsDTOexportProducts(java.lang.String fields, int currentPage, int pageSize, java.lang.String catalog, java.lang.String version, java.lang.String timestamp)Deprecated, for removal: This API element is subject to removal in a future version.protected static java.util.Set<ProductOption>extractOptions(java.lang.String options)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.b2ctelcooccaddon.controllers.BaseController
getDataMapper, getI18nService, getMessageSource, handleErrorInternal, handleModelNotFoundException, sanitize, setDataMapper, setI18nService, setMessageSource, validate
-
-
-
-
Method Detail
-
extractOptions
protected static java.util.Set<ProductOption> extractOptions(java.lang.String options)
Deprecated, for removal: This API element is subject to removal in a future version.
-
exportProducts
@Secured("ROLE_TRUSTED_CLIENT") @RequestMapping(value="/products", method=GET) @ResponseBody public ProductListWsDTO exportProducts(@RequestParam(required=false,defaultValue="DEFAULT") java.lang.String fields, @RequestParam(required=false,defaultValue="0") int currentPage, @RequestParam(required=false,defaultValue="20") int pageSize, @RequestParam(required=false) java.lang.String catalog, @RequestParam(required=false) java.lang.String version, @RequestParam(required=false) java.lang.String timestamp)Deprecated, for removal: This API element is subject to removal in a future version.
-
convertResultset
public ProductDataList convertResultset(int page, int pageSize, java.lang.String catalog, java.lang.String version, ProductResultData modifiedProducts)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-