Package org.fenixedu.cms.domain
Class BlogSiteBuilder
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- All Implemented Interfaces:
Serializable,Sluggable,pt.ist.fenixframework.DomainObject
public class BlogSiteBuilder extends BlogSiteBuilder_Base
SiteTemplate for that is an example of a blog having a dummy content.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Sitecreate(org.fenixedu.commons.i18n.LocalizedString name, org.fenixedu.commons.i18n.LocalizedString description)static BlogSiteBuildergetInstance()-
Methods inherited from class org.fenixedu.cms.domain.SystemSiteBuilder
isSystemBuilder, setDefaultRoleTemplate
-
Methods inherited from class org.fenixedu.cms.domain.SystemSiteBuilder_Base
getDefaultRoleTemplate, getRelationSystemSiteBuilderBuilderHasDefaultRoleTemplates
-
Methods inherited from class org.fenixedu.cms.domain.SiteBuilder
delete, forSlug, getCanViewGroup, 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
-
getInstance
public static BlogSiteBuilder getInstance()
-
create
public Site create(org.fenixedu.commons.i18n.LocalizedString name, org.fenixedu.commons.i18n.LocalizedString description)
- Overrides:
createin classSystemSiteBuilder
-
-