com.ibm.commerce.fulfillment.commands
Class ListFulfillmentCentersCmdImpl
java.lang.Object
CacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.fulfillment.commands.ListFulfillmentCentersCmdImpl
- All Implemented Interfaces:
- ECCommand, ECTargetableCommand, ListFulfillmentCentersCmd, TaskCommand
- public class ListFulfillmentCentersCmdImpl
- extends TaskCommandImpl
- implements ListFulfillmentCentersCmd
- See Also:
- Serialized Form
Method Summary |
java.util.Vector |
getFulfillmentCenters()
Deprecated. Get the list of FulfillmentCenters |
boolean |
isReadyToCallExecute()
Deprecated. This method is called by the Targettable Command frame work before the execution of the command. |
void |
performExecute()
Deprecated. The business logic for this command. |
void |
reset()
Deprecated. This method should be called after a command has been executed to reset its states variables. |
void |
setShippingMode(java.lang.Integer shippingMode)
Deprecated. Set the shipping mode. |
void |
setStoreId(java.lang.Integer storeId)
Deprecated. Set the store Id. |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListFulfillmentCentersCmdImpl
public ListFulfillmentCentersCmdImpl()
- Deprecated.
getFulfillmentCenters
public java.util.Vector getFulfillmentCenters()
- Deprecated.
- Description copied from interface: ListFulfillmentCentersCmd
- Get the list of FulfillmentCenters
-
- Specified by:
- getFulfillmentCenters in interface ListFulfillmentCentersCmd
isReadyToCallExecute
public boolean isReadyToCallExecute()
- Deprecated.
- Description copied from class: AbstractECTargetableCommand
- This method is called by the Targettable Command frame work before the execution of the command. The default implementation is to return true.
-
- Overrides:
- isReadyToCallExecute in class AbstractECTargetableCommand
-
- Returns:
- true if we can execute the command false if we canot execute the command
performExecute
public void performExecute()
throws ECException
- Deprecated.
- Description copied from class: AbstractECTargetableCommand
- The business logic for this command. This method should be overwritten by all command writers. Command writers should call super.performExecute() as the first line in their method.
-
- Specified by:
- performExecute in interface ECCommand
- Overrides:
- performExecute in class AbstractECTargetableCommand
-
- Throws:
- ECException
reset
public void reset()
- Deprecated.
- Description copied from class: AbstractECTargetableCommand
- This method should be called after a command has been executed to reset its states variables. After the call to reset, we should be able to execute the command again.
-
- Overrides:
- reset in class AbstractECTargetableCommand
setShippingMode
public void setShippingMode(java.lang.Integer shippingMode)
- Deprecated.
- Description copied from interface: ListFulfillmentCentersCmd
- Set the shipping mode.
-
- Specified by:
- setShippingMode in interface ListFulfillmentCentersCmd
setStoreId
public void setStoreId(java.lang.Integer storeId)
- Deprecated.
- Description copied from interface: ListFulfillmentCentersCmd
- Set the store Id.
-
- Specified by:
- setStoreId in interface ListFulfillmentCentersCmd
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.