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.-
Field Summary
Fields inherited from class de.hybris.platform.b2ctelcoocc.controllers.BaseController
DEFAULT_FIELD_SET, FULL_FIELD_SET -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionconvertResultset(int page, int pageSize, String catalog, String version, ProductResultData modifiedProducts) Deprecated, for removal: This API element is subject to removal in a future version.exportProducts(String fields, int currentPage, int pageSize, String catalog, String version, String timestamp) Deprecated, for removal: This API element is subject to removal in a future version.protected static Set<ProductOption>extractOptions(String options) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.b2ctelcoocc.controllers.BaseController
getDataMapper, getI18nService, getMessageSource, handleErrorInternal, handleModelNotFoundException, sanitize, setDataMapper, setI18nService, setMessageSource, validate
-
Constructor Details
-
TmaExportController
public TmaExportController()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
extractOptions
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.
-