Uses of Interface
com.retek.component.item.Sku

Packages that use Sku
com.retek.component.customerorder.test   
com.retek.component.inventory   
com.retek.component.inventory.impl   
com.retek.component.inventory.impl.command   
com.retek.component.inventory.test   
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.item.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.test   
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl.remote.command   
com.retek.rmm.gui.util   
 

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

Methods in com.retek.component.customerorder.test that return Sku
static Sku COItemObjectMaster.createSkuForStore(DistributedContext context, Store store)
           
static Sku COItemObjectMaster.createLevelOneSkuWithNLAInventory(DistributedContext context, Supplier supplier, ShippingMethod validShippingMethod, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Media media, Quantity availQuantity)
           
static Sku COItemObjectMaster.createSku(DistributedContext context, Money skuValue, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static Sku COMediaObjectMaster.createLocationsForSkuVirtualStore(Sku sku, Channel channel, Store virtualStore, int outboundHandlingDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities)
           
static Sku COMediaObjectMaster.createLocationsForSkuVirtualStore(Sku sku, Channel channel, Store virtualStore, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities, boolean isNla)
           
static Sku COMediaObjectMaster.createLocationsForSkuVirtualStoreNLA(Sku sku, Channel channel, Store virtualStore, int outboundHandlingDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities)
           
static Sku CustomerOrderObjectMaster.createShippingAndHandlingSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasPersonalizationSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasMonogramSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasGiftCardSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasGiftWrapSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasGeneralSkuForBanner(CustomerOrder order)
           
 

Methods in com.retek.component.customerorder.test with parameters of type Sku
static void COItemObjectMaster.createInventoryForSku(DistributedContext context, Sku sku, Media media, Quantity availableQuantity)
           
static void COItemObjectMaster.addItemSupplier(DistributedContext context, Sku sku, Supplier supplier)
           
static Sku COMediaObjectMaster.createLocationsForSkuVirtualStore(Sku sku, Channel channel, Store virtualStore, int outboundHandlingDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities)
           
static Sku COMediaObjectMaster.createLocationsForSkuVirtualStore(Sku sku, Channel channel, Store virtualStore, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities, boolean isNla)
           
static Sku COMediaObjectMaster.createLocationsForSkuVirtualStoreNLA(Sku sku, Channel channel, Store virtualStore, int outboundHandlingDays, int itemLocationOutboundDays, java.util.HashMap channelInventoryQuantities)
           
static NoCustomerInformationReturn CustomerOrderObjectMaster.createNoCustomerInformationReturn(DistributedContext context, Sku sku, Quantity qty)
           
 

Uses of Sku in com.retek.component.inventory
 

Methods in com.retek.component.inventory with parameters of type Sku
 java.util.Set InventoryManager.warehouseReserve(Sku sku, Store virtualStore, Country country, java.lang.String shipToZipCode, Quantity warehouseReservationQuantity, boolean isPersonalized, boolean isGifting)
           
 Quantity InventoryManager.getFutureAvailableQuantity(Sku sku, DistributedReference organizationRef)
           
 Quantity InventoryManager.getFutureAvailableQuantity(Sku aSku, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 

Uses of Sku in com.retek.component.inventory.impl
 

Methods in com.retek.component.inventory.impl with parameters of type Sku
static ReservationReserveCommand InventoryCommandFactory.createReservationReserveCommand(Sku sku, Store virtualStore, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation, DistributedContext context)
           
static ReservationReleaseCommand InventoryCommandFactory.createReservationReleaseCommand(Sku sku, Store virtualStore, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity, DistributedContext context)
           
static ReservationReleaseFromSupplierCommand InventoryCommandFactory.createReservationReleaseFromSupplierCommand(Sku sku, Supplier supplier, Store virtualStore, Quantity reservationReleaseQuantity, RDate supplierStartDate, DistributedContext context)
           
 java.util.Set InventoryManagerImpl.warehouseReserve(Sku sku, Store virtualStore, Country country, java.lang.String shipToZipCode, Quantity warehouseReservationQuantity, boolean isPersonalized, boolean isGifting)
           
 Quantity InventoryManagerImpl.getFutureAvailableQuantity(Sku sku, DistributedReference organizationRef)
           
 Quantity InventoryManagerImpl.getFutureAvailableQuantity(Sku sku, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 

Uses of Sku in com.retek.component.inventory.impl.command
 

Methods in com.retek.component.inventory.impl.command that return Sku
 Sku ReservationReleaseFromSupplierCommand.getSku()
           
 Sku ReservationReleaseCommand.getSku()
           
 

Methods in com.retek.component.inventory.impl.command with parameters of type Sku
 void ReservationReleaseFromSupplierCommand.setSku(Sku sku)
           
 void ReservationReleaseCommand.setSku(Sku sku)
           
 void ReservationReleaseFromSupplierValidator.validate(ReservationBusinessException exception, Sku sku, Supplier supplier, Quantity reservationReleaseQuantity, Store virtualStore, RDate supplierStartDate)
           
 void AtpCalculateQuantityValuesSkuCommand.setSku(Sku sku)
           
 void ReservationReleaseValidator.validate(ReservationBusinessException exception, Sku sku, Store virtualStore, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity)
           
 

Uses of Sku in com.retek.component.inventory.test
 

Methods in com.retek.component.inventory.test that return Sku
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys)
           
static Sku InventoryObjectMaster.setUpSkuInventoryDataWithStandardAndSellingUomDifferent(DistributedContext context, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, double standardUom)
           
static Sku InventoryObjectMaster.setUpSkuInventoryDataWithStandardAndSellingUomDifferent(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, double standardUom)
           
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, Store virtualStore, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys)
           
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, Sku sku, Store store, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.Set warehouseSet)
           
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, Sku sku, Store store, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys)
           
