com.retek.component.customerorder.impl.persistence
Class CustomerOrderDbObjectMaster

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.DbObjectMaster
      extended bycom.retek.component.customerorder.impl.persistence.CustomerOrderDbObjectMaster

public class CustomerOrderDbObjectMaster
extends DbObjectMaster


Constructor Summary
CustomerOrderDbObjectMaster()
           
 
Method Summary
static com.retek.fsm.State findOrderLineStateForCode(java.lang.String code)
           
static com.retek.fsm.State findOrderStateForCode(java.lang.String code)
           
static java.util.Set getAllReturnLineRefsForAnOrder(CustomerOrderDto orderDto)
           
static java.util.Set getAllShippedContainerRefsForAnOrder(CustomerOrderDto orderDto)
           
static java.util.Set getAllTypesOfCustomerOrderPendReasonDtos(DistributedContext context)
           
static java.util.Set getAllTypesOfPayments(DistributedContext context, DistributedReference orderRef, DistributedReference transactionGroupRef)
           
static CustomerOrderAddressDto getBillToCustomerOrderAddressDto(DistributedContext context)
           
static CustomerOrderAddressDto getBillToCustomerOrderAddressDto(DistributedContext context, DistributedReference addressRef)
           
static CallTagDto getCallTagDto(DistributedContext context, DistributedReference carrierRef)
           
static CreditCard getCreditCard(java.lang.String creditCardNumber)
           
static CustomerOrderCreditCardPaymentAuthorizationResponseDto getCreditCardPaymentAuthorizationResponseDto()
           
static CustomerOrderCareCardServiceLineDto getCustomerOrderCareCardServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderPaymentDto getCustomerOrderCashPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto getCustomerOrderCheckPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto getCustomerOrderCreditCardPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef, com.retek.fsm.State paymentState)
           
static CustomerOrderDto getCustomerOrderDto(DistributedContext context)
           
static CustomerOrderDto getCustomerOrderDto(DistributedContext context, com.retek.fsm.State orderState)
           
static CustomerOrderDto getCustomerOrderDtoWithFourReturnLines(DistributedContext context)
           
static CustomerOrderDto getCustomerOrderDtoWithOneLine(DistributedContext context)
           
static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context)
           
static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context, DistributedReference sellingSkuRef)
           
static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context, DistributedReference sellingSkuRef, com.retek.fsm.State orderState)
           
static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context, com.retek.fsm.State orderState)
           
static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context, com.retek.fsm.State orderState, java.lang.String supplierId, DistributedReference directShipOrderRef)
           
static PendRuleDto getCustomerOrderFraudRuleDto(DistributedContext context, java.lang.String fraudRuleId)
           
static CustomerOrderPaymentDto getCustomerOrderGiftCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderGiftServiceLineDto getCustomerOrderGiftServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderPaymentDto getCustomerOrderMerchandiseCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto getCustomerOrderMoneyOrderPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderMonogramServiceLineDto getCustomerOrderMonogramServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderPendReasonDto getCustomerOrderPendReasonDto(DistributedContext context, boolean active, OrderPendReasonDto pendReasonDto, DistributedReference pendRuleRef)
           
static CustomerOrderPersonalizationServiceLineDto getCustomerOrderPersonalizationServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderPaymentDto getCustomerOrderRewardCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderSettlementDto getCustomerOrderSettlementDto(DistributedReference paymentRef)
           
static CustomerOrderPaymentDto getCustomerOrderStoredValueCardPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderTransactionGroupDto getCustomerOrderTransactionGroupDto(DistributedContext context, RDate createDate, DistributedReference orderRef)
           
static CustomerOrderDto getCustomerOrderWithSupplier(DistributedContext context, java.lang.String supplierId)
           
static ECDDRecalculationItemDto getECDDRecalculationItemDto(DistributedContext context)
           
static CustomerOrderDto getFullOrderDto(DistributedContext context)
           
static CustomerOrderDto getFullOrderDto(DistributedContext context, DistributedReference sellingSkuRef, boolean serviceLine)
           
