Demo.RecordMapBatch.Map.TrainDataIn.BatchIn
persistent class Demo.RecordMapBatch.Map.TrainDataIn.BatchIn extends %Library.Persistent, EnsLib.RecordMap.SimpleBatch
SQL Table Name: Demo_RecordMapBatch_Map_TrainDataIn.BatchIn
RECORDMAP: Modified during compilation of RecordMap 'Demo.RecordMapBatch.Map.TrainDataIn' on 2015-12-18 at 17:30:55.661 [2015-12-18 22:30:55.661 UTC] by user UnknownUserProperty Inventory
Parameters
parameter BatchHeader = Line, Trip, PlatformKey, InformationType, Time, TimeRemaining, Revenue, Route;
Inherited description: Contents of the Batch Header
parameter BatchTrailer;
Inherited description: Contents of the Batch Trailer
parameter HeaderTerm = \x0d\x0a;
Inherited description: The terminator (if any) for the Batch Header. Hex values preceded by \x should be
used for control characters.
parameter IgnoreLeadingData = 0;
Inherited description: Parameter to control whether warnings should be logged when leading data is found before the Batch Header characters.
parameter RECORDMAPGENERATED = 1;
Inherited description: Parameter to indicate that the class has been generated by the RecordMap framework.
If this parameter is set to 0, the RecordMap framework will NOT update this class automatically,
and responsibility for any further changes will fall on the user.
parameter TrailerTerm;
Inherited description: The terminator (if any) for the Batch Trailer. Hex values preceded by \x should be
used for control characters.
parameter XMLNAME = BatchIn;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
parameter XMLTYPE = Demo_RecordMapBatch_Map_TrainDataIn_BatchIn;
Inherited description: Prevent this class from having the same default XML Type and Name as any of its subclasses that have the short classname "Request".
Properties
relationship Records as array of Demo.RecordMapBatch.Map.TrainDataIn.Record [ InitialExpression = $listbuild("Demo.RecordMapBatch.Map.TrainDataIn.Record","%ParentBatch",+$this,"many",1,1) , Transient , Inverse = %ParentBatch , Cardinality = many ];
Property methods: RecordsGet(), RecordsGetObject(), RecordsGetObjectId(), RecordsGetSwizzled(), RecordsIsEmpty(), RecordsIsValid(), RecordsNewObject(), RecordsRClose(), RecordsRExec(), RecordsRFetch(), RecordsRelate(), RecordsSQLCompute(), RecordsSet(), RecordsUnRelate()
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Triggers
trigger OnDelete (BEFORE event DELETE);
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %CompareContents()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTMLForm()
- %DrawHTMLTable()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetContentType()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %OnTimeout()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %ProcessSubmit()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %ShowContents()
- %ShowContentsHead()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- GetBatchHeader()
- GetBatchTrailer()
- GetHeaderTerm()
- GetStatsDimension()
- GetTrailerTerm()
- NewResponse()
- OutputWholeBatch()
- PutBatchHeader()
- PutBatchTrailer()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Gray indicates storage defined by superclasses.
Storage Model: CacheStorage (Demo.RecordMapBatch.Map.TrainDataIn.BatchIn)
^Demo.RecordMapBatc3B98.BatchInD(ID) | = | %%CLASSNAME
%Source
BatchHeader
BatchTrailer
|