public interface ActivityMenu
ActivityMenuItem
instances.Modifier and Type | Method and Description |
---|---|
void |
enableAll()
Enables all the
ActivityMenuItem s existing for the current User. |
java.util.List<ActivityMenuItem> |
getActivityItems()
Get the filtered activity items by applying filters.
|
java.util.List<java.lang.String> |
getFailedActivityIds()
Returns list of failed activity Ids.
|
void |
save()
Saves the activity menu items belonging to the activity menu.
|
void |
setActivityItemList(java.util.List<ActivityMenuItem> activityMenuItemsList)
Set the
ActivityMenuItem s to the ActivityMenu . |
java.util.List<ActivityMenuItem> getActivityItems() throws CLLException
List
of ActivityMenuItem
objects.CLLException
- If an ActivityMenu
cannot be created from the activitiesvoid setActivityItemList(java.util.List<ActivityMenuItem> activityMenuItemsList) throws CLLException
ActivityMenuItem
s to the ActivityMenu
.activityMenuItemsList
- The List
of ActivityMenuItem
s to set.CLLException
- If a CLL related error occursvoid enableAll() throws CLLException
ActivityMenuItem
s existing for the current User.CLLException
- In case of a failure while trying to enable the activity menu items.void save() throws CLLException
CLLException
- In case of a failure to save the activity menu items.java.util.List<java.lang.String> getFailedActivityIds()
getActivityItems()
.List
of all activity ids which were failed to be obtained