
Public Member Functions | |
| SourceDefinitions () | |
| com.cosylab.acs.laser.dao.xml.SourcesToCreate | getSourcesToCreate () |
| com.cosylab.acs.laser.dao.xml.SourcesToRemove | getSourcesToRemove () |
| com.cosylab.acs.laser.dao.xml.SourcesToUpdate | getSourcesToUpdate () |
| 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 | setSourcesToCreate (com.cosylab.acs.laser.dao.xml.SourcesToCreate sourcesToCreate) |
| void | setSourcesToRemove (com.cosylab.acs.laser.dao.xml.SourcesToRemove sourcesToRemove) |
| void | setSourcesToUpdate (com.cosylab.acs.laser.dao.xml.SourcesToUpdate sourcesToUpdate) |
| 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.SourcesToCreate | _sourcesToCreate |
| com.cosylab.acs.laser.dao.xml.SourcesToUpdate | _sourcesToUpdate |
| com.cosylab.acs.laser.dao.xml.SourcesToRemove | _sourcesToRemove |
LASER source definitions
| com::cosylab::acs::laser::dao::xml::SourceDefinitions::SourceDefinitions | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.SourcesToCreate com::cosylab::acs::laser::dao::xml::SourceDefinitions::getSourcesToCreate | ( | ) | [inline] |
Returns the value of field 'sourcesToCreate'. The field 'sourcesToCreate' has the following description: definitions to create
References _sourcesToCreate.
Referenced by com::cosylab::acs::laser::dao::xml::SourceDefinitionsDescriptor::SourceDefinitionsDescriptor().
| com.cosylab.acs.laser.dao.xml.SourcesToRemove com::cosylab::acs::laser::dao::xml::SourceDefinitions::getSourcesToRemove | ( | ) | [inline] |
Returns the value of field 'sourcesToRemove'. The field 'sourcesToRemove' has the following description: definitions to remove
References _sourcesToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::SourceDefinitionsDescriptor::SourceDefinitionsDescriptor().
| com.cosylab.acs.laser.dao.xml.SourcesToUpdate com::cosylab::acs::laser::dao::xml::SourceDefinitions::getSourcesToUpdate | ( | ) | [inline] |
Returns the value of field 'sourcesToUpdate'. The field 'sourcesToUpdate' has the following description: definitions to update
References _sourcesToUpdate.
Referenced by com::cosylab::acs::laser::dao::xml::SourceDefinitionsDescriptor::SourceDefinitionsDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::SourceDefinitions::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::SourceDefinitions::marshal | ( | org.xml.sax.ContentHandler | handler | ) | throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| handler |
| void com::cosylab::acs::laser::dao::xml::SourceDefinitions::marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| out |
Referenced by com::cosylab::acs::laser::dao::ACSSourceDAOImpl::saveSources().
| void com::cosylab::acs::laser::dao::xml::SourceDefinitions::setSourcesToCreate | ( | com.cosylab.acs.laser.dao.xml.SourcesToCreate | sourcesToCreate | ) | [inline] |
Sets the value of field 'sourcesToCreate'. The field 'sourcesToCreate' has the following description: definitions to create
| sourcesToCreate | the value of field 'sourcesToCreate'. |
References _sourcesToCreate.
Referenced by com::cosylab::acs::laser::dao::ACSSourceDAOImpl::saveSources(), and com::cosylab::acs::laser::dao::xml::SourceDefinitionsDescriptor::SourceDefinitionsDescriptor().
| void com::cosylab::acs::laser::dao::xml::SourceDefinitions::setSourcesToRemove | ( | com.cosylab.acs.laser.dao.xml.SourcesToRemove | sourcesToRemove | ) | [inline] |
Sets the value of field 'sourcesToRemove'. The field 'sourcesToRemove' has the following description: definitions to remove
| sourcesToRemove | the value of field 'sourcesToRemove'. |
References _sourcesToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::SourceDefinitionsDescriptor::SourceDefinitionsDescriptor().
| void com::cosylab::acs::laser::dao::xml::SourceDefinitions::setSourcesToUpdate | ( | com.cosylab.acs.laser.dao.xml.SourcesToUpdate | sourcesToUpdate | ) | [inline] |
Sets the value of field 'sourcesToUpdate'. The field 'sourcesToUpdate' has the following description: definitions to update
| sourcesToUpdate | the value of field 'sourcesToUpdate'. |
References _sourcesToUpdate.
Referenced by com::cosylab::acs::laser::dao::xml::SourceDefinitionsDescriptor::SourceDefinitionsDescriptor().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::SourceDefinitions::unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static] |
Method unmarshal
| reader |
| void com::cosylab::acs::laser::dao::xml::SourceDefinitions::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
com.cosylab.acs.laser.dao.xml.SourcesToCreate com::cosylab::acs::laser::dao::xml::SourceDefinitions::_sourcesToCreate [private] |
definitions to create
Referenced by getSourcesToCreate(), and setSourcesToCreate().
com.cosylab.acs.laser.dao.xml.SourcesToRemove com::cosylab::acs::laser::dao::xml::SourceDefinitions::_sourcesToRemove [private] |
definitions to remove
Referenced by getSourcesToRemove(), and setSourcesToRemove().
com.cosylab.acs.laser.dao.xml.SourcesToUpdate com::cosylab::acs::laser::dao::xml::SourceDefinitions::_sourcesToUpdate [private] |
definitions to update
Referenced by getSourcesToUpdate(), and setSourcesToUpdate().
1.6.2