com.actuate.activeportal.forms
Class GetJobDetailsActionForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.actuate.activeportal.forms.BaseActionForm
          extended by com.actuate.activeportal.forms.GetJobDetailsActionForm
All Implemented Interfaces:
java.io.Serializable

public class GetJobDetailsActionForm
extends BaseActionForm

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.

See Also:
Serialized Form

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

GetJobDetailsActionForm

public GetJobDetailsActionForm()
Method Detail

getInputFileType

public com.actuate.reportcast.dstruct.FileType getInputFileType()
Gets the input report FileType.


getJobAttributes

public com.actuate.schemas.JobProperties getJobAttributes()
Get the job properties.


getJobInputDetail

public com.actuate.schemas.JobInputDetail getJobInputDetail()
Gets job input detail.


getJobSchedules

public com.actuate.schemas.JobSchedule getJobSchedules()
Gets the job schedules.


getJobEvent

public com.actuate.schemas.Event getJobEvent()
Gets the job event.


getListOfGroupNames

public java.util.Vector getListOfGroupNames()
Returns:
the list of group names.

getListOfParameterDefinition

public java.util.Properties getListOfParameterDefinition()
Gets the list of parameter definitions.


getListOfParameterGrps

public java.util.Properties getListOfParameterGrps()
Gets the list of parameter groups.


getOutputFileType

public com.actuate.reportcast.dstruct.FileType getOutputFileType()
Gets the outputFiletype


getScheduleString

public java.lang.String getScheduleString()
Gets the schedule represented as string data type.


getEventParameter

public java.lang.String getEventParameter()
Gets the event parameter string generated from WaitForEvent.


getStatus

public java.lang.String getStatus()
Gets the job status.


setInputFileType

public void setInputFileType(com.actuate.reportcast.dstruct.FileType type)
Sets the inputFileType.


setJobAttributes

public void setJobAttributes(com.actuate.schemas.JobProperties properties)
Sets the jobs properties.


setJobInputDetail

public void setJobInputDetail(com.actuate.schemas.JobInputDetail detail)
Sets the jobs input detail.


setJobSchedules

public void setJobSchedules(com.actuate.schemas.JobSchedule schedule)
Sets the jbos schedule.


setJobEvent

public void setJobEvent(com.actuate.schemas.Event event)
Sets the job event.


setListOfGroupNames

public void setListOfGroupNames(java.util.Vector vector)
Sets the group names.


setListOfParameterDefinition

public void setListOfParameterDefinition(java.util.Properties properties)
Sets the list of parameter definition.


setListOfParameterGrps

public void setListOfParameterGrps(java.util.Properties properties)
Sets the parameter groups.


setOutputFileType

public void setOutputFileType(com.actuate.reportcast.dstruct.FileType type)
Sets the outputFileType.


setScheduleString

public void setScheduleString(java.lang.String string)
Sets the job schedule represented in string format.


setEventParameter

public void setEventParameter(java.lang.String string)
Sets the event parameter in string format.


setStatus

public void setStatus(java.lang.String string)
Sets the status.


getChannelName

public java.lang.String getChannelName()

getUserName

public java.lang.String getUserName()
Gets user name.


setChannelName

public void setChannelName(java.lang.String string)
Sets channel name.


setUserName

public void setUserName(java.lang.String string)
Sets user name.


isCompleted

public boolean isCompleted()

setCompleted

public void setCompleted(boolean b)
Sets true if the job is completed