|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.order.commands.OrderCopyCmd.Group
The OrderCopy enumeration group.
Constructor Summary | |
OrderCopyCmd.Group()
|
Method Summary | |
void |
setAddressId(java.lang.Long anAddressId)
Set the shipping address of the new/copied/updated orderitem(s). Default: null (the shipping address of the new/copied/updated orderitem(s) should be left unchanged) |
void |
setAttributes(java.util.Hashtable ahshAttributes)
Set the attributes of the product. Default: null (no attributes) |
void |
setCatalogEntryId(java.lang.Long anCatalogEntryId)
Set the catalog entry of the new/copied orderitem(s). Default: null (the catalog entry of the copied orderitem(s) should be left unchanged) |
void |
setComment(java.lang.String astrComment)
Set the comment of the new/copied/updated orderitem(s). Default: null (the comment of the new/copied/updated orderitem(s) should be left unchanged) |
void |
setConfigurationId(java.lang.String astrConfigId)
Set the configuration ID of the new/copied orderitem(s). Default: null (the configuration ID of the copied orderitem(s) should be left unchanged) |
void |
setContractIds(java.lang.Long[] anContractIds)
Set the possible contracts of the new/copied/updated orderitem(s). Default: null (use the default set of possible contracts/the contract of the copied/updated orderitem(s) should be left unchanged) |
void |
setCopyOrderItemAbbreviations(java.lang.String[] astrCopyOrderItemAbbreviations)
Set the orderitems in the source orders to be copied. Default: null (all orderitems in the source orders are to be copied) |
void |
setCopyOrderItems(OrderItemAccessBean[] aabCopyOrderItems)
Set the orderitems in the source orders to be copied. Default: null (all orderitems in the source orders are to be copied) |
void |
setCorrelationGroup(java.lang.Long anCorrelationGroup)
Set the correlation group of the new/copied/updated orderitem(s). Default: null (the correlation group of the new/copied/updated orderitem(s) should be left unchanged) |
void |
setDescription(java.lang.String astrDescription)
Set the description of the new/copied/updated orderitem(s). Default: null (the description of the new/copied/updated orderitem(s) should be left unchanged) |
void |
setField1(java.lang.Integer anField1)
Set field1 of the new/copied/updated orderitem(s). Default: null (field1 of the new/copied/updated orderitem(s) should be left unchanged) |
void |
setField2(java.lang.String astrField2)
Set field2 of the new/copied/updated orderitem(s). Default: null (field2 of the new/copied/updated orderitem(s) should be left unchanged) |
void |
setFromOrderAbbreviations(java.lang.String[] astrFromOrderAbbreviations)
Set the source orders. Default: null (this enumeration group does not need any source order) |
void |
setFromOrders(OrderAccessBean[] aabFromOrders)
Set the source orders. Default: null (this enumeration group does not need any source order) |
void |
setMemberId(java.lang.Long anMemberId)
Set the member to be used in resolving the order abbreviation(s). Default: null (use the current user to resolve the order abbreviation(s)) |
void |
setNewOrderItem(boolean abNewOrderItem)
Set whether a new orderitem should be added to the target order. Default: false |
void |
setOfferIds(java.lang.Long[] anOfferIds)
Set the possible offers of the new/copied/updated orderitem(s). Default: null (use the default set of possible offers/the offer of the copied/updated orderitem(s) should be left unchanged) |
void |
setPartNumber(java.lang.String astrPartNumber)
Set the part number of the new/copied orderitem(s). Default: null (the part number of the copied orderitem(s) should be left unchanged) |
void |
setQuantity(java.lang.Double adQuantity)
Set the quantity of the new/copied/updated orderitem(s). Default: null (the quantity of the new/copied/updated orderitem(s) should be left unchanged) |
void |
setShipmodeId(java.lang.Integer anShipmodeId)
Set the shipping mode of the new/copied/updated orderitem(s). Default: null (the shipping mode of the new/copied/updated orderitem(s) should be left unchanged) |
void |
setUom(java.lang.String astrUom)
Set the unit of measure of the quantity. Default: null (the quantity is normalized) |
void |
setUpdateOrderItemAbbreviations(java.lang.String[] astrUpdateOrderItemAbbreviations)
Set the orderitems in the target order to be updated. Default: null (none of the orderitems in the target order are to be updated) |
void |
setUpdateOrderItems(OrderItemAccessBean[] aabUpdateOrderItems)
Set the orderitems in the target order to be updated. Default: null (none of the orderitems in the target order are to to be updated) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrderCopyCmd.Group()
Method Detail |
public void setAddressId(java.lang.Long anAddressId)
anAddressId
- the shipping address of the new/copied/updated orderitem(s)public void setAttributes(java.util.Hashtable ahshAttributes)
ahshAttributes
- the attributes of the product. key/value: attribute name (String)/attribute values (String[])public void setCatalogEntryId(java.lang.Long anCatalogEntryId)
anCatalogEntryId
- the catalog entry of the new/copied orderitem(s)public void setComment(java.lang.String astrComment)
astrComment
- the comment of the new/copied/updated orderitem(s)public void setConfigurationId(java.lang.String astrConfigId)
astrConfigId
- the configuration ID of the new/copied orderitem(s)public void setContractIds(java.lang.Long[] anContractIds)
anContractIds
- the possible contracts of the new/copied/updated orderitem(s)public void setCopyOrderItemAbbreviations(java.lang.String[] astrCopyOrderItemAbbreviations)
astrCopyOrderItemAbbreviations
- the orderitems in the source orders to be copiedpublic void setCopyOrderItems(OrderItemAccessBean[] aabCopyOrderItems)
aabCopyOrderItems
- the orderitems in the source orders to be copiedpublic void setCorrelationGroup(java.lang.Long anCorrelationGroup)
anCorrelationGroup
- the correlation group of the new/copied/updated orderitem(s)public void setDescription(java.lang.String astrDescription)
astrDescription
- the description of the new/copied/updated orderitem(s)public void setField1(java.lang.Integer anField1)
anField1
- field1 of the new/copied/updated orderitem(s)public void setField2(java.lang.String astrField2)
astrField2
- field2 of the new/copied/updated orderitem(s)public void setFromOrderAbbreviations(java.lang.String[] astrFromOrderAbbreviations)
astrFromOrderAbbreviations
- the source orderspublic void setFromOrders(OrderAccessBean[] aabFromOrders)
aabFromOrders
- the source orderspublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- the member to be used in resolving the order abbreviation(s)public void setNewOrderItem(boolean abNewOrderItem)
abNewOrderItem
- whether a new orderitem should be added to the target orderpublic void setOfferIds(java.lang.Long[] anOfferIds)
anOfferIds
- the possible offers of the new/copied/updated orderitem(s)public void setPartNumber(java.lang.String astrPartNumber)
astrPartNumber
- the part number of the new/copied orderitem(s)public void setQuantity(java.lang.Double adQuantity)
adQuantity
- the quantity of the new/copied/updated orderitem(s)public void setShipmodeId(java.lang.Integer anShipmodeId)
anShipmodeId
- the shipping mode of the new/copied/updated orderitem(s)public void setUom(java.lang.String astrUom)
astrUom
- the unit of measure of the quantitypublic void setUpdateOrderItemAbbreviations(java.lang.String[] astrUpdateOrderItemAbbreviations)
astrUpdateOrderItemAbbreviations
- the orderitems in the target order to be updatedpublic void setUpdateOrderItems(OrderItemAccessBean[] aabUpdateOrderItems)
aabUpdateOrderItems
- the orderitems in the target order to be updated
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |