The ATL COM module miscValidator provides methods to
browse, search & validate records of varied tariffs
browse, search & validate records of varied tariffs
API browser of miscValidator200 COM module
IChapter interface | V2.00/ 1 May 2014 | ||
---|---|---|---|
The IChapter interface allows browsing and retrieval of detailed chapter information from the selected tariff catalog. A search process in the chapter domain of the selected tariff catalog can be performed by code or name, respectively. The search terms may be specified in literal or may include wildcards. After a successful search, all of the available information directly related to the search term is made available through the interface"s properties.
The search methods (e.g. SearchName) produce as a result a selection list, composed of zero or more chapter records. The total number of records in the list can be retrieved with the GetRecordCount method. The record pointer is initially positioned at the first entry of the selection list and the positioning methods MoveFirst, MoveLast, MoveNext, MovePrevious, PutAbsolutePosition, and GetAbsolutePosition are used to manipulate the selected record. The information related to the current record is made available through the interface"s properties like GetName for retrieving the chapter title. |
|||
Methods | 11 methods | ||
GetAbortInfo | Fetches the abort/error information if there is any stored | ||
GetAbsolutePosition | Gets the current absolute position of the record pointer in the selection list | ||
GetChapters | Method for collecting all chapter data of the resulting search space in one call without the necessity to call the record positioning methods and the appropriate properties of this interface | ||
GetRecordCount | Gets the number of chapter records in the selection list based on the last search call | ||
MoveFirst | Moves the record pointer to the first record in the selection list and makes that record the current record | ||
MoveLast | Moves the record pointer to the last record in the selection list and makes that record the current record | ||
MoveNext | Moves the record pointer to the next record in the selection list and makes that record the current record | ||
MovePrevious | Moves the record pointer to the previous record in the selection list and makes that record the current record | ||
PutAbsolutePosition | Positions the record pointer at the specified absolute position in the selection list. | ||
SearchCode | This method searches for chapters by chapter code | ||
SearchName | This method searches for chapters by name | ||
Properties | 8 properties | ||
[get] Code | The chapter code of the selected chapter | ||
[put] DestructChapter | Destructs/invalidates this IChapter interface instance | ||
[get] Interpretation | The interpretation (exclusion and inclusion remarks, rules, comments and the like) of the selected chapter | ||
[get] Name | The name of the chapter | ||
[get] ParentCode | The parent chapter code. | ||
[get] TariffType | The tariff type the selected service record belongs to | ||
[get] ValidFrom | The validity start date of the selected chapter | ||
[get] ValidTo | The validity end date of the selected chapter | ||