com.retek.component.supplier.impl.test
Class SupplierObjectMaster

java.lang.Object
  extended bycom.retek.component.supplier.impl.test.SupplierObjectMaster

public class SupplierObjectMaster
extends java.lang.Object


Constructor Summary
SupplierObjectMaster()
           
 
Method Summary
static PersonalizationColor attachPersonalizationColor(DistributedContext context, Supplier supplier)
           
static PersonalizationColor attachPersonalizationColor(DistributedContext context, Supplier supplier, java.lang.String colorNumber)
           
static PersonalizationColor attachPersonalizationColor(Supplier supplier, PersonalizationColor color)
           
static PersonalizationFont attachPersonalizationFont(DistributedContext context, Supplier supplier)
           
static PersonalizationFont attachPersonalizationFont(DistributedContext context, Supplier supplier, java.lang.String fontNumber)
           
static PersonalizationFont attachPersonalizationFont(Supplier supplier, PersonalizationFont font)
           
static void attachSupplierLocation(DistributedContext context, Supplier supplier)
           
static PersonalizationColor createAndPersistNewPersonalizationColor(DistributedContext context)
           
static PersonalizationColor createAndPersistNewPersonalizationColor(DistributedContext context, java.lang.String colorNumber)
           
static PersonalizationFont createAndPersistNewPersonalizationFont(DistributedContext context)
           
static PersonalizationFont createAndPersistNewPersonalizationFont(DistributedContext context, java.lang.String fontNumber)
           
static PersonalizationColor createNewPersonalizationColor(DistributedContext context)
           
static PersonalizationColor createNewPersonalizationColor(DistributedContext context, java.lang.String colorNumber)
           
static PersonalizationFont createNewPersonalizationFont(DistributedContext context)
           
static PersonalizationFont createNewPersonalizationFont(DistributedContext context, java.lang.String fontNumber)
           
static SupplierLocation createNewSupplierLocation(DistributedContext context)
           
static SupplierLocation createNewSupplierLocation(DistributedContext context, SupplierLocationType type)
           
static Supplier createPersistedSupplier(DistributedContext context, int supplierLeadTime)
           
static Supplier createPersistedSupplier(DistributedContext context, int supplierLeadTime, java.util.Set colorNumbers, java.util.Set fontNumbers)
           
static Supplier createSupplier(DistributedContext context)
           
static Supplier createSupplier(DistributedContext context, java.util.Set colorNumbers, java.util.Set fontNumbers)
           
static Supplier createSupplierWithoutColorsAndFonts(DistributedContext context)
           
static void resetSupplierCache()
           
static void setupSupplierCallSchedulesForAllDaysForAllItems(DistributedContext context, Supplier supplier)
           
static void setupSupplierCallSchedulesForAllDaysForAnItem(DistributedContext context, Supplier supplier, java.lang.String skuId)
           
static void setupSupplierCallSchedulesForOneDayForAllItems(DistributedContext context, ContactDayType type, Supplier supplier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupplierObjectMaster

public SupplierObjectMaster()
Method Detail

resetSupplierCache

public static void resetSupplierCache()
                               throws SystemException,
                                      BusinessException
Throws:
SystemException
BusinessException

createSupplier

public static Supplier createSupplier(DistributedContext context)
                               throws SystemException,
                                      BusinessException
Throws:
SystemException
BusinessException

createSupplier

public static Supplier createSupplier(DistributedContext context,
                                      java.util.Set colorNumbers,
                                      java.util.Set fontNumbers)
                               throws SystemException,
                                      BusinessException
Throws:
SystemException
BusinessException

createSupplierWithoutColorsAndFonts

public static Supplier createSupplierWithoutColorsAndFonts(DistributedContext context)
                                                    throws SystemException,
                                                           BusinessException
Throws:
SystemException
BusinessException

createNewSupplierLocation

public static SupplierLocation createNewSupplierLocation(DistributedContext context)
                                                  throws SystemException
Throws:
SystemException

createAndPersistNewPersonalizationColor

public static PersonalizationColor createAndPersistNewPersonalizationColor(DistributedContext context)
                                                                    throws SystemException
Throws:
SystemException

createAndPersistNewPersonalizationColor

public static PersonalizationColor createAndPersistNewPersonalizationColor(DistributedContext context,
                                                                           java.lang.String colorNumber)
                                                                    throws SystemException
Throws:
SystemException

createNewPersonalizationColor

public static PersonalizationColor createNewPersonalizationColor(DistributedContext context)
                                                          throws SystemException
Throws:
SystemException

createNewPersonalizationColor

public static PersonalizationColor createNewPersonalizationColor(DistributedContext context,
                                                                 java.lang.String colorNumber)
                                                          throws SystemException
Throws:
SystemException

createAndPersistNewPersonalizationFont

public static PersonalizationFont createAndPersistNewPersonalizationFont(DistributedContext context)
                                                                  throws SystemException
Throws:
SystemException

createAndPersistNewPersonalizationFont

public static PersonalizationFont createAndPersistNewPersonalizationFont(DistributedContext context,
                                                                         java.lang.String fontNumber)
                                                                  throws SystemException
Throws:
SystemException

createNewPersonalizationFont

public static PersonalizationFont createNewPersonalizationFont(DistributedContext context)
                                                        throws SystemException
Throws:
SystemException

createNewPersonalizationFont

public static PersonalizationFont createNewPersonalizationFont(DistributedContext context,
                                                               java.lang.String fontNumber)
                                                        throws SystemException
Throws:
SystemException

createNewSupplierLocation

public static SupplierLocation createNewSupplierLocation(DistributedContext context,
                                                         SupplierLocationType type)
                                                  throws SystemException
Throws:
SystemException

attachSupplierLocation

public static void attachSupplierLocation(DistributedContext context,
                                          Supplier supplier)
                                   throws SystemException
Throws:
SystemException

attachPersonalizationColor

public static PersonalizationColor attachPersonalizationColor(DistributedContext context,
                                                              Supplier supplier)
                                                       throws SystemException
Throws:
SystemException

attachPersonalizationFont

public static PersonalizationFont attachPersonalizationFont(DistributedContext context,
                                                            Supplier supplier)
                                                     throws SystemException
Throws:
SystemException

attachPersonalizationColor

public static PersonalizationColor attachPersonalizationColor(DistributedContext context,
                                                              Supplier supplier,
                                                              java.lang.String colorNumber)
                                                       throws SystemException
Throws:
SystemException

attachPersonalizationFont

public static PersonalizationFont attachPersonalizationFont(DistributedContext context,
                                                            Supplier supplier,
                                                            java.lang.String fontNumber)
                                                     throws SystemException
Throws:
SystemException

attachPersonalizationColor

public static PersonalizationColor attachPersonalizationColor(Supplier supplier,
                                                              PersonalizationColor color)
                                                       throws SystemException
Throws:
SystemException

attachPersonalizationFont

public static PersonalizationFont attachPersonalizationFont(Supplier supplier,
                                                            PersonalizationFont font)
                                                     throws SystemException
Throws:
SystemException

createPersistedSupplier

public static Supplier createPersistedSupplier(DistributedContext context,
                                               int supplierLeadTime)
                                        throws SystemException,
                                               BusinessException
Throws:
SystemException
BusinessException

createPersistedSupplier

public static Supplier createPersistedSupplier(DistributedContext context,
                                               int supplierLeadTime,
                                               java.util.Set colorNumbers,
                                               java.util.Set fontNumbers)
                                        throws SystemException,
                                               BusinessException
Throws:
SystemException
BusinessException

setupSupplierCallSchedulesForAllDaysForAllItems

public static void setupSupplierCallSchedulesForAllDaysForAllItems(DistributedContext context,
                                                                   Supplier supplier)
                                                            throws SystemException,
                                                                   BusinessException
Throws:
SystemException
BusinessException

setupSupplierCallSchedulesForAllDaysForAnItem

public static void setupSupplierCallSchedulesForAllDaysForAnItem(DistributedContext context,
                                                                 Supplier supplier,
                                                                 java.lang.String skuId)
                                                          throws SystemException,
                                                                 BusinessException
Throws:
SystemException
BusinessException

setupSupplierCallSchedulesForOneDayForAllItems

public static void setupSupplierCallSchedulesForOneDayForAllItems(DistributedContext context,
                                                                  ContactDayType type,
                                                                  Supplier supplier)
                                                           throws SystemException,
                                                                  BusinessException
Throws:
SystemException
BusinessException


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