|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletControl
com.plumtree.portalpages.portlets.jobhistory.JobHistoryPortletControl
public class JobHistoryPortletControl
This class implements the control for the Job History intrinsic portlet
| Field Summary | |
|---|---|
static int |
FILTERMODE
Filter mode |
static int |
POSTTOSELF_ACTION_ABORT
Abort job action |
static int |
POSTTOSELF_ACTION_FIRSTHISTORYPAGE
Move to the first history page |
static int |
POSTTOSELF_ACTION_JOBDETAIL_POPUP
Pop up the job detail window |
static int |
POSTTOSELF_ACTION_LASTHISTORYPAGE
Move to the last history page |
static int |
POSTTOSELF_ACTION_NEXTHISTORYPAGE
Move to the next history page |
static int |
POSTTOSELF_ACTION_PREVIOUSHISTORYPAGE
Move to the previous history page |
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the control. |
| Fields inherited from class com.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletControl |
|---|
m_asOwner, m_model |
| Constructor Summary | |
|---|---|
JobHistoryPortletControl()
|
|
| Method Summary | |
|---|---|
Redirect |
CheckActionSecurityAndExecute(XPHashtable arguments)
Execute the control business logic and optionally return a Redirect object pointing to another AActivitySpace. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
java.lang.String |
GetName()
Returns the name for the control |
void |
PerformRepostAction(int _nAction,
XPHashtable _htFormData)
This method is a dispatcher. |
| Methods inherited from class com.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletControl |
|---|
Init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final int POSTTOSELF_ACTION_FIRSTHISTORYPAGE
public static final int POSTTOSELF_ACTION_PREVIOUSHISTORYPAGE
public static final int POSTTOSELF_ACTION_NEXTHISTORYPAGE
public static final int POSTTOSELF_ACTION_LASTHISTORYPAGE
public static final int POSTTOSELF_ACTION_JOBDETAIL_POPUP
public static final int POSTTOSELF_ACTION_ABORT
public static final int FILTERMODE
| Constructor Detail |
|---|
public JobHistoryPortletControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
IControl
CheckActionSecurityAndExecute in interface IControlCheckActionSecurityAndExecute in class IntrinsicPortletControlarguments -
com.plumtree.portaluiinfrastructure.activityspace.IControl#Execute()public java.lang.Object Create()
IntrinsicPortletControl
Create in interface IManagedObjectCreate in class IntrinsicPortletControlIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class IntrinsicPortletControlcom.plumtree.portaluiinfrastructure.activityspace.IControl#GetName()
public void PerformRepostAction(int _nAction,
XPHashtable _htFormData)
IntrinsicPortletControl
PerformRepostAction in class IntrinsicPortletControl_nAction - _htFormData -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||