|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
com.actuate.activeportal.forms.BaseActionForm
com.actuate.activeportal.forms.GetJobDetailsActionForm
public class GetJobDetailsActionForm
This form contains a detailed job information. It is used when you access /getjobdetails.d The action classes use the setter methods to set the job details. The JSP pages use the getter method to get the job details and display the data.
Constructor Summary | |
---|---|
GetJobDetailsActionForm()
|
Method Summary | |
---|---|
java.lang.String |
getChannelName()
|
java.lang.String |
getEventParameter()
Gets the event parameter string generated from WaitForEvent. |
com.actuate.reportcast.dstruct.FileType |
getInputFileType()
Gets the input report FileType. |
com.actuate.schemas.JobProperties |
getJobAttributes()
Get the job properties. |
com.actuate.schemas.Event |
getJobEvent()
Gets the job event. |
com.actuate.schemas.JobInputDetail |
getJobInputDetail()
Gets job input detail. |
com.actuate.schemas.JobSchedule |
getJobSchedules()
Gets the job schedules. |
java.util.Vector |
getListOfGroupNames()
|
java.util.Properties |
getListOfParameterDefinition()
Gets the list of parameter definitions. |
java.util.Properties |
getListOfParameterGrps()
Gets the list of parameter groups. |
com.actuate.reportcast.dstruct.FileType |
getOutputFileType()
Gets the outputFiletype |
java.lang.String |
getScheduleString()
Gets the schedule represented as string data type. |
java.lang.String |
getStatus()
Gets the job status. |
java.lang.String |
getUserName()
Gets user name. |
boolean |
isCompleted()
|
void |
setChannelName(java.lang.String string)
Sets channel name. |
void |
setCompleted(boolean b)
Sets true if the job is completed |
void |
setEventParameter(java.lang.String string)
Sets the event parameter in string format. |
void |
setInputFileType(com.actuate.reportcast.dstruct.FileType type)
Sets the inputFileType. |
void |
setJobAttributes(com.actuate.schemas.JobProperties properties)
Sets the jobs properties. |
void |
setJobEvent(com.actuate.schemas.Event event)
Sets the job event. |
void |
setJobInputDetail(com.actuate.schemas.JobInputDetail detail)
Sets the jobs input detail. |
void |
setJobSchedules(com.actuate.schemas.JobSchedule schedule)
Sets the jbos schedule. |
void |
setListOfGroupNames(java.util.Vector vector)
Sets the group names. |
void |
setListOfParameterDefinition(java.util.Properties properties)
Sets the list of parameter definition. |
void |
setListOfParameterGrps(java.util.Properties properties)
Sets the parameter groups. |
void |
setOutputFileType(com.actuate.reportcast.dstruct.FileType type)
Sets the outputFileType. |
void |
setScheduleString(java.lang.String string)
Sets the job schedule represented in string format. |
void |
setStatus(java.lang.String string)
Sets the status. |
void |
setUserName(java.lang.String string)
Sets user name. |
Methods inherited from class com.actuate.activeportal.forms.BaseActionForm |
---|
fixUTF8, isPostback, setPostback |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetJobDetailsActionForm()
Method Detail |
---|
public com.actuate.reportcast.dstruct.FileType getInputFileType()
public com.actuate.schemas.JobProperties getJobAttributes()
public com.actuate.schemas.JobInputDetail getJobInputDetail()
public com.actuate.schemas.JobSchedule getJobSchedules()
public com.actuate.schemas.Event getJobEvent()
public java.util.Vector getListOfGroupNames()
public java.util.Properties getListOfParameterDefinition()
public java.util.Properties getListOfParameterGrps()
public com.actuate.reportcast.dstruct.FileType getOutputFileType()
public java.lang.String getScheduleString()
public java.lang.String getEventParameter()
public java.lang.String getStatus()
public void setInputFileType(com.actuate.reportcast.dstruct.FileType type)
public void setJobAttributes(com.actuate.schemas.JobProperties properties)
public void setJobInputDetail(com.actuate.schemas.JobInputDetail detail)
public void setJobSchedules(com.actuate.schemas.JobSchedule schedule)
public void setJobEvent(com.actuate.schemas.Event event)
public void setListOfGroupNames(java.util.Vector vector)
public void setListOfParameterDefinition(java.util.Properties properties)
public void setListOfParameterGrps(java.util.Properties properties)
public void setOutputFileType(com.actuate.reportcast.dstruct.FileType type)
public void setScheduleString(java.lang.String string)
public void setEventParameter(java.lang.String string)
public void setStatus(java.lang.String string)
public java.lang.String getChannelName()
public java.lang.String getUserName()
public void setChannelName(java.lang.String string)
public void setUserName(java.lang.String string)
public boolean isCompleted()
public void setCompleted(boolean b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |