Package org.fenixedu.cms.domain
Class SiteBuilder_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.cms.domain.SiteBuilder_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
SiteBuilder
public abstract class SiteBuilder_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 TypeMethodDescriptionvoidaddCategories(Category categories) voidaddRoleTemplate(RoleTemplate roleTemplate) voidorg.fenixedu.bennu.core.domain.BennugetBennu()booleanbooleanstatic pt.ist.fenixframework.dml.runtime.DirectRelation<SiteBuilder,org.fenixedu.bennu.core.domain.Bennu> static pt.ist.fenixframework.dml.runtime.DirectRelation<Category,SiteBuilder> static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSFolder,SiteBuilder> static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,SiteBuilder> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,SiteBuilder> static pt.ist.fenixframework.dml.runtime.DirectRelation<SiteBuilder,RoleTemplate> static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,SiteBuilder> getSlug()getTheme()protected org.fenixedu.bennu.core.domain.groups.PersistentGroupvoidremoveCategories(Category categories) voidremoveRoleTemplate(RoleTemplate roleTemplate) voidremoveSite(Site site) voidsetBennu(org.fenixedu.bennu.core.domain.Bennu bennu) voidsetEmbedded(boolean embedded) voidvoidsetPublished(boolean published) voidvoidprotected 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
-
SiteBuilder_Base
protected SiteBuilder_Base()
-
-
Method Details
-
getRelationSiteBuilderSite
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,SiteBuilder> getRelationSiteBuilderSite() -
getRelationSiteBuilderBennu
public static pt.ist.fenixframework.dml.runtime.DirectRelation<SiteBuilder,org.fenixedu.bennu.core.domain.Bennu> getRelationSiteBuilderBennu() -
getRelationSiteBuilderHasRoleTemplates
public static pt.ist.fenixframework.dml.runtime.DirectRelation<SiteBuilder,RoleTemplate> getRelationSiteBuilderHasRoleTemplates() -
getRelationSiteBuilderCategory
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Category,SiteBuilder> getRelationSiteBuilderCategory() -
getRelationSiteBuilderCMSFolder
public static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSFolder,SiteBuilder> getRelationSiteBuilderCMSFolder() -
getRelationSiteBuilderDefaultViewGroup
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,SiteBuilder> getRelationSiteBuilderDefaultViewGroup() -
getRelationSiteBuilderCMSTheme
public static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,SiteBuilder> getRelationSiteBuilderCMSTheme() -
getSlug
-
setSlug
-
getPublished
public boolean getPublished() -
setPublished
public void setPublished(boolean published) -
getEmbedded
public boolean getEmbedded() -
setEmbedded
public void setEmbedded(boolean embedded) -
addSite
-
removeSite
-
getSiteSet
-
getBennu
public org.fenixedu.bennu.core.domain.Bennu getBennu() -
setBennu
public void setBennu(org.fenixedu.bennu.core.domain.Bennu bennu) -
addRoleTemplate
-
removeRoleTemplate
-
getRoleTemplateSet
-
addCategories
-
removeCategories
-
getCategoriesSet
-
getFolder
-
setFolder
-
getViewGroup
protected org.fenixedu.bennu.core.domain.groups.PersistentGroup getViewGroup() -
setViewGroup
protected void setViewGroup(org.fenixedu.bennu.core.domain.groups.PersistentGroup viewGroup) -
getTheme
-
setTheme
-