| Package | Description |
|---|---|
| org.imixs.workflow.magento | |
| org.imixs.workflow.magento.rest | |
| org.imixs.workflow.magento.soap |
| Modifier and Type | Method and Description |
|---|---|
void |
MagentoClient.addOrderComment(String orderIncrementId,
String status,
String comment,
boolean notify)
adds a comment to an order
|
void |
MagentoClient.connect(org.imixs.workflow.ItemCollection config)
Connection the Client with the Magento Service.
|
org.imixs.workflow.ItemCollection |
MagentoService.findOrderByWorkitem(org.imixs.workflow.ItemCollection workitem)
This method finds the magento order entity for a workitem.
|
org.imixs.workflow.ItemCollection |
MagentoClient.getCustomerById(int id) |
org.imixs.workflow.ItemCollection |
MagentoService.getCustomerById(String id,
String configID)
returns a single itemCollection for a magento product entry.
|
org.imixs.workflow.ItemCollection |
MagentoClient.getOrderById(String id) |
List<org.imixs.workflow.ItemCollection> |
MagentoClient.getOrders(String status) |
org.imixs.workflow.ItemCollection |
MagentoClient.getProductBySKU(String sku)
returns a single itemCollection for a magento product entry
|
org.imixs.workflow.ItemCollection |
MagentoService.getProductBySKU(String sku,
String configID)
returns a single itemCollection for a magento product entry.
|
List<org.imixs.workflow.ItemCollection> |
MagentoClient.getProducts()
returns a List of itemCollection for magento product entries
|
void |
MagentoSchedulerService.importOrders(org.imixs.workflow.ItemCollection configuration)
This method imports all orders or update existing workitems.
|
| Modifier and Type | Method and Description |
|---|---|
static MagentoException |
MagentoJsonParser.parseError(String json)
This method parses a Magento json string for a error message and returns
a new instance of a imixs PluginException containing the error code and
the error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MagentoRestClient.addOrderComment(String orderIncrementId,
String status,
String comment,
boolean notify) |
List<org.imixs.workflow.ItemCollection> |
MagentoRestClient.getOrders(String status)
This method implements a paging mechanism because the Rest API only
returns a maximum of 100 entries per call!
|
List<org.imixs.workflow.ItemCollection> |
MagentoRestClient.getProducts() |
static List<org.imixs.workflow.ItemCollection> |
MagentoJsonParser.parseObjectList(String json)
This method parses a Magento json string containing a List of objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MagentoSOAPClient.addOrderComment(String orderIncrementId,
String status,
String comment,
boolean notify) |
void |
MagentoSOAPClient.connect(org.imixs.workflow.ItemCollection magentoConfiguration) |
org.imixs.workflow.ItemCollection |
MagentoSOAPClient.getCustomerById(int id) |
org.imixs.workflow.ItemCollection |
MagentoSOAPClient.getOrderById(String id) |
List<org.imixs.workflow.ItemCollection> |
MagentoSOAPClient.getOrders(String status) |
org.imixs.workflow.ItemCollection |
MagentoSOAPClient.getProductBySKU(String sku) |
List<org.imixs.workflow.ItemCollection> |
MagentoSOAPClient.getProducts() |
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.