static GiftVoucherAttributesDto getGiftCertificateAttributesDto()
           
static MailOrderBatchDto getMailOrderBatchDtoWithoutOrderDtos(DistributedContext context)
           
static java.util.Set getMailOrderDtos(DistributedContext context)
           
static NoCustomerInformationReturnDto getNoCustomerInformationReturnDto(DistributedContext context, java.lang.String comments, Quantity returnedQuantity, DistributedReference returnReasonRef, java.lang.String sellableItemId, DistributedReference supplierReturnDispositionRef)
           
static ShipToTotalsDto getNormalShipToTotalsDto(DistributedReference shipToRef)
           
static OfferCodeDto getOfferCodeDto(DistributedContext context)
           
static java.util.List getOrderAccommodationDtos(CustomerOrderDto orderDto)
           
static AccommodationReasonDto getOrderAccommodationReasonDto(DistributedContext context)
           
static OrderCancelReasonDto getOrderCancelReasonDto(DistributedContext context)
           
static CustomerOrderDto getOrderDtoWithoutServiceLine(DistributedContext context)
           
static AccommodationDto getOrderLineAccommodationDto(DistributedContext context, CustomerOrderDto orderDto, OrderLineDto orderLineDto, AccommodationReasonDto reasonDto)
           
static AccommodationReasonDto getOrderLineAccommodationReasonDto(DistributedContext context)
           
static OrderLineDto getOrderLineDto(DistributedContext context, CustomerOrderDto orderDto, com.retek.fsm.State state, DemandStatus demandStatus)
           
static OrderPartialLineReasonDto getOrderPartialLineReasonDto(DistributedContext context)
           
static OrderPendReasonDto getOrderPendReasonDto(DistributedContext context)
           
static CustomerOrderDto getOrderWithThreeLines(DistributedContext context)
           
static OriginalOrderSummaryDto getOriginalOrderSummaryDto(DistributedContext context, int size)
           
static java.util.Set getPaymentDtos(DistributedContext context, DistributedReference orderRef, DistributedReference transactionGroupRef)
           
static java.util.Set getPaymentHistories(DistributedContext context, DistributedReference paymentRef)
           
static CustomerOrderPaymentHistoryEventDto getPaymentHistoryDto(DistributedContext context, DistributedReference paymentRef)
           
static Address getPersistedAddress()
           
static OrderCancelReasonDto getPersistedCancelReasonDto(DistributedContext context)
           
static ReturnReasonDto getPersistedReturnReasonDto(DistributedContext context)
           
static ShippedContainerDto getPersistedShippedContainerDto(DistributedContext context)
           
static SupplierReturnDispositionDto getPersistedSupplierReturnDispositionDto(DistributedContext context)
           
static java.util.Set getRefs(java.lang.Class refClass)
           
static ReturnLineAccommodationAdjustmentDto getReturnLineAccommodationAdjustmentDto()
           
static java.util.List getReturnLineAccommodationAdjustments()
           
static ReturnLineDto getReturnLineDto(DistributedContext context, DistributedReference orderRef, DistributedReference parentOrderLineRef, int lineNumber, DistributedReference paymentRef)
           
static ReturnLinePromotionAdjustmentDto getReturnLinePromotionAdjustmentDto()
           
static java.util.List getReturnLinePromotionAdjustments()
           
static ReturnLineTaxInvoiceLineItemRecordDto getReturnLineTaxInvoiceLineItemRecordDto(DistributedReference shipContainerLineRef)
           
static ReturnLineTaxInvoiceRecordDto getReturnLineTaxInvoiceRecordDto(DistributedReference shipContainerRef)
           
static ReturnReasonDto getReturnReasonDto(DistributedContext context)
           
static void getServiceLines(DistributedContext context, CustomerOrderDto orderDto)
           
static ShipmentRequestDto getShipmentRequestDtoWithShipmentRequestLineDtos(DistributedContext context, CustomerOrderDto orderDto)
           
static ShipmentRequestLineDto getShipmentRequestLineDto(DistributedContext context)
           
static ShippedContainerDto getShippedContainerDto(DistributedContext context, CustomerOrderDto orderDto, DistributedReference shipRequestRef)
           
static ShippedContainerLineDto getShippedContainerLineDto(DistributedContext context, ShippedContainerDto containerDto, DistributedReference orderLineRef, CustomerOrderDto orderDto)
           
static CustomerOrderAddressDto getShipToCustomerOrderAddressDto(DistributedContext context, DistributedReference addressRef)
           
static ShipToDto getShipToDto(DistributedContext context, DistributedReference orderRef, DistributedReference transactionGroupRef, DistributedReference shipToAddressRef)
           
static CustomerOrderAddressDto getShiptToCustomerOrderAddressDto(DistributedContext context)
           
static java.lang.String getSourceCode()
           
static SupplierReturnDispositionDto getSupplierReturnDispositionDto(DistributedContext context)
           
static void getTaxAccommodationDto(DistributedContext context, CustomerOrderDto orderDto, AccommodationReasonDto reasonDto, Money amount)
           
static void getTaxAccommodationDtos(DistributedContext context, CustomerOrderDto orderDto)
           
static DistributedReference getTest6DigitMaxRef(java.lang.Class iface)
           
static DistributedReference getTestRef(java.lang.Class iface)
           
static java.lang.String getUnique10DigitCode()
           
static java.lang.String getUnique6DigitCode()
           
static OrderCancelReasonDto getUnpersistedManualOrderCancelReasonDto(DistributedContext context)
           
static DistributedReference getUserRef1()
           
static DistributedReference getUserRef2()
           
static DistributedReference getValidCarrierRef()
           
static DistributedReference getValidShippingMethodRef()
           
static VirtualWhReservationValueDto getVirtualWhReservationValueDto(java.lang.String warehouseId)
           
static java.util.Set getVirtualWhReservationValues()
           
static ShipToTotalsDto getZeroChargeShipToTotalsDto(DistributedReference shipToRef)
           
static CustomerOrderPaymentDto persistCustomerOrderPayment(DistributedContext context, ExportState state)
           
static OrderPendReasonDto persistedNewOrderPendReasonDto(DistributedContext context, OrderPendReasonType type)
           
static CustomerOrderDto persistNewCustomerOrder(DistributedContext context, com.retek.fsm.State orderState)
           
static CustomerOrderDto persistNewCustomerOrderBySellingSku(DistributedContext context, DistributedReference sellingSkuRef)
           
static CustomerOrderDto persistNewCustomerOrderSomeDirectShipOrderIdNull(DistributedContext context)
           
static CustomerOrderDto persistNewCustomerOrderWithDirectShip(DistributedContext context, DistributedReference directShipOrderRef)
           
static CustomerOrderDto persistNewCustomerOrderwithPartialDirectShip(DistributedContext context)
           
static ReturnReasonDto persistReturnReasonDto(DistributedContext context)
           
static void setInitialState(CustomerOrderDto dto, com.retek.fsm.State state)
           
static void setInitialState(CustomerOrderPaymentDto dto, com.retek.fsm.State state)
           
static void setInitialState(OrderLineDto dto, com.retek.fsm.State state)
           
static void setInitialState(ReturnLineDto dto, com.retek.fsm.State state)
           
static void waitForSysDateToIncrement()
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.DbObjectMaster
checkAllFieldsInitialized, checkAllFieldsInitialized, checkAllFieldsInitialized, checkAllFieldsInitialized, getJunitReferenceCache, getTestDbRDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerOrderDbObjectMaster

public CustomerOrderDbObjectMaster()
Method Detail

getUnique6DigitCode

public static java.lang.String getUnique6DigitCode()

getUnique10DigitCode

public static java.lang.String getUnique10DigitCode()

getTestRef

public static DistributedReference getTestRef(java.lang.Class iface)
                                       throws SystemException
