atg.b2bcommerce.order
Interface B2BOrder

All Superinterfaces:
CommerceIdentifier, CommerceItemContainer, CostCenterContainer, CostCenterRelationshipContainer, Order, PaymentGroupContainer, PaymentGroupRelationshipContainer, RelationshipContainer, java.io.Serializable, ShippingGroupContainer
All Known Implementing Classes:
B2BOrderImpl

Deprecated.

public interface B2BOrder
extends Order

See Also:
Order

Field Summary
static java.lang.String CLASS_VERSION
          Deprecated. Class version string
 
Method Summary
 
Methods inherited from interface atg.commerce.order.Order
addOrderIdToRelatedOrders, equals, getAgentId, getApprovalSystemMessages, getApproverIds, getApproverMessages, getAuthorizedApproverIds, getCompletedDate, getCompletedTime, getCreatedByOrderId, getCreationDate, getCreationSiteId, getCreationTime, getDescription, getLastModifiedDate, getLastModifiedTime, getManualAdjustments, getOrderClassType, getOriginOfOrder, getPriceInfo, getProfileId, getRelatedOrders, getSalesChannel, getSiteId, getSpecialInstructions, getState, getStateDetail, getSubmittedDate, getSubmittedTime, getTaxPriceInfo, isChanged, isExplicitlySaved, isTransient, setAgentId, setApprovalSystemMessages, setApproverIds, setApproverMessages, setAuthorizedApproverIds, setCompletedTime, setCreatedByOrderId, setCreationSiteId, setCreationTime, setDescription, setExplicitlySaved, setLastModifiedTime, setManualAdjustments, setOrderClassType, setOriginOfOrder, setPriceInfo, setProfileId, setSalesChannel, setSiteId, setState, setStateDetail, setSubmittedTime, setTaxPriceInfo, setTransient
 
Methods inherited from interface atg.commerce.order.CommerceItemContainer
addCommerceItem, addCommerceItem, getCommerceItem, getCommerceItemCount, getCommerceItems, getCommerceItemsByCatalogRefId, getTotalCommerceItemCount, removeAllCommerceItems, removeCommerceItem
 
Methods inherited from interface atg.commerce.order.ShippingGroupContainer
addShippingGroup, addShippingGroup, getShippingGroup, getShippingGroupCount, getShippingGroups, removeAllShippingGroups, removeShippingGroup
 
Methods inherited from interface atg.commerce.order.PaymentGroupContainer
addPaymentGroup, addPaymentGroup, getPaymentGroup, getPaymentGroupCount, getPaymentGroups, removeAllPaymentGroups, removePaymentGroup
 
Methods inherited from interface atg.commerce.order.RelationshipContainer
addRelationship, addRelationship, getRelationship, getRelationshipCount, getRelationships, removeAllRelationships, removeRelationship
 
Methods inherited from interface atg.commerce.order.PaymentGroupRelationshipContainer
addPaymentGroupRelationship, addPaymentGroupRelationship, getPaymentGroupRelationship, getPaymentGroupRelationshipCount, getPaymentGroupRelationships, removeAllPaymentGroupRelationships, removePaymentGroupRelationship
 
Methods inherited from interface atg.commerce.order.CostCenterContainer
addCostCenter, addCostCenter, getCostCenter, getCostCenterCount, getCostCenters, removeAllCostCenters, removeCostCenter
 
Methods inherited from interface atg.commerce.order.CostCenterRelationshipContainer
addCostCenterRelationship, addCostCenterRelationship, getCostCenterRelationship, getCostCenterRelationshipCount, getCostCenterRelationships, removeAllCostCenterRelationships, removeCostCenterRelationship
 
Methods inherited from interface atg.commerce.order.CommerceIdentifier
getId
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Deprecated. 
Class version string

See Also:
Constant Field Values