Uses of Interface
org.opencrx.kernel.uom1.jmi1.Uom

Packages that use Uom
org.opencrx.kernel.activity1.jmi1   
org.opencrx.kernel.backend   
org.opencrx.kernel.contract1.jmi1   
org.opencrx.kernel.depot1.jmi1   
org.opencrx.kernel.product1.jmi1   
org.opencrx.kernel.reservation1.jmi1   
org.opencrx.kernel.uom1.jmi1   
org.opencrx.kernel.utils   
 

Uses of Uom in org.opencrx.kernel.activity1.jmi1
 

Methods in org.opencrx.kernel.activity1.jmi1 that return Uom
 Uom WorkAndExpenseRecord.getQuantityUom()
          Retrieves the value for the reference quantityUom.
 Uom ResourceAddExpenseRecordParams.getQuantityUom()
          Retrieves the value for the optional structure field quantityUom.
 Uom ActivityAddExpenseRecordParams.getQuantityUom()
          Retrieves the value for the optional structure field quantityUom.
 

Methods in org.opencrx.kernel.activity1.jmi1 with parameters of type Uom
 ActivityAddExpenseRecordParams Activity1Package.createActivityAddExpenseRecordParams(short depotSelector, String description, Date endAt, Boolean isBillable, Boolean isReimbursable, String name, short paymentType, BigDecimal quantity, Uom quantityUom, BigDecimal rate, short rateCurrency, short recordType, Resource resource, Date startAt)
           
 ResourceAddExpenseRecordParams Activity1Package.createResourceAddExpenseRecordParams(Activity activity, short depotSelector, String description, Date endAt, Boolean isBillable, Boolean isReimbursable, String name, short paymentType, BigDecimal quantity, Uom quantityUom, BigDecimal rate, short rateCurrency, short recordType, Date startAt)
           
 

Method parameters in org.opencrx.kernel.activity1.jmi1 with type arguments of type Uom
 CalcTotalQuantityResult Activity1Package.createCalcTotalQuantityResult(List<Uom> quantityUom, List<BigDecimal> totalQuantity)
           
 

Uses of Uom in org.opencrx.kernel.backend
 

Methods in org.opencrx.kernel.backend with parameters of type Uom
 ActivityWorkRecord Activities.addWorkAndExpenseRecord(Activity activity, Resource resource, String name, String description, Date startedAt, Date endedAt, BigDecimal quantity, Uom quantityUom, short recordType, short paymentType, short depotSelector, BigDecimal rate, short rateCurrency, Boolean isBillable, Boolean isReimbursable)
           
 ContractPosition Contracts.createContractPosition(AbstractContract contract, Boolean isIgnoreProductConfiguration, String name, BigDecimal quantity, Date pricingDate, Product product, Uom uom, Uom priceUom, PricingRule pricingRule)
           
 int Products.createInitialPrices(AbstractPriceLevel priceLevel, Short processingMode, Uom priceUom, Date includeProductsCreatedSince)
           
static GetPriceLevelResult Products.getLowestPricePriceLevel(RefPackage_1_0 rootPkg, PricingRule pricingRule, AbstractContract contract, AbstractProduct product, Uom priceUom, BigDecimal quantity, Date pricingDate)
           
 GetPriceLevelResult Products.getPriceLevel(PricingRule pricingRule, AbstractContract contract, AbstractProduct product, Uom priceUom, BigDecimal quantity, Date pricingDate)
           
 

Method parameters in org.opencrx.kernel.backend with type arguments of type Uom
 void Activities.calcTotalQuantity(AbstractFilterActivity activityFilter, short recordType, Date startAt, Date endAt, List<BigDecimal> totalQuantities, List<Uom> quantityUoms)
           
 void Activities.calcTotalQuantity(ActivityGroup activityGroup, short recordType, Date startAt, Date endAt, List<BigDecimal> totalQuantities, List<Uom> quantityUoms)
           
 void Activities.calcTotalQuantity(Activity activity, short recordType, Date startAt, Date endAt, List<BigDecimal> totalQuantities, List<Uom> quantityUoms)
           
