Uses of Class
biz.hammurapi.metrics.persistent.Period

Packages that use Period
biz.hammurapi.metrics.persistent   
 

Uses of Period in biz.hammurapi.metrics.persistent
 

Methods in biz.hammurapi.metrics.persistent that return Period
 Period PeriodFactory.getPeriod(int id, long from, long to, int slices, boolean shrink)
           
 

Methods in biz.hammurapi.metrics.persistent that return types with arguments of type Period
 java.util.Collection<Period> AbstractPeriod.getSubCategories()
           
 

Method parameters in biz.hammurapi.metrics.persistent with type arguments of type Period
protected  void SyntheticPeriod.loadSubCategories(java.util.List<Period> subCategories)
           
protected  void Period.loadSubCategories(java.util.List<Period> subCategories)
           
protected abstract  void AbstractPeriod.loadSubCategories(java.util.List<Period> subCategories)
          This method should add subcategories (of type Period) to this category.
 



Copyright © 2006 Hammurapi Group. All Rights Reserved.