Class GeneratedPreviewData

    • Field Detail

      • USER

        public static final java.lang.String USER
        Qualifier of the PreviewData.user attribute
        See Also:
        Constant Field Values
      • USERGROUP

        public static final java.lang.String USERGROUP
        Qualifier of the PreviewData.userGroup attribute
        See Also:
        Constant Field Values
      • COUNTRY

        public static final java.lang.String COUNTRY
        Qualifier of the PreviewData.country attribute
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Qualifier of the PreviewData.language attribute
        See Also:
        Constant Field Values
      • TIME

        public static final java.lang.String TIME
        Qualifier of the PreviewData.time attribute
        See Also:
        Constant Field Values
      • LIVEEDIT

        public static final java.lang.String LIVEEDIT
        Qualifier of the PreviewData.liveEdit attribute
        See Also:
        Constant Field Values
      • EDITMODE

        public static final java.lang.String EDITMODE
        Qualifier of the PreviewData.editMode attribute
        See Also:
        Constant Field Values
      • RESOURCEPATH

        public static final java.lang.String RESOURCEPATH
        Qualifier of the PreviewData.resourcePath attribute
        See Also:
        Constant Field Values
      • PAGE

        public static final java.lang.String PAGE
        Qualifier of the PreviewData.page attribute
        See Also:
        Constant Field Values
      • PREVIEWCATEGORY

        public static final java.lang.String PREVIEWCATEGORY
        Qualifier of the PreviewData.previewCategory attribute
        See Also:
        Constant Field Values
      • PREVIEWPRODUCT

        public static final java.lang.String PREVIEWPRODUCT
        Qualifier of the PreviewData.previewProduct attribute
        See Also:
        Constant Field Values
      • PREVIEWCATALOG

        public static final java.lang.String PREVIEWCATALOG
        Qualifier of the PreviewData.previewCatalog attribute
        See Also:
        Constant Field Values
      • ACTIVESITE

        public static final java.lang.String ACTIVESITE
        Qualifier of the PreviewData.activeSite attribute
        See Also:
        Constant Field Values
      • ACTIVECATALOGVERSION

        public static final java.lang.String ACTIVECATALOGVERSION
        Qualifier of the PreviewData.activeCatalogVersion attribute
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Qualifier of the PreviewData.version attribute
        See Also:
        Constant Field Values
      • CATALOGVERSIONS

        public static final java.lang.String CATALOGVERSIONS
        Qualifier of the PreviewData.catalogVersions attribute
        See Also:
        Constant Field Values
      • PREVIEWDATATOCATALOGVERSION_SRC_ORDERED

        protected static java.lang.String PREVIEWDATATOCATALOGVERSION_SRC_ORDERED
        Relation ordering override parameter constants for PreviewDataToCatalogVersion from ((cms2))
      • PREVIEWDATATOCATALOGVERSION_TGT_ORDERED

        protected static java.lang.String PREVIEWDATATOCATALOGVERSION_TGT_ORDERED
      • PREVIEWDATATOCATALOGVERSION_MARKMODIFIED

        protected static java.lang.String PREVIEWDATATOCATALOGVERSION_MARKMODIFIED
        Relation disable markmodifed parameter constants for PreviewDataToCatalogVersion from ((cms2))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedPreviewData

        public GeneratedPreviewData()
    • Method Detail

      • getActiveCatalogVersion

        public CatalogVersion getActiveCatalogVersion​(SessionContext ctx)
        Generated method - Getter of the PreviewData.activeCatalogVersion attribute.
        Returns:
        the activeCatalogVersion
      • getActiveCatalogVersion

        public CatalogVersion getActiveCatalogVersion()
        Generated method - Getter of the PreviewData.activeCatalogVersion attribute.
        Returns:
        the activeCatalogVersion
      • setActiveCatalogVersion

        public void setActiveCatalogVersion​(SessionContext ctx,
                                            CatalogVersion value)
        Generated method - Setter of the PreviewData.activeCatalogVersion attribute.
        Parameters:
        value - the activeCatalogVersion
      • setActiveCatalogVersion

        public void setActiveCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the PreviewData.activeCatalogVersion attribute.
        Parameters:
        value - the activeCatalogVersion
      • getActiveSite

        public CMSSite getActiveSite​(SessionContext ctx)
        Generated method - Getter of the PreviewData.activeSite attribute.
        Returns:
        the activeSite
      • getActiveSite

        public CMSSite getActiveSite()
        Generated method - Getter of the PreviewData.activeSite attribute.
        Returns:
        the activeSite
      • setActiveSite

        public void setActiveSite​(SessionContext ctx,
                                  CMSSite value)
        Generated method - Setter of the PreviewData.activeSite attribute.
        Parameters:
        value - the activeSite
      • setActiveSite

        public void setActiveSite​(CMSSite value)
        Generated method - Setter of the PreviewData.activeSite attribute.
        Parameters:
        value - the activeSite
      • getCatalogVersions

        public java.util.Collection<CatalogVersion> getCatalogVersions​(SessionContext ctx)
        Generated method - Getter of the PreviewData.catalogVersions attribute.
        Returns:
        the catalogVersions
      • getCatalogVersions

        public java.util.Collection<CatalogVersion> getCatalogVersions()
        Generated method - Getter of the PreviewData.catalogVersions attribute.
        Returns:
        the catalogVersions
      • getCatalogVersionsCount

        public long getCatalogVersionsCount​(SessionContext ctx)
      • getCatalogVersionsCount

        public long getCatalogVersionsCount()
      • setCatalogVersions

        public void setCatalogVersions​(SessionContext ctx,
                                       java.util.Collection<CatalogVersion> value)
        Generated method - Setter of the PreviewData.catalogVersions attribute.
        Parameters:
        value - the catalogVersions
      • setCatalogVersions

        public void setCatalogVersions​(java.util.Collection<CatalogVersion> value)
        Generated method - Setter of the PreviewData.catalogVersions attribute.
        Parameters:
        value - the catalogVersions
      • addToCatalogVersions

        public void addToCatalogVersions​(SessionContext ctx,
                                         CatalogVersion value)
        Generated method - Adds value to catalogVersions.
        Parameters:
        value - the item to add to catalogVersions
      • addToCatalogVersions

        public void addToCatalogVersions​(CatalogVersion value)
        Generated method - Adds value to catalogVersions.
        Parameters:
        value - the item to add to catalogVersions
      • removeFromCatalogVersions

        public void removeFromCatalogVersions​(SessionContext ctx,
                                              CatalogVersion value)
        Generated method - Removes value from catalogVersions.
        Parameters:
        value - the item to remove from catalogVersions
      • removeFromCatalogVersions

        public void removeFromCatalogVersions​(CatalogVersion value)
        Generated method - Removes value from catalogVersions.
        Parameters:
        value - the item to remove from catalogVersions
      • getCountry

        public Country getCountry​(SessionContext ctx)
        Generated method - Getter of the PreviewData.country attribute.
        Returns:
        the country
      • getCountry

        public Country getCountry()
        Generated method - Getter of the PreviewData.country attribute.
        Returns:
        the country
      • setCountry

        public void setCountry​(SessionContext ctx,
                               Country value)
        Generated method - Setter of the PreviewData.country attribute.
        Parameters:
        value - the country
      • setCountry

        public void setCountry​(Country value)
        Generated method - Setter of the PreviewData.country attribute.
        Parameters:
        value - the country
      • isEditMode

        public java.lang.Boolean isEditMode​(SessionContext ctx)
        Generated method - Getter of the PreviewData.editMode attribute.
        Returns:
        the editMode
      • isEditMode

        public java.lang.Boolean isEditMode()
        Generated method - Getter of the PreviewData.editMode attribute.
        Returns:
        the editMode
      • isEditModeAsPrimitive

        public boolean isEditModeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the PreviewData.editMode attribute.
        Returns:
        the editMode
      • isEditModeAsPrimitive

        public boolean isEditModeAsPrimitive()
        Generated method - Getter of the PreviewData.editMode attribute.
        Returns:
        the editMode
      • setEditMode

        public void setEditMode​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the PreviewData.editMode attribute.
        Parameters:
        value - the editMode
      • setEditMode

        public void setEditMode​(java.lang.Boolean value)
        Generated method - Setter of the PreviewData.editMode attribute.
        Parameters:
        value - the editMode
      • setEditMode

        public void setEditMode​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the PreviewData.editMode attribute.
        Parameters:
        value - the editMode
      • setEditMode

        public void setEditMode​(boolean value)
        Generated method - Setter of the PreviewData.editMode attribute.
        Parameters:
        value - the editMode
      • getLanguage

        public Language getLanguage​(SessionContext ctx)
        Generated method - Getter of the PreviewData.language attribute.
        Returns:
        the language
      • getLanguage

        public Language getLanguage()
        Generated method - Getter of the PreviewData.language attribute.
        Returns:
        the language
      • setLanguage

        public void setLanguage​(SessionContext ctx,
                                Language value)
        Generated method - Setter of the PreviewData.language attribute.
        Parameters:
        value - the language
      • setLanguage

        public void setLanguage​(Language value)
        Generated method - Setter of the PreviewData.language attribute.
        Parameters:
        value - the language
      • isLiveEdit

        public java.lang.Boolean isLiveEdit​(SessionContext ctx)
        Generated method - Getter of the PreviewData.liveEdit attribute.
        Returns:
        the liveEdit
      • isLiveEdit

        public java.lang.Boolean isLiveEdit()
        Generated method - Getter of the PreviewData.liveEdit attribute.
        Returns:
        the liveEdit
      • isLiveEditAsPrimitive

        public boolean isLiveEditAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the PreviewData.liveEdit attribute.
        Returns:
        the liveEdit
      • isLiveEditAsPrimitive

        public boolean isLiveEditAsPrimitive()
        Generated method - Getter of the PreviewData.liveEdit attribute.
        Returns:
        the liveEdit
      • setLiveEdit

        public void setLiveEdit​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the PreviewData.liveEdit attribute.
        Parameters:
        value - the liveEdit
      • setLiveEdit

        public void setLiveEdit​(java.lang.Boolean value)
        Generated method - Setter of the PreviewData.liveEdit attribute.
        Parameters:
        value - the liveEdit
      • setLiveEdit

        public void setLiveEdit​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the PreviewData.liveEdit attribute.
        Parameters:
        value - the liveEdit
      • setLiveEdit

        public void setLiveEdit​(boolean value)
        Generated method - Setter of the PreviewData.liveEdit attribute.
        Parameters:
        value - the liveEdit
      • getPage

        public AbstractPage getPage​(SessionContext ctx)
        Generated method - Getter of the PreviewData.page attribute.
        Returns:
        the page
      • getPage

        public AbstractPage getPage()
        Generated method - Getter of the PreviewData.page attribute.
        Returns:
        the page
      • setPage

        public void setPage​(SessionContext ctx,
                            AbstractPage value)
        Generated method - Setter of the PreviewData.page attribute.
        Parameters:
        value - the page
      • setPage

        public void setPage​(AbstractPage value)
        Generated method - Setter of the PreviewData.page attribute.
        Parameters:
        value - the page
      • getPreviewCatalog

        public Catalog getPreviewCatalog​(SessionContext ctx)
        Generated method - Getter of the PreviewData.previewCatalog attribute.
        Returns:
        the previewCatalog
      • getPreviewCatalog

        public Catalog getPreviewCatalog()
        Generated method - Getter of the PreviewData.previewCatalog attribute.
        Returns:
        the previewCatalog
      • setPreviewCatalog

        public void setPreviewCatalog​(SessionContext ctx,
                                      Catalog value)
        Generated method - Setter of the PreviewData.previewCatalog attribute.
        Parameters:
        value - the previewCatalog
      • setPreviewCatalog

        public void setPreviewCatalog​(Catalog value)
        Generated method - Setter of the PreviewData.previewCatalog attribute.
        Parameters:
        value - the previewCatalog
      • getPreviewCategory

        public Category getPreviewCategory​(SessionContext ctx)
        Generated method - Getter of the PreviewData.previewCategory attribute.
        Returns:
        the previewCategory
      • getPreviewCategory

        public Category getPreviewCategory()
        Generated method - Getter of the PreviewData.previewCategory attribute.
        Returns:
        the previewCategory
      • setPreviewCategory

        public void setPreviewCategory​(SessionContext ctx,
                                       Category value)
        Generated method - Setter of the PreviewData.previewCategory attribute.
        Parameters:
        value - the previewCategory
      • setPreviewCategory

        public void setPreviewCategory​(Category value)
        Generated method - Setter of the PreviewData.previewCategory attribute.
        Parameters:
        value - the previewCategory
      • getPreviewProduct

        public Product getPreviewProduct​(SessionContext ctx)
        Generated method - Getter of the PreviewData.previewProduct attribute.
        Returns:
        the previewProduct
      • getPreviewProduct

        public Product getPreviewProduct()
        Generated method - Getter of the PreviewData.previewProduct attribute.
        Returns:
        the previewProduct
      • setPreviewProduct

        public void setPreviewProduct​(SessionContext ctx,
                                      Product value)
        Generated method - Setter of the PreviewData.previewProduct attribute.
        Parameters:
        value - the previewProduct
      • setPreviewProduct

        public void setPreviewProduct​(Product value)
        Generated method - Setter of the PreviewData.previewProduct attribute.
        Parameters:
        value - the previewProduct
      • getResourcePath

        public java.lang.String getResourcePath​(SessionContext ctx)
        Generated method - Getter of the PreviewData.resourcePath attribute.
        Returns:
        the resourcePath
      • getResourcePath

        public java.lang.String getResourcePath()
        Generated method - Getter of the PreviewData.resourcePath attribute.
        Returns:
        the resourcePath
      • setResourcePath

        public void setResourcePath​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the PreviewData.resourcePath attribute.
        Parameters:
        value - the resourcePath
      • setResourcePath

        public void setResourcePath​(java.lang.String value)
        Generated method - Setter of the PreviewData.resourcePath attribute.
        Parameters:
        value - the resourcePath
      • getTime

        public java.util.Date getTime​(SessionContext ctx)
        Generated method - Getter of the PreviewData.time attribute.
        Returns:
        the time
      • getTime

        public java.util.Date getTime()
        Generated method - Getter of the PreviewData.time attribute.
        Returns:
        the time
      • setTime

        public void setTime​(SessionContext ctx,
                            java.util.Date value)
        Generated method - Setter of the PreviewData.time attribute.
        Parameters:
        value - the time
      • setTime

        public void setTime​(java.util.Date value)
        Generated method - Setter of the PreviewData.time attribute.
        Parameters:
        value - the time
      • getUser

        public User getUser​(SessionContext ctx)
        Generated method - Getter of the PreviewData.user attribute.
        Returns:
        the user
      • getUser

        public User getUser()
        Generated method - Getter of the PreviewData.user attribute.
        Returns:
        the user
      • setUser

        public void setUser​(SessionContext ctx,
                            User value)
        Generated method - Setter of the PreviewData.user attribute.
        Parameters:
        value - the user
      • setUser

        public void setUser​(User value)
        Generated method - Setter of the PreviewData.user attribute.
        Parameters:
        value - the user
      • getUserGroup

        public UserGroup getUserGroup​(SessionContext ctx)
        Generated method - Getter of the PreviewData.userGroup attribute.
        Returns:
        the userGroup
      • getUserGroup

        public UserGroup getUserGroup()
        Generated method - Getter of the PreviewData.userGroup attribute.
        Returns:
        the userGroup
      • setUserGroup

        public void setUserGroup​(SessionContext ctx,
                                 UserGroup value)
        Generated method - Setter of the PreviewData.userGroup attribute.
        Parameters:
        value - the userGroup
      • setUserGroup

        public void setUserGroup​(UserGroup value)
        Generated method - Setter of the PreviewData.userGroup attribute.
        Parameters:
        value - the userGroup
      • getVersion

        public CMSVersion getVersion​(SessionContext ctx)
        Generated method - Getter of the PreviewData.version attribute.
        Returns:
        the version
      • getVersion

        public CMSVersion getVersion()
        Generated method - Getter of the PreviewData.version attribute.
        Returns:
        the version
      • setVersion

        public void setVersion​(SessionContext ctx,
                               CMSVersion value)
        Generated method - Setter of the PreviewData.version attribute.
        Parameters:
        value - the version
      • setVersion

        public void setVersion​(CMSVersion value)
        Generated method - Setter of the PreviewData.version attribute.
        Parameters:
        value - the version