|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityMenu
ActivityMenu which holds the available ActivityMenuItems.
Method Summary | |
---|---|
void |
enableAll()
Enables all the ActivityMenuItems existed for the User. |
java.util.List<ActivityMenuItem> |
getActivityItems()
Get the filtered activity items by applying filters. |
void |
save()
Saves the activities menu items belongs to the activity menu. |
void |
setActivityItemList(java.util.List<ActivityMenuItem> activityMenuItemsList)
Set the ActivityItems to the ActivityMenu. |
Method Detail |
---|
java.util.List<ActivityMenuItem> getActivityItems() throws CLLException
CLLException
void setActivityItemList(java.util.List<ActivityMenuItem> activityMenuItemsList) throws CLLException
activityMenuItemsList
- activityItems list.
CLLException
void enableAll() throws CLLException
CLLException
- in case of failed to enable the activity menu items.void save() throws CLLException
CLLException
- an in case of failed to save the activity menu items.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |