public class ListFulfillmentCentersCmdImpl extends TaskCommandImpl implements ListFulfillmentCentersCmd
Constructor and Description |
---|
ListFulfillmentCentersCmdImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector | getFulfillmentCenters()
Deprecated.
Get the list of FulfillmentCenters
|
boolean | isReadyToCallExecute()
Deprecated.
This method is called by the targetable command framework.
|
void | performExecute()
Deprecated.
This method performs the business logic for this command.
|
void | reset()
Deprecated.
This method is called after a command has been executed.
|
void | setShippingMode(java.lang.Integer shippingMode)
Deprecated.
Set the shipping mode.
|
void | setStoreId(java.lang.Integer storeId)
Deprecated.
Set the store Id.
|
public java.util.Vector getFulfillmentCenters()
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
public void reset()
public void setShippingMode(java.lang.Integer shippingMode)
public void setStoreId(java.lang.Integer storeId)