|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.command.AbstractECCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.returns.commands.ExtendReturnCreditAndCloseScanCmdImpl
Task command to extend the ReturnCreditAndCloseScan controller command. This implementation does nothing.
Fields inherited from class com.ibm.commerce.command.AbstractECCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.returns.commands.ExtendReturnCreditAndCloseScanCmd |
COPYRIGHT, defaultCommandClassName, NAME |
Constructor Summary | |
ExtendReturnCreditAndCloseScanCmdImpl()
ExtendReturnCreditAndCloseScanCmdImpl constructor. |
Method Summary | |
void |
performExecute()
Execute the command. |
void |
reset()
Reset the command. |
void |
setRequestProperties(TypedProperty aRequestProperties)
Set the caller's request properties. |
void |
validateParameters()
Check mandatory parameters. |
Methods inherited from class com.ibm.commerce.command.AbstractECCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties |
Constructor Detail |
public ExtendReturnCreditAndCloseScanCmdImpl()
Method Detail |
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in class AbstractECCommand
com.ibm.commerce.command.ECCommand
com.ibm.commerce.command.CommandException
- The superclass for all ECExceptions.public void reset()
reset
in class AbstractECCommand
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
ExtendReturnCreditAndCloseScanCmd
setRequestProperties
in interface ExtendReturnCreditAndCloseScanCmd
com.ibm.commerce.returns.commands.ExtendReturnCreditAndCloseScanCmd
aRequestProperties
- The request properties.public void validateParameters() throws ECException
validateParameters
in interface ECCommand
validateParameters
in class AbstractECCommand
com.ibm.commerce.command.ECCommand
ECException.
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |