com.retek.component.banner_channel.impl.persistence
Class BannerChannelDbObjectMaster

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.DbObjectMaster
      extended bycom.retek.component.banner_channel.impl.persistence.BannerChannelDbObjectMaster

public class BannerChannelDbObjectMaster
extends DbObjectMaster


Field Summary
static java.lang.String BRICK_AND_MORTAR_CHANNEL_TYPE_CODE
           
static java.lang.String CATALOG_CHANNEL_TYPE_CODE
           
static java.lang.String KIOSKS_CHANNEL_TYPE_CODE
           
static java.lang.String PALM_PILOT_CHANNEL_TYPE_CODE
           
static java.lang.String WEB_PHONE_CHANNEL_TYPE_CODE
           
static java.lang.String WEB_STORE_CHANNEL_TYPE_CODE
           
 
Constructor Summary
BannerChannelDbObjectMaster()
           
 
Method Summary
static BannerDto getBannerDtoWithAllPreferences(DistributedContext context)
           
static BannerDto getBannerDtoWithNoPreferences(DistributedContext context)
           
static ChannelDto getChannelDto(DistributedContext context, DistributedReference bannerRef)
           
static ChannelTypeDto getChannelTypeDto(DistributedContext context)
           
static GiftingSeasonDto getGiftingSeasonDto(DistributedContext context, java.lang.String description)
           
static GiftServiceDto getGiftServiceDto(DistributedContext context, Money price)
           
static ChannelTypeDto getPersistedChannelTypeDto(DistributedContext context)
           
static java.lang.String getUnique10DigitCode()
           
static java.lang.String getUnique4DigitDisplayCode()
           
static java.lang.String getUnique6DigitDisplayCode()
           
static BannerDto insertBannerDtoWithAllPreferences(DistributedContext context)
           
static BannerDto insertBannerDtoWithNoPreferences(DistributedContext context)
           
static ChannelDto insertChannelDto(DistributedContext context, DistributedReference bannerRef, java.lang.String desc, ChannelTypeDto channelTypeDto)
           
static BannerDto persistBanner(DistributedContext context)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.DbObjectMaster
checkAllFieldsInitialized, checkAllFieldsInitialized, checkAllFieldsInitialized, checkAllFieldsInitialized, getJunitReferenceCache, getTestDbRDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KIOSKS_CHANNEL_TYPE_CODE

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

BRICK_AND_MORTAR_CHANNEL_TYPE_CODE

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

CATALOG_CHANNEL_TYPE_CODE

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

WEB_STORE_CHANNEL_TYPE_CODE

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

WEB_PHONE_CHANNEL_TYPE_CODE

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

PALM_PILOT_CHANNEL_TYPE_CODE

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

BannerChannelDbObjectMaster

public BannerChannelDbObjectMaster()
Method Detail

getUnique4DigitDisplayCode

public static java.lang.String getUnique4DigitDisplayCode()

getUnique6DigitDisplayCode

public static java.lang.String getUnique6DigitDisplayCode()

getUnique10DigitCode

public static java.lang.String getUnique10DigitCode()

getChannelDto

public static ChannelDto getChannelDto(DistributedContext context,
                                       DistributedReference bannerRef)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getChannelTypeDto

public static ChannelTypeDto getChannelTypeDto(DistributedContext context)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

getPersistedChannelTypeDto

public static ChannelTypeDto getPersistedChannelTypeDto(DistributedContext context)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

getBannerDtoWithAllPreferences

public static BannerDto getBannerDtoWithAllPreferences(DistributedContext context)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

getBannerDtoWithNoPreferences

public static BannerDto getBannerDtoWithNoPreferences(DistributedContext context)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

insertBannerDtoWithAllPreferences

public static BannerDto insertBannerDtoWithAllPreferences(DistributedContext context)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

insertBannerDtoWithNoPreferences

public static BannerDto insertBannerDtoWithNoPreferences(DistributedContext context)
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

getGiftingSeasonDto

public static GiftingSeasonDto getGiftingSeasonDto(DistributedContext context,
                                                   java.lang.String description)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getGiftServiceDto

public static GiftServiceDto getGiftServiceDto(DistributedContext context,
                                               Money price)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

insertChannelDto

public static ChannelDto insertChannelDto(DistributedContext context,
                                          DistributedReference bannerRef,
                                          java.lang.String desc,
                                          ChannelTypeDto channelTypeDto)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

persistBanner

public static BannerDto persistBanner(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