Uses of Class
ar.com.fdvs.dj.domain.entities.DJVariable

Packages that use DJVariable
ar.com.fdvs.dj.domain   
ar.com.fdvs.dj.domain.builders   
 

Uses of DJVariable in ar.com.fdvs.dj.domain
 

Methods in ar.com.fdvs.dj.domain that return types with arguments of type DJVariable
 java.util.List<DJVariable> DynamicReport.getVariables()
           
 

Method parameters in ar.com.fdvs.dj.domain with type arguments of type DJVariable
 void DynamicReport.setVariables(java.util.List<DJVariable> variables)
           
 

Uses of DJVariable in ar.com.fdvs.dj.domain.builders
 

Methods in ar.com.fdvs.dj.domain.builders with parameters of type DJVariable
 DynamicReportBuilder DynamicReportBuilder.addVariable(DJVariable var)
          Use this to register variables manually.
 



Copyright © 2006-2011 FDV Solutions. All Rights Reserved.