Throws:
SystemException

getTest6DigitMaxRef

public static DistributedReference getTest6DigitMaxRef(java.lang.Class iface)
                                                throws SystemException
Throws:
SystemException

getOrderCancelReasonDto

public static OrderCancelReasonDto getOrderCancelReasonDto(DistributedContext context)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getUnpersistedManualOrderCancelReasonDto

public static OrderCancelReasonDto getUnpersistedManualOrderCancelReasonDto(DistributedContext context)
                                                                     throws SystemException
Throws:
SystemException

getSourceCode

public static java.lang.String getSourceCode()

getUserRef1

public static DistributedReference getUserRef1()

getUserRef2

public static DistributedReference getUserRef2()

waitForSysDateToIncrement

public static void waitForSysDateToIncrement()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderDtoWithFourReturnLines

public static CustomerOrderDto getCustomerOrderDtoWithFourReturnLines(DistributedContext context)
                                                               throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderDtoWithThreeLines

public static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context,
                                                                 com.retek.fsm.State orderState)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderDtoWithThreeLines

public static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderDtoWithThreeLines

public static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context,
                                                                 DistributedReference sellingSkuRef)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderDtoWithThreeLines

public static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context,
                                                                 DistributedReference sellingSkuRef,
                                                                 com.retek.fsm.State orderState)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

getOfferCodeDto

public static OfferCodeDto getOfferCodeDto(DistributedContext context)

getCustomerOrderDtoWithOneLine

public static CustomerOrderDto getCustomerOrderDtoWithOneLine(DistributedContext context)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

getReturnLineDto

public static ReturnLineDto getReturnLineDto(DistributedContext context,
                                             DistributedReference orderRef,
                                             DistributedReference parentOrderLineRef,
                                             int lineNumber,
                                             DistributedReference paymentRef)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getReturnLinePromotionAdjustmentDto

public static ReturnLinePromotionAdjustmentDto getReturnLinePromotionAdjustmentDto()
                                                                            throws java.lang.Exception
Throws:
java.lang.Exception

getReturnLineAccommodationAdjustmentDto

public static ReturnLineAccommodationAdjustmentDto getReturnLineAccommodationAdjustmentDto()
                                                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getReturnLinePromotionAdjustments

public static java.util.List getReturnLinePromotionAdjustments()
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

getReturnLineAccommodationAdjustments

public static java.util.List getReturnLineAccommodationAdjustments()
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderDto

public static CustomerOrderDto getCustomerOrderDto(DistributedContext context)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderDto

public static CustomerOrderDto getCustomerOrderDto(DistributedContext context,
                                                   com.retek.fsm.State orderState)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getShiptToCustomerOrderAddressDto

public static CustomerOrderAddressDto getShiptToCustomerOrderAddressDto(DistributedContext context)
                                                                 throws SystemException
Throws:
SystemException

getShipToCustomerOrderAddressDto

public static CustomerOrderAddressDto getShipToCustomerOrderAddressDto(DistributedContext context,
                                                                       DistributedReference addressRef)
                                                                throws SystemException
Throws:
SystemException

getBillToCustomerOrderAddressDto

public static CustomerOrderAddressDto getBillToCustomerOrderAddressDto(DistributedContext context)
                                                                throws SystemException
Throws:
SystemException

getBillToCustomerOrderAddressDto

public static CustomerOrderAddressDto getBillToCustomerOrderAddressDto(DistributedContext context,
                                                                       DistributedReference addressRef)
                                                                throws SystemException
Throws:
SystemException

getAllTypesOfCustomerOrderPendReasonDtos

public static java.util.Set getAllTypesOfCustomerOrderPendReasonDtos(DistributedContext context)
                                                              throws SystemException,
                                                                     java.lang.Exception
Throws:
SystemException
java.lang.Exception

getCustomerOrderFraudRuleDto

public static PendRuleDto getCustomerOrderFraudRuleDto(DistributedContext context,
                                                       java.lang.String fraudRuleId)

