public class J2EEWidgetManagerSource extends AbstractWidgetManagerSource implements WidgetManagerSource
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright field.
|
Constructor and Description |
---|
J2EEWidgetManagerSource() |
Modifier and Type | Method and Description |
---|---|
WidgetManager | getWidgetManager(java.lang.String widgetDefinitionUniqueID)
This method retrieves the widget manager class based on the unique ID of the widget definition in current store.
|
WidgetManager | getWidgetManager(java.lang.String widgetDefinitionIdentifier, java.lang.Integer storeId)
This method retrieves the widget manager class based on the widget definition's identifier and store specified.
|
WidgetManager | getWidgetManagerByWidgetDefinitionUniqueId(java.lang.String widgetDefinitionUniqueId, java.lang.Integer storeId)
This method retrieves the widget manager class based on the unique ID of the widget definition on a page layout in the specified store.
|
WidgetManager | getWidgetManagerByWidgetUniqueId(java.lang.String widgetId) |
WidgetManager | getWidgetManagerByWidgetUniqueId(java.lang.String widgetId, java.lang.Integer storeId)
This method retrieves the widget manager class based on the unique ID of a widget on a page layout in specified store.
|
public static final java.lang.String COPYRIGHT
public WidgetManager getWidgetManager(java.lang.String widgetDefinitionUniqueID) throws WidgetDefinitionException
public WidgetManager getWidgetManager(java.lang.String widgetDefinitionIdentifier, java.lang.Integer storeId) throws WidgetDefinitionException
public WidgetManager getWidgetManagerByWidgetUniqueId(java.lang.String widgetId) throws WidgetDefinitionException
public WidgetManager getWidgetManagerByWidgetUniqueId(java.lang.String widgetId, java.lang.Integer storeId) throws WidgetDefinitionException
public WidgetManager getWidgetManagerByWidgetDefinitionUniqueId(java.lang.String widgetDefinitionUniqueId, java.lang.Integer storeId) throws WidgetDefinitionException