The ATL COM module migelValidator provides methods to
browse, search & validate records of the MiGeL tariff
browse, search & validate records of the MiGeL tariff
API browser of migelValidator100 COM module
IMigelValidator interface | V1.00/30 Aug 2002 | ||
---|---|---|---|
The IMigelValidator interface handles connections to the migel database. It provides a means to open and close database connections, and set and retrieve general database parameters, such as the database or module versions. A connection to the database must be opened via IMigelValidator before methods from any of the other interfaces can be used. | |||
Methods | 12 methods | ||
Close | Closes the MiGel database. | ||
GetAbortInfo | Get the abort information. | ||
GetChapters | Method for collecting all Migel tariff chapter data covered by the validator and returned as JSON array | ||
GetFirstChapter | Retrieves the first chapter information | ||
GetFirstTPValue | Retrieves the first tax point value information. | ||
GetNextChapter | Retrieves the next chapter information. | ||
GetNextTPValue | Retrieves the next tax point value information. | ||
GetTPValues | Method for collecting all TPValue data covered by the validator and returned as JSON array |
||
GetTreatment | Get the treatment input data. | ||
Open | Opens the MiGel database. | ||
OpenEx | Opens the MiGel database. | ||
SetTreatment | Set the treatment input data. | ||
Properties | 19 properties | ||
[get] CreateMigelValidator | Creates an instance of the main IMigelValidator interface | ||
[get] CreateSearch | Create an instance of the ISearch interface. | ||
[get] CreateValidate | Create an instance of the IValidate interface. | ||
[get/put] Date | Get and Set the current date for the migelValidator100 module | ||
[get] DBVersion | Get the version of the migelValidator100 database. | ||
[get] DBVersionDate | Get the version date of the migelValidator100 database. | ||
[get] DBVersionText | Get the textual version of the migelValidator100 database. | ||
[put] DestructMigelValidator | Destructs/invalidates a main instance of the IMigelValidator interface | ||
[put] DestructSearch | Destructs/invalidates this ISearch interface instance | ||
[put] DestructValidate | Destructs/invalidates this IValidate interface instance | ||
[get/put] EnableLog | Get and Set the log activity for the module | ||
[get/put] ExternalFactor | External scaling factor for the service. | ||
[get/put] Language | Get and Set the language for the migelValidator100 module | ||
[get] ModuleVersion | Get the version of the migelValidator100 module. | ||
[get] ModuleVersionText | Get the textual version of the migelValidator100 module. | ||
[get/put] PlaceType | Get and Set the place where the service is provided. | ||
[get/put] RoleType | Role type of the service provider. | ||
[get/put] WildCard | Get and Set the match-all wildcard character for SQL queries | ||
[get/put] WildCharacter | Get and Set the "match any single character" wildcard character for SQL queries | ||