public class BulkServiceManager extends Object
| Constructor and Description |
|---|
BulkServiceManager() |
public static BulkService<Coupon,Integer,Object> createCouponBulkService(Configuration config)
public static BulkService<Customer,Integer,Object> createCustomerBulkService(Configuration config)
public static BulkService<Order,Integer,Object> createOrderBulkService(Configuration config)
public static BulkService<OrderNote,Integer,Order> createOrderNoteBulkService(Configuration config)
public static BulkService<OrderRefund,Integer,Order> createOrderRefundsBulkService(Configuration config)
public static BulkService<ProductAttribute,Integer,Object> createProductAttributeBulkService(Configuration config)
public static BulkService<ProductAttributeTerm,Integer,ProductAttribute> createProductAttributeTermBulkService(Configuration config)
public static BulkService<Product,Integer,Object> createProductBulkService(Configuration config)
public static BulkService<ProductCategory,Integer,Object> createProductCategoryBulkService(Configuration config)
public static BulkService<Order,Integer,Product> createProductOrderBulkService(Configuration config)
public static BulkService<ProductReview,Integer,Product> createProductReviewBulkService(Configuration config)
public static BulkService<ProductShippingClass,Integer,Object> createProductShippingClassBulkService(Configuration config)
public static BulkService<ProductTag,Integer,Object> createProductTagBulkService(Configuration config)
Copyright © 2017 Netgrid. All rights reserved.