|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.fdvs.dj.util.ExpressionUtils
public class ExpressionUtils
| Constructor Summary | |
|---|---|
ExpressionUtils()
|
|
| Method Summary | |
|---|---|
static net.sf.jasperreports.engine.design.JRDesignExpression |
createExpression(java.lang.String text,
java.lang.Class clazz)
|
static net.sf.jasperreports.engine.design.JRDesignExpression |
createExpression(java.lang.String text,
java.lang.String className)
|
static net.sf.jasperreports.engine.design.JRDesignExpression |
createExpression(SubreportParameter sp)
|
static net.sf.jasperreports.engine.design.JRDesignExpression |
createStringExpression(java.lang.String text)
|
static net.sf.jasperreports.engine.design.JRDesignExpression |
getConnectionExpression(DJDataSource ds)
|
static net.sf.jasperreports.engine.design.JRDesignExpression |
getDataSourceExpression(DJDataSource ds)
Returns the expression string required |
protected static java.lang.String |
getDataSourceTypeStr(int datasourceType)
|
static java.lang.String |
getFieldsMapExpression(java.util.Collection columnsAndFields)
|
static net.sf.jasperreports.engine.design.JRDesignExpression |
getParameterExpression(Subreport sr)
Returns an expression that points to a java.util.Map object with the parameters to be used during the subreport fill time. |
static java.lang.String |
getParametersMapExpression()
|
static net.sf.jasperreports.engine.design.JRDesignExpression |
getReportConnectionExpression()
Returns a JRDesignExpression that points to the main report connection |
static java.lang.String |
getVariablesMapExpression(java.util.Collection variables)
Collection of JRVariable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionUtils()
| Method Detail |
|---|
public static net.sf.jasperreports.engine.design.JRDesignExpression getParameterExpression(Subreport sr)
sr -
public static net.sf.jasperreports.engine.design.JRDesignExpression getDataSourceExpression(DJDataSource ds)
ds -
public static net.sf.jasperreports.engine.design.JRDesignExpression getConnectionExpression(DJDataSource ds)
public static net.sf.jasperreports.engine.design.JRDesignExpression getReportConnectionExpression()
protected static java.lang.String getDataSourceTypeStr(int datasourceType)
public static net.sf.jasperreports.engine.design.JRDesignExpression createStringExpression(java.lang.String text)
public static net.sf.jasperreports.engine.design.JRDesignExpression createExpression(java.lang.String text,
java.lang.Class clazz)
public static net.sf.jasperreports.engine.design.JRDesignExpression createExpression(java.lang.String text,
java.lang.String className)
public static net.sf.jasperreports.engine.design.JRDesignExpression createExpression(SubreportParameter sp)
public static java.lang.String getFieldsMapExpression(java.util.Collection columnsAndFields)
Collection - of ColumnProperty
public static java.lang.String getVariablesMapExpression(java.util.Collection variables)
variables -
public static java.lang.String getParametersMapExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||