com.retek.component.customerorder.impl.remote
Class OrderLineDto

java.lang.Object
  extended bycom.retek.commons.component.impl.Dto
      extended bycom.retek.component.customerorder.impl.remote.OrderLineDto
All Implemented Interfaces:
java.io.Serializable

public class OrderLineDto
extends Dto

See Also:
Serialized Form

Field Summary
 DistributedReference acceptedPromotionRef
           
 java.util.List accommodationDtos
           
 Quantity actualComponentCancelledQuantity
          This pendingCancelledQuantity will be incremented when we get a pick exception for a pack component line.
 Quantity backorderedQuantity
           
 DistributedReference bannerEventRef
           
 RDate cancelledDate
           
 Money cancelledExtendedAdditionalShippingCharge
           
 Money cancelledExtendedAdditionalShippingTax
           
 Money cancelledExtendedPrice
           
 Money cancelledExtendedTax
           
 Quantity cancelledQuantity
           
 Money cancelledTotalGiftServiceCharge
           
 Money cancelledTotalGiftServiceTax
           
 Money cancelledTotalPersonalizationServiceCharge
           
 Money cancelledTotalPersonalizationServiceTax
           
 OrderCancelReasonDto cancelReason
           
 DistributedReference carrierRef
           
 java.lang.String comment
           
 RDate createDate
           
 DistributedReference createdByUserRef
           
 java.util.Set customerOrderServiceLines
           
 DemandStatus demandStatus
           
 DistributedReference directShipOrderRef
           
 java.lang.String directShipSupplierId
           
 RDate directShipSupplierStartDate
           
 java.util.Set discounts
           
 RDate estDelDateBeforeProcTogether
           
 RDate estimatedDeliveryDate
           
 RDate estimatedShipDate
           
 Quantity fulfillingQuantity
           
 GiftVoucherAttributesDto giftCertificateAttributesDto
           
 boolean isGift
           
 boolean isRushDelivery
           
 DistributedReference itemSupplierEventRef
           
 RDate lastNotifiedEstimatedDeliveryDate
           
 RDate lastUpdateDate
           
 DistributedReference lastUpdatedByUserRef
           
 int lineNumber
           
 DistributedReference mailOrderRef
           
 Quantity noLongerAvailableQuantity
          Not persisted, for internal use only
 int numberOfBackorderNotificationsSent
           
 Quantity orderedQuantity
           
 OrderLineTypeEnum orderLineType
           
 DistributedReference orderRef
           
 RDate originalEstimatedDeliveryDate
           
 java.util.Set packComponentLineDtos
           
 DistributedReference parentOrderLineRef
           
 OrderPartialLineReasonDto partialLineReasonDto
           
 RDate personalHoldDate
           
 PickExceptionStatusType pickExceptionStatus
           
 Money previouslyReportedDemandAmount
           
 Quantity previouslyReportedDemandQuantity
           
 java.lang.String processTogether
           
 boolean promotionAcceptanceComplete
           
 java.util.List promotionDiscountDtos
           
 Money quotedExtendedAdditionalShippingCharge
           
 Money quotedExtendedAdditionalShippingTax
           
 Money quotedExtendedPrice
           
 Money quotedExtendedTax
           
 Money quotedTotalGiftServiceCharge
           
 Money quotedTotalGiftServiceTax
           
 Money quotedTotalPersonalizationServiceCharge
           
 Money quotedTotalPersonalizationServiceTax
           
 java.lang.String registryCancelState
           
 java.lang.String registryNumber
           
 java.lang.String registryPurchaseState
           
 java.lang.String registryType
           
 RDate registryUpdateDate
           
 RDate releaseDate
           
 boolean releaseToWms
          Not persisted, for internal use only
 DistributedReference replacementReturnLineRef
           
 Quantity requestedQuantity
           
 Quantity reservedQuantity
           
 java.math.BigDecimal returnUnitValue
           
 DistributedReference sellingListRef
           
 Money sellingSkuPrice
           
 DistributedReference sellingSkuRef
           
 Quantity shippedQuantity
           
 DistributedReference shippingMethodRef
           
 DistributedReference shipToAddressRef
           
 boolean shipToCustomerAlsoNotified
           
 DistributedReference shipToRef
           
 DistributedReference supplierEventRef
           
 DistributedReference transactionGroupRef
           
 Quantity virtualWarehouseReservedQuantity
           
 java.util.Set virtualWhReservationValueDtos
           
 java.lang.String warehouseMessage
           
 boolean warehouseSpecialHandling
           
 RcomRmmWorkflowContext workflowContext
           
 java.lang.String wrapTogether
           
 
