@Deprecated @Named @ConversationScoped public class TimesheetController extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Logger |
logger
Deprecated.
|
protected org.imixs.workflow.faces.util.LoginController |
loginController
Deprecated.
|
protected org.imixs.marty.model.ModelController |
modelController
Deprecated.
|
protected org.imixs.workflow.faces.data.WorkflowController |
workflowController
Deprecated.
|
| Constructor and Description |
|---|
TimesheetController()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
reset the current child workItem
|
org.imixs.workflow.ItemCollection |
cloneWorkitem(org.imixs.workflow.ItemCollection aWorkitem)
Deprecated.
|
org.imixs.workflow.ItemCollection |
getFilter()
Deprecated.
returns the current search filter
|
List<org.imixs.workflow.ItemCollection> |
getFilterTimeSheet()
Deprecated.
retuns a List with all timesheet entries filtered by the filter setting
|
org.imixs.workflow.ItemCollection |
getFilterTimeSheetSummary()
Deprecated.
Returns the myTimeSheetSummary Itemcollection.
|
List<org.imixs.workflow.ItemCollection> |
getMyTimeSheet()
Deprecated.
retuns a List with all timesheet entries for the current user
|
org.imixs.workflow.ItemCollection |
getMyTimeSheetSummary()
Deprecated.
Returns the myTimeSheetSummary Itemcollection.
|
org.imixs.workflow.ItemCollection |
getParentWorkitem()
Deprecated.
Returns the parentWorkitem
|
List<org.imixs.workflow.ItemCollection> |
getProcessSelection()
Deprecated.
returns an Array containing all Process Entities from the TimeSheet sub
process (6100-6199)
|
int |
getSortOrder()
Deprecated.
Sort order for child workitem list
|
org.imixs.workflow.ItemCollection |
getWorkitem()
Deprecated.
|
List<org.imixs.workflow.ItemCollection> |
getWorkitems()
Deprecated.
this method returns a list of all child workitems for the current workitem.
|
void |
initFilter()
Deprecated.
Initializes the search filter
|
List<org.imixs.workflow.ItemCollection> |
loadWorkitems()
Deprecated.
This method loads the list of childWorkitems from the EntityService.
|
void |
onWorkflowEvent(org.imixs.workflow.faces.data.WorkflowEvent workflowEvent)
Deprecated.
|
String |
process()
Deprecated.
Override process to reset the child list
|
void |
reset()
Deprecated.
Reset the current users timeSheet selection
|
void |
setFilter(org.imixs.workflow.ItemCollection filter)
Deprecated.
|
void |
setSortOrder(int sortOrder)
Deprecated.
|
void |
setWorkitem(org.imixs.workflow.ItemCollection workitem)
Deprecated.
|
@Inject protected org.imixs.marty.model.ModelController modelController
@Inject protected org.imixs.workflow.faces.data.WorkflowController workflowController
public static Logger logger
@Inject protected org.imixs.workflow.faces.util.LoginController loginController
public void initFilter()
public org.imixs.workflow.ItemCollection getFilter()
public void setFilter(org.imixs.workflow.ItemCollection filter)
public int getSortOrder()
public void setSortOrder(int sortOrder)
public org.imixs.workflow.ItemCollection getParentWorkitem()
public String process() throws org.imixs.workflow.exceptions.AccessDeniedException, org.imixs.workflow.exceptions.ProcessingErrorException, org.imixs.workflow.exceptions.PluginException, org.imixs.workflow.exceptions.ModelException
org.imixs.workflow.exceptions.ModelExceptionorg.imixs.workflow.exceptions.AccessDeniedExceptionorg.imixs.workflow.exceptions.ProcessingErrorExceptionorg.imixs.workflow.exceptions.PluginExceptionpublic org.imixs.workflow.ItemCollection getWorkitem()
public void setWorkitem(org.imixs.workflow.ItemCollection workitem)
public void reset()
public void clear()
public List<org.imixs.workflow.ItemCollection> getMyTimeSheet()
public org.imixs.workflow.ItemCollection getMyTimeSheetSummary()
public List<org.imixs.workflow.ItemCollection> getFilterTimeSheet()
public org.imixs.workflow.ItemCollection getFilterTimeSheetSummary()
public List<org.imixs.workflow.ItemCollection> getProcessSelection()
public void onWorkflowEvent(@Observes
org.imixs.workflow.faces.data.WorkflowEvent workflowEvent)
throws org.imixs.workflow.exceptions.AccessDeniedException
org.imixs.workflow.exceptions.AccessDeniedExceptionpublic org.imixs.workflow.ItemCollection cloneWorkitem(org.imixs.workflow.ItemCollection aWorkitem)
public List<org.imixs.workflow.ItemCollection> getWorkitems()
public List<org.imixs.workflow.ItemCollection> loadWorkitems()
Copyright © 2016–2021 Imixs Software Solutions GmbH. All rights reserved.