com.ibm.commerce.rfq.commands
Interface RespondRFQLevelAttachmentsCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- RespondRFQLevelAttachmentsCmdImpl
public interface RespondRFQLevelAttachmentsCmd extends TaskCommand
Creates RFQ level attachments in an RFQ response.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.static java.lang.String
defaultCommandClassName
Default implementation class name.static java.lang.String
NAME
Class name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setAttachmentsVector(java.util.Vector newAttachmentsVector)
Sets the field of attachmentsVectorvoid
setResponseId(java.lang.Long newTradingid)
Sets response ID-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
Class name.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
Default implementation class name.- See Also:
- Constant Field Values
-
-
Method Detail
-
setAttachmentsVector
void setAttachmentsVector(java.util.Vector newAttachmentsVector)
Sets the field of attachmentsVector- Parameters:
newAttachmentsVector
- java.util.Vector
-
setResponseId
void setResponseId(java.lang.Long newTradingid)
Sets response ID- Parameters:
newTradingid
- java.lang.Long
-
-