Class Category_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.cms.domain.Category_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject
Direct Known Subclasses:
Category

public abstract class Category_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Constructor Details

    • Category_Base

      protected Category_Base()
  • Method Details

    • getRelationCategoryUser

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,Category> getRelationCategoryUser()
    • getRelationSiteBuilderCategory

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<Category,SiteBuilder> getRelationSiteBuilderCategory()
    • getRelationCategorySite

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Category> getRelationCategorySite()
    • getRelationListCategoryPostsCategory

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<ListCategoryPosts,Category> getRelationListCategoryPostsCategory()
    • getRelationCategoryPost

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,Category> getRelationCategoryPost()
    • getCreationDate

      public org.joda.time.DateTime getCreationDate()
    • setCreationDate

      public void setCreationDate(org.joda.time.DateTime creationDate)
    • getName

      public org.fenixedu.commons.i18n.LocalizedString getName()
    • setName

      public void setName(org.fenixedu.commons.i18n.LocalizedString name)
    • getSlug

      public String getSlug()
    • setSlug

      public void setSlug(String slug)
    • getPrivileged

      public boolean getPrivileged()
    • setPrivileged

      public void setPrivileged(boolean privileged)
    • getCreatedBy

      public org.fenixedu.bennu.core.domain.User getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(org.fenixedu.bennu.core.domain.User createdBy)
    • addBuilders

      protected void addBuilders(SiteBuilder builders)
    • removeBuilders

      protected void removeBuilders(SiteBuilder builders)
    • getBuildersSet

      protected Set<SiteBuilder> getBuildersSet()
    • getSite

      protected Site getSite()
    • setSite

      protected void setSite(Site site)
    • addComponents

      protected void addComponents(ListCategoryPosts components)
    • removeComponents

      protected void removeComponents(ListCategoryPosts components)
    • getComponentsSet

      protected Set<ListCategoryPosts> getComponentsSet()
    • addPosts

      public void addPosts(Post posts)
    • removePosts

      public void removePosts(Post posts)
    • getPostsSet

      public Set<Post> getPostsSet()