com.retek.component.customerorder.test
Class COMediaObjectMaster

java.lang.Object
  extended bycom.retek.component.customerorder.test.COMediaObjectMaster

public class COMediaObjectMaster
extends java.lang.Object


Constructor Summary
COMediaObjectMaster()
           
 
Method Summary
static void attachInventoryItemLocationAndInventoryData(Media media, SellingItem sellingItem, DistributedContext context)
           
static void attachInventoryItemLocationAndInventoryData(Media media, SellingItem sellingItem, int locationOutboundDays, int itemLocationOutboundDays, DistributedContext context)
           
static void attachInventoryItemLocationAndInventoryData(SellingSku lineSellingSku, Quantity availableQuantity, DistributedContext context)
           
static ShippingRateTable attachSingleRateShippingRateTableToSourceCode(DistributedContext context, Media media, SourceCode sourceCode)
           
static void attachSingleShippingRateToMedia(Media media)
           
static Media createActiveMedia(Banner banner)
           
static Media createActiveMedia(Banner banner, Store store)
           
static Media createActiveMedia(DistributedContext context)
           
static SellingItemDepiction createDepiction(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static DropCode createDropCode(DistributedContext context)
           
static Sku createLocationsForSkuVirtualStore(Sku sku, Channel channel, Store virtualStore, int outboundHandlingDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities)
           
static Sku createLocationsForSkuVirtualStore(Sku sku, Channel channel, Store virtualStore, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities, boolean isNla)
           
static Sku createLocationsForSkuVirtualStoreNLA(Sku sku, Channel channel, Store virtualStore, int outboundHandlingDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities)
           
static Media createMedia(Banner banner)
           
static Media createMedia(Banner banner, Channel channel, Store store, MediaStatus status)
           
static Media createMedia(Banner banner, Channel channel, Store store, MediaStatus status, Warehouse virtualWarehouse)
           
static Media createMedia(Banner banner, Store store, MediaStatus status)
           
static MediaType createMediaType(DistributedContext context)
           
static Media createMediaWithMultipleShippingRates(Banner banner)
           
static SellingItem createPartialSellingItem(Media media)
           
static Media createReleasedMedia(Banner banner)
           
static Media createReleasedMedia(Banner banner, Channel channel)
           
static Media createReleasedMedia(Banner banner, Store store)
           
static Media createReleasedMedia(DistributedContext context)
           
static Media createReleasedMedia(Warehouse virtualWarehouse)
           
static Media createReleasedMediaWithGiftCertificate(DistributedContext context, Banner banner, Channel channel)
           
static SeasonCode createSeasonCode(DistributedContext context)
           
static SellingItem createSellingItem(Item item, Media media)
           
static SellingItem createSellingItem(Media media)
           
static SellingItem createSellingItem(Media media, Supplier supplier, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static SellingItemDepiction createSellingItemDepiction(DistributedContext context, SellingItem sellingItem, java.lang.String pageSpread)
           
static SellingItem createSellingItemWithoutDepiction(DistributedContext context, Item item, Media media)
           
static SellingItem createSellingItemWithPageSpread(Item item, Media media, java.lang.String pageSpread)
           
static SourceCode createSourceCode(DistributedContext context)
           
static java.util.HashMap getChannelInventoryQuantities()
           
static java.util.HashMap getInventoryQuantities(Quantity availableQuantity)
           
static java.util.HashMap getNLAInventoryQuantities(Quantity availQuantity)
           
static void resetAllDaos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COMediaObjectMaster

public COMediaObjectMaster()
Method Detail

resetAllDaos

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

createMediaType

public static MediaType createMediaType(DistributedContext context)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

createSeasonCode

public static SeasonCode createSeasonCode(DistributedContext context)
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

createActiveMedia

public static Media createActiveMedia(DistributedContext context)
                               throws java.lang.Exception
Throws:
java.lang.Exception

createActiveMedia

public static Media createActiveMedia(Banner banner)
                               throws java.lang.Exception
Throws:
java.lang.Exception

createActiveMedia

public static Media createActiveMedia(Banner banner,
                                      Store store)
                               throws java.lang.Exception
Throws:
java.lang.Exception

createReleasedMedia

public static Media createReleasedMedia(DistributedContext context)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

createReleasedMedia

public static Media createReleasedMedia(Banner banner)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

createReleasedMedia

public static Media createReleasedMedia(Banner banner,
                                        Store store)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

createSellingItemDepiction

public static SellingItemDepiction createSellingItemDepiction(DistributedContext context,
                                                              SellingItem sellingItem,
                                                              java.lang.String pageSpread)
                                                       throws BusinessException,
                                                              SystemException
Throws:
BusinessException
SystemException

createMediaWithMultipleShippingRates

public static Media createMediaWithMultipleShippingRates(Banner banner)
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

createMedia

public static Media createMedia(Banner banner)
                         throws java.lang.Exception
Throws:
java.lang.Exception

createMedia

public static Media createMedia(Banner banner,
                                Channel channel,
                                Store store,
                                MediaStatus status)
                         throws java.lang.Exception
Throws:
java.lang.Exception

createMedia

public static Media createMedia(Banner banner,
                                Channel channel,
                                Store store,
                                MediaStatus status,
                                Warehouse virtualWarehouse)
                         throws java.lang.Exception
Throws:
java.lang.Exception

createReleasedMedia

public static Media createReleasedMedia(Banner banner,
                                        Channel channel)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

createReleasedMediaWithGiftCertificate

public static Media createReleasedMediaWithGiftCertificate(DistributedContext context,
                                                           Banner banner,
                                                           Channel channel)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

createMedia

public static Media createMedia(Banner banner,
                                Store store,
                                MediaStatus status)
                         throws java.lang.Exception
Throws:
java.lang.Exception

createReleasedMedia

public static Media createReleasedMedia(Warehouse virtualWarehouse)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

attachSingleShippingRateToMedia

public static void attachSingleShippingRateToMedia(Media media)
                                            throws SystemException,
                                                   MediaBusinessException
Throws:
SystemException
MediaBusinessException

attachSingleRateShippingRateTableToSourceCode

public static ShippingRateTable attachSingleRateShippingRateTableToSourceCode(DistributedContext context,
                                                                              Media media,
                                                                              SourceCode sourceCode)
                                                                       throws SystemException,
                                                                              MediaBusinessException
Throws:
SystemException
MediaBusinessException

createSellingItem

public static SellingItem createSellingItem(Item item,
                                            Media media)
                                     throws SystemException,
                                            BusinessException
Throws:
SystemException
BusinessException

createSellingItem

public static SellingItem createSellingItem(Media media)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

createSellingItem

public static SellingItem createSellingItem(Media media,
                                            Supplier supplier,
                                            ItemPersonalizationBuilderAttributes itemPersAttributes)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

createPartialSellingItem

public static SellingItem createPartialSellingItem(Media media)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

createDepiction

public static SellingItemDepiction createDepiction(DistributedContext context,
                                                   SellingItem sellingItem,
                                                   java.lang.String pageSpread)
                                            throws SystemException,
                                                   BusinessException
Throws:
SystemException
BusinessException

createSellingItemWithPageSpread

public static SellingItem createSellingItemWithPageSpread(Item item,
                                                          Media media,
                                                          java.lang.String pageSpread)
                                                   throws SystemException,
                                                          BusinessException
Throws:
SystemException
BusinessException

createDropCode

public static DropCode createDropCode(DistributedContext context)
                               throws SystemException,
                                      BusinessException
Throws:
SystemException
BusinessException

createSourceCode

public static SourceCode createSourceCode(DistributedContext context)
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

createSellingItemWithoutDepiction

public static SellingItem createSellingItemWithoutDepiction(DistributedContext context,
                                                            Item item,
                                                            Media media)
                                                     throws SystemException,
                                                            BusinessException
Throws:
SystemException
BusinessException

attachInventoryItemLocationAndInventoryData

public static void attachInventoryItemLocationAndInventoryData(Media media,
                                                               SellingItem sellingItem,
                                                               DistributedContext context)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

attachInventoryItemLocationAndInventoryData

public static void attachInventoryItemLocationAndInventoryData(SellingSku lineSellingSku,
                                                               Quantity availableQuantity,
                                                               DistributedContext context)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

getInventoryQuantities

public static java.util.HashMap getInventoryQuantities(Quantity availableQuantity)

getNLAInventoryQuantities

public static java.util.HashMap getNLAInventoryQuantities(Quantity availQuantity)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

createLocationsForSkuVirtualStore

public static Sku createLocationsForSkuVirtualStore(Sku sku,
                                                    Channel channel,
                                                    Store virtualStore,
                                                    int outboundHandlingDays,
                                                    int itemLocationOutboundDays,
                                                    java.util.HashMap channelInventoryQuantities)
                                             throws SystemException,
                                                    BusinessException,
                                                    java.lang.Exception
Throws:
SystemException
BusinessException
java.lang.Exception

createLocationsForSkuVirtualStore

public static Sku createLocationsForSkuVirtualStore(Sku sku,
                                                    Channel channel,
                                                    Store virtualStore,
                                                    int locationOutboundDays,
                                                    int itemLocationOutboundDays,
                                                    java.util.HashMap channelInventoryQuantities,
                                                    boolean isNla)
                                             throws SystemException,
                                                    BusinessException,
                                                    java.lang.Exception
Throws:
SystemException
BusinessException
java.lang.Exception

createLocationsForSkuVirtualStoreNLA

public static Sku createLocationsForSkuVirtualStoreNLA(Sku sku,
                                                       Channel channel,
                                                       Store virtualStore,
                                                       int outboundHandlingDays,
                                                       int itemLocationOutboundDays,
                                                       java.util.HashMap channelInventoryQuantities)
                                                throws SystemException,
                                                       BusinessException,
                                                       java.lang.Exception
Throws:
SystemException
BusinessException
java.lang.Exception

attachInventoryItemLocationAndInventoryData

public static void attachInventoryItemLocationAndInventoryData(Media media,
                                                               SellingItem sellingItem,
                                                               int locationOutboundDays,
                                                               int itemLocationOutboundDays,
                                                               DistributedContext context)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

getChannelInventoryQuantities

public static java.util.HashMap getChannelInventoryQuantities()


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