public interface WidgetManagerSource
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright field.
|
| 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,
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.
|
static final java.lang.String COPYRIGHT
WidgetManager getWidgetManager(java.lang.String widgetDefinitionUniqueId) throws WidgetDefinitionException
widgetDefinitionUniqueId - The unique ID of the widget definition.WidgetDefinitionException - This exception is thrown when the widget definition could not
be found.WidgetManager getWidgetManager(java.lang.String widgetDefinitionIdentifier, java.lang.Integer storeId) throws WidgetDefinitionException
widgetDefinitionIdentifier - The widget definition's identifier.storeId - The store Id of the widget definition.WidgetDefinitionException - This exception is thrown when the widget definition could not
be found.WidgetManager getWidgetManagerByWidgetUniqueId(java.lang.String widgetId, java.lang.Integer storeId) throws WidgetDefinitionException
widgetId - The unique ID of the widget placed on a page layout.storeId - The unique id of the storeWidgetDefinitionException - This exception is thrown when the widget definition could not
be found.WidgetManager getWidgetManagerByWidgetDefinitionUniqueId(java.lang.String widgetDefinitionUniqueId, java.lang.Integer storeId) throws WidgetDefinitionException
widgetDefinitionUniqueId - The unique ID of the widget definition.storeId - The unique id of the storeWidgetDefinitionException - This exception is thrown when the widget definition could not
be found.