public interface CreateOrderItemPAttributeTCCmd extends TaskCommand
This command can be used to convert personalization attributes specified for each item. During the course of a negotiation, it enters Terms and Conditions associated with a trading agreement. When an order results from this trading agreement, these OrderItemPAttribute TCs will appear as personalized attributes for each order item.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAttributeInfo(java.util.Vector newAttrInfo)
Stores the list of personalization attributes that need to be converted into terms and conditions.
|
void |
setCatentryId(java.lang.Long newCatentryid)
Stores the incoming catalog entry ID.
|
void |
setTradingId(java.lang.Long newTradingid)
Stores the incoming trading agreement ID.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setAttributeInfo(java.util.Vector newAttrInfo)
newAttrInfo - The list of personalization attributes.void setCatentryId(java.lang.Long newCatentryid)
newCatentryid - The ID of the catalog entry.void setTradingId(java.lang.Long newTradingid)
newTradingId - The ID of the trading agreement.