dori.jasper.engine
Class JRAbstractScriptlet
java.lang.Object
dori.jasper.engine.JRAbstractScriptlet
- Direct Known Subclasses:
- JRDefaultScriptlet
- public abstract class JRAbstractScriptlet
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parametersMap
protected java.util.Map parametersMap
fieldsMap
protected java.util.Map fieldsMap
variablesMap
protected java.util.Map variablesMap
groups
protected JRFillGroup[] groups
JRAbstractScriptlet
public JRAbstractScriptlet()
setData
public void setData(java.util.Map parsm,
java.util.Map fldsm,
java.util.Map varsm,
JRFillGroup[] grps)
getParameterValue
public java.lang.Object getParameterValue(java.lang.String parameterName)
throws JRScriptletException
- Throws:
JRScriptletException
getFieldValue
public java.lang.Object getFieldValue(java.lang.String fieldName)
throws JRScriptletException
- Throws:
JRScriptletException
getVariableValue
public java.lang.Object getVariableValue(java.lang.String variableName)
throws JRScriptletException
- Throws:
JRScriptletException
setVariableValue
public void setVariableValue(java.lang.String variableName,
java.lang.Object value)
throws JRScriptletException
- Throws:
JRScriptletException
callBeforeReportInit
public void callBeforeReportInit()
throws JRScriptletException
- Throws:
JRScriptletException
callAfterReportInit
public void callAfterReportInit()
throws JRScriptletException
- Throws:
JRScriptletException
callBeforePageInit
public void callBeforePageInit()
throws JRScriptletException
- Throws:
JRScriptletException
callAfterPageInit
public void callAfterPageInit()
throws JRScriptletException
- Throws:
JRScriptletException
callBeforeColumnInit
public void callBeforeColumnInit()
throws JRScriptletException
- Throws:
JRScriptletException
callAfterColumnInit
public void callAfterColumnInit()
throws JRScriptletException
- Throws:
JRScriptletException
callBeforeGroupInit
public void callBeforeGroupInit()
throws JRScriptletException
- Throws:
JRScriptletException
callAfterGroupInit
public void callAfterGroupInit()
throws JRScriptletException
- Throws:
JRScriptletException
callBeforeDetailEval
public void callBeforeDetailEval()
throws JRScriptletException
- Throws:
JRScriptletException
callAfterDetailEval
public void callAfterDetailEval()
throws JRScriptletException
- Throws:
JRScriptletException
beforeReportInit
public abstract void beforeReportInit()
throws JRScriptletException
- Throws:
JRScriptletException
afterReportInit
public abstract void afterReportInit()
throws JRScriptletException
- Throws:
JRScriptletException
beforePageInit
public abstract void beforePageInit()
throws JRScriptletException
- Throws:
JRScriptletException
afterPageInit
public abstract void afterPageInit()
throws JRScriptletException
- Throws:
JRScriptletException
beforeColumnInit
public abstract void beforeColumnInit()
throws JRScriptletException
- Throws:
JRScriptletException
afterColumnInit
public abstract void afterColumnInit()
throws JRScriptletException
- Throws:
JRScriptletException
beforeGroupInit
public abstract void beforeGroupInit(java.lang.String groupName)
throws JRScriptletException
- Throws:
JRScriptletException
afterGroupInit
public abstract void afterGroupInit(java.lang.String groupName)
throws JRScriptletException
- Throws:
JRScriptletException
beforeDetailEval
public abstract void beforeDetailEval()
throws JRScriptletException
- Throws:
JRScriptletException
afterDetailEval
public abstract void afterDetailEval()
throws JRScriptletException
- Throws:
JRScriptletException
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.