com.retek.component.banner_channel.test
Class BannerChannelObjectMaster
java.lang.Object
com.retek.component.banner_channel.test.BannerChannelObjectMaster
- public class BannerChannelObjectMaster
- extends java.lang.Object
Method Summary |
static Banner |
attachGiftService(DistributedContext context,
Banner banner)
|
static Banner |
attachGiftService(DistributedContext context,
Banner banner,
GiftServiceType type)
|
static Banner |
attachGiftService(DistributedContext context,
Banner banner,
GiftServiceType type,
Money price)
|
static java.util.Set |
buildAllPossibleTenderTypeOrderSourcesSet(DistributedContext context)
|
static java.util.Set |
buildOrderSourceSet(DistributedContext context)
|
static Banner |
createBanner(DistributedContext context)
|
static Banner |
createBanner(DistributedContext context,
java.lang.String bannerDisplayCode)
|
static BannerChannelType |
createBannerChannelType(DistributedContext context,
Banner banner,
ChannelType channelType,
java.util.Set tenderTypeOrderSourceSet)
|
static BannerChannelType |
createBannerChannelType(DistributedContext context,
Banner banner,
ChannelType channelType,
java.util.Set tenderTypeOrderSourceSet,
OfferCode offerCode)
|
static BannerChannelType |
createBannerChannelType(DistributedContext context,
OfferCode offerCode,
java.util.Set tenderTypeOrderSourceSet)
|
static BannerChannelType |
createBannerChannelType(DistributedContext context,
java.util.Set tenderTypeOrderSourceSet)
|
static Channel |
createChannel(DistributedContext context)
|
static Channel |
createChannel(DistributedContext context,
ChannelType channelType,
Banner banner)
|
static Channel |
createChannel(DistributedContext context,
DistributedReference bannerRef,
ChannelType channelType)
|
static ChannelType |
createChannelType(DistributedContext context)
|
static ChannelType |
createChannelType(DistributedContext context,
Banner banner)
|
static OfferCode |
createOfferCode(DistributedContext context,
java.lang.String displayCode,
java.lang.String description)
|
static OfferCode |
createOfferCode(DistributedContext context,
java.lang.String displayCode,
java.lang.String description,
DistributedReference bannerChannelTypeRef)
|
static TenderTypeOrderSource |
createTenderTypeOrderSource(DistributedContext context,
java.lang.String orderSource,
TenderType tenderType)
|
static Warehouse |
createVirtualWarehouse(Banner banner)
|
static OrderSource |
getGiftRegistryOrderSource(DistributedContext context)
|
static OrderSource |
getMailOrderSource(DistributedContext context)
|
static java.lang.String |
getNextBannerChannelDisplayCode()
|
static java.lang.String |
getNextCode()
|
static OrderSource |
getTelephoneOrderSource(DistributedContext context)
|
static BannerChannelType |
getValidBannerChannelType(DistributedContext context)
|
static void |
resetAllDaos()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BannerChannelObjectMaster
public BannerChannelObjectMaster()
getNextCode
public static java.lang.String getNextCode()
createVirtualWarehouse
public static Warehouse createVirtualWarehouse(Banner banner)
throws java.lang.Exception
- Throws:
java.lang.Exception
getNextBannerChannelDisplayCode
public static java.lang.String getNextBannerChannelDisplayCode()
throws SystemException
- Throws:
SystemException
createBanner
public static Banner createBanner(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createOfferCode
public static OfferCode createOfferCode(DistributedContext context,
java.lang.String displayCode,
java.lang.String description)
throws SystemException
- Throws:
SystemException
createOfferCode
public static OfferCode createOfferCode(DistributedContext context,
java.lang.String displayCode,
java.lang.String description,
DistributedReference bannerChannelTypeRef)
throws SystemException
- Throws:
SystemException
getValidBannerChannelType
public static BannerChannelType getValidBannerChannelType(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getTelephoneOrderSource
public static OrderSource getTelephoneOrderSource(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getMailOrderSource
public static OrderSource getMailOrderSource(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getGiftRegistryOrderSource
public static OrderSource getGiftRegistryOrderSource(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createTenderTypeOrderSource
public static TenderTypeOrderSource createTenderTypeOrderSource(DistributedContext context,
java.lang.String orderSource,
TenderType tenderType)
throws SystemException
- Throws:
SystemException
createBanner
public static Banner createBanner(DistributedContext context,
java.lang.String bannerDisplayCode)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createChannel
public static Channel createChannel(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createChannel
public static Channel createChannel(DistributedContext context,
ChannelType channelType,
Banner banner)
throws java.lang.Exception
- Throws:
java.lang.Exception
createChannelType
public static ChannelType createChannelType(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createChannelType
public static ChannelType createChannelType(DistributedContext context,
Banner banner)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createChannel
public static Channel createChannel(DistributedContext context,
DistributedReference bannerRef,
ChannelType channelType)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachGiftService
public static Banner attachGiftService(DistributedContext context,
Banner banner)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
attachGiftService
public static Banner attachGiftService(DistributedContext context,
Banner banner,
GiftServiceType type)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
attachGiftService
public static Banner attachGiftService(DistributedContext context,
Banner banner,
GiftServiceType type,
Money price)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
resetAllDaos
public static void resetAllDaos()
throws java.lang.Exception
- Throws:
java.lang.Exception
createBannerChannelType
public static BannerChannelType createBannerChannelType(DistributedContext context,
OfferCode offerCode,
java.util.Set tenderTypeOrderSourceSet)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createBannerChannelType
public static BannerChannelType createBannerChannelType(DistributedContext context,
java.util.Set tenderTypeOrderSourceSet)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createBannerChannelType
public static BannerChannelType createBannerChannelType(DistributedContext context,
Banner banner,
ChannelType channelType,
java.util.Set tenderTypeOrderSourceSet)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createBannerChannelType
public static BannerChannelType createBannerChannelType(DistributedContext context,
Banner banner,
ChannelType channelType,
java.util.Set tenderTypeOrderSourceSet,
OfferCode offerCode)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
buildOrderSourceSet
public static java.util.Set buildOrderSourceSet(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
buildAllPossibleTenderTypeOrderSourcesSet
public static java.util.Set buildAllPossibleTenderTypeOrderSourcesSet(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28