Package org.fenixedu.cms.domain
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPages(org.fenixedu.cms.domain.Page pages) protected org.fenixedu.cms.domain.CMSThemegetName()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.CMSThemegetTheme()getType()voidremovePages(org.fenixedu.cms.domain.Page pages) protected voidsetDefaultTemplateTheme(org.fenixedu.cms.domain.CMSTheme defaultTemplateTheme) voidsetDescription(String description) voidsetFilePath(String filePath) voidvoidsetTheme(org.fenixedu.cms.domain.CMSTheme theme) voidMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
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
-
setFilePath
-
getName
-
setName
-
getDescription
-
setDescription
-
getType
-
setType
-
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
-
getTheme
public org.fenixedu.cms.domain.CMSTheme getTheme() -
setTheme
public void setTheme(org.fenixedu.cms.domain.CMSTheme theme)
-