|
Public Member Functions |
| | WDAOImpl (WDALImpl wdal, String name, DAOImpl daoImpl, POA poa) |
| void | set_long (String propertyName, int value) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx |
| void | set_double (String propertyName, double value) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx |
| void | set_string (String propertyName, String value) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx |
| void | set_field_data (String propertyName, String value) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx |
| void | set_string_seq (String propertyName, String[] value) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx |
| void | set_long_seq (String propertyName, int[] value) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx |
| void | set_double_seq (String propertyName, double[] value) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx |
| int | get_long (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| double | get_double (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String | get_string (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String | get_field_data (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| String[] | get_string_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| int[] | get_long_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| double[] | get_double_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx |
| void | destroy () |
| XMLTreeNode | getRootNode () |
| String | getName () |
| POA | getPOA () |
Package Attributes |
| Logger | m_logger |
Private Member Functions |
| void | setField (String strFieldName, String value) throws AcsJCDBFieldDoesNotExistEx |
Private Attributes |
| DAOImpl | daoImpl = null |
| WDALImpl | wdal = null |