com.ibm.commerce.utf.commands
Interface CreateRFQItemAttributeCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- CreateRFQItemAttributeCmdImpl
- public interface CreateRFQItemAttributeCmd
- extends TaskCommand
Creates standard WebSphere Commerce attribute values for RFQ items.
An RFQ item may or may not have all the attributes of its parent product. This command
stores the values for the inherited attributes.
Method Summary |
void |
setAttributeVector(java.util.Vector newAttributeVector)
Stores the list of inherited standard attributes. |
void |
setCatentryId(java.lang.Long newCatentryId)
Stores the catalog entry ID. |
void |
setLanguageId(java.lang.Integer languageId)
Stores the language identifier. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setAttributeVector
public void setAttributeVector(java.util.Vector newAttributeVector)
- Stores the list of inherited standard attributes.
- Parameters:
newAttributeVector
- The list of standard attributes.
setCatentryId
public void setCatentryId(java.lang.Long newCatentryId)
- Stores the catalog entry ID.
- Parameters:
newCatentryId
- The catalog entry ID.
setLanguageId
public void setLanguageId(java.lang.Integer languageId)
- Stores the language identifier.
- Parameters:
languageId
- The language identifier.