Package org.adempiere.webui.dashboard
Class DPActivitiesModel
java.lang.Object
org.adempiere.webui.dashboard.DPActivitiesModel
Deprecated, for removal: This API element is subject to removal in a future version.
Dashboard item: Workflow activities, notices and requests
- Author:
- Elaine
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic intDeprecated, for removal: This API element is subject to removal in a future version.Get notice countstatic intDeprecated, for removal: This API element is subject to removal in a future version.Get request countstatic intDeprecated, for removal: This API element is subject to removal in a future version.Get unprocessed countstatic intDeprecated, for removal: This API element is subject to removal in a future version.Get workflow activity countstatic booleanDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DPActivitiesModel
public DPActivitiesModel()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isShowUnprocessed
public static boolean isShowUnprocessed()Deprecated, for removal: This API element is subject to removal in a future version. -
getNoticeCount
public static int getNoticeCount()Deprecated, for removal: This API element is subject to removal in a future version.Get notice count- Returns:
- number of notice
-
getRequestCount
public static int getRequestCount()Deprecated, for removal: This API element is subject to removal in a future version.Get request count- Returns:
- number of request
-
getWorkflowCount
public static int getWorkflowCount()Deprecated, for removal: This API element is subject to removal in a future version.Get workflow activity count- Returns:
- number of workflow activity
-
getUnprocessedCount
public static int getUnprocessedCount()Deprecated, for removal: This API element is subject to removal in a future version.Get unprocessed count- Returns:
- number of unprocessed
-