| java.lang.Object | ||
| ↳ | org.mule.module.magento.api.AbstractMagentoClient | |
| ↳ | org.mule.module.magento.api.inventory.AxisMagentoCustomerClient | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.magento.api.AbstractMagentoClient
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a customer with th given attributes
| |||||||||||
Creates a new address for the given customer using the given address
attributes
| |||||||||||
Deletes a customer given its id
| |||||||||||
Deletes a Customer Address
| |||||||||||
Answers customer attributes for the given id.
| |||||||||||
Answers the customer address attributes
| |||||||||||
Lists the customer address for a given customer id
| |||||||||||
Lists all the customer groups
| |||||||||||
Answers a list of customer attributes for the given filter expression.
| |||||||||||
Updates the given customer attributes, for the given customer id.
| |||||||||||
Updates the given map of customer address attributes, for the given customer address
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.magento.api.AbstractMagentoClient
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.module.magento.api.inventory.MagentoCustomerClient
| |||||||||||
Creates a customer with th given attributes
| customerEntityToCreate | The attributes of the new customer |
|---|
| RemoteException |
|---|
Creates a new address for the given customer using the given address attributes
| customerId | |
|---|---|
| attributes |
| RemoteException |
|---|
Deletes a customer given its id
| customerId |
|---|
| RemoteException |
|---|
Deletes a Customer Address
| addressId |
|---|
| RemoteException |
|---|
Answers customer attributes for the given id. Only the selected attributes are retrieved
| customerId | |
|---|---|
| attributeNames | The attributes to retrieve. Not empty |
| RemoteException |
|---|
Answers the customer address attributes
| addressId |
|---|
| RemoteException |
|---|
Lists the customer address for a given customer id
| customerId | The id of the customer |
|---|
| RemoteException |
|---|
Lists all the customer groups
| RemoteException |
|---|
Answers a list of customer attributes for the given filter expression.
| filters | A filtering expression. |
|---|
| RemoteException |
|---|
Updates the given customer attributes, for the given customer id. Password can not be updated using this method
| customerId | |
|---|---|
| attributes | The attributes map |
| RemoteException |
|---|
Updates the given map of customer address attributes, for the given customer address
| addressId | The customer address to update |
|---|---|
| attributes | The address attributes to update |
| RemoteException |
|---|