Skip to main content

Demo.ComplexMap.Summary.SemesterHeader

class Demo.ComplexMap.Summary.SemesterHeader extends EnsLib.RecordMap.RecordMap

Method Inventory

Parameters

parameter OBJECTNAME = Demo.ComplexMap.Summary.SemesterHeader.Record;

Methods

classmethod GetGeneratedClasses(Output pClasses As %String) as %Status
classmethod GetObject(pStream As %IO.DeviceStream, Output pObject As %RegisteredObject, pTimeout As %Numeric = -1, ByRef pLookAhead As %String = "", pLabelFound As %Boolean = 0) as %Status
Method to retrieve a record from a stream or device. This method will be generated based on the structure of the RecordMap. For testing purposes, a file name may be passed in the pStream argument.
classmethod PutObject(pStream As %IO.DeviceStream, pObject As %RegisteredObject, pFlush As %Boolean = 1, ByRef pPadArray As %String) as %Status
Method to write a record to a stream or device. This method will be generated based on the structure of the RecordMap. For testing purposes, a file name may be passed in the pStream argument.
classmethod getIdentifier() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab