Uses of Class
com.retek.component.media.MediaBusinessException

Packages that use MediaBusinessException
com.retek.component.customerorder.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.impl.command   
com.retek.component.media.test   
 

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

Methods in com.retek.component.customerorder.test that throw MediaBusinessException
static void COMediaObjectMaster.attachSingleShippingRateToMedia(Media media)
           
static ShippingRateTable COMediaObjectMaster.attachSingleRateShippingRateTableToSourceCode(DistributedContext context, Media media, SourceCode sourceCode)
           
 

Uses of MediaBusinessException in com.retek.component.media
 

Subclasses of MediaBusinessException in com.retek.component.media
 class InvalidSellingItemDisplayNumberFormatException
           
 class NoSuchSellingItemException
           
 class NoSuchSourceCodeException
           
 class WildcardException
           
 

Methods in com.retek.component.media that throw MediaBusinessException
 void Depiction.setPercentOfDepiction(Percent percentOfDepiction)
           
 void ShippingRate.setDeliveryChargePercent(Percent deliveryChargePercent)
           
 void ShippingRate.setRangeMinimum(Money rangeMinimum)
           
 void ShippingRate.setRangeMaximum(Money rangeMaximum)
          If this is the last shipping rate in the ShippingRateTable (and therefore, its current max is infinity) then setting rangeMaximum to less than infinity has the side effect of creating a new shipping rate to uphold the invariant described above.
 void ShippingRate.remove()
           
 

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

Methods in com.retek.component.media.impl that throw MediaBusinessException
 void ShippingRateImpl.setDeliveryChargePercent(Percent deliveryChargePercent)
           
 void ShippingRateImpl.remove()
           
 void ShippingRateImpl.setRangeMaximum(Money rangeMaximum)
           
 void ShippingRateImpl.setRangeMinimum(Money rangeMinimum)
           
 void SellingItemImpl.setIncorrectDisplayCode(java.lang.String sellingItemMisPrintedNumber)
           
 void DepictionImpl.setPercentOfDepiction(Percent percentOfDepiction)
           
 

Uses of MediaBusinessException in com.retek.component.media.impl.command
 

Methods in com.retek.component.media.impl.command that return MediaBusinessException
 MediaBusinessException SellingItemCopyToMediaValidator.getException()
           
 

Methods in com.retek.component.media.impl.command that throw MediaBusinessException
static void MediaDeleteValidator.validate(Media media)
           
static void SellingItemDeleteValidator.validate(SellingItem sellingItem)
           
 void SellingItemIncorrectCodeValidator.validate(SellingItem sellingItem, java.lang.String misprintCode)
           
static void SellingItemSellingSkuDeleteValidator.validate(SellingItem sellingItem)
           
 

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

Methods in com.retek.component.media.test that throw MediaBusinessException
static void MediaObjectMaster.attachSingleShippingRateToMedia(Media media)
           
 



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