
Public Member Functions | |
| AlarmCategoryDefinitions () | |
| com.cosylab.acs.laser.dao.xml.CategoryLinksToCreate | getCategoryLinksToCreate () |
| com.cosylab.acs.laser.dao.xml.CategoryLinksToRemove | getCategoryLinksToRemove () |
| 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 | setCategoryLinksToCreate (com.cosylab.acs.laser.dao.xml.CategoryLinksToCreate categoryLinksToCreate) |
| void | setCategoryLinksToRemove (com.cosylab.acs.laser.dao.xml.CategoryLinksToRemove categoryLinksToRemove) |
| 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.CategoryLinksToCreate | _categoryLinksToCreate |
| com.cosylab.acs.laser.dao.xml.CategoryLinksToRemove | _categoryLinksToRemove |
LASER alarm-category link definitions
| com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::AlarmCategoryDefinitions | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.CategoryLinksToCreate com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::getCategoryLinksToCreate | ( | ) | [inline] |
Returns the value of field 'categoryLinksToCreate'. The field 'categoryLinksToCreate' has the following description: definitions to create
References _categoryLinksToCreate.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitionsDescriptor::AlarmCategoryDefinitionsDescriptor(), com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::linkWithAlarms(), and cl::utfsm::acs::acg::dao::ACSCategoryDAOImpl::linkWithAlarms().
| com.cosylab.acs.laser.dao.xml.CategoryLinksToRemove com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::getCategoryLinksToRemove | ( | ) | [inline] |
Returns the value of field 'categoryLinksToRemove'. The field 'categoryLinksToRemove' has the following description: definitions to remove
References _categoryLinksToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitionsDescriptor::AlarmCategoryDefinitionsDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::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::AlarmCategoryDefinitions::marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| out |
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::setCategoryLinksToCreate | ( | com.cosylab.acs.laser.dao.xml.CategoryLinksToCreate | categoryLinksToCreate | ) | [inline] |
Sets the value of field 'categoryLinksToCreate'. The field 'categoryLinksToCreate' has the following description: definitions to create
| categoryLinksToCreate | the value of field 'categoryLinksToCreate'. |
References _categoryLinksToCreate.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitionsDescriptor::AlarmCategoryDefinitionsDescriptor(), com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::flushCategory(), and cl::utfsm::acs::acg::dao::ACSCategoryDAOImpl::flushCategory().
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::setCategoryLinksToRemove | ( | com.cosylab.acs.laser.dao.xml.CategoryLinksToRemove | categoryLinksToRemove | ) | [inline] |
Sets the value of field 'categoryLinksToRemove'. The field 'categoryLinksToRemove' has the following description: definitions to remove
| categoryLinksToRemove | the value of field 'categoryLinksToRemove'. |
References _categoryLinksToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitionsDescriptor::AlarmCategoryDefinitionsDescriptor().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static] |
Method unmarshal
| reader |
Referenced by com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::linkWithAlarms(), and cl::utfsm::acs::acg::dao::ACSCategoryDAOImpl::linkWithAlarms().
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
com.cosylab.acs.laser.dao.xml.CategoryLinksToCreate com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::_categoryLinksToCreate [private] |
definitions to create
Referenced by getCategoryLinksToCreate(), and setCategoryLinksToCreate().
com.cosylab.acs.laser.dao.xml.CategoryLinksToRemove com::cosylab::acs::laser::dao::xml::AlarmCategoryDefinitions::_categoryLinksToRemove [private] |
definitions to remove
Referenced by getCategoryLinksToRemove(), and setCategoryLinksToRemove().
1.6.2