Package org.fenixedu.cms.domain
Class Page_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.cms.domain.Page_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
Page
public abstract class Page_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 TypeMethodDescriptionvoidaddComponents(Component components) voidaddMenuItems(MenuItem menuItems) org.fenixedu.bennu.core.domain.Userorg.joda.time.DateTimebooleanorg.joda.time.DateTimeorg.fenixedu.commons.i18n.LocalizedStringgetName()booleanstatic pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,org.fenixedu.bennu.core.domain.User> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,Page> protected SitegetSite()getSlug()protected org.fenixedu.bennu.core.domain.groups.PersistentGroupvoidremoveComponents(Component components) voidremoveMenuItems(MenuItem menuItems) voidsetArchivedSite(Site archivedSite) voidsetCreatedBy(org.fenixedu.bennu.core.domain.User createdBy) voidsetCreationDate(org.joda.time.DateTime creationDate) voidsetEmbedded(boolean embedded) voidsetModificationDate(org.joda.time.DateTime modificationDate) voidsetName(org.fenixedu.commons.i18n.LocalizedString name) voidsetPublished(boolean published) protected voidvoidvoidsetTemplate(CMSTemplate template) voidsetTemplateType(String templateType) protected voidsetViewGroup(org.fenixedu.bennu.core.domain.groups.PersistentGroup viewGroup) Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
Page_Base
protected Page_Base()
-
-
Method Details
-
getRelationPageUser
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,org.fenixedu.bennu.core.domain.User> getRelationPageUser() -
getRelationComponentPage
-
getRelationPageMenuItem
-
getRelationPageViewGroup
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,Page> getRelationPageViewGroup() -
getRelationSitePage
-
getRelationSiteArchivedPage
-
getRelationCMSTemplatePage
public static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> getRelationCMSTemplatePage() -
getCreationDate
public org.joda.time.DateTime getCreationDate() -
setCreationDate
public void setCreationDate(org.joda.time.DateTime creationDate) -
getModificationDate
public org.joda.time.DateTime getModificationDate() -
setModificationDate
public void setModificationDate(org.joda.time.DateTime modificationDate) -
getName
public org.fenixedu.commons.i18n.LocalizedString getName() -
setName
public void setName(org.fenixedu.commons.i18n.LocalizedString name) -
getSlug
-
setSlug
-
getTemplateType
-
setTemplateType
-
getPublished
public boolean getPublished() -
setPublished
public void setPublished(boolean published) -
getEmbedded
public boolean getEmbedded() -
setEmbedded
public void setEmbedded(boolean embedded) -
getCreatedBy
public org.fenixedu.bennu.core.domain.User getCreatedBy() -
setCreatedBy
public void setCreatedBy(org.fenixedu.bennu.core.domain.User createdBy) -
addComponents
-
removeComponents
-
getComponentsSet
-
addMenuItems
-
removeMenuItems
-
getMenuItemsSet
-
getViewGroup
protected org.fenixedu.bennu.core.domain.groups.PersistentGroup getViewGroup() -
setViewGroup
protected void setViewGroup(org.fenixedu.bennu.core.domain.groups.PersistentGroup viewGroup) -
getSite
-
setSite
-
getArchivedSite
-
setArchivedSite
-
getTemplate
-
setTemplate
-