static Sku InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context, Store location, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List supplierInventories)
           
static Sku InventoryObjectMaster.setUpSkuInventoryDataForDirectShippable(DistributedContext context, java.lang.String status, boolean isNoLongerAvailable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.List supplierInventories, java.util.List suppliers)
           
 

Methods in com.retek.component.inventory.test with parameters of type Sku
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, Sku sku, Store store, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys, java.util.Set warehouseSet)
           
static Sku InventoryObjectMaster.setUpSkuInventoryData(DistributedContext context, Sku sku, Store store, java.lang.String status, boolean isNoLongerAvailable, boolean isDirectShipable, int locationOutboundDays, int itemLocationOutboundDays, java.util.HashMap inventoryQtys)
           
 

Uses of Sku in com.retek.component.item
 

Methods in com.retek.component.item that return Sku
 Sku ItemManager.readSku(java.lang.String id)
           
 

Methods in com.retek.component.item with parameters of type Sku
 void Style.addSku(Sku sku)
           
 

Uses of Sku in com.retek.component.item.impl
 

Classes in com.retek.component.item.impl that implement Sku
 class SkuImpl
           
 

Methods in com.retek.component.item.impl that return Sku
 Sku ItemManagerImpl.readSku(java.lang.String id)
           
 

Methods in com.retek.component.item.impl with parameters of type Sku
 void StyleImpl.addSku(Sku sku)
           
 

Uses of Sku in com.retek.component.item.test
 

Methods in com.retek.component.item.test that return Sku
static Sku ItemObjectMaster.createSkuWithoutDiffs(DistributedContext context)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i, ItemPersonalizationBuilderAttributes attributes)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i, ItemPersonalizationBuilderAttributes attributes, Carrier carrier, ShippingMethod shippingMethod)
           
static Sku ItemObjectMaster.createSkuForSuppliers(DistributedContext context, Style style, int i, java.util.Set suppliers, ItemPersonalizationBuilderAttributes attributes)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Style style, int i, Carrier carrier, ShippingMethod shippingMethod)
           
static Sku ItemObjectMaster.createSku(DistributedContext context)
           
