Uses of Interface
com.retek.component.media.ShippingRateTable

Packages that use ShippingRateTable
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.test   
 

Uses of ShippingRateTable in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return ShippingRateTable
 ShippingRateTable ShipToTotals.getShippingRateTable()
           
 ShippingRateTable ShipTo.getShippingRateTable()
           
 

Uses of ShippingRateTable in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return ShippingRateTable
 ShippingRateTable ShipToTotalsImpl.getShippingRateTable()
           
 ShippingRateTable ShipToImpl.getShippingRateTable()
           
 

Uses of ShippingRateTable in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return ShippingRateTable
static ShippingRateTable COMediaObjectMaster.attachSingleRateShippingRateTableToSourceCode(DistributedContext context, Media media, SourceCode sourceCode)
           
 

Uses of ShippingRateTable in com.retek.component.media
 

Methods in com.retek.component.media that return ShippingRateTable
 ShippingRateTable MediaManager.buildShippingRateTableInstance(ShippingRateTableType shippingRateTableType, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 ShippingRateTable MediaManager.readShippingRateTable(DistributedReference ref)
           
 ShippingRateTable MediaManager.createShippingRateTableForMediaWithDefaultValues(DistributedReference mediaRef, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 ShippingRateTable SourceCode.getShippingRateTable(RDate effectiveDate)
          Return the shipping rate table for the specified effectiveDate.
 ShippingRateTable Media.getShippingRateTable()
          Return the current (most recent shipping rate table) for the media.
 ShippingRateTable Media.getShippingRateTable(RDate effectiveDate)
          Return the shipping rate table for the specified effectiveDate.
 ShippingRateTable Media.createAdjustmentShippingRateTable()
          Create a new adjustment shipping rate table for the media.
 

Methods in com.retek.component.media with parameters of type ShippingRateTable
 void MediaManager.removeShippingRateTable(ShippingRateTable shippingRateTable)
           
 void ShippingRateTable.copyShippingRates(ShippingRateTable fromShippingRateTable)
           
 

Uses of ShippingRateTable in com.retek.component.media.impl
 

Classes in com.retek.component.media.impl that implement ShippingRateTable
 class ShippingRateTableImpl
           
 

Methods in com.retek.component.media.impl that return ShippingRateTable
 ShippingRateTable SourceCodeImpl.getShippingRateTable(RDate effectiveDate)
           
 ShippingRateTable MediaManagerImpl.buildShippingRateTableInstance(ShippingRateTableType shippingRateTableType, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 ShippingRateTable MediaManagerImpl.buildShippingRateTableInstanceForSourceCode(DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 ShippingRateTable MediaManagerImpl.buildShippingRateTableInstanceForMedia(DistributedReference mediaRef, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 ShippingRateTable MediaManagerImpl.createShippingRateTableForMediaWithDefaultValues(DistributedReference mediaRef, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 ShippingRateTable MediaManagerImpl.readShippingRateTable(DistributedReference ref)
           
 ShippingRateTable MediaImpl.getShippingRateTable()
           
 ShippingRateTable MediaImpl.getShippingRateTable(RDate effectiveDate)
           
 ShippingRateTable MediaImpl.createAdjustmentShippingRateTable()
           
 

Methods in com.retek.component.media.impl with parameters of type ShippingRateTable
 void ShippingRateTableImpl.copyShippingRates(ShippingRateTable fromShippingRateTable)
           
 void MediaManagerImpl.removeShippingRateTable(ShippingRateTable shippingRateTable)
           
static void ShippingRateTableDeleteValidator.validate(ShippingRateTable shippingRateTable)
           
static void ShippingRateTableSubmitValidator.validate(ShippingRateTable shippingRateTable)
           
 

Uses of ShippingRateTable in com.retek.component.media.test
 

Methods in com.retek.component.media.test that return ShippingRateTable
static ShippingRateTable MediaObjectMaster.createShippingRateTable(DistributedContext context, ShippingRateTableType shippingRateTableType, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
static ShippingRateTable MediaObjectMaster.createShippingRateTableForMedia(DistributedContext context, Media media)
           
static ShippingRateTable MediaObjectMaster.createShippingRateTableForMediaWithMultipleShippingRates(DistributedContext context, Media media)
           
static ShippingRateTable MediaObjectMaster.createShippingRateTableForSourceCode(DistributedContext context, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 



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