getCustomerOrderPendReasonDto

public static CustomerOrderPendReasonDto getCustomerOrderPendReasonDto(DistributedContext context,
                                                                       boolean active,
                                                                       OrderPendReasonDto pendReasonDto,
                                                                       DistributedReference pendRuleRef)
                                                                throws SystemException
Throws:
SystemException

getOrderPendReasonDto

public static OrderPendReasonDto getOrderPendReasonDto(DistributedContext context)
                                                throws SystemException
Throws:
SystemException

getOrderAccommodationReasonDto

public static AccommodationReasonDto getOrderAccommodationReasonDto(DistributedContext context)

getOrderLineAccommodationReasonDto

public static AccommodationReasonDto getOrderLineAccommodationReasonDto(DistributedContext context)

getOrderAccommodationDtos

public static java.util.List getOrderAccommodationDtos(CustomerOrderDto orderDto)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

getAllTypesOfPayments

public static java.util.Set getAllTypesOfPayments(DistributedContext context,
                                                  DistributedReference orderRef,
                                                  DistributedReference transactionGroupRef)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderSettlementDto

public static CustomerOrderSettlementDto getCustomerOrderSettlementDto(DistributedReference paymentRef)
                                                                throws SystemException
Throws:
SystemException

getPaymentHistoryDto

public static CustomerOrderPaymentHistoryEventDto getPaymentHistoryDto(DistributedContext context,
                                                                       DistributedReference paymentRef)
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

getOrderLineDto

public static OrderLineDto getOrderLineDto(DistributedContext context,
                                           CustomerOrderDto orderDto,
                                           com.retek.fsm.State state,
                                           DemandStatus demandStatus)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getVirtualWhReservationValues

public static java.util.Set getVirtualWhReservationValues()
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

getVirtualWhReservationValueDto

public static VirtualWhReservationValueDto getVirtualWhReservationValueDto(java.lang.String warehouseId)
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getTaxAccommodationDtos

public static void getTaxAccommodationDtos(DistributedContext context,
                                           CustomerOrderDto orderDto)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getOrderPartialLineReasonDto

public static OrderPartialLineReasonDto getOrderPartialLineReasonDto(DistributedContext context)
                                                              throws SystemException
Throws:
SystemException

getOrderLineAccommodationDto

public static AccommodationDto getOrderLineAccommodationDto(DistributedContext context,
                                                            CustomerOrderDto orderDto,
                                                            OrderLineDto orderLineDto,
                                                            AccommodationReasonDto reasonDto)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

getTaxAccommodationDto

public static void getTaxAccommodationDto(DistributedContext context,
                                          CustomerOrderDto orderDto,
                                          AccommodationReasonDto reasonDto,
                                          Money amount)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getValidCarrierRef

public static DistributedReference getValidCarrierRef()

getValidShippingMethodRef

public static DistributedReference getValidShippingMethodRef()

getCustomerOrderCashPaymentDto

public static CustomerOrderPaymentDto getCustomerOrderCashPaymentDto(DistributedContext context,
                                                                     DistributedReference orderRef,
                                                                     Money amt,
                                                                     DistributedReference transactionGroupRef)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

getPaymentHistories

public static java.util.Set getPaymentHistories(DistributedContext context,
                                                DistributedReference paymentRef)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderCheckPaymentDto

public static CustomerOrderPaymentDto getCustomerOrderCheckPaymentDto(DistributedContext context,
                                                                      DistributedReference orderRef,
                                                                      Money amt,
                                                                      DistributedReference transactionGroupRef)
                                                               throws java.lang.Exception
Throws:
java.lang.Exception

getCreditCard

public static CreditCard getCreditCard(java.lang.String creditCardNumber)
                                throws SystemException
Throws:
SystemException

getCreditCardPaymentAuthorizationResponseDto

public static CustomerOrderCreditCardPaymentAuthorizationResponseDto getCreditCardPaymentAuthorizationResponseDto()

getCustomerOrderCreditCardPaymentDto

