Class CMSTheme_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.cms.domain.CMSTheme_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class CMSTheme_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addBuilders(org.fenixedu.cms.domain.SiteBuilder builders)
     
    void
    addChildren(org.fenixedu.cms.domain.CMSTheme children)
     
    void
    addSites(org.fenixedu.cms.domain.Site sites)
     
    void
    addTemplates(org.fenixedu.cms.domain.CMSTemplate templates)
     
    org.fenixedu.bennu.core.domain.Bennu
     
    Set<org.fenixedu.cms.domain.SiteBuilder>
     
    Set<org.fenixedu.cms.domain.CMSTheme>
     
    org.fenixedu.bennu.core.domain.User
     
    org.joda.time.DateTime
     
    org.fenixedu.cms.domain.CMSTemplate
     
     
    org.fenixedu.cms.domain.CMSTheme
     
    org.fenixedu.cms.domain.CMSThemeFiles
     
     
    org.fenixedu.bennu.io.domain.GroupBasedFile
     
     
    protected org.fenixedu.bennu.core.domain.Bennu
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.CMSTemplate>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.cms.domain.CMSTheme>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.CMSTheme>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.bennu.core.domain.User>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.CMSTemplate>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.cms.domain.CMSTheme>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.SiteBuilder>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.Site>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.bennu.io.domain.GroupBasedFile>
     
    Set<org.fenixedu.cms.domain.Site>
     
    Set<org.fenixedu.cms.domain.CMSTemplate>
     
     
    void
    removeBuilders(org.fenixedu.cms.domain.SiteBuilder builders)
     
    void
    removeChildren(org.fenixedu.cms.domain.CMSTheme children)
     
    void
    removeSites(org.fenixedu.cms.domain.Site sites)
     
    void
    removeTemplates(org.fenixedu.cms.domain.CMSTemplate templates)
     
    void
    setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
     
    void
    setCreatedBy(org.fenixedu.bennu.core.domain.User createdBy)
     
    void
    setCreationDate(org.joda.time.DateTime creationDate)
     
    void
    setDefaultTemplate(org.fenixedu.cms.domain.CMSTemplate defaultTemplate)
     
    void
    setDescription(String description)
     
    void
    setExtended(org.fenixedu.cms.domain.CMSTheme extended)
     
    void
    setFiles(org.fenixedu.cms.domain.CMSThemeFiles files)
     
    void
     
    void
    setPreviewImage(org.fenixedu.bennu.io.domain.GroupBasedFile previewImage)
     
    void
    setPreviewImagePath(String previewImagePath)
     
    protected void
    setPrimaryBennu(org.fenixedu.bennu.core.domain.Bennu primaryBennu)
     
    void
     

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CMSTheme_Base

      protected CMSTheme_Base()
  • Method Details

    • getRelationThemePreview

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.bennu.io.domain.GroupBasedFile> getRelationThemePreview()
    • getRelationDefaultPage

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.CMSTemplate> getRelationDefaultPage()
    • getRelationPrimaryCMSThemeBennu

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.cms.domain.CMSTheme> getRelationPrimaryCMSThemeBennu()
    • getRelationCMSThemeBennu

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.cms.domain.CMSTheme> getRelationCMSThemeBennu()
    • getRelationSiteBuilderCMSTheme

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.SiteBuilder> getRelationSiteBuilderCMSTheme()
    • getRelationCMSThemeCMSTheme

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.CMSTheme> getRelationCMSThemeCMSTheme()
    • getRelationCMSThemeUser

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.bennu.core.domain.User> getRelationCMSThemeUser()
    • getRelationSiteCMSTheme

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.Site> getRelationSiteCMSTheme()
    • getRelationCMSTemplateCMSTheme

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.CMSTemplate> getRelationCMSTemplateCMSTheme()
    • getCreationDate

      public org.joda.time.DateTime getCreationDate()
    • setCreationDate

      public void setCreationDate(org.joda.time.DateTime creationDate)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getFiles

      public org.fenixedu.cms.domain.CMSThemeFiles getFiles()
    • setFiles

      public void setFiles(org.fenixedu.cms.domain.CMSThemeFiles files)
    • getPreviewImagePath

      public String getPreviewImagePath()
    • setPreviewImagePath

      public void setPreviewImagePath(String previewImagePath)
    • getPreviewImage

      public org.fenixedu.bennu.io.domain.GroupBasedFile getPreviewImage()
    • setPreviewImage

      public void setPreviewImage(org.fenixedu.bennu.io.domain.GroupBasedFile previewImage)
    • getDefaultTemplate

      public org.fenixedu.cms.domain.CMSTemplate getDefaultTemplate()
    • setDefaultTemplate

      public void setDefaultTemplate(org.fenixedu.cms.domain.CMSTemplate defaultTemplate)
    • getPrimaryBennu

      protected org.fenixedu.bennu.core.domain.Bennu getPrimaryBennu()
    • setPrimaryBennu

      protected void setPrimaryBennu(org.fenixedu.bennu.core.domain.Bennu primaryBennu)
    • getBennu

      public org.fenixedu.bennu.core.domain.Bennu getBennu()
    • setBennu

      public void setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
    • addBuilders

      public void addBuilders(org.fenixedu.cms.domain.SiteBuilder builders)
    • removeBuilders

      public void removeBuilders(org.fenixedu.cms.domain.SiteBuilder builders)
    • getBuildersSet

      public Set<org.fenixedu.cms.domain.SiteBuilder> getBuildersSet()
    • getExtended

      public org.fenixedu.cms.domain.CMSTheme getExtended()
    • setExtended

      public void setExtended(org.fenixedu.cms.domain.CMSTheme extended)
    • addChildren

      public void addChildren(org.fenixedu.cms.domain.CMSTheme children)
    • removeChildren

      public void removeChildren(org.fenixedu.cms.domain.CMSTheme children)
    • getChildrenSet

      public Set<org.fenixedu.cms.domain.CMSTheme> getChildrenSet()
    • getCreatedBy

      public org.fenixedu.bennu.core.domain.User getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(org.fenixedu.bennu.core.domain.User createdBy)
    • addSites

      public void addSites(org.fenixedu.cms.domain.Site sites)
    • removeSites

      public void removeSites(org.fenixedu.cms.domain.Site sites)
    • getSitesSet

      public Set<org.fenixedu.cms.domain.Site> getSitesSet()
    • addTemplates

      public void addTemplates(org.fenixedu.cms.domain.CMSTemplate templates)
    • removeTemplates

      public void removeTemplates(org.fenixedu.cms.domain.CMSTemplate templates)
    • getTemplatesSet

      public Set<org.fenixedu.cms.domain.CMSTemplate> getTemplatesSet()