com.plumtree.portalpages.common.joblogs
Interface IJobLogModelRO

All Known Implementing Classes:
JobHistoryPortletModel, JobLogModel, JobLogModelHelper

public interface IJobLogModelRO

This read-only interface provides access to the member variables in the JobLogModel class. It is called by the views used to display the job history and the job logs.

Author:
JohnH

Method Summary
 int GetCurrentLogPage()
          Returns the log page currently being displayed.
 int GetCurrentPage()
          Returns CurrentPage setting.
 JSDatePickerMgr GetDatePickerControlManager()
          Get the Date picker control manager
 int GetJobID()
          Returns the jobID.
 java.lang.String GetJobName()
          Returns the jobName.
 byte[] GetLogFile()
          Returns the log file in byte array format
 IPTSession GetPTSession()
          Returns the Plumtree Session object.
 int GetRowToDisplay()
          Returns the job history row to display in the job log detail viewer.
 java.lang.String GetRunTime()
          Returns the runTime.
 java.lang.String GetSearchString()
          Returns the target string to be used for a log search.
 boolean IsSearchRequest()
          Returns boolean indicating whether the last request was a log search.
 

Method Detail

GetCurrentLogPage

int GetCurrentLogPage()
Returns the log page currently being displayed.

Returns:
int

GetCurrentPage

int GetCurrentPage()
Returns CurrentPage setting.

Returns:
int

GetJobID

int GetJobID()
Returns the jobID.

Returns:
int

GetJobName

java.lang.String GetJobName()
Returns the jobName.

Returns:
String

GetPTSession

IPTSession GetPTSession()
Returns the Plumtree Session object.

Returns:
IPTSession

GetRowToDisplay

int GetRowToDisplay()
Returns the job history row to display in the job log detail viewer.

Returns:
int

GetRunTime

java.lang.String GetRunTime()
Returns the runTime.

Returns:
String

IsSearchRequest

boolean IsSearchRequest()
Returns boolean indicating whether the last request was a log search.

Returns:
boolean

GetSearchString

java.lang.String GetSearchString()
Returns the target string to be used for a log search.

Returns:
String

GetLogFile

byte[] GetLogFile()
Returns the log file in byte array format

Returns:
byte[]

GetDatePickerControlManager

JSDatePickerMgr GetDatePickerControlManager()
Get the Date picker control manager

Returns:
JSDatePickerMgr



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.