Class TmaExportController

java.lang.Object
de.hybris.platform.b2ctelcoocc.controllers.BaseController
de.hybris.platform.b2ctelcoocc.controllers.TmaExportController

@Deprecated(since="1911", forRemoval=true) @Controller @RequestMapping("/{baseSiteId}/export") public class TmaExportController extends BaseController
Deprecated, for removal: This API element is subject to removal in a future version.
since 1911 - use ExportController instead
Web Services Controller to expose the functionality of the ProductFacade and SearchFacade.
  • Constructor Details

    • TmaExportController

      public TmaExportController()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • extractOptions

      protected static Set<ProductOption> extractOptions(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") String fields, @RequestParam(required=false,defaultValue="0") int currentPage, @RequestParam(required=false,defaultValue="20") int pageSize, @RequestParam(required=false) String catalog, @RequestParam(required=false) String version, @RequestParam(required=false) String timestamp)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • convertResultset

      public ProductDataList convertResultset(int page, int pageSize, String catalog, String version, ProductResultData modifiedProducts)
      Deprecated, for removal: This API element is subject to removal in a future version.