java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.order.utils.ResolveOrderQuotationRelsCmdImpl
This is the default implementation of the ResolveOrderQuotationRels command.
Field Summary | |
static java.lang.String | COPYRIGHT The IBM copyright string. |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.order.utils.ResolveOrderQuotationRelsCmd |
defaultCommandClassName, NAME, TOKEN_CHILD, TOKEN_CONTRACT, TOKEN_DEFAULT, TOKEN_FINAL, TOKEN_INITIAL, TOKEN_NONE, TOKEN_PARENT, TOKEN_SELECTION, TOKEN_STORE, TOKEN_SUBMISSION |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
ResolveOrderQuotationRelsCmdImpl() Constructor for ResolveOrderQuotationRelsCmdImpl. |
Method Summary | |
static ResolveOrderQuotationRelsCmd | getInstance(CommandContext aCommandContext) Returns the instance from the command context. |
OrderQuotationRelAccessBean[] | getOrderQuotationRels() Returns the OrderQuotationRelAccessBeans represented by the abbreviations. |
int | getParsingPosition() Returns the character position in the abbreviation where parsing has ended. |
void | performExecute() The business logic for this command. |
static void | releaseInstance(CommandContext aCommandContext) Releases the instance from the command context, if there is one in the command context. |
void | reset() This method should be called after a command has been executed to reset its states variables. |
void | setIncompleteParsingAllowed(boolean abIncompleteParsingAllowed) Sets whether incomplete parsing is allowed. |
void | setInitialParsingPosition(int anInitialParsingPosition) Sets the character position in the abbreviation where parsing should start. |
void | setOrderQuotationRelAbbreviations(java.lang.String[] astrOrderQuotationRelAbbreviations) Sets the OrderQuotationRel abbreviations to be resolved. |
void | validateParameters() Performs parameter checking. |
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, 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 ResolveOrderQuotationRelsCmdImpl()
Method Detail |
public static ResolveOrderQuotationRelsCmd getInstance(CommandContext aCommandContext) throws ECException
public static void releaseInstance(CommandContext aCommandContext)
public void setOrderQuotationRelAbbreviations(java.lang.String[] astrOrderQuotationRelAbbreviations)
public void setIncompleteParsingAllowed(boolean abIncompleteParsingAllowed)
public void setInitialParsingPosition(int anInitialParsingPosition)
public OrderQuotationRelAccessBean[] getOrderQuotationRels()
public int getParsingPosition()
public void reset()
public void validateParameters() throws ECException
public void performExecute() throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.