Class 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:
    Serialized Form
    • Constructor Detail

      • Category_Base

        protected Category_Base()
    • Method Detail

      • 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)
      • getSite

        protected Site getSite()
      • setSite

        protected void setSite​(Site site)
      • removeComponents

        protected void removeComponents​(ListCategoryPosts components)
      • addPosts

        public void addPosts​(Post posts)
      • removePosts

        public void removePosts​(Post posts)
      • getPostsSet

        public Set<Post> getPostsSet()