Package org.fenixedu.cms.domain
Class SystemSiteBuilder_Base
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.cms.domain.SiteBuilder_Base
-
- org.fenixedu.cms.domain.SiteBuilder
-
- org.fenixedu.cms.domain.SystemSiteBuilder_Base
-
- All Implemented Interfaces:
Serializable,Sluggable,pt.ist.fenixframework.DomainObject
- Direct Known Subclasses:
SystemSiteBuilder
public abstract class SystemSiteBuilder_Base extends SiteBuilder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSystemSiteBuilder_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleTemplategetDefaultRoleTemplate()static pt.ist.fenixframework.dml.runtime.DirectRelation<SystemSiteBuilder,RoleTemplate>getRelationSystemSiteBuilderBuilderHasDefaultRoleTemplates()voidsetDefaultRoleTemplate(RoleTemplate defaultRoleTemplate)-
Methods inherited from class org.fenixedu.cms.domain.SiteBuilder
create, delete, forSlug, getCanViewGroup, isSystemBuilder, isValidSlug, setCanViewGroup, setSlug
-
Methods inherited from class org.fenixedu.cms.domain.SiteBuilder_Base
addCategories, addRoleTemplate, addSite, getBennu, getCategoriesSet, getEmbedded, getFolder, getPublished, getRelationSiteBuilderBennu, getRelationSiteBuilderCategory, getRelationSiteBuilderCMSFolder, getRelationSiteBuilderCMSTheme, getRelationSiteBuilderDefaultViewGroup, getRelationSiteBuilderHasRoleTemplates, getRelationSiteBuilderSite, getRoleTemplateSet, getSiteSet, getSlug, getTheme, getViewGroup, removeCategories, removeRoleTemplate, removeSite, setBennu, setEmbedded, setFolder, setPublished, setTheme, setViewGroup
-
Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
-
-
-
Method Detail
-
getRelationSystemSiteBuilderBuilderHasDefaultRoleTemplates
public static pt.ist.fenixframework.dml.runtime.DirectRelation<SystemSiteBuilder,RoleTemplate> getRelationSystemSiteBuilderBuilderHasDefaultRoleTemplates()
-
getDefaultRoleTemplate
public RoleTemplate getDefaultRoleTemplate()
-
setDefaultRoleTemplate
public void setDefaultRoleTemplate(RoleTemplate defaultRoleTemplate)
-
-