Class CMSTemplate_Base

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

public abstract class CMSTemplate_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
    addPages(org.fenixedu.cms.domain.Page pages)
     
    protected org.fenixedu.cms.domain.CMSTheme
     
     
     
     
    Set<org.fenixedu.cms.domain.Page>
     
    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.cms.domain.CMSTemplate,org.fenixedu.cms.domain.Page>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.CMSTheme,org.fenixedu.cms.domain.CMSTemplate>
     
    org.fenixedu.cms.domain.CMSTheme
     
     
    void
    removePages(org.fenixedu.cms.domain.Page pages)
     
    protected void
    setDefaultTemplateTheme(org.fenixedu.cms.domain.CMSTheme defaultTemplateTheme)
     
    void
    setDescription(String description)
     
    void
    setFilePath(String filePath)
     
    void
     
    void
    setTheme(org.fenixedu.cms.domain.CMSTheme theme)
     
    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

    • CMSTemplate_Base

      protected CMSTemplate_Base()
  • Method Details

    • getRelationDefaultPage

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

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

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

      public String getFilePath()
    • setFilePath

      public void setFilePath(String filePath)
    • 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)
    • getDefaultTemplateTheme

      protected org.fenixedu.cms.domain.CMSTheme getDefaultTemplateTheme()
    • setDefaultTemplateTheme

      protected void setDefaultTemplateTheme(org.fenixedu.cms.domain.CMSTheme defaultTemplateTheme)
    • addPages

      public void addPages(org.fenixedu.cms.domain.Page pages)
    • removePages

      public void removePages(org.fenixedu.cms.domain.Page pages)
    • getPagesSet

      public Set<org.fenixedu.cms.domain.Page> getPagesSet()
    • getTheme

      public org.fenixedu.cms.domain.CMSTheme getTheme()
    • setTheme

      public void setTheme(org.fenixedu.cms.domain.CMSTheme theme)