public static CustomerOrderPaymentDto getCustomerOrderCreditCardPaymentDto(DistributedContext context,
                                                                           DistributedReference orderRef,
                                                                           Money amt,
                                                                           DistributedReference transactionGroupRef,
                                                                           com.retek.fsm.State paymentState)
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getPersistedAddress

public static Address getPersistedAddress()

getPaymentDtos

public static java.util.Set getPaymentDtos(DistributedContext context,
                                           DistributedReference orderRef,
                                           DistributedReference transactionGroupRef)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderGiftCertificatePaymentDto

public static CustomerOrderPaymentDto getCustomerOrderGiftCertificatePaymentDto(DistributedContext context,
                                                                                DistributedReference orderRef,
                                                                                Money amt,
                                                                                DistributedReference transactionGroupRef)
                                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderMerchandiseCertificatePaymentDto

public static CustomerOrderPaymentDto getCustomerOrderMerchandiseCertificatePaymentDto(DistributedContext context,
                                                                                       DistributedReference orderRef,
                                                                                       Money amt,
                                                                                       DistributedReference transactionGroupRef)
                                                                                throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderRewardCertificatePaymentDto

public static CustomerOrderPaymentDto getCustomerOrderRewardCertificatePaymentDto(DistributedContext context,
                                                                                  DistributedReference orderRef,
                                                                                  Money amt,
                                                                                  DistributedReference transactionGroupRef)
                                                                           throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderMoneyOrderPaymentDto

public static CustomerOrderPaymentDto getCustomerOrderMoneyOrderPaymentDto(DistributedContext context,
                                                                           DistributedReference orderRef,
                                                                           Money amt,
                                                                           DistributedReference transactionGroupRef)
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderStoredValueCardPaymentDto

public static CustomerOrderPaymentDto getCustomerOrderStoredValueCardPaymentDto(DistributedContext context,
                                                                                DistributedReference orderRef,
                                                                                Money amt,
                                                                                DistributedReference transactionGroupRef)
                                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getShipToDto

public static ShipToDto getShipToDto(DistributedContext context,
                                     DistributedReference orderRef,
                                     DistributedReference transactionGroupRef,
                                     DistributedReference shipToAddressRef)
                              throws SystemException
Throws:
SystemException

getNormalShipToTotalsDto

public static ShipToTotalsDto getNormalShipToTotalsDto(DistributedReference shipToRef)

getZeroChargeShipToTotalsDto

public static ShipToTotalsDto getZeroChargeShipToTotalsDto(DistributedReference shipToRef)

getShipmentRequestLineDto

public static ShipmentRequestLineDto getShipmentRequestLineDto(DistributedContext context)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

getShipmentRequestDtoWithShipmentRequestLineDtos

public static ShipmentRequestDto getShipmentRequestDtoWithShipmentRequestLineDtos(DistributedContext context,
                                                                                  CustomerOrderDto orderDto)
                                                                           throws java.lang.Exception
Throws:
java.lang.Exception

getShippedContainerDto

public static ShippedContainerDto getShippedContainerDto(DistributedContext context,
                                                         CustomerOrderDto orderDto,
                                                         DistributedReference shipRequestRef)
                                                  throws SystemException
Throws:
SystemException

getShippedContainerLineDto

public static ShippedContainerLineDto getShippedContainerLineDto(DistributedContext context,
                                                                 ShippedContainerDto containerDto,
                                                                 DistributedReference orderLineRef,
                                                                 CustomerOrderDto orderDto)
                                                          throws SystemException
Throws:
SystemException

persistedNewOrderPendReasonDto

public static OrderPendReasonDto persistedNewOrderPendReasonDto(DistributedContext context,
                                                                OrderPendReasonType type)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getServiceLines

public static void getServiceLines(DistributedContext context,
                                   CustomerOrderDto orderDto)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderGiftServiceLineDto

public static CustomerOrderGiftServiceLineDto getCustomerOrderGiftServiceLineDto(DistributedContext context,
                                                                                 OrderLineDto lineDto)
                                                                          throws SystemException
