Skip to main content

Demo.ComplexMap.Semester.SemesterData

class Demo.ComplexMap.Semester.SemesterData extends EnsLib.RecordMap.ComplexMap

Complex RecordMap to represent all the students and the classes they are enrolled in for a given semester.

Method Inventory

Parameters

parameter BATCHCLASS = Demo.ComplexMap.Semester.Batch;
parameter RECORDMAPGENERATED = 1;

Methods

classmethod GetBatch(pIOStream As %IO.DeviceStream, pTimeout As %Library.Numeric = -1, Output pBatch As EnsLib.RecordMap.ComplexBatch, ByRef pLookAhead As %Library.String = "") as %Status
classmethod PutBatch(pIOStream As %IO.DeviceStream, pBatch As EnsLib.RecordMap.ComplexBatch) as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab