Package org.adempiere.webui.dashboard
Class DPActivitiesModel
java.lang.Object
org.adempiere.webui.dashboard.DPActivitiesModel
Deprecated.
Dashboard item: Workflow activities, notices and requests
- Author:
- Elaine
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
Deprecated.Get notice countstatic int
Deprecated.Get request countstatic int
Deprecated.Get unprocessed countstatic int
Deprecated.Get workflow activity countstatic boolean
Deprecated.
-
Constructor Details
-
DPActivitiesModel
public DPActivitiesModel()Deprecated.
-
-
Method Details
-
isShowUnprocessed
public static boolean isShowUnprocessed()Deprecated. -
getNoticeCount
public static int getNoticeCount()Deprecated.Get notice count- Returns:
- number of notice
-
getRequestCount
public static int getRequestCount()Deprecated.Get request count- Returns:
- number of request
-
getWorkflowCount
public static int getWorkflowCount()Deprecated.Get workflow activity count- Returns:
- number of workflow activity
-
getUnprocessedCount
public static int getUnprocessedCount()Deprecated.Get unprocessed count- Returns:
- number of unprocessed
-