Constructor Summary
OrderLineDto(DistributedContext context, DistributedReference ref)
           
OrderLineDto(DistributedReference reference, long version)
           
 
Methods inherited from class com.retek.commons.component.impl.Dto
attributesToString, checkConcurrency, deepClone, equals, equalValues, equalValues, equalValues, equalValuesDeep, equalValuesDeep, getContext, getDirtyProperties, getDistributedReferences, getDtosInTree, getDtosInTree, getDtosInTreeByRef, getPropertyMap, getReference, getVersion, hashCode, isConcurrenyCheckEnabled, isDeleted, isDirty, isDirtyDeep, isDirtyDeepIgnoreFields, isDirtyIgnoreFields, isPersisted, markClean, markDirty, markPersisted, mergeIntoContext, mergePropertiesFrom, printDeep, purgeDeletedChildren, setConcurrenyCheckEnabled, toString, toStringDeep, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

orderRef

public DistributedReference orderRef

shipToRef

public DistributedReference shipToRef

shipToAddressRef

public DistributedReference shipToAddressRef

mailOrderRef

public DistributedReference mailOrderRef

replacementReturnLineRef

public DistributedReference replacementReturnLineRef

transactionGroupRef

public DistributedReference transactionGroupRef

acceptedPromotionRef

public DistributedReference acceptedPromotionRef

createdByUserRef

public DistributedReference createdByUserRef

lastUpdatedByUserRef

public DistributedReference lastUpdatedByUserRef

parentOrderLineRef

public DistributedReference parentOrderLineRef

partialLineReasonDto

public OrderPartialLineReasonDto partialLineReasonDto

sellingSkuRef

public DistributedReference sellingSkuRef

sellingListRef

public DistributedReference sellingListRef

orderedQuantity

public Quantity orderedQuantity

requestedQuantity

public Quantity requestedQuantity

reservedQuantity

public Quantity reservedQuantity

backorderedQuantity

public Quantity backorderedQuantity

cancelledQuantity

public Quantity cancelledQuantity

fulfillingQuantity

public Quantity fulfillingQuantity

shippedQuantity

public Quantity shippedQuantity

virtualWarehouseReservedQuantity

public Quantity virtualWarehouseReservedQuantity

actualComponentCancelledQuantity

public Quantity actualComponentCancelledQuantity
This pendingCancelledQuantity will be incremented when we get a pick exception for a pack component line. This will be always 0 for all other order lines


cancelledDate

public RDate cancelledDate

directShipSupplierId

public java.lang.String directShipSupplierId

comment

public java.lang.String comment

warehouseSpecialHandling

public boolean warehouseSpecialHandling

warehouseMessage

public java.lang.String warehouseMessage

directShipOrderRef

public DistributedReference directShipOrderRef

sellingSkuPrice

public Money sellingSkuPrice

orderLineType

public OrderLineTypeEnum orderLineType

lineNumber

public int lineNumber

cancelReason

public OrderCancelReasonDto cancelReason

originalEstimatedDeliveryDate

public RDate originalEstimatedDeliveryDate

estimatedDeliveryDate

public RDate estimatedDeliveryDate

estDelDateBeforeProcTogether

public RDate estDelDateBeforeProcTogether

lastNotifiedEstimatedDeliveryDate

public RDate lastNotifiedEstimatedDeliveryDate

numberOfBackorderNotificationsSent

