Class Component_Base

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

public abstract class Component_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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInstalledPage(org.fenixedu.cms.domain.Page installedPage)
     
    org.fenixedu.bennu.core.domain.User
     
    org.joda.time.DateTime
     
    Set<org.fenixedu.cms.domain.Page>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Page,org.fenixedu.cms.domain.component.Component>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,org.fenixedu.cms.domain.component.Component>
     
     
    void
    removeInstalledPage(org.fenixedu.cms.domain.Page installedPage)
     
    void
    setCreatedBy(org.fenixedu.bennu.core.domain.User createdBy)
     
    void
    setCreationDate(org.joda.time.DateTime creationDate)
     
    void
     

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Component_Base

      protected Component_Base()
  • Method Details

    • getRelationComponentPage

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.cms.domain.Page,org.fenixedu.cms.domain.component.Component> getRelationComponentPage()
    • getRelationComponentUser

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,org.fenixedu.cms.domain.component.Component> getRelationComponentUser()
    • getCreationDate

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

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

      public String getType()
    • setType

      public void setType(String type)
    • addInstalledPage

      public void addInstalledPage(org.fenixedu.cms.domain.Page installedPage)
    • removeInstalledPage

      public void removeInstalledPage(org.fenixedu.cms.domain.Page installedPage)
    • getInstalledPageSet

      public Set<org.fenixedu.cms.domain.Page> getInstalledPageSet()
    • getCreatedBy

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

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