Class CMSSidebarElementAutomatic

java.lang.Object
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElementAutomatic
All Implemented Interfaces:
Serializable

@Entity public class CMSSidebarElementAutomatic extends CMSSidebarElement
Wrapper for automatic widgets contained in a CMSPage. Currently always bound to a GeoMap object to display in this widget
Author:
florian
See Also:
  • Constructor Details

    • CMSSidebarElementAutomatic

      public CMSSidebarElementAutomatic()
      Empty constructor for the DAO
    • CMSSidebarElementAutomatic

      public CMSSidebarElementAutomatic(GeoMap map, CMSPage owner)
      Default constructor for a GeoMap to display and an owning CMSPage
      Parameters:
      map -
      owner -
    • CMSSidebarElementAutomatic

      public CMSSidebarElementAutomatic(GeoMap map, CMSPageTemplate owner)
    • CMSSidebarElementAutomatic

      public CMSSidebarElementAutomatic(CMSSidebarElementAutomatic orig, CMSPage owner)
      Cloning constructor assigning the given CMSPage as owner
      Parameters:
      orig -
      owner -
    • CMSSidebarElementAutomatic

      public CMSSidebarElementAutomatic(CMSSidebarElementAutomatic orig, CMSPageTemplate owner)
  • Method Details