public int numberOfBackorderNotificationsSent

estimatedShipDate

public RDate estimatedShipDate

shippingMethodRef

public DistributedReference shippingMethodRef

releaseDate

public RDate releaseDate

carrierRef

public DistributedReference carrierRef

processTogether

public java.lang.String processTogether

bannerEventRef

public DistributedReference bannerEventRef

supplierEventRef

public DistributedReference supplierEventRef

itemSupplierEventRef

public DistributedReference itemSupplierEventRef

personalHoldDate

public RDate personalHoldDate

pickExceptionStatus

public PickExceptionStatusType pickExceptionStatus

shipToCustomerAlsoNotified

public boolean shipToCustomerAlsoNotified

isGift

public boolean isGift

wrapTogether

public java.lang.String wrapTogether

giftCertificateAttributesDto

public GiftVoucherAttributesDto giftCertificateAttributesDto

demandStatus

public DemandStatus demandStatus

directShipSupplierStartDate

public RDate directShipSupplierStartDate

createDate

public RDate createDate

lastUpdateDate

public RDate lastUpdateDate

workflowContext

public RcomRmmWorkflowContext workflowContext

promotionAcceptanceComplete

public boolean promotionAcceptanceComplete

registryType

public java.lang.String registryType

registryNumber

public java.lang.String registryNumber

registryUpdateDate

public RDate registryUpdateDate

registryPurchaseState

public java.lang.String registryPurchaseState

registryCancelState

public java.lang.String registryCancelState

isRushDelivery

public boolean isRushDelivery

customerOrderServiceLines

public java.util.Set customerOrderServiceLines

accommodationDtos

public java.util.List accommodationDtos

discounts

public java.util.Set discounts

promotionDiscountDtos

public java.util.List promotionDiscountDtos

packComponentLineDtos

public java.util.Set packComponentLineDtos

virtualWhReservationValueDtos

public java.util.Set virtualWhReservationValueDtos

returnUnitValue

public java.math.BigDecimal returnUnitValue

quotedExtendedPrice

public Money quotedExtendedPrice

cancelledExtendedPrice

public Money cancelledExtendedPrice

quotedExtendedTax

public Money quotedExtendedTax

cancelledExtendedTax

public Money cancelledExtendedTax

quotedExtendedAdditionalShippingCharge

public Money quotedExtendedAdditionalShippingCharge

cancelledExtendedAdditionalShippingCharge

public Money cancelledExtendedAdditionalShippingCharge

quotedExtendedAdditionalShippingTax

public Money quotedExtendedAdditionalShippingTax

cancelledExtendedAdditionalShippingTax

public Money cancelledExtendedAdditionalShippingTax

quotedTotalPersonalizationServiceCharge

public Money quotedTotalPersonalizationServiceCharge

cancelledTotalPersonalizationServiceCharge

public Money cancelledTotalPersonalizationServiceCharge

quotedTotalPersonalizationServiceTax

public Money quotedTotalPersonalizationServiceTax

cancelledTotalPersonalizationServiceTax

public Money cancelledTotalPersonalizationServiceTax

quotedTotalGiftServiceCharge

public Money quotedTotalGiftServiceCharge

cancelledTotalGiftServiceCharge

public Money cancelledTotalGiftServiceCharge

quotedTotalGiftServiceTax

public Money quotedTotalGiftServiceTax

cancelledTotalGiftServiceTax

public Money cancelledTotalGiftServiceTax

previouslyReportedDemandAmount

public Money previouslyReportedDemandAmount

previouslyReportedDemandQuantity

public Quantity previouslyReportedDemandQuantity

releaseToWms

public boolean releaseToWms
Not persisted, for internal use only


noLongerAvailableQuantity

public Quantity noLongerAvailableQuantity
Not persisted, for internal use only

Constructor Detail

OrderLineDto

public OrderLineDto(DistributedContext context,
                    DistributedReference ref)

OrderLineDto

public OrderLineDto(DistributedReference reference,
                    long version)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28