static Sku ItemObjectMaster.createSku(DistributedContext context, Money unitPrice)
           
static Sku ItemObjectMaster.createSkuWithoutSubmit(DistributedContext context)
           
static Sku ItemObjectMaster.createSkuWithoutShippingMethods(DistributedContext context)
           
static Sku ItemObjectMaster.createBasicSku(DistributedContext context)
           
static Sku ItemObjectMaster.createBasicSku(DistributedContext context, int itemLevel, int transactionLevel)
           
static Sku ItemObjectMaster.createNonInventoryableSku(DistributedContext context)
           
static Sku ItemObjectMaster.createSkuWithTwoItemLocations(DistributedContext context)
           
static Sku ItemObjectMaster.createSkuWithTwoItemSuppliers(DistributedContext context)
           
 

Methods in com.retek.component.item.test with parameters of type Sku
static Style ItemObjectMaster.createStyleWithSku(DistributedContext context, int howMany, Carrier carrier, ShippingMethod shippingMethod, Sku sku)
           
static ItemLocation ItemObjectMaster.createItemLocationForStore(DistributedContext context, Sku sku, Store store, java.lang.String status, boolean isNoLongerAvailable, int inboundDays, int outboundDays)
           
static ItemLocation ItemObjectMaster.createItemLocationForWarehouse(DistributedContext context, Sku sku, Warehouse warehouse, java.lang.String status, boolean isNoLongerAvailable, int inboundDays, int outboundDays)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Sku sku, Store store)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Sku sku, Warehouse warehouse)
           
static ItemLocation ItemObjectMaster.createItemLocation(DistributedContext context, Sku sku, Channel channel)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Pack pack, Sku packComponentSku, java.lang.String supplierId, boolean isPrimaryDirectShipSupplier)
           
static ItemSupplier ItemObjectMaster.createItemSupplier(DistributedContext context, Sku sku, boolean isPrimaryDirectShipSupplier, Supplier supplier)
           
static void ItemObjectMaster.createItemLocationsForVirtualStores(DistributedContext context, Sku aSku, DistributedReference orgReference)
           
 

Uses of Sku in com.retek.component.media
 

Methods in com.retek.component.media that return Sku
 Sku SellingList.getTriggerSku()
           
 

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

Methods in com.retek.component.media.impl that return Sku
 Sku SellingListImpl.getTriggerSku()
           
 

Methods in com.retek.component.media.impl with parameters of type Sku
protected  void SellingSkuImpl.attachValueAddedServices(Sku sku)
           
 SellingSku SellingItemManagerImpl.buildSellingSkuInstance(SellingItem sellingItem, Sku sku)
           
 

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

Methods in com.retek.component.media.test with parameters of type Sku
static SellingSku MediaObjectMaster.createSellingSku(DistributedContext context, Media media, Carrier carrier, ShippingMethod shippingMethod, Sku sku)
           
static SellingSku MediaObjectMaster.createSellingSku(DistributedContext context, Media media, Sku sku)
           
 

Uses of Sku in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit that return Sku
protected  Sku SalesAuditExportTestCase.createBannerShippingAndHandlingSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasPersonalizationSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasMonogramSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasGeneralSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasGiftCardSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasGiftWrapSku(CustomerOrder order)
           
 

Methods in com.retek.component.salesaudit with parameters of type Sku
protected  void SalesAuditExportTestCase.assertVasItemElementContents(CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine, Sku vasItem, SaeItem vasItemElement)
           
 

Uses of Sku in com.retek.component.salesaudit.impl.remote.command
 

Methods in com.retek.component.salesaudit.impl.remote.command that return Sku
protected  Sku BaseTransactionConverter.getVasServiceExportSku(CustomerOrder order, CustomerOrderServiceLine serviceLine)
           
 

Uses of Sku in com.retek.rmm.gui.util
 

Methods in com.retek.rmm.gui.util that return Sku
static Sku RmmFindHandler.readSku(Banner banner, ChannelType type, java.lang.String triggerCode)
           
 



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