public class ProductsExportToEbay extends Object
Constructor and Description |
---|
ProductsExportToEbay() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
buildDataItemsXml(DispatchContext dctx,
Map<String,Object> context,
StringBuffer dataItemsXml,
String token,
GenericValue prod) |
static Map<String,Object> |
exportToEbay(DispatchContext dctx,
Map<String,Object> context) |
static Map<String,Object> |
exportToEbayResponse(String msg,
GenericValue product) |
static Map<String,Object> |
getEbayCategories(DispatchContext dctx,
Map<String,Object> context) |
static List<String> |
getproductExportFailureMessageList() |
static List<String> |
getProductExportSuccessMessageList() |
public static Map<String,Object> exportToEbay(DispatchContext dctx, Map<String,Object> context)
public static Map<String,Object> buildDataItemsXml(DispatchContext dctx, Map<String,Object> context, StringBuffer dataItemsXml, String token, GenericValue prod)
public static Map<String,Object> getEbayCategories(DispatchContext dctx, Map<String,Object> context)
public static Map<String,Object> exportToEbayResponse(String msg, GenericValue product)