com.retek.component.rcomrib
Class RcomRibDateUtil

java.lang.Object
  extended bycom.retek.component.rcomrib.RcomRibDateUtil

public class RcomRibDateUtil
extends java.lang.Object


Constructor Summary
RcomRibDateUtil()
           
 
Method Summary
static com.retek.rib.binding.payload.Cancel_by_date buildCancelByDate(RDate date)
           
static com.retek.rib.binding.payload.Create_date buildCreateDate(RDate date)
           
static com.retek.rib.binding.payload.Creation_date buildCreationDate(RDate date)
           
static com.retek.rib.binding.payload.Drop_code_date buildDropCodeDate(RDate date)
           
static com.retek.rib.binding.payload.End_date buildEnddate(RDate date)
           
static com.retek.rib.binding.payload.Est_arr_date buildEstArrDate(RDate date)
           
static com.retek.rib.binding.payload.Estimated_delivery_date buildEstimatedDeliveryDate(RDate date)
           
static com.retek.rib.binding.payload.Estimated_ship_date buildEstimatedShipDate(RDate date)
           
static com.retek.rib.binding.payload.Est_in_stock_date buildEstInStockDate(RDate date)
           
static com.retek.rib.binding.payload.Eta_date buildEtaDate(RDate date)
           
static com.retek.rib.binding.payload.In_store_date buildInStoreDate(RDate date)
           
static com.retek.rib.binding.payload.Pick_not_after_date buildPickNotAfterDate(RDate date)
           
static com.retek.rib.binding.payload.Pick_not_before_date buildPickNotBeforeDate(RDate date)
           
static com.retek.rib.binding.payload.Return_date buildReturnDate(RDate date)
           
static com.retek.rib.binding.payload.Rev_eta_date buildRevEtaDate(RDate date)
           
static com.retek.rib.binding.payload.Settlement_date buildSettlementDate(RDate date)
           
static com.retek.rib.binding.payload.Ship_confirmed_date buildShipConfirmedDate(RDate date)
           
static com.retek.rib.binding.payload.Ship_date buildShipDate(RDate date)
           
static com.retek.rib.binding.payload.Shipment_date buildShipmentDate(RDate date)
           
static com.retek.rib.binding.payload.Start_date buildStartdate(RDate date)
           
static com.retek.rib.binding.payload.Store_close_date buildStoreCloseDate(RDate date)
           
static com.retek.rib.binding.payload.Store_open_date buildStoreOpenDate(RDate date)
           
static com.retek.rib.binding.payload.Supp_discontinue_date buildSuppDiscontinueDate(RDate date)
           
static com.retek.rib.binding.payload.Trans_date buildTransDate(RDate date)
           
static com.retek.rib.binding.payload.Updated_date buildUpdatedDate(RDate date)
           
static com.retek.rib.binding.payload.Voucher_expiration_date buildVoucherExpirationDate(RDate date)
           
static RDate getRDate(com.retek.rib.binding.payload.Cancel_by_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Create_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Creation_date datePayload)
           
static RDate getRDate(java.util.Date val)
           
static RDate getRDate(com.retek.rib.binding.payload.Drop_code_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.End_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Est_arr_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Est_in_stock_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Estimated_ship_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Eta_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.In_store_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Pick_not_after_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Pick_not_before_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Return_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Rev_eta_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Ship_confirmed_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Ship_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Shipment_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Start_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Store_close_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Store_open_date datePayload)
           
static RDate getRDate(java.lang.String val)
           
static RDate getRDate(com.retek.rib.binding.payload.Supp_discontinue_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Trans_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Updated_date datePayload)
           
static RDate getRDate(com.retek.rib.binding.payload.Voucher_expiration_date datePayload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcomRibDateUtil

public RcomRibDateUtil()
Method Detail

getRDate

public static RDate getRDate(java.lang.String val)
                      throws SystemException
Throws:
SystemException

getRDate

public static RDate getRDate(java.util.Date val)
                      throws SystemException
Throws:
SystemException

buildInStoreDate

public static com.retek.rib.binding.payload.In_store_date buildInStoreDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.In_store_date datePayload)

buildDropCodeDate

public static com.retek.rib.binding.payload.Drop_code_date buildDropCodeDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Drop_code_date datePayload)

buildShipmentDate

public static com.retek.rib.binding.payload.Shipment_date buildShipmentDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Shipment_date datePayload)

buildEstArrDate

public static com.retek.rib.binding.payload.Est_arr_date buildEstArrDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Est_arr_date datePayload)

buildShipConfirmedDate

public static com.retek.rib.binding.payload.Ship_confirmed_date buildShipConfirmedDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Ship_confirmed_date datePayload)

buildVoucherExpirationDate

public static com.retek.rib.binding.payload.Voucher_expiration_date buildVoucherExpirationDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Voucher_expiration_date datePayload)

buildShipDate

public static com.retek.rib.binding.payload.Ship_date buildShipDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Ship_date datePayload)

buildCreateDate

public static com.retek.rib.binding.payload.Create_date buildCreateDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Create_date datePayload)

buildCreationDate

public static com.retek.rib.binding.payload.Creation_date buildCreationDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Creation_date datePayload)

buildSettlementDate

public static com.retek.rib.binding.payload.Settlement_date buildSettlementDate(RDate date)

buildPickNotAfterDate

public static com.retek.rib.binding.payload.Pick_not_after_date buildPickNotAfterDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Pick_not_after_date datePayload)

buildPickNotBeforeDate

public static com.retek.rib.binding.payload.Pick_not_before_date buildPickNotBeforeDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Pick_not_before_date datePayload)

buildEstimatedShipDate

public static com.retek.rib.binding.payload.Estimated_ship_date buildEstimatedShipDate(RDate date)

buildEstimatedDeliveryDate

public static com.retek.rib.binding.payload.Estimated_delivery_date buildEstimatedDeliveryDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Estimated_ship_date datePayload)

buildTransDate

public static com.retek.rib.binding.payload.Trans_date buildTransDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Trans_date datePayload)

buildStoreOpenDate

public static com.retek.rib.binding.payload.Store_open_date buildStoreOpenDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Store_open_date datePayload)

buildStoreCloseDate

public static com.retek.rib.binding.payload.Store_close_date buildStoreCloseDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Store_close_date datePayload)

buildSuppDiscontinueDate

public static com.retek.rib.binding.payload.Supp_discontinue_date buildSuppDiscontinueDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Supp_discontinue_date datePayload)

buildStartdate

public static com.retek.rib.binding.payload.Start_date buildStartdate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Start_date datePayload)

buildEnddate

public static com.retek.rib.binding.payload.End_date buildEnddate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.End_date datePayload)

buildCancelByDate

public static com.retek.rib.binding.payload.Cancel_by_date buildCancelByDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Cancel_by_date datePayload)

buildEtaDate

public static com.retek.rib.binding.payload.Eta_date buildEtaDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Eta_date datePayload)

buildUpdatedDate

public static com.retek.rib.binding.payload.Updated_date buildUpdatedDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Updated_date datePayload)

buildReturnDate

public static com.retek.rib.binding.payload.Return_date buildReturnDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Return_date datePayload)

buildRevEtaDate

public static com.retek.rib.binding.payload.Rev_eta_date buildRevEtaDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Rev_eta_date datePayload)

buildEstInStockDate

public static com.retek.rib.binding.payload.Est_in_stock_date buildEstInStockDate(RDate date)

getRDate

public static RDate getRDate(com.retek.rib.binding.payload.Est_in_stock_date datePayload)


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