com.plumtree.portalpages.portlets.jobhistory
Interface IJobHistoryPortletModelRO

All Superinterfaces:
IIntrinsicPortletModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
JobHistoryPortletModel

public interface IJobHistoryPortletModelRO
extends IIntrinsicPortletModelRO

The read-only version of the Job History portlet model

Author:
JohnH

Method Summary
 int GetCurrentLogPage()
          Returns the log page currently being displayed.
 int GetCurrentPage()
          Returns CurrentPage setting.
 int GetJobID()
          Returns the jobID.
 java.lang.String GetJobName()
          Returns the jobName.
 java.lang.String GetPortletName()
          Returns the portlet name
 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.
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.intrinsicportlets.IIntrinsicPortletModelRO
ControlExists, GetPortletID
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetPortletName

java.lang.String GetPortletName()
Returns the portlet name

Returns:
String

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



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