Uses of Class
com.retek.commons.util.type.Percent

Packages that use Percent
com.retek.commons.domain.core.persistence.db   
com.retek.commons.util   
com.retek.commons.util.type   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.impl.remote   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.promotion.impl.remote   
com.retek.component.promotion.test   
com.retek.component.tax.impl   
com.retek.component.tax.test   
com.retek.component.test   
com.retek.rmm.gui.screen.promotions   
 

Uses of Percent in com.retek.commons.domain.core.persistence.db
 

Methods in com.retek.commons.domain.core.persistence.db that return Percent
 Percent RetekResultSet.getPercent(java.lang.String columnName)
           
 

Methods in com.retek.commons.domain.core.persistence.db with parameters of type Percent
 void RetekPreparedStatement.setPercent(int parameterIndex, Percent percent)
           
 void RetekPreparedStatement.setPercent(Percent percent)
           
 

Uses of Percent in com.retek.commons.util
 

Methods in com.retek.commons.util that return Percent
static Percent PercentUtility.getPercent(java.lang.String percent)
           
static Percent PercentUtility.getPercent(java.lang.String percent, boolean returnNull)
           
static Percent PercentUtility.min(Percent percentOne, Percent percentTwo)
           
 

Methods in com.retek.commons.util with parameters of type Percent
static java.lang.String PercentUtility.getString(Percent percent)
           
static java.lang.String PercentUtility.getString(Percent percent, boolean defaultEmpty)
           
static Percent PercentUtility.min(Percent percentOne, Percent percentTwo)
           
 

Uses of Percent in com.retek.commons.util.type
 

Fields in com.retek.commons.util.type declared as Percent
static Percent Percent.ONE_HUNDRED
           
static Percent Percent.ZERO
           
 

Methods in com.retek.commons.util.type that return Percent
 Percent Percent.add(Percent other)
           
 Percent Percent.difference(Percent other)
          This method exists instead of a subtract method due to the design decision that this class only represents non-negative percent values.
 Percent Percent.multiply(Percent other)
           
static Percent Percent.ratioAsPercent(java.math.BigDecimal numerator, java.math.BigDecimal denominator)
           
 

Methods in com.retek.commons.util.type with parameters of type Percent
 Money Money.add(Percent percent)
          Increment a Money by a percent.
 Money Money.subtract(Percent percent)
          Decrement a Money by a percent.
 Money Money.multiply(Percent percent)
          Note that this method results in a new Money, and thus, the result is rounded according to Money.SCALE and Money.ROUNDING, therefore, using it in combination with Money.multiply(Quantity) should be done with care (see class-level javadoc).
 Percent Percent.add(Percent other)
           
 Percent Percent.difference(Percent other)
          This method exists instead of a subtract method due to the design decision that this class only represents non-negative percent values.
 boolean Percent.isGreaterThan(Percent that)
           
 Percent Percent.multiply(Percent other)
           
 

Uses of Percent in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Percent
 Percent GeneralAccommodation.getPercentOff()
           
 Percent ShipToTotals.getTotalExtendTaxPercentage()
           
 

Methods in com.retek.component.customerorder with parameters of type Percent
 void GeneralAccommodation.setPercentOff(Percent percentOff)
           
 

Uses of Percent in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return Percent
 Percent GeneralAccommodationImpl.getPercentOff()
           
 Percent NormalShipToTotalsImpl.getTotalExtendTaxPercentage()
           
 Percent ZeroChargeShipToTotalsImpl.getTotalExtendTaxPercentage()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type Percent
 void GeneralAccommodationImpl.setPercentOff(Percent percentOff)
           
 

Uses of Percent in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as Percent
 Percent GeneralAccommodationDto.percentOff
           
 

Uses of Percent in com.retek.component.media
 

Methods in com.retek.component.media that return Percent
 Percent Depiction.getPercentOfDepiction()
           
 Percent ShippingRate.getDeliveryChargePercent()
           
 

Methods in com.retek.component.media with parameters of type Percent
 void Depiction.setPercentOfDepiction(Percent percentOfDepiction)
           
 void ShippingRate.setDeliveryChargePercent(Percent deliveryChargePercent)
           
 

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

Methods in com.retek.component.media.impl that return Percent
 Percent ShippingRateImpl.getDeliveryChargePercent()
           
 Percent DepictionImpl.getPercentOfDepiction()
           
 

Methods in com.retek.component.media.impl with parameters of type Percent
 void ShippingRateImpl.setDeliveryChargePercent(Percent deliveryChargePercent)
           
 void DepictionImpl.setPercentOfDepiction(Percent percentOfDepiction)
           
 

Uses of Percent in com.retek.component.media.impl.remote
 

Fields in com.retek.component.media.impl.remote declared as Percent
 Percent DepictionDto.percentOfDepiction
           
 Percent ShippingRateDto.deliveryChargePercent
           
 

Uses of Percent in com.retek.component.promotion
 

Methods in com.retek.component.promotion that return Percent
 Percent PromotionBenefit.getPercentOff()
           
 

Methods in com.retek.component.promotion with parameters of type Percent
 void PromotionBenefit.setPercentOff(Percent percentOff)
           
 

Uses of Percent in com.retek.component.promotion.impl
 

Methods in com.retek.component.promotion.impl that return Percent
 Percent PromotionBenefitImpl.getPercentOff()
           
 

Methods in com.retek.component.promotion.impl with parameters of type Percent
 void SellingListItemBenefitImpl.setPercentOff(Percent percentOff)
           
 void PromotionBenefitImpl.setPercentOff(Percent percentOff)
           
 

Uses of Percent in com.retek.component.promotion.impl.remote
 

Fields in com.retek.component.promotion.impl.remote declared as Percent
 Percent PromotionBenefitDto.percentOff
           
 

Uses of Percent in com.retek.component.promotion.test
 

Methods in com.retek.component.promotion.test with parameters of type Percent
static PromotionBenefit PromotionObjectMaster.attachBenefit(DistributedContext context, Promotion promo, Percent percentOff)
           
static GiftCertificateBenefit PromotionObjectMaster.attachGiftCertificateBenefit(DistributedContext context, Promotion promotion, Money giftCertificateAmount, Percent percentOff)
           
static ItemBenefit PromotionObjectMaster.attachItemBenefit(DistributedContext context, Promotion promotion, ReceivableItem receiveItem, Percent percentOff)
           
static java.util.Set PromotionObjectMaster.attachItemBenefits(DistributedContext context, Promotion promotion, java.util.Set receiveItems, Percent percentOff)
           
static LineMerchAmountBenefit PromotionObjectMaster.attachLineMerchAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Money thresholdAmt, Percent percentOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Quantity thresholdQty, Percent percentOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff, PromotionDetailServiceType type)
           
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefit(DistributedContext context, SellingListItem sellingListItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createGeneralActiveOrderLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Percent percentOff, PromotionDetailServiceType type, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Percent percentOff, PromotionDetailServiceType type)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftCardServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftWrappingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff)
           
static Promotion PromotionObjectMaster.createGeneralActivePersonalizationServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveStdShippingPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOfferCodeTriggerAndPercentOffBenefit(DistributedContext context, Percent percentOff, OfferCode offerCode, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithPercentOffBenefit(DistributedContext context, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithPercentOffLineMerchAmountBenefit(DistributedContext context, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffOrderMerchAmountBenefit(DistributedContext context, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithPercentOffOrderServiceAmountBenefit(DistributedContext context, Percent percentOff, PromotionDetailServiceType serviceType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, ThresholdableItem thresholdableItem, Money thresholdAmt, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, ThresholdableItem thresholdableItem, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithItemThresholdAndMerchBenefit(DistributedContext context, TenderType tenderType, Banner banner, ChannelType channelType, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithItemThresholdAndMerchBenefit(DistributedContext context, TenderType[] tenderTypes, Banner banner, ChannelType channelType, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, Money thresholdAmt, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ReceivableItem receivableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
 

Uses of Percent in com.retek.component.tax.impl
 

Fields in com.retek.component.tax.impl declared as Percent
static Percent MockTaxCalculator.DEFAULT_TAX_RATE_PERCENT
           
static Percent MockTaxCalculator.REGULAR_MN_TAX_RATE_PERCENT
           
 

Uses of Percent in com.retek.component.tax.test
 

Fields in com.retek.component.tax.test declared as Percent
static Percent TaxObjectMaster.SEVEN_POINT_TWO_PERCENT
           
static Percent TaxObjectMaster.SIX_POINT_FIVE_PERCENT
           
static Percent TaxObjectMaster.SEVEN_POINT_FOUR_PERCENT
           
static Percent TaxObjectMaster.ONE_HUNDRED_POINT_ONE_PERCENT
           
static Percent TaxObjectMaster.ZERO
           
 

Uses of Percent in com.retek.component.test
 

Methods in com.retek.component.test with parameters of type Percent
static void TestObjectMaster.setModifiedTaxRate(Percent taxRate)
           
 

Uses of Percent in com.retek.rmm.gui.screen.promotions
 

Methods in com.retek.rmm.gui.screen.promotions that return Percent
 Percent SellingListItemDiscountsDialogHandler.getDirtyBenefitPercentOff()
           
 

Methods in com.retek.rmm.gui.screen.promotions with parameters of type Percent
 void SellingListItemDiscountsDialogHandler.setUncheckedBenefitPercentOff(Percent percent)
           
 



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