Public Member Functions | Static Public Member Functions | Static Public Attributes | Static Protected Member Functions

com.cosylab.cdb.jdal.hibernate.ExtraDataFeatureUtil Class Reference

List of all members.

Public Member Functions

 ExtraDataFeatureUtil (Logger logger)
String getExtraDataMap (DAOOperations dao, String path, Set< String > expectedAttributes, Set< String > expectedElements) throws CDBFieldDoesNotExistEx, WrongCDBDataTypeEx, ParserConfigurationException, TransformerException

Static Public Member Functions

static Element getExtraDataMap (String xml) throws ParserConfigurationException, SAXException, IOException

Static Public Attributes

static final Set< String > EMPTY_SET = new HashSet<String>()

Static Protected Member Functions

static boolean getExtraDataMap (Element root, DAOOperations dao, String path, Set< String > expectedAttributes, Set< String > expectedElements) throws CDBFieldDoesNotExistEx, WrongCDBDataTypeEx

Constructor & Destructor Documentation

com.cosylab.cdb.jdal.hibernate.ExtraDataFeatureUtil.ExtraDataFeatureUtil ( Logger  logger  ) 

Member Function Documentation

static Element com.cosylab.cdb.jdal.hibernate.ExtraDataFeatureUtil.getExtraDataMap ( String  xml  )  throws ParserConfigurationException, SAXException, IOException [static]
static boolean com.cosylab.cdb.jdal.hibernate.ExtraDataFeatureUtil.getExtraDataMap ( Element  root,
DAOOperations  dao,
String  path,
Set< String >  expectedAttributes,
Set< String >  expectedElements 
) throws CDBFieldDoesNotExistEx, WrongCDBDataTypeEx [static, protected]
String com.cosylab.cdb.jdal.hibernate.ExtraDataFeatureUtil.getExtraDataMap ( DAOOperations  dao,
String  path,
Set< String >  expectedAttributes,
Set< String >  expectedElements 
) throws CDBFieldDoesNotExistEx, WrongCDBDataTypeEx, ParserConfigurationException, TransformerException

Member Data Documentation

final Set<String> com.cosylab.cdb.jdal.hibernate.ExtraDataFeatureUtil.EMPTY_SET = new HashSet<String>() [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties