

Public Member Functions | |
| void | setFieldPrefix (String prefix) |
| CharacteristicModelImpl (String modelName, DAL dal) | |
| Any | get_characteristic_by_name (String name) throws NoSuchCharacteristic |
| String[] | find_characteristic (String wildcard) |
| PropertySet | get_all_characteristics () |
| String | getString (String name) throws NoSuchCharacteristic |
| long | getLong (String name) throws NoSuchCharacteristic |
| int | getInteger (String name) throws NoSuchCharacteristic |
| double | getDouble (String name) throws NoSuchCharacteristic |
| int[] | getIntegerSeq (String name) throws NoSuchCharacteristic |
| double[] | getDoubleSeq (String name) throws NoSuchCharacteristic |
| String[] | getStringSeq (String name) throws NoSuchCharacteristic |
Protected Attributes | |
| String | modelName |
| DAO | dao |
Private Attributes | |
| String | prefix = "" |
alma.ACS.CharacteristicModel. TODO temporary implementation - real caching (DAL wide, not per CharacteristicModelImpl instance) has to be implemented TODO what about reconnection then... is persistent DAL server enough?
|
||||||||||||
|
|
|
|
|
|
|
Implements alma::ACS::CharacteristicModelOperations.
|
|
|
|
|
|
Read double characteristic.
|
|
|
Read sequence double characteristic.
|
|
|
Read int characteristic.
|
|
|
Read sequence long characteristic.
|
|
|
Read long characteristic.
|
|
|
Read string characteristic.
|
|
|
Read sequence string characteristic.
|
|
|
|
|
|
CDB DAO. |
|
|
Model name (used to determine CDB lookup). |
|
|
|
1.3.8