|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.discovery.AbstractReport
com.centrasite.control.types.RegistryObjectReport
com.centrasite.control.types.NotificationSettings
public class NotificationSettings
Model for upper table in "My Notifications" screen
Field Summary | |
---|---|
static java.lang.String |
CONTEXT
|
Constructor Summary | |
---|---|
NotificationSettings(Connector con)
|
Method Summary | |
---|---|
java.util.List |
getContextMenuCommands(Item item)
Obtain the commands list to be displayed on context menu request. |
java.lang.String |
getDescription(java.util.Locale locale)
Get description of report |
java.util.Collection |
getItems()
Get items for report |
java.lang.String |
getTitle(java.util.Locale locale)
Get title of report |
boolean |
implicitlyAddRefreshCommand()
Check whether the standard "Refresh" command shall implicitly be added to this report's toolbar |
Methods inherited from class com.centrasite.control.types.RegistryObjectReport |
---|
getConnector, getImageURL, save, setItem |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONTEXT
Constructor Detail |
---|
public NotificationSettings(Connector con)
Method Detail |
---|
public boolean implicitlyAddRefreshCommand()
AbstractReport
implicitlyAddRefreshCommand
in interface ReportInterface
implicitlyAddRefreshCommand
in class AbstractReport
public java.util.Collection getItems() throws java.lang.Exception
RegistryObjectReport
getItems
in interface ItemsProvider
getItems
in class RegistryObjectReport
java.lang.Exception
public java.lang.String getTitle(java.util.Locale locale) throws java.lang.Exception
RegistryObjectReport
getTitle
in interface ReportInterface
getTitle
in class RegistryObjectReport
java.lang.Exception
public java.lang.String getDescription(java.util.Locale locale) throws java.lang.Exception
RegistryObjectReport
getDescription
in interface ReportInterface
getDescription
in class RegistryObjectReport
java.lang.Exception
public java.util.List getContextMenuCommands(Item item)
ReportInterface
getContextMenuCommands
in interface ReportInterface
getContextMenuCommands
in class AbstractReport
Can be overridden by implementors in order to provide
custom list of commands.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |