com.retek.component.internet.test
Class ExAObjectMaster

java.lang.Object
  extended bycom.retek.component.internet.test.ExAObjectMaster

public class ExAObjectMaster
extends java.lang.Object


Field Summary
static java.lang.String VALID_DISCOVER_CARD_NUMBER
           
static java.lang.String VALID_VISA_CARD_NUMBER
           
 
Constructor Summary
ExAObjectMaster()
           
 
Method Summary
static ExAAddress createAlternateShipToAddress()
           
static ExAAddress createBillToAddress()
           
static ExASellingItem createCustomizedExASellingItem(DistributedContext context, boolean monogrammable, boolean personalizable)
           
static ExACustomerRequest createExACatalogCustomerRequest()
          Deprecated. class uses deprecated API
static ExACustomerRequest createExACatalogCustomerRequestWithOnlyCustomerNumber(DistributedContext context)
          Deprecated. class uses deprecated API
static ExACustomerRequest createExACustomerRequestWithOnlyCustomerNumber(DistributedContext context)
          Deprecated. class uses deprecated API
static ExASellingItem createExALevelOneSellingItem(DistributedContext context)
           
static ExASellingItem createExAMultiStyleSellingItemWithSharedSellingSku(DistributedContext context, int numberSkus)
           
static ExACustomerRequest createExAOrderCustomerRequest()
          Deprecated. class uses deprecated API
static ExAOrderLineRequest createExAOrderLineRequest(DistributedContext context, ExAMedia exaMedia, int requestedQty, int inStockQty)
           
static ExAOrderLineRequest createExAOrderLineRequest(DistributedContext context, ExASellingSku exaSellingSku, int requestedQty, int inStockQty)
           
static ExAOrderLineRequest createExAOrderLineRequest(ExABaseSellingSku exaSellingSku, int requestedQty)
           
static ExAOrder createExAOrderSummary(DistributedContext context, ExACustomerRequest customerRequest, ExAUser exaUser)
           
static ExAOrder createExAOrderSummary(DistributedContext context, ExACustomerRequest customerRequest, ExAUser exaUser, int numLines)
           
static ExAOrder createExAOrderSummary(DistributedContext context, ExAUser exaUser)
           
static ExAOrder createExAOrderSummary(ExABaseSellingSku exaSellingSku, ExAUser exaUser)
           
static ExAOrder createExAOrderSummary(ExACustomerRequest customerRequest, ExABaseSellingSku exaSellingSku, ExAUser exaUser)
           
static ExASellingItem createExASellingItem(DistributedContext context, int numberSellingSkus)
           
static ExASellingItem createExASellingItem(DistributedContext context, Media media, int numberSellingSkus)
           
static ExASellingItem createExASellingItemWithMultiStyleSharedSellingSku(DistributedContext context, int numberSkus)
           
static ExASellingSku createMonogrammableExASellingSku(DistributedContext context)
           
static ExASellingSku createNormalExASellingSku(DistributedContext context)
           
static ExAOrderRequest createOrderRequest(DistributedContext context, ExACustomerRequest customerRequest, ExAMedia exaMedia, ExAUser exaUser)
           
static ExAOrderRequest createOrderRequest(DistributedContext context, ExACustomerRequest customerRequest, ExAMedia exaMedia, ExAUser exaUser, int numLines)
           
static ExAOrderRequest createOrderRequest(DistributedContext context, ExACustomerRequest customerRequest, ExAUser exaUser)
           
static ExAOrderRequest createOrderRequest(DistributedContext context, ExACustomerRequest customerRequest, ExAUser exaUser, int numLines)
           
static ExAOrderRequest createOrderRequest(DistributedContext context, ExAMedia exaMedia, ExAUser exaUser)
           
static ExAOrderRequest createOrderRequest(DistributedContext context, ExAUser exaUser)
           
static ExAOrderRequest createOrderRequest(ExACustomerRequest customerRequest, ExABaseSellingSku exaSellingSku, ExAUser exaUser)
           
static PackBuilderAttributes createPackBuilder(DistributedContext context, int packQty, int nbrComponents, java.math.BigDecimal pricePerPack)
           
static PackBuilderAttributes createPackBuilder(DistributedContext context, int packQty, int nbrComponents, java.math.BigDecimal pricePerPack, ItemPersonalizationBuilderAttributes itemPersonalizationAttrib)
           
static ExASellingSku createPersonalizableExASellingSku(DistributedContext context)
           
static ExAAddress createShipToAddress()
           
static ExACustomer createValidExACustomer(DistributedContext context)
           
static java.lang.String getCardSeasonId(ExASellingSku exaSellingSku)
           
static java.lang.String getGiftRegistryOrderSource()
           
static java.lang.String getInternetOrderSource()
           
static java.lang.String getLoginConcept(ExASellingSku exaSellingSku)
           
static ExAMedia getReleasedExAMedia(DistributedContext context)
           
static ExAMedia getReleasedExAMedia(Media media)
           
static Media getReleasedMedia(DistributedContext context)
           
static Media getReleasedMedia(Media media, DistributedContext context)
           
static java.lang.String getRepresentativeColor(ExASellingSku exaSellingSku)
           
static java.lang.String getRepresentativeFont(ExASellingSku exaSellingSku)
           
static java.lang.String getWrapSeasonId(ExASellingSku exaSellingSku)
           
static ExAPackSellingSku setupPackWithComponents(DistributedContext context, ExAMedia extMedia, PackBuilderAttributes packBuilder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALID_VISA_CARD_NUMBER

public static final java.lang.String VALID_VISA_CARD_NUMBER
See Also:
Constant Field Values

VALID_DISCOVER_CARD_NUMBER

public static final java.lang.String VALID_DISCOVER_CARD_NUMBER
See Also:
Constant Field Values
Constructor Detail

ExAObjectMaster

public ExAObjectMaster()
Method Detail

createValidExACustomer

public static ExACustomer createValidExACustomer(DistributedContext context)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

createExAOrderLineRequest

public static ExAOrderLineRequest createExAOrderLineRequest(DistributedContext context,
                                                            ExAMedia exaMedia,
                                                            int requestedQty,
                                                            int inStockQty)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

createExAOrderLineRequest

public static ExAOrderLineRequest createExAOrderLineRequest(ExABaseSellingSku exaSellingSku,
                                                            int requestedQty)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

createExAOrderLineRequest

public static ExAOrderLineRequest createExAOrderLineRequest(DistributedContext context,
                                                            ExASellingSku exaSellingSku,
                                                            int requestedQty,
                                                            int inStockQty)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

createCustomizedExASellingItem

public static ExASellingItem createCustomizedExASellingItem(DistributedContext context,
                                                            boolean monogrammable,
                                                            boolean personalizable)
                                                     throws java.lang.Exception,
                                                            SystemException,
                                                            BusinessException
Throws:
java.lang.Exception
SystemException
BusinessException

createMonogrammableExASellingSku

public static ExASellingSku createMonogrammableExASellingSku(DistributedContext context)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

createPersonalizableExASellingSku

public static ExASellingSku createPersonalizableExASellingSku(DistributedContext context)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

createNormalExASellingSku

public static ExASellingSku createNormalExASellingSku(DistributedContext context)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

createExACatalogCustomerRequestWithOnlyCustomerNumber

public static ExACustomerRequest createExACatalogCustomerRequestWithOnlyCustomerNumber(DistributedContext context)
                                                                                throws java.lang.Exception
Deprecated. class uses deprecated API

Throws:
java.lang.Exception

createExACustomerRequestWithOnlyCustomerNumber

public static ExACustomerRequest createExACustomerRequestWithOnlyCustomerNumber(DistributedContext context)
                                                                         throws java.lang.Exception
Deprecated. class uses deprecated API

Throws:
java.lang.Exception

createExACatalogCustomerRequest

public static ExACustomerRequest createExACatalogCustomerRequest()
Deprecated. class uses deprecated API


createExAOrderCustomerRequest

public static ExACustomerRequest createExAOrderCustomerRequest()
Deprecated. class uses deprecated API


createBillToAddress

public static ExAAddress createBillToAddress()

createShipToAddress

public static ExAAddress createShipToAddress()

createAlternateShipToAddress

public static ExAAddress createAlternateShipToAddress()

createExAOrderSummary

public static ExAOrder createExAOrderSummary(DistributedContext context,
                                             ExAUser exaUser)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

createExAOrderSummary

public static ExAOrder createExAOrderSummary(DistributedContext context,
                                             ExACustomerRequest customerRequest,
                                             ExAUser exaUser,
                                             int numLines)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

createExAOrderSummary

public static ExAOrder createExAOrderSummary(DistributedContext context,
                                             ExACustomerRequest customerRequest,
                                             ExAUser exaUser)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

createExAOrderSummary

public static ExAOrder createExAOrderSummary(ExABaseSellingSku exaSellingSku,
                                             ExAUser exaUser)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

createExAOrderSummary

public static ExAOrder createExAOrderSummary(ExACustomerRequest customerRequest,
                                             ExABaseSellingSku exaSellingSku,
                                             ExAUser exaUser)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

createOrderRequest

public static ExAOrderRequest createOrderRequest(DistributedContext context,
                                                 ExAUser exaUser)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

createOrderRequest

public static ExAOrderRequest createOrderRequest(DistributedContext context,
                                                 ExAMedia exaMedia,
                                                 ExAUser exaUser)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

createOrderRequest

public static ExAOrderRequest createOrderRequest(ExACustomerRequest customerRequest,
                                                 ExABaseSellingSku exaSellingSku,
                                                 ExAUser exaUser)
                                          throws java.lang.Exception,
                                                 SystemException
Throws:
java.lang.Exception
SystemException

createOrderRequest

public static ExAOrderRequest createOrderRequest(DistributedContext context,
                                                 ExACustomerRequest customerRequest,
                                                 ExAUser exaUser,
                                                 int numLines)
                                          throws java.lang.Exception,
                                                 SystemException
Throws:
java.lang.Exception
SystemException

createOrderRequest

public static ExAOrderRequest createOrderRequest(DistributedContext context,
                                                 ExACustomerRequest customerRequest,
                                                 ExAUser exaUser)
                                          throws java.lang.Exception,
                                                 SystemException
Throws:
java.lang.Exception
SystemException

createOrderRequest

public static ExAOrderRequest createOrderRequest(DistributedContext context,
                                                 ExACustomerRequest customerRequest,
                                                 ExAMedia exaMedia,
                                                 ExAUser exaUser,
                                                 int numLines)
                                          throws java.lang.Exception,
                                                 SystemException
Throws:
java.lang.Exception
SystemException

createOrderRequest

public static ExAOrderRequest createOrderRequest(DistributedContext context,
                                                 ExACustomerRequest customerRequest,
                                                 ExAMedia exaMedia,
                                                 ExAUser exaUser)
                                          throws java.lang.Exception,
                                                 SystemException
Throws:
java.lang.Exception
SystemException

getReleasedExAMedia

public static ExAMedia getReleasedExAMedia(DistributedContext context)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getReleasedExAMedia

public static ExAMedia getReleasedExAMedia(Media media)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getReleasedMedia

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

getReleasedMedia

public static Media getReleasedMedia(Media media,
                                     DistributedContext context)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getLoginConcept

public static java.lang.String getLoginConcept(ExASellingSku exaSellingSku)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

getRepresentativeColor

public static java.lang.String getRepresentativeColor(ExASellingSku exaSellingSku)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

getRepresentativeFont

public static java.lang.String getRepresentativeFont(ExASellingSku exaSellingSku)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

getWrapSeasonId

public static java.lang.String getWrapSeasonId(ExASellingSku exaSellingSku)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

getCardSeasonId

public static java.lang.String getCardSeasonId(ExASellingSku exaSellingSku)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

getInternetOrderSource

public static java.lang.String getInternetOrderSource()

getGiftRegistryOrderSource

public static java.lang.String getGiftRegistryOrderSource()

createExASellingItem

public static ExASellingItem createExASellingItem(DistributedContext context,
                                                  int numberSellingSkus)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

createExASellingItem

public static ExASellingItem createExASellingItem(DistributedContext context,
                                                  Media media,
                                                  int numberSellingSkus)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

createExALevelOneSellingItem

public static ExASellingItem createExALevelOneSellingItem(DistributedContext context)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

createExAMultiStyleSellingItemWithSharedSellingSku

public static ExASellingItem createExAMultiStyleSellingItemWithSharedSellingSku(DistributedContext context,
                                                                                int numberSkus)
                                                                         throws java.lang.Exception
Throws:
java.lang.Exception

createExASellingItemWithMultiStyleSharedSellingSku

public static ExASellingItem createExASellingItemWithMultiStyleSharedSellingSku(DistributedContext context,
                                                                                int numberSkus)
                                                                         throws java.lang.Exception
Throws:
java.lang.Exception

setupPackWithComponents

public static ExAPackSellingSku setupPackWithComponents(DistributedContext context,
                                                        ExAMedia extMedia,
                                                        PackBuilderAttributes packBuilder)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

createPackBuilder

public static PackBuilderAttributes createPackBuilder(DistributedContext context,
                                                      int packQty,
                                                      int nbrComponents,
                                                      java.math.BigDecimal pricePerPack)
                                               throws SystemException,
                                                      BusinessException
Throws:
SystemException
BusinessException

createPackBuilder

public static PackBuilderAttributes createPackBuilder(DistributedContext context,
                                                      int packQty,
                                                      int nbrComponents,
                                                      java.math.BigDecimal pricePerPack,
                                                      ItemPersonalizationBuilderAttributes itemPersonalizationAttrib)
                                               throws SystemException,
                                                      BusinessException
Throws:
SystemException
BusinessException


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