com.softwareag.centrasite.api.activity
Interface ActivityMenu


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

getActivityItems

java.util.List<ActivityMenuItem> getActivityItems()
                                                  throws CLLException
Get the filtered activity items by applying filters.

Returns:
list of activity menu items.
Throws:
CLLException

setActivityItemList

void setActivityItemList(java.util.List<ActivityMenuItem> activityMenuItemsList)
                         throws CLLException
Set the ActivityItems to the ActivityMenu.

Parameters:
activityMenuItemsList - activityItems list.
Throws:
CLLException

enableAll

void enableAll()
               throws CLLException
Enables all the ActivityMenuItems existed for the User.

Throws:
CLLException - in case of failed to enable the activity menu items.

save

void save()
          throws CLLException
Saves the activities menu items belongs to the activity menu.

Throws:
CLLException - an in case of failed to save the activity menu items.