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.media   
com.retek.component.promotion   
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.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.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.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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25