com::cosylab::cdb::jdal::WDAOImpl Class Reference

Inheritance diagram for com::cosylab::cdb::jdal::WDAOImpl:
Inheritance graph
[legend]
Collaboration diagram for com::cosylab::cdb::jdal::WDAOImpl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 WDAOImpl (WDALImpl wdal, String name, DAOImpl daoImpl, POA poa, Logger logger)
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 ()

Private Member Functions

void setField (String strFieldName, String value) throws AcsJCDBFieldDoesNotExistEx

Private Attributes

DAOImpl daoImpl = null
WDALImpl wdal = null
final Logger m_logger

Detailed Description

Author:
dvitas

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments


Constructor & Destructor Documentation

com::cosylab::cdb::jdal::WDAOImpl::WDAOImpl ( WDALImpl  wdal,
String  name,
DAOImpl  daoImpl,
POA  poa,
Logger  logger 
) [inline]

References m_logger.


Member Function Documentation

void com::cosylab::cdb::jdal::WDAOImpl::destroy (  )  [inline]
double com::cosylab::cdb::jdal::WDAOImpl::get_double ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx [inline]
double [] com::cosylab::cdb::jdal::WDAOImpl::get_double_seq ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx [inline]
String com::cosylab::cdb::jdal::WDAOImpl::get_field_data ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx [inline]
int com::cosylab::cdb::jdal::WDAOImpl::get_long ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx [inline]
int [] com::cosylab::cdb::jdal::WDAOImpl::get_long_seq ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx [inline]
String com::cosylab::cdb::jdal::WDAOImpl::get_string ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx [inline]
String [] com::cosylab::cdb::jdal::WDAOImpl::get_string_seq ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx [inline]
String com::cosylab::cdb::jdal::WDAOImpl::getName (  )  [inline]
Returns:

References daoImpl, and com::cosylab::cdb::jdal::DAOImpl::getName().

Referenced by setField().

POA com::cosylab::cdb::jdal::WDAOImpl::getPOA (  )  [inline]
Returns:

References daoImpl, and com::cosylab::cdb::jdal::DAOImpl::getPOA().

Referenced by destroy().

XMLTreeNode com::cosylab::cdb::jdal::WDAOImpl::getRootNode (  )  [inline]
Returns:

References daoImpl, and com::cosylab::cdb::jdal::DAOImpl::getRootNode().

Referenced by setField().

void com::cosylab::cdb::jdal::WDAOImpl::set_double ( String  propertyName,
double  value 
) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx [inline]
void com::cosylab::cdb::jdal::WDAOImpl::set_double_seq ( String  propertyName,
double[]  value 
) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx [inline]
void com::cosylab::cdb::jdal::WDAOImpl::set_field_data ( String  propertyName,
String  value 
) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx [inline]
void com::cosylab::cdb::jdal::WDAOImpl::set_long ( String  propertyName,
int  value 
) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx [inline]
void com::cosylab::cdb::jdal::WDAOImpl::set_long_seq ( String  propertyName,
int[]  value 
) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx [inline]
void com::cosylab::cdb::jdal::WDAOImpl::set_string ( String  propertyName,
String  value 
) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx [inline]
void com::cosylab::cdb::jdal::WDAOImpl::set_string_seq ( String  propertyName,
String[]  value 
) throws CDBFieldDoesNotExistEx, CDBFieldIsReadOnlyEx [inline]
void com::cosylab::cdb::jdal::WDAOImpl::setField ( String  strFieldName,
String  value 
) throws AcsJCDBFieldDoesNotExistEx [inline, private]

Member Data Documentation

Referenced by destroy(), setField(), and WDAOImpl().

Referenced by setField().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2