org.weda.report.actions
Class ViewReportAction

java.lang.Object
  extended by org.weda.action.impl.AbstractAction
      extended by org.weda.data.impl.AbstractDataViewAction
          extended by org.weda.report.actions.ViewReportAction
All Implemented Interfaces:
Action

public class ViewReportAction
extends AbstractDataViewAction

Действие для генерации и просмотра отчета

Author:
Mikhail Titov

Field Summary
 
Fields inherited from class org.weda.data.impl.AbstractDataViewAction
linkBuilder, workflow
 
Constructor Summary
ViewReportAction()
           
 
Method Summary
 java.lang.Object getDataId(ActionContainer targetObject)
           
 java.lang.String getReportGroup()
          Параметр, определяющий группу отчета
 java.lang.String getReportName()
          Параметр, определяющий имя отчета
 void setReportGroup(java.lang.String reportGroup)
           
 void setReportName(java.lang.String reportName)
           
 
Methods inherited from class org.weda.data.impl.AbstractDataViewAction
execute, getActionState
 
Methods inherited from class org.weda.action.impl.AbstractAction
afterLinkedActionExecute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewReportAction

public ViewReportAction()
Method Detail

getReportName

public java.lang.String getReportName()
Параметр, определяющий имя отчета


setReportName

public void setReportName(java.lang.String reportName)

getReportGroup

public java.lang.String getReportGroup()
Параметр, определяющий группу отчета


setReportGroup

public void setReportGroup(java.lang.String reportGroup)

getDataId

public java.lang.Object getDataId(ActionContainer targetObject)
Specified by:
getDataId in class AbstractDataViewAction


Copyright © 2005-2006 . All Rights Reserved.