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
- Direct Known Subclasses:
CMSTemplate
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 TypeMethodDescriptionvoidprotected CMSThemegetName()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> getTheme()getType()voidremovePages(Page pages) protected voidsetDefaultTemplateTheme(CMSTheme defaultTemplateTheme) voidsetDescription(String description) voidsetFilePath(String filePath) voidvoidvoidMethods 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<CMSTheme,CMSTemplate> getRelationDefaultPage() -
getRelationCMSTemplatePage
public static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> getRelationCMSTemplatePage() -
getRelationCMSTemplateCMSTheme
public static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> getRelationCMSTemplateCMSTheme() -
getFilePath
-
setFilePath
-
getName
-
setName
-
getDescription
-
setDescription
-
getType
-
setType
-
getDefaultTemplateTheme
-
setDefaultTemplateTheme
-
addPages
-
removePages
-
getPagesSet
-
getTheme
-
setTheme
-