Package org.fenixedu.academic.domain
Class CurricularYear_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.CurricularYear_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class CurricularYear_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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCurricularSemesters(org.fenixedu.academic.domain.CurricularSemester curricularSemesters) voidaddStudentGroup(org.fenixedu.academic.domain.accessControl.PersistentStudentGroup studentGroup) Set<org.fenixedu.academic.domain.CurricularSemester>static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.CurricularYear,org.fenixedu.academic.domain.CurricularSemester> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup,org.fenixedu.academic.domain.CurricularYear> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.CurricularYear> org.fenixedu.bennu.core.domain.BennuSet<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup>getYear()voidremoveCurricularSemesters(org.fenixedu.academic.domain.CurricularSemester curricularSemesters) voidremoveStudentGroup(org.fenixedu.academic.domain.accessControl.PersistentStudentGroup studentGroup) voidsetRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) voidMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
CurricularYear_Base
protected CurricularYear_Base()
-
-
Method Details
-
getRelationPersistentStudentGroupCurricularYear
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.accessControl.PersistentStudentGroup,org.fenixedu.academic.domain.CurricularYear> getRelationPersistentStudentGroupCurricularYear() -
getRelationRootDomainObjectCurricularYear
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,org.fenixedu.academic.domain.CurricularYear> getRelationRootDomainObjectCurricularYear() -
getRelationCurricularSemesterCurricularYear
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.CurricularYear,org.fenixedu.academic.domain.CurricularSemester> getRelationCurricularSemesterCurricularYear() -
getYear
-
setYear
-
addStudentGroup
public void addStudentGroup(org.fenixedu.academic.domain.accessControl.PersistentStudentGroup studentGroup) -
removeStudentGroup
public void removeStudentGroup(org.fenixedu.academic.domain.accessControl.PersistentStudentGroup studentGroup) -
getStudentGroupSet
-
getRootDomainObject
public org.fenixedu.bennu.core.domain.Bennu getRootDomainObject() -
setRootDomainObject
public void setRootDomainObject(org.fenixedu.bennu.core.domain.Bennu rootDomainObject) -
addCurricularSemesters
public void addCurricularSemesters(org.fenixedu.academic.domain.CurricularSemester curricularSemesters) -
removeCurricularSemesters
public void removeCurricularSemesters(org.fenixedu.academic.domain.CurricularSemester curricularSemesters) -
getCurricularSemestersSet
-