Throws:
SystemException

getCustomerOrderPersonalizationServiceLineDto

public static CustomerOrderPersonalizationServiceLineDto getCustomerOrderPersonalizationServiceLineDto(DistributedContext context,
                                                                                                       OrderLineDto lineDto)
                                                                                                throws SystemException
Throws:
SystemException

getCustomerOrderMonogramServiceLineDto

public static CustomerOrderMonogramServiceLineDto getCustomerOrderMonogramServiceLineDto(DistributedContext context,
                                                                                         OrderLineDto lineDto)
                                                                                  throws SystemException
Throws:
SystemException

getCustomerOrderCareCardServiceLineDto

public static CustomerOrderCareCardServiceLineDto getCustomerOrderCareCardServiceLineDto(DistributedContext context,
                                                                                         OrderLineDto lineDto)
                                                                                  throws SystemException
Throws:
SystemException

getGiftCertificateAttributesDto

public static GiftVoucherAttributesDto getGiftCertificateAttributesDto()

getOrderWithThreeLines

public static CustomerOrderDto getOrderWithThreeLines(DistributedContext context)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

persistNewCustomerOrderWithDirectShip

public static CustomerOrderDto persistNewCustomerOrderWithDirectShip(DistributedContext context,
                                                                     DistributedReference directShipOrderRef)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderWithSupplier

public static CustomerOrderDto getCustomerOrderWithSupplier(DistributedContext context,
                                                            java.lang.String supplierId)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

persistNewCustomerOrder

public static CustomerOrderDto persistNewCustomerOrder(DistributedContext context,
                                                       com.retek.fsm.State orderState)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

persistNewCustomerOrderwithPartialDirectShip

public static CustomerOrderDto persistNewCustomerOrderwithPartialDirectShip(DistributedContext context)
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

persistNewCustomerOrderSomeDirectShipOrderIdNull

public static CustomerOrderDto persistNewCustomerOrderSomeDirectShipOrderIdNull(DistributedContext context)
                                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getCustomerOrderDtoWithThreeLines

public static CustomerOrderDto getCustomerOrderDtoWithThreeLines(DistributedContext context,
                                                                 com.retek.fsm.State orderState,
                                                                 java.lang.String supplierId,
                                                                 DistributedReference directShipOrderRef)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

persistNewCustomerOrderBySellingSku

public static CustomerOrderDto persistNewCustomerOrderBySellingSku(DistributedContext context,
                                                                   DistributedReference sellingSkuRef)
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

getPersistedReturnReasonDto

public static ReturnReasonDto getPersistedReturnReasonDto(DistributedContext context)
                                                   throws SystemException
Throws:
SystemException

getPersistedCancelReasonDto

public static OrderCancelReasonDto getPersistedCancelReasonDto(DistributedContext context)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

getReturnReasonDto

public static ReturnReasonDto getReturnReasonDto(DistributedContext context)
                                          throws SystemException
Throws:
SystemException

persistReturnReasonDto

public static ReturnReasonDto persistReturnReasonDto(DistributedContext context)
                                              throws SystemException
Throws:
SystemException

getPersistedShippedContainerDto

public static ShippedContainerDto getPersistedShippedContainerDto(DistributedContext context)
                                                           throws java.lang.Exception
Throws:
java.lang.Exception

persistCustomerOrderPayment

public static CustomerOrderPaymentDto persistCustomerOrderPayment(DistributedContext context,
                                                                  ExportState state)
                                                           throws java.lang.Exception
Throws:
java.lang.Exception

getSupplierReturnDispositionDto

public static SupplierReturnDispositionDto getSupplierReturnDispositionDto(DistributedContext context)
                                                                    throws SystemException
Throws:
SystemException

getPersistedSupplierReturnDispositionDto

public static SupplierReturnDispositionDto getPersistedSupplierReturnDispositionDto(DistributedContext context)
                                                                             throws SystemException
Throws:
SystemException

