java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.rfq.commands.CreateResponseFulfillmentTCCmdImpl
Implementation for creating fulfillment center terms and conditions in the RFQ response.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.rfq.commands. CreateResponseFulfillmentTCCmd |
defaultCommandClassName,
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
CreateResponseFulfillmentTCCmdImpl() Constructor an instance of CreateResponseFulfillmentTCCmdImpl. |
Method Summary | |
---|---|
java.util.Hashtable |
getFfmcenterObj() Gets ffmcenterObj |
java.lang.Long |
getResponseId() Gets responseId |
void |
performExecute() Create Fulfillment TC * @exception ECApplicationException * @exception ECException |
void |
setFfmcenterObj(java.util.Hashtable newFfmcenterObj) Sets the field of ffmcenterObj |
void |
setResponseId(java.lang.Long newResponseId) Sets the field of responseId |
void |
validateParameters() Validate response parameters. |
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,
isReadyToCallExecute,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public CreateResponseFulfillmentTCCmdImpl()
Method Detail |
---|
public java.util.Hashtable getFfmcenterObj()
public java.lang.Long getResponseId()
public void performExecute() throws ECApplicationException, ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECApplicationException
ECException
public void setFfmcenterObj(java.util.Hashtable newFfmcenterObj)
setFfmcenterObj
in interface
CreateResponseFulfillmentTCCmd
newFfmcenterObj
- java.util.Hashtablepublic void setResponseId(java.lang.Long newResponseId)
setResponseId
in interface
CreateResponseFulfillmentTCCmd
newResponseId
- java.lang.Longpublic void validateParameters() throws ECApplicationException
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECApplicationException