com::cosylab::acs::laser::dao::xml::CategoryDefinitions Class Reference

Collaboration diagram for com::cosylab::acs::laser::dao::xml::CategoryDefinitions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CategoryDefinitions ()
com.cosylab.acs.laser.dao.xml.CategoriesToCreate getCategoriesToCreate ()
com.cosylab.acs.laser.dao.xml.CategoriesToRemove getCategoriesToRemove ()
com.cosylab.acs.laser.dao.xml.CategoriesToUpdate getCategoriesToUpdate ()
boolean isValid ()
void marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void setCategoriesToCreate (com.cosylab.acs.laser.dao.xml.CategoriesToCreate categoriesToCreate)
void setCategoriesToRemove (com.cosylab.acs.laser.dao.xml.CategoriesToRemove categoriesToRemove)
void setCategoriesToUpdate (com.cosylab.acs.laser.dao.xml.CategoriesToUpdate categoriesToUpdate)
void validate () throws org.exolab.castor.xml.ValidationException

Static Public Member Functions

static java.lang.Object unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException

Private Attributes

com.cosylab.acs.laser.dao.xml.CategoriesToCreate _categoriesToCreate
com.cosylab.acs.laser.dao.xml.CategoriesToUpdate _categoriesToUpdate
com.cosylab.acs.laser.dao.xml.CategoriesToRemove _categoriesToRemove

Detailed Description

LASER category definitions

Version:
Revision
1.3
Date
2006/09/25 08:52:36

Constructor & Destructor Documentation

com::cosylab::acs::laser::dao::xml::CategoryDefinitions::CategoryDefinitions (  )  [inline]

Member Function Documentation

com.cosylab.acs.laser.dao.xml.CategoriesToCreate com::cosylab::acs::laser::dao::xml::CategoryDefinitions::getCategoriesToCreate (  )  [inline]

Returns the value of field 'categoriesToCreate'. The field 'categoriesToCreate' has the following description: definitions to create

Returns:
CategoriesToCreate
the value of field 'categoriesToCreate'.

References _categoriesToCreate.

Referenced by com::cosylab::acs::laser::dao::xml::CategoryDefinitionsDescriptor::CategoryDefinitionsDescriptor().

com.cosylab.acs.laser.dao.xml.CategoriesToRemove com::cosylab::acs::laser::dao::xml::CategoryDefinitions::getCategoriesToRemove (  )  [inline]

Returns the value of field 'categoriesToRemove'. The field 'categoriesToRemove' has the following description: definitions to remove

Returns:
CategoriesToRemove
the value of field 'categoriesToRemove'.

References _categoriesToRemove.

Referenced by com::cosylab::acs::laser::dao::xml::CategoryDefinitionsDescriptor::CategoryDefinitionsDescriptor().

com.cosylab.acs.laser.dao.xml.CategoriesToUpdate com::cosylab::acs::laser::dao::xml::CategoryDefinitions::getCategoriesToUpdate (  )  [inline]

Returns the value of field 'categoriesToUpdate'. The field 'categoriesToUpdate' has the following description: definitions to update

Returns:
CategoriesToUpdate
the value of field 'categoriesToUpdate'.

References _categoriesToUpdate.

Referenced by com::cosylab::acs::laser::dao::xml::CategoryDefinitionsDescriptor::CategoryDefinitionsDescriptor().

boolean com::cosylab::acs::laser::dao::xml::CategoryDefinitions::isValid (  )  [inline]

Method isValid

Returns:
boolean

References validate().

void com::cosylab::acs::laser::dao::xml::CategoryDefinitions::marshal ( org.xml.sax.ContentHandler  handler  )  throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]

Method marshal

Parameters:
handler 
void com::cosylab::acs::laser::dao::xml::CategoryDefinitions::marshal ( java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]

Method marshal

Parameters:
out 

Referenced by com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::flushCategory().

void com::cosylab::acs::laser::dao::xml::CategoryDefinitions::setCategoriesToCreate ( com.cosylab.acs.laser.dao.xml.CategoriesToCreate  categoriesToCreate  )  [inline]

Sets the value of field 'categoriesToCreate'. The field 'categoriesToCreate' has the following description: definitions to create

Parameters:
categoriesToCreate the value of field 'categoriesToCreate'.

References _categoriesToCreate.

Referenced by com::cosylab::acs::laser::dao::xml::CategoryDefinitionsDescriptor::CategoryDefinitionsDescriptor(), and com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::flushCategory().

void com::cosylab::acs::laser::dao::xml::CategoryDefinitions::setCategoriesToRemove ( com.cosylab.acs.laser.dao.xml.CategoriesToRemove  categoriesToRemove  )  [inline]

Sets the value of field 'categoriesToRemove'. The field 'categoriesToRemove' has the following description: definitions to remove

Parameters:
categoriesToRemove the value of field 'categoriesToRemove'.

References _categoriesToRemove.

Referenced by com::cosylab::acs::laser::dao::xml::CategoryDefinitionsDescriptor::CategoryDefinitionsDescriptor().

void com::cosylab::acs::laser::dao::xml::CategoryDefinitions::setCategoriesToUpdate ( com.cosylab.acs.laser.dao.xml.CategoriesToUpdate  categoriesToUpdate  )  [inline]

Sets the value of field 'categoriesToUpdate'. The field 'categoriesToUpdate' has the following description: definitions to update

Parameters:
categoriesToUpdate the value of field 'categoriesToUpdate'.

References _categoriesToUpdate.

Referenced by com::cosylab::acs::laser::dao::xml::CategoryDefinitionsDescriptor::CategoryDefinitionsDescriptor().

static java.lang.Object com::cosylab::acs::laser::dao::xml::CategoryDefinitions::unmarshal ( java.io.Reader  reader  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static]

Method unmarshal

Parameters:
reader 
Returns:
Object
void com::cosylab::acs::laser::dao::xml::CategoryDefinitions::validate (  )  throws org.exolab.castor.xml.ValidationException [inline]

Method validate

Referenced by isValid().


Member Data Documentation

definitions to create

Referenced by getCategoriesToCreate(), and setCategoriesToCreate().

definitions to remove

Referenced by getCategoriesToRemove(), and setCategoriesToRemove().

definitions to update

Referenced by getCategoriesToUpdate(), and setCategoriesToUpdate().


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

Generated by  doxygen 1.6.2