|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.schedule.ReportGenAction
public class ReportGenAction
A schedule action to generate replet. The action could only createReplet depending on the pregeneratedCycle.
| Constructor Summary | |
|---|---|
ReportGenAction()
Create an empty action. |
|
ReportGenAction(String replet,
RepletRequest request)
A generaction action for the specified replet. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the action. |
String |
getLocale()
Get the locale used by this generation action. |
String |
getRepletName()
Get the name of the replet. |
RepletRequest |
getRepletRequest()
Get the request used to generate the report. |
void |
run(Principal principal)
Execute the action. |
void |
setLocale(String locale)
Set the locale to be used by this generation action. |
void |
setRepletName(String replet)
Set the name of the replet to execute. |
void |
setRepletRequest(RepletRequest req)
Set the request used to generate the report. |
String |
toString()
Get the string representation. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReportGenAction()
public ReportGenAction(String replet,
RepletRequest request)
| Method Detail |
|---|
public Object clone()
clone in class Objectpublic String getLocale()
public void setLocale(String locale)
locale - to be used by this generation action.public RepletRequest getRepletRequest()
public void setRepletRequest(RepletRequest req)
public String toString()
toString in class Objectpublic String getRepletName()
getRepletName in interface RepletSupportpublic void setRepletName(String replet)
setRepletName in interface RepletSupport
public void run(Principal principal)
throws Throwable
run in interface ScheduleActionprincipal - represents an entity
Throwable
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||