protected  void Activities.calcTotalQuantity(List<WorkAndExpenseRecord> workAndExpenseRecords, List<BigDecimal> totalQuantities, List<Uom> quantityUoms)
           
 void Activities.calcTotalQuantity(Resource resource, short recordType, Date startAt, Date endAt, List<BigDecimal> totalQuantities, List<Uom> quantityUoms)
           
 

Uses of Uom in org.opencrx.kernel.contract1.jmi1
 

Methods in org.opencrx.kernel.contract1.jmi1 that return Uom
 Uom ContractPosition.getPriceUom()
          Retrieves the value for the reference priceUom.
 Uom CreatePositionParams.getPriceUom()
          Retrieves the value for the optional structure field priceUom.
 Uom ContractPosition.getUom()
          Retrieves the value for the reference uom.
 Uom CreatePositionParams.getUom()
          Retrieves the value for the optional structure field uom.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type Uom
 CreatePositionParams Contract1Package.createCreatePositionParams(Boolean ignoreProductConfiguration, String name, Uom priceUom, Date pricingDate, PricingRule pricingRule, Product product, BigDecimal quantity, Uom uom)
           
 

Uses of Uom in org.opencrx.kernel.depot1.jmi1
 

Methods in org.opencrx.kernel.depot1.jmi1 that return Uom
 Uom SimpleBooking.getQuantityUom()
          Retrieves the value for the reference quantityUom.
 

Uses of Uom in org.opencrx.kernel.product1.jmi1
 

Methods in org.opencrx.kernel.product1.jmi1 that return Uom
 Uom AbstractProduct.getDefaultUom()
          Retrieves the value for the reference defaultUom.
 Uom CreateInitialPricesParams.getPriceUom()
          Retrieves the value for the structure field priceUom.
 Uom GetPriceLevelParams.getPriceUom()
          Retrieves the value for the optional structure field priceUom.
 Uom AbstractProductPrice.getUom()
          Retrieves the value for the reference uom.
 

Methods in org.opencrx.kernel.product1.jmi1 with parameters of type Uom
 CreateInitialPricesParams Product1Package.createCreateInitialPricesParams(Date includeProductsModifiedSince, Uom priceUom, short processingMode)
           
 GetPriceLevelParams Product1Package.createGetPriceLevelParams(AbstractContract contract, Uom priceUom, Date pricingDate, AbstractProduct product, BigDecimal quantity)
           
 

Uses of Uom in org.opencrx.kernel.reservation1.jmi1
 

Methods in org.opencrx.kernel.reservation1.jmi1 that return Uom
 Uom Event.getSliceUom()
          Retrieves the value for the reference sliceUom.
 Uom Event.getSlotUom()
          Retrieves the value for the reference slotUom.
 

Uses of Uom in org.opencrx.kernel.uom1.jmi1
 

Methods in org.opencrx.kernel.uom1.jmi1 with type parameters of type Uom
<T extends Uom>
List<T>
Segment.getUom(UomQuery query)
          Retrieves the value for the reference uom for the specified query.
 

Methods in org.opencrx.kernel.uom1.jmi1 that return Uom
 Uom UomClass.createUom()
          Creates an instance of class Uom.
 Uom Uom.getBaseUom()
          Retrieves the value for the reference baseUom.
 Uom Segment.getUom(boolean idIsPersistent, String id)
          Retrieves the value for the reference uom for the specified qualifier attribute value.
 Uom UomClass.getUom(Object object)
          Creates an instance of class Uom based on the specified Object instance.
 Uom Segment.getUom(String id)
          Retrieves the value for the reference uom for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.uom1.jmi1 with parameters of type Uom
 void Segment.addUom(boolean idIsPersistent, String id, Uom uom)
          Adds the specified element to the set of the values for the reference uom.
 void Segment.addUom(String id, Uom uom)
          Adds the specified element to the set of the values for the reference uom using a reassignable qualifier.
 

Uses of Uom in org.opencrx.kernel.utils
 

Methods in org.opencrx.kernel.utils with parameters of type Uom
static BigDecimal Utils.getUomScaleFactor(Uom from, Uom to)
           
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.