Class LessonInstanceSpaceOccupation_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.spaces.domain.occupation.Occupation_Base
org.fenixedu.spaces.domain.occupation.Occupation
org.fenixedu.academic.domain.space.EventSpaceOccupation_Base
org.fenixedu.academic.domain.space.EventSpaceOccupation
org.fenixedu.academic.domain.space.LessonInstanceSpaceOccupation_Base
- All Implemented Interfaces:
Serializable,org.fenixedu.spaces.domain.occupation.SpaceOccupation,pt.ist.fenixframework.DomainObject
public abstract class LessonInstanceSpaceOccupation_Base
extends org.fenixedu.academic.domain.space.EventSpaceOccupation
- 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 TypeMethodDescriptionvoidaddLessonInstances(org.fenixedu.academic.domain.LessonInstance lessonInstances) Set<org.fenixedu.academic.domain.LessonInstance>static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.LessonInstance,org.fenixedu.academic.domain.space.LessonInstanceSpaceOccupation> voidremoveLessonInstances(org.fenixedu.academic.domain.LessonInstance lessonInstances) Methods inherited from class org.fenixedu.academic.domain.space.EventSpaceOccupation
delete, getRoom, getSpace, setResourceMethods inherited from class org.fenixedu.spaces.domain.occupation.Occupation
addSpace, canManageOccupation, getEnd, getExtendedSummary, getInfo, getIntervals, getSpaces, getStart, getSummary, getType, getUrl, isActive, overlaps, overlaps, removeSpaceMethods inherited from class org.fenixedu.spaces.domain.occupation.Occupation_Base
getBennu, getConfig, getDescription, getEmails, getRelationBennuSpaceOccupation, getRelationOccupationRequestOccupations, getRelationSpaceOccupation, getRequest, getSpaceSet, getSubject, setBennu, setConfig, setDescription, setEmails, setRequest, setSubjectMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplaceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.fenixedu.spaces.domain.occupation.SpaceOccupation
getDescription, getSubject
-
Constructor Details
-
LessonInstanceSpaceOccupation_Base
protected LessonInstanceSpaceOccupation_Base()
-
-
Method Details
-
getRelationLessonInstanceLessonInstanceSpaceOccupations
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.LessonInstance,org.fenixedu.academic.domain.space.LessonInstanceSpaceOccupation> getRelationLessonInstanceLessonInstanceSpaceOccupations() -
addLessonInstances
public void addLessonInstances(org.fenixedu.academic.domain.LessonInstance lessonInstances) -
removeLessonInstances
public void removeLessonInstances(org.fenixedu.academic.domain.LessonInstance lessonInstances) -
getLessonInstancesSet
-