com.pmease.quickbuild.plugin.report.engine.generator.bean
Class Bean2ReportExpressionRule

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.extensionpoint.AbstractTypedXMLObject
      extended by com.pmease.quickbuild.plugin.report.engine.metadata.AbstractCategoryItem
          extended by com.pmease.quickbuild.plugin.report.engine.generator.GenerateAction
              extended by com.pmease.quickbuild.plugin.report.engine.generator.AbstractRule
                  extended by com.pmease.quickbuild.plugin.report.engine.generator.expression.ExpressionRule
                      extended by com.pmease.quickbuild.plugin.report.engine.generator.bean.Bean2ReportExpressionRule
All Implemented Interfaces:
ActionListener, TypedObject, XMLSerializable, java.io.Serializable

public class Bean2ReportExpressionRule
extends ExpressionRule

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pmease.quickbuild.plugin.report.engine.metadata.AbstractCategoryItem
category
 
Constructor Summary
Bean2ReportExpressionRule(ReportCategory category)
           
Bean2ReportExpressionRule(ReportCategory category, java.lang.String columnName, java.lang.String expression)
           
 
Method Summary
 java.lang.String getType()
           
protected  java.util.Map<java.lang.String,java.lang.Object> prepareExpressionContext()
           
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.generator.expression.ExpressionRule
doExecute, getDefaultValue
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.generator.AbstractRule
forColumns, getColumnName, getElementName, getValueExpression, hasColumn, setColumnName, setValueExpression, toString
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.generator.GenerateAction
afterExecute, beforeExecute, buildKey, execute, getContext, getId, getLogger, getOrder, setId, setOrder
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.metadata.AbstractCategoryItem
getCategory
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.extensionpoint.AbstractTypedXMLObject
fromXML, initFromClassResource, initFromLocal, initFromStream, reflectionReadFromNode, reflectionWriteToNode, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bean2ReportExpressionRule

public Bean2ReportExpressionRule(ReportCategory category)

Bean2ReportExpressionRule

public Bean2ReportExpressionRule(ReportCategory category,
                                 java.lang.String columnName,
                                 java.lang.String expression)
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface TypedObject
Overrides:
getType in class ExpressionRule

prepareExpressionContext

protected java.util.Map<java.lang.String,java.lang.Object> prepareExpressionContext()
Overrides:
prepareExpressionContext in class AbstractRule


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.