com.ibm.commerce.utf.commands
Interface ModifyOrderItemPAttributeTCCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
ModifyOrderItemPAttributeTCCmdImpl

public interface ModifyOrderItemPAttributeTCCmd
extends TaskCommand

Task command interface to modify terms and conditions of type "OrderItemPAttribute".


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setLanguageId(java.lang.Integer newLanguageId)
          Save the incoming language Id.
 void setPAttributeVector(java.util.Vector newPAttributes)
          Save the incoming vector of personalization attributes.
 void setTradingId(java.lang.Long newTradingid)
          Save the incoming trading Id
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setLanguageId

public void setLanguageId(java.lang.Integer newLanguageId)
Save the incoming language Id.
Parameters:
newLanguageId - java.lang.Integer

setPAttributeVector

public void setPAttributeVector(java.util.Vector newPAttributes)
Save the incoming vector of personalization attributes.
Parameters:
newPAttributes - java.util.Vector

setTradingId

public void setTradingId(java.lang.Long newTradingid)
Save the incoming trading Id
Parameters:
newTradingid - java.lang.Long