public class PurgeTasksPortletDefaultviewView
extends com.webmethods.caf.faces.bean.BasePageBean
Constructor and Description |
---|
PurgeTasksPortletDefaultviewView() |
Modifier and Type | Method and Description |
---|---|
void |
deleteTasks()
Deletes tasks from the HPSTRA storage by a given tasks number and a task
definition.
|
void |
fetchCount()
Counts tasks, stored in HPSTRA by a given task definition.
|
PurgeTasksPortlet |
getPurgeTasksPortlet() |
int |
getTaskCount() |
int |
getTasksToDelete() |
java.lang.String |
getTaskTypeId() |
com.webmethods.caf.faces.data.ISelectItemGroupProvider |
getTaskTypes() |
java.lang.String |
initialize()
Initializes page.
|
void |
reIndex()
Synchronizes a given task definition with the HPSTRA storage.
|
void |
setTasksToDelete(int tasksToDelete) |
void |
setTaskTypeId(java.lang.String taskTypeId) |
beforeWorkspaceLoad, getRequestID, gotoPage
afterPhase, beforePhase, findComponent, findComponentInRoot, getClientIds, getPhaseId, gotoPage, isAsyncRequest, preRenderResponse
public void deleteTasks() throws java.lang.Exception
java.lang.Exception
- if any problem occurspublic void fetchCount() throws com.webmethods.portal.PortalException
com.webmethods.portal.PortalException
- if any problem occurspublic PurgeTasksPortlet getPurgeTasksPortlet()
public int getTaskCount()
public int getTasksToDelete()
public java.lang.String getTaskTypeId()
public com.webmethods.caf.faces.data.ISelectItemGroupProvider getTaskTypes()
public java.lang.String initialize()
initialize
in class com.webmethods.caf.faces.bean.BaseViewBean
public void setTasksToDelete(int tasksToDelete)
public void reIndex() throws java.lang.Exception
java.lang.Exception
- if any problem occurspublic void setTaskTypeId(java.lang.String taskTypeId)