Class MarketplaceHotfolderController
- java.lang.Object
-
- de.hybris.platform.marketplaceocc.controllers.hotfolder.MarketplaceHotfolderController
-
@Controller @RequestMapping("/{baseSiteId}/hotfolder") public class MarketplaceHotfolderController extends java.lang.ObjectController for marketplace hot folder.
-
-
Constructor Summary
Constructors Constructor Description MarketplaceHotfolderController()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddownloadVendorLogs(javax.servlet.http.HttpServletResponse response)voiddownloadVendorOrders(javax.servlet.http.HttpServletResponse response)protected MarketplaceHotFolderHelpergetHelper()protected ErrorListWsDTOhandleErrorInternal(java.lang.String type, java.lang.String message)ErrorListWsDTOhandleExceptions(java.lang.Exception e)Deprecated, for removal: This API element is subject to removal in a future version.(deprecated since 2105, in order to avoid leaking of exception messages by configuring exceptions)FileUploadWsDTOupload(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
upload
@ResponseBody @Secured({"ROLE_VENDORADMINISTRATORGROUP","ROLE_VENDORPRODUCTMANAGERGROUP","ROLE_VENDORWAREHOUSESTAFFGROUP","ROLE_VENDORCONTENTMANAGERGROUP"}) @RequestMapping(value="/upload", method=POST) public FileUploadWsDTO upload(javax.servlet.http.HttpServletRequest request)
-
downloadVendorOrders
@RequestMapping(value="/download/orders", method=GET) @Secured({"ROLE_VENDORWAREHOUSESTAFFGROUP","ROLE_VENDORADMINISTRATORGROUP"}) public void downloadVendorOrders(javax.servlet.http.HttpServletResponse response)
-
downloadVendorLogs
@RequestMapping(value="/download/logs", method=GET) @Secured({"ROLE_VENDORADMINISTRATORGROUP","ROLE_VENDORPRODUCTMANAGERGROUP","ROLE_VENDORWAREHOUSESTAFFGROUP","ROLE_VENDORCONTENTMANAGERGROUP"}) public void downloadVendorLogs(javax.servlet.http.HttpServletResponse response)
-
handleExceptions
@Deprecated(since="2105", forRemoval=true) @ResponseStatus(BAD_REQUEST) @ResponseBody public ErrorListWsDTO handleExceptions(java.lang.Exception e)Deprecated, for removal: This API element is subject to removal in a future version.(deprecated since 2105, in order to avoid leaking of exception messages by configuring exceptions)
-
handleErrorInternal
protected ErrorListWsDTO handleErrorInternal(java.lang.String type, java.lang.String message)
-
getHelper
protected MarketplaceHotFolderHelper getHelper()
-
-