Package io.goobi.viewer.managedbeans
Class CMSSidebarWidgetsBean
java.lang.Object
io.goobi.viewer.managedbeans.CMSSidebarWidgetsBean
- All Implemented Interfaces:
Serializable
@Named("cmsSidebarWidgetsBean")
@RequestScoped
public class CMSSidebarWidgetsBean
extends Object
implements Serializable
CMSSidebarWidgetsBean class.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteWidget
(Long id) deleteWidget.getAllWidgets.getAllWidgets
(boolean queryAdditionalInformation) getAllWidgets.javax.faces.component.html.HtmlPanelGroup
Getter for the fieldsidebarGroup
.javax.faces.component.html.HtmlPanelGroup
getSidebarGroup
(List<CMSSidebarElement> elements, CMSPage page) Getter for the fieldsidebarGroup
.void
setSidebarGroup
(javax.faces.component.html.HtmlPanelGroup sidebarGroup) Setter for the fieldsidebarGroup
.
-
Constructor Details
-
CMSSidebarWidgetsBean
public CMSSidebarWidgetsBean()
-
-
Method Details
-
getAllWidgets
getAllWidgets.
- Returns:
- a
List
object - Throws:
DAOException
- if any.
-
getAllWidgets
public List<WidgetDisplayElement> getAllWidgets(boolean queryAdditionalInformation) throws DAOException getAllWidgets.
- Parameters:
queryAdditionalInformation
- a boolean- Returns:
- a
List
object - Throws:
DAOException
- if any.
-
deleteWidget
deleteWidget.
- Parameters:
id
- aLong
object- Throws:
DAOException
- if any.
-
getSidebarGroup
public javax.faces.component.html.HtmlPanelGroup getSidebarGroup(List<CMSSidebarElement> elements, CMSPage page) Getter for the field
sidebarGroup
. -
getSidebarGroup
public javax.faces.component.html.HtmlPanelGroup getSidebarGroup()Getter for the field
sidebarGroup
.- Returns:
- a
HtmlPanelGroup
object
-
setSidebarGroup
public void setSidebarGroup(javax.faces.component.html.HtmlPanelGroup sidebarGroup) Setter for the field
sidebarGroup
.- Parameters:
sidebarGroup
- aHtmlPanelGroup
object
-