getMailOrderBatchDtoWithoutOrderDtos

public static MailOrderBatchDto getMailOrderBatchDtoWithoutOrderDtos(DistributedContext context)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

getMailOrderDtos

public static java.util.Set getMailOrderDtos(DistributedContext context)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getNoCustomerInformationReturnDto

public static NoCustomerInformationReturnDto getNoCustomerInformationReturnDto(DistributedContext context,
                                                                               java.lang.String comments,
                                                                               Quantity returnedQuantity,
                                                                               DistributedReference returnReasonRef,
                                                                               java.lang.String sellableItemId,
                                                                               DistributedReference supplierReturnDispositionRef)
                                                                        throws SystemException
Throws:
SystemException

getCustomerOrderTransactionGroupDto

public static CustomerOrderTransactionGroupDto getCustomerOrderTransactionGroupDto(DistributedContext context,
                                                                                   RDate createDate,
                                                                                   DistributedReference orderRef)
                                                                            throws SystemException
Throws:
SystemException

getFullOrderDto

public static CustomerOrderDto getFullOrderDto(DistributedContext context)
                                        throws java.lang.Exception,
                                               SystemException
Throws:
java.lang.Exception
SystemException

getOrderDtoWithoutServiceLine

public static CustomerOrderDto getOrderDtoWithoutServiceLine(DistributedContext context)
                                                      throws java.lang.Exception,
                                                             SystemException
Throws:
java.lang.Exception
SystemException

getFullOrderDto

public static CustomerOrderDto getFullOrderDto(DistributedContext context,
                                               DistributedReference sellingSkuRef,
                                               boolean serviceLine)
                                        throws java.lang.Exception,
                                               SystemException
Throws:
java.lang.Exception
SystemException

getReturnLineTaxInvoiceRecordDto

public static ReturnLineTaxInvoiceRecordDto getReturnLineTaxInvoiceRecordDto(DistributedReference shipContainerRef)
                                                                      throws SystemException
Throws:
SystemException

getReturnLineTaxInvoiceLineItemRecordDto

public static ReturnLineTaxInvoiceLineItemRecordDto getReturnLineTaxInvoiceLineItemRecordDto(DistributedReference shipContainerLineRef)
                                                                                      throws SystemException
Throws:
SystemException

getOriginalOrderSummaryDto

public static OriginalOrderSummaryDto getOriginalOrderSummaryDto(DistributedContext context,
                                                                 int size)

getAllShippedContainerRefsForAnOrder

public static java.util.Set getAllShippedContainerRefsForAnOrder(CustomerOrderDto orderDto)

getAllReturnLineRefsForAnOrder

public static java.util.Set getAllReturnLineRefsForAnOrder(CustomerOrderDto orderDto)

getRefs

public static java.util.Set getRefs(java.lang.Class refClass)

findOrderLineStateForCode

public static com.retek.fsm.State findOrderLineStateForCode(java.lang.String code)

findOrderStateForCode

public static com.retek.fsm.State findOrderStateForCode(java.lang.String code)

setInitialState

public static void setInitialState(CustomerOrderDto dto,
                                   com.retek.fsm.State state)
                            throws java.lang.Exception
Throws:
java.lang.Exception

setInitialState

public static void setInitialState(OrderLineDto dto,
                                   com.retek.fsm.State state)
                            throws java.lang.Exception
Throws:
java.lang.Exception

setInitialState

public static void setInitialState(ReturnLineDto dto,
                                   com.retek.fsm.State state)
                            throws java.lang.Exception
Throws:
java.lang.Exception

setInitialState

public static void setInitialState(CustomerOrderPaymentDto dto,
                                   com.retek.fsm.State state)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getCallTagDto

public static CallTagDto getCallTagDto(DistributedContext context,
                                       DistributedReference carrierRef)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getECDDRecalculationItemDto

public static ECDDRecalculationItemDto getECDDRecalculationItemDto(DistributedContext context)
                                                            throws java.lang.Exception
Throws:
java.lang.Exception


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