

.class table="ALARM_DEFINITION"
| cern::laser::business::data::AlarmImpl::AlarmImpl | ( | String | alarmId, | |
| String | systemName, | |||
| String | identifier, | |||
| String | problemDescription, | |||
| Integer | priority, | |||
| String | cause, | |||
| String | action, | |||
| String | consequence, | |||
| String | piquetGSM, | |||
| String | piquetEmail, | |||
| String | helpURLString, | |||
| Boolean | instant, | |||
| Source | source, | |||
| Location | location, | |||
| ResponsiblePerson | responsiblePerson, | |||
| Set | categories, | |||
| Status | status, | |||
| Triplet | triplet, | |||
| boolean | nodeParent, | |||
| boolean | multiplicityParent, | |||
| boolean | nodeChild, | |||
| boolean | multiplicityChild | |||
| ) | [inline] |
| alarmId | ||
| systemName | ||
| identifier | ||
| problemDescription | ||
| priority | ||
| cause | ||
| action | ||
| consequence | ||
| piquetGSM | ||
| piquetEmail | ||
| helpURLString | ||
| instant | ||
| source | ||
| location | ||
| responsiblePerson | ||
| categories | ||
| multiplicityThreshold | ||
| status | ||
| triplet |
References multiplicityChildrenIds, multiplicityParentIds, nodeChildrenIds, and nodeParentIds.
| cern::laser::business::data::AlarmImpl::AlarmImpl | ( | ) | [inline] |
Empty constructor for Hibernate.
| cern::laser::business::data::AlarmImpl::AlarmImpl | ( | AlarmDefinition | definition, | |
| Source | source, | |||
| ResponsiblePerson | responsiblePerson | |||
| ) | [inline] |
| responsiblePerson | ||
| source | ||
| alarm |
References clone(), getAlarmId(), cern::laser::business::definition::data::AlarmDefinition::getFaultCode(), cern::laser::business::definition::data::AlarmDefinition::getFaultFamily(), cern::laser::business::definition::data::AlarmDefinition::getFaultMember(), cern::laser::business::definition::data::AlarmDefinition::getSystemName(), setAlarmId(), setDefinition(), setMultiplicityThreshold(), setResponsiblePerson(), setSource(), setSystemName(), setTriplet(), and status.
| void cern::laser::business::data::AlarmImpl::addMultiplicityChild | ( | Alarm | multiplicityChild | ) | [inline, virtual] |
Sets up the bi-directional relation between the multiplicity parent and the multiplicity child
| multiplicityChild | the alarm to add to this alarm as a multiplicity child. This alarm will at the same time be added to the child's multiplicity parents. |
Implements cern::laser::business::data::Alarm.
References cern::laser::business::data::Alarm::getAlarmId(), getAlarmId(), and getMultiplicityChildrenIds().
Referenced by cern::laser::business::pojo::AlarmDefinitionServiceImpl::createMultiplicityLinkInternal(), and com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules().
| void cern::laser::business::data::AlarmImpl::addNodeChild | ( | Alarm | nodeChild | ) | [inline, virtual] |
Sets up the bi-directional relation between the node parent and the node child
| nodeChild | the alarm to add to this alarm as a node child. This alarm will at the same time be added to the child's node parents. |
Implements cern::laser::business::data::Alarm.
References cern::laser::business::data::Alarm::getAlarmId(), getAlarmId(), and getNodeChildrenIds().
Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules().
| Object cern::laser::business::data::AlarmImpl::clone | ( | ) | [inline] |
References categories, cern::laser::business::data::Triplet::clone(), cern::laser::business::data::Source::clone(), cern::laser::business::data::ResponsiblePerson::clone(), cern::laser::business::data::Location::clone(), getMultiplicityChildrenIds(), getMultiplicityParentIds(), getNodeChildrenIds(), getNodeParentIds(), getTriplet(), location, responsiblePerson, setCategories(), setLocation(), setMultiplicityChildrenIds(), setMultiplicityParentIds(), setNodeChildrenIds(), setNodeParentIds(), setResponsiblePerson(), setSource(), setStatus(), setSystemName(), setTriplet(), source, status, systemName, and triplet.
Referenced by AlarmImpl(), and com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::getAlarm().
| boolean cern::laser::business::data::AlarmImpl::equals | ( | Object | obj | ) | [inline] |
References cern::laser::business::data::Alarm::getAlarmId(), and getAlarmId().
| String cern::laser::business::data::AlarmImpl::getAction | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References action.
Referenced by getDefinition().
| String cern::laser::business::data::AlarmImpl::getAlarmId | ( | ) | [inline, virtual] |
.id generator-class="assigned" column="ALARM_ID"
Implements cern::laser::business::data::Alarm.
References getTriplet(), and cern::laser::business::data::Triplet::toIdentifier().
Referenced by addMultiplicityChild(), addNodeChild(), AlarmImpl(), equals(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), hashCode(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules(), and cern::laser::business::pojo::AlarmPublisherImpl::sendInit().
| Collection cern::laser::business::data::AlarmImpl::getCategories | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References categories.
Referenced by toString().
| String cern::laser::business::data::AlarmImpl::getCause | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References cause.
Referenced by getDefinition().
| String cern::laser::business::data::AlarmImpl::getConsequence | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References consequence.
Referenced by getDefinition().
| AlarmDefinition cern::laser::business::data::AlarmImpl::getDefinition | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References getAction(), cern::laser::business::data::Location::getBuilding(), cern::laser::business::data::Building::getBuildingNumber(), getCause(), getConsequence(), getFaultCode(), getFaultFamily(), getFaultMember(), cern::laser::business::data::Location::getFloor(), getHelpURLString(), getIdentifier(), getInstant(), cern::laser::business::data::Location::getMnemonic(), getPiquetGSM(), cern::laser::business::data::Location::getPosition(), getPriority(), getProblemDescription(), getResponsiblePerson(), cern::laser::business::data::Location::getRoom(), getSource(), getSystemName(), location, cern::laser::business::definition::data::AlarmDefinition::setAction(), cern::laser::business::definition::data::AlarmDefinition::setBuilding(), cern::laser::business::definition::data::AlarmDefinition::setCause(), cern::laser::business::definition::data::AlarmDefinition::setConsequence(), cern::laser::business::definition::data::AlarmDefinition::setFloor(), cern::laser::business::definition::data::AlarmDefinition::setHelpURL(), cern::laser::business::definition::data::AlarmDefinition::setIdentifier(), cern::laser::business::definition::data::AlarmDefinition::setInstant(), cern::laser::business::definition::data::AlarmDefinition::setMnemonic(), cern::laser::business::definition::data::AlarmDefinition::setPiquetGSM(), cern::laser::business::definition::data::AlarmDefinition::setPosition(), cern::laser::business::definition::data::AlarmDefinition::setPriority(), cern::laser::business::definition::data::AlarmDefinition::setProblemDescription(), cern::laser::business::definition::data::AlarmDefinition::setResponsiblePersonId(), cern::laser::business::definition::data::AlarmDefinition::setRoom(), cern::laser::business::definition::data::AlarmDefinition::setSourceName(), and cern::laser::business::definition::data::AlarmDefinition::setSystemName().
| Integer cern::laser::business::data::AlarmImpl::getFaultCode | ( | ) | [inline, private] |
References cern::laser::business::data::Triplet::getFaultCode(), and triplet.
Referenced by getDefinition().
| String cern::laser::business::data::AlarmImpl::getFaultFamily | ( | ) | [inline, private] |
References cern::laser::business::data::Triplet::getFaultFamily(), and triplet.
Referenced by getDefinition().
| String cern::laser::business::data::AlarmImpl::getFaultMember | ( | ) | [inline, private] |
References cern::laser::business::data::Triplet::getFaultMember(), and triplet.
Referenced by getDefinition().
| URL cern::laser::business::data::AlarmImpl::getHelpURL | ( | ) | [inline, virtual] |
Returns the help URL for this alarm, or null if there is none or if it is malformed.
null if there is none or if it is malformed. Implements cern::laser::business::data::Alarm.
References getHelpURLString().
| String cern::laser::business::data::AlarmImpl::getHelpURLString | ( | ) | [inline] |
.property name="getHelpURLString" column="HELP_URL" not-null="false" unique="false"
References helpURLString.
Referenced by getDefinition(), and getHelpURL().
| String cern::laser::business::data::AlarmImpl::getIdentifier | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References getTriplet(), and cern::laser::business::data::Triplet::toIdentifier().
Referenced by getDefinition().
| Boolean cern::laser::business::data::AlarmImpl::getInstant | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References instant.
Referenced by getDefinition().
| Location cern::laser::business::data::AlarmImpl::getLocation | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References location.
| String [] cern::laser::business::data::AlarmImpl::getMultiplicityChildren | ( | ) | [inline, virtual] |
Returns the ids of the multiplicity children alarms.
Implements cern::laser::business::data::Alarm.
References getMultiplicityChildrenIds().
| Set cern::laser::business::data::AlarmImpl::getMultiplicityChildrenIds | ( | ) | [inline] |
Returns the ids of the associated multiplicity children
.set name="getMultiplicityChildrenIds" table="MULTIPLICITY_REDUCTION" inverse="true" lazy="true" .collection-key column="PARENT_ID" .collection-element column="CHILD_ID" type="string"
References multiplicityChildrenIds.
Referenced by addMultiplicityChild(), clone(), getMultiplicityChildren(), hasMultiplicityChildren(), removeMultiplicityChild(), and toString().
| Set cern::laser::business::data::AlarmImpl::getMultiplicityParentIds | ( | ) | [inline] |
Returns the ids of the associated multiplicity parents
.set name="getMultiplicityParentIds" table="MULTIPLICITY_REDUCTION" inverse="false" lazy="true" .collection-key column="CHILD_ID" .collection-element column="PARENT_ID" type="string"
References multiplicityParentIds.
Referenced by clone(), getMultiplicityParents(), hasMultiplicityParents(), and toString().
| String [] cern::laser::business::data::AlarmImpl::getMultiplicityParents | ( | ) | [inline, virtual] |
Returns the ids of the multiplicity parent alarms.
Implements cern::laser::business::data::Alarm.
References getMultiplicityParentIds().
| Integer cern::laser::business::data::AlarmImpl::getMultiplicityThreshold | ( | ) | [inline, virtual] |
.property name="getMultiplicityThreshold" column="MULTIPLICITY_THRESHOLD" not-null="false" unique="false"
Implements cern::laser::business::data::Alarm.
References multiplicityThreshold.
| String [] cern::laser::business::data::AlarmImpl::getNodeChildren | ( | ) | [inline, virtual] |
Returns the ids of the node children alarms.
Implements cern::laser::business::data::Alarm.
References getNodeChildrenIds().
| Set cern::laser::business::data::AlarmImpl::getNodeChildrenIds | ( | ) | [inline] |
Returns the ids of the associated node children
.set name="getNodeChildrenIds" table="NODE_REDUCTION" inverse="true" lazy="true" .collection-key column="PARENT_ID" .collection-element column="CHILD_ID" type="string"
References nodeChildrenIds.
Referenced by addNodeChild(), clone(), getNodeChildren(), hasNodeChildren(), removeNodeChild(), and toString().
| Set cern::laser::business::data::AlarmImpl::getNodeParentIds | ( | ) | [inline] |
Returns the ids of the associated node parents
.set name="getNodeParentIds" table="NODE_REDUCTION" inverse="false" lazy="true" .collection-key column="CHILD_ID" .collection-element column="PARENT_ID" type="string"
References nodeParentIds.
Referenced by clone(), getNodeParents(), hasNodeParents(), and toString().
| String [] cern::laser::business::data::AlarmImpl::getNodeParents | ( | ) | [inline, virtual] |
Returns the ids of the node parent alarms.
Implements cern::laser::business::data::Alarm.
References getNodeParentIds().
| String cern::laser::business::data::AlarmImpl::getPiquetEmail | ( | ) | [inline, virtual] |
.property name="getPiquetEmail" column="PIQUET_EMAIL" not-null="false" unique="false"
Implements cern::laser::business::data::Alarm.
References piquetEmail.
| String cern::laser::business::data::AlarmImpl::getPiquetGSM | ( | ) | [inline, virtual] |
.property name="getPiquetGSM" column="PIQUET_PORTABLE_PHONE" not-null="false" unique="false"
Implements cern::laser::business::data::Alarm.
References piquetGSM.
Referenced by getDefinition().
| Integer cern::laser::business::data::AlarmImpl::getPriority | ( | ) | [inline, virtual] |
.property name="getPriority" column="PRIORITY" not-null="false" unique="false"
Implements cern::laser::business::data::Alarm.
References priority.
Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::findAlarmIdsByPriority(), and getDefinition().
| String cern::laser::business::data::AlarmImpl::getProblemDescription | ( | ) | [inline, virtual] |
.property name="getProblemDescription" column="PROBLEM_DESCRIPTION" not-null="false" unique="false"
Implements cern::laser::business::data::Alarm.
References problemDescription.
Referenced by getDefinition().
| ResponsiblePerson cern::laser::business::data::AlarmImpl::getResponsiblePerson | ( | ) | [inline, virtual] |
.many-to-one name="getResponsiblePerson" column="RESPONSIBLE_ID" class="cern.laser.business.data.ResponsiblePerson" not-null="false"
Implements cern::laser::business::data::Alarm.
References responsiblePerson.
Referenced by getDefinition().
| Source cern::laser::business::data::AlarmImpl::getSource | ( | ) | [inline, virtual] |
.many-to-one name="getSource" column="SOURCE_ID" class="cern.laser.business.data.Source"
Implements cern::laser::business::data::Alarm.
References source.
Referenced by getDefinition().
| Status cern::laser::business::data::AlarmImpl::getStatus | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References status.
Referenced by cern::laser::business::pojo::AlarmPublisherImpl::publish(), and cern::laser::business::pojo::AlarmPublisherImpl::sendInit().
| String cern::laser::business::data::AlarmImpl::getSystemName | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References systemName.
Referenced by getDefinition().
| Triplet cern::laser::business::data::AlarmImpl::getTriplet | ( | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References triplet.
Referenced by clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), getAlarmId(), getIdentifier(), and com::cosylab::acs::laser::dao::AlarmRefMatcher::isMatch().
| int cern::laser::business::data::AlarmImpl::hashCode | ( | ) | [inline] |
References getAlarmId().
| boolean cern::laser::business::data::AlarmImpl::hasMultiplicityChildren | ( | ) | [inline, virtual] |
| boolean cern::laser::business::data::AlarmImpl::hasMultiplicityParents | ( | ) | [inline, virtual] |
| boolean cern::laser::business::data::AlarmImpl::hasNodeChildren | ( | ) | [inline, virtual] |
| boolean cern::laser::business::data::AlarmImpl::hasNodeParents | ( | ) | [inline, virtual] |
| void cern::laser::business::data::AlarmImpl::removeMultiplicityChild | ( | Alarm | multiplicityChild | ) | [inline, virtual] |
Removes the bi-directional relation between the multiplicity parent and the multiplicity child
| multiplicityChild | the alarm to remove from this alarm as a multiplicity child. This alarm will at the same time be removed from the child's multiplicity parents. |
Implements cern::laser::business::data::Alarm.
References getMultiplicityChildrenIds().
| void cern::laser::business::data::AlarmImpl::removeNodeChild | ( | Alarm | nodeChild | ) | [inline, virtual] |
Removes the bi-directional relation between the node parent and the multiplicity child
| nodeChild | the alarm to remove from this alarm as a node child. This alarm will at the same time be removed from the child's node parents. |
Implements cern::laser::business::data::Alarm.
References getNodeChildrenIds().
| void cern::laser::business::data::AlarmImpl::setAction | ( | String | action | ) | [inline, virtual] |
| action | The action to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setAlarmId | ( | String | alarmId | ) | [inline, virtual] |
| alarmId | The alarmId to set. |
Implements cern::laser::business::data::Alarm.
Referenced by AlarmImpl(), and com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::getAlarm().
| void cern::laser::business::data::AlarmImpl::setCategories | ( | Collection | newCategories | ) | [inline, virtual] |
| categories | The categories to set. |
Implements cern::laser::business::data::Alarm.
References categories.
Referenced by clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), and com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap().
| void cern::laser::business::data::AlarmImpl::setCause | ( | String | cause | ) | [inline, virtual] |
| cause | The cause to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setConsequence | ( | String | consequence | ) | [inline, virtual] |
| consequence | The consequence to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setDefinition | ( | AlarmDefinition | definition | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
References cern::laser::business::definition::data::AlarmDefinition::getAction(), cern::laser::business::definition::data::AlarmDefinition::getAlarmId(), cern::laser::business::definition::data::AlarmDefinition::getCause(), cern::laser::business::definition::data::AlarmDefinition::getConsequence(), cern::laser::business::definition::data::AlarmDefinition::getFloor(), cern::laser::business::definition::data::AlarmDefinition::getHelpURL(), cern::laser::business::definition::data::AlarmDefinition::getIdentifier(), cern::laser::business::definition::data::AlarmDefinition::getInstant(), cern::laser::business::definition::data::AlarmDefinition::getMnemonic(), cern::laser::business::definition::data::AlarmDefinition::getPiquetEmail(), cern::laser::business::definition::data::AlarmDefinition::getPiquetGSM(), cern::laser::business::definition::data::AlarmDefinition::getPosition(), cern::laser::business::definition::data::AlarmDefinition::getPriority(), cern::laser::business::definition::data::AlarmDefinition::getProblemDescription(), cern::laser::business::definition::data::AlarmDefinition::getRoom(), cern::laser::business::definition::data::AlarmDefinition::getSystemName(), setAction(), setCause(), setConsequence(), setHelpURL(), setIdentifier(), setInstant(), setLocation(), setPiquetEmail(), setPiquetGSM(), setPriority(), setProblemDescription(), and setSystemName().
Referenced by AlarmImpl().
| void cern::laser::business::data::AlarmImpl::setFaultCode | ( | Integer | faultCode | ) | [inline, private] |
| faultCode | The faultCode to set. |
References cern::laser::business::data::Triplet::setFaultCode(), and triplet.
| void cern::laser::business::data::AlarmImpl::setFaultFamily | ( | String | faultFamily | ) | [inline, private] |
| faultFamily | The faultFamily to set. |
References cern::laser::business::data::Triplet::setFaultFamily(), and triplet.
| void cern::laser::business::data::AlarmImpl::setFaultMember | ( | String | faultMember | ) | [inline, private] |
| faultMember | The faultMember to set. |
References cern::laser::business::data::Triplet::setFaultMember(), and triplet.
| void cern::laser::business::data::AlarmImpl::setHelpURL | ( | URL | newHelpURL | ) | [inline, virtual] |
| void cern::laser::business::data::AlarmImpl::setHelpURLString | ( | String | newHelpURL | ) | [inline] |
| newHelpURL | The helpURLString to set. |
References helpURLString.
Referenced by setHelpURL().
| void cern::laser::business::data::AlarmImpl::setIdentifier | ( | String | identifier | ) | [inline, virtual] |
| identifier | The identifier to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setInstant | ( | Boolean | instant | ) | [inline, virtual] |
| instant | The instant to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setLocation | ( | Location | location | ) | [inline, virtual] |
| location | The location to set. |
Implements cern::laser::business::data::Alarm.
Referenced by clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setMultiplicityChildrenIds | ( | Set | newMultiplicityChildrenIds | ) | [inline] |
| newMultiplicityChildrenIds | The new collection of multiplicity children to set. |
References multiplicityChildrenIds.
Referenced by clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and alma::alarmsystem::alarmmessage::AlarmMessageConversion::getAlarm().
| void cern::laser::business::data::AlarmImpl::setMultiplicityParentIds | ( | Set | newMultiplicityParentIds | ) | [inline] |
| newMultiplicityParentIds | The new collection of multiplicity parents to set. |
References multiplicityParentIds.
Referenced by clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and alma::alarmsystem::alarmmessage::AlarmMessageConversion::getAlarm().
| void cern::laser::business::data::AlarmImpl::setMultiplicityThreshold | ( | Integer | multiplicityThreshold | ) | [inline, virtual] |
Implements cern::laser::business::data::Alarm.
Referenced by AlarmImpl(), and alma::alarmsystem::alarmmessage::AlarmMessageConversion::getAlarm().
| void cern::laser::business::data::AlarmImpl::setNodeChildrenIds | ( | Set | newNnodeChildrenIds | ) | [inline] |
| newNnodeChildrenIds | The nodeChildrenId to set. |
References nodeChildrenIds.
Referenced by clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and alma::alarmsystem::alarmmessage::AlarmMessageConversion::getAlarm().
| void cern::laser::business::data::AlarmImpl::setNodeParentIds | ( | Set | newNodeParentIds | ) | [inline] |
| nodeParentIds | The new collection of node parents to set. |
References nodeParentIds.
Referenced by clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and alma::alarmsystem::alarmmessage::AlarmMessageConversion::getAlarm().
| void cern::laser::business::data::AlarmImpl::setPiquetEmail | ( | String | piquetEmail | ) | [inline, virtual] |
| piquetEmail | The piquetEmail to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setPiquetGSM | ( | String | piquetGSM | ) | [inline, virtual] |
| piquetGSM | The piquetGSM to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setPriority | ( | Integer | priority | ) | [inline, virtual] |
| priority | The priority to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setProblemDescription | ( | String | problemDescription | ) | [inline, virtual] |
| problemDescription | The problemDescription to set. |
Implements cern::laser::business::data::Alarm.
Referenced by alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setResponsiblePerson | ( | ResponsiblePerson | responsiblePerson | ) | [inline, virtual] |
| responsiblePerson | The responsiblePerson to set. |
Implements cern::laser::business::data::Alarm.
Referenced by AlarmImpl(), clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), and com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap().
| void cern::laser::business::data::AlarmImpl::setSource | ( | Source | source | ) | [inline, virtual] |
| source | The source to set. |
Implements cern::laser::business::data::Alarm.
Referenced by AlarmImpl(), clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), and com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap().
| void cern::laser::business::data::AlarmImpl::setStatus | ( | Status | status | ) | [inline, virtual] |
| status | The status to set. |
Implements cern::laser::business::data::Alarm.
Referenced by clone().
| void cern::laser::business::data::AlarmImpl::setSystemName | ( | String | systemName | ) | [inline, virtual] |
| systemName | The systemName to set. |
Implements cern::laser::business::data::Alarm.
Referenced by AlarmImpl(), clone(), and setDefinition().
| void cern::laser::business::data::AlarmImpl::setTriplet | ( | Triplet | triplet | ) | [inline, virtual] |
| triplet | The triplet to set. |
Implements cern::laser::business::data::Alarm.
Referenced by AlarmImpl(), clone(), alma::alarmsystem::core::alarms::LaserCoreAlarms::generateAlarms(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::generateAlarmsMap(), and com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::getAlarm().
| String cern::laser::business::data::AlarmImpl::toString | ( | ) | [inline] |
References action, alarmId, cause, consequence, getCategories(), getMultiplicityChildrenIds(), getMultiplicityParentIds(), getNodeChildrenIds(), getNodeParentIds(), helpURLString, identifier, instant, location, multiplicityThreshold, piquetGSM, priority, problemDescription, responsiblePerson, source, status, systemName, and triplet.
String cern::laser::business::data::AlarmImpl::action [private] |
Referenced by getAction(), and toString().
String cern::laser::business::data::AlarmImpl::alarmId [private] |
Referenced by toString().
Set cern::laser::business::data::AlarmImpl::categories [private] |
Referenced by clone(), getCategories(), and setCategories().
String cern::laser::business::data::AlarmImpl::cause [private] |
Referenced by getCause(), and toString().
String cern::laser::business::data::AlarmImpl::consequence [private] |
Referenced by getConsequence(), and toString().
String cern::laser::business::data::AlarmImpl::helpURLString [private] |
Referenced by getHelpURLString(), setHelpURLString(), and toString().
String cern::laser::business::data::AlarmImpl::identifier [private] |
Referenced by toString().
Boolean cern::laser::business::data::AlarmImpl::instant [private] |
Referenced by getInstant(), and toString().
Referenced by clone(), getDefinition(), getLocation(), and toString().
Referenced by AlarmImpl(), getMultiplicityChildrenIds(), and setMultiplicityChildrenIds().
Referenced by AlarmImpl(), getMultiplicityParentIds(), and setMultiplicityParentIds().
Integer cern::laser::business::data::AlarmImpl::multiplicityThreshold [private] |
Referenced by getMultiplicityThreshold(), and toString().
Set cern::laser::business::data::AlarmImpl::nodeChildrenIds [private] |
Referenced by AlarmImpl(), getNodeChildrenIds(), and setNodeChildrenIds().
Set cern::laser::business::data::AlarmImpl::nodeParentIds [private] |
Referenced by AlarmImpl(), getNodeParentIds(), and setNodeParentIds().
String cern::laser::business::data::AlarmImpl::piquetEmail [private] |
Referenced by getPiquetEmail().
String cern::laser::business::data::AlarmImpl::piquetGSM [private] |
Referenced by getPiquetGSM(), and toString().
Integer cern::laser::business::data::AlarmImpl::priority [private] |
Referenced by getPriority(), and toString().
String cern::laser::business::data::AlarmImpl::problemDescription [private] |
Referenced by getProblemDescription(), and toString().
Referenced by clone(), getResponsiblePerson(), and toString().
Referenced by clone(), getSource(), and toString().
Referenced by AlarmImpl(), clone(), getStatus(), and toString().
String cern::laser::business::data::AlarmImpl::systemName [private] |
Referenced by clone(), getSystemName(), and toString().
Triplet cern::laser::business::data::AlarmImpl::triplet = new Triplet() [private] |
Referenced by clone(), getFaultCode(), getFaultFamily(), getFaultMember(), getTriplet(), setFaultCode(), setFaultFamily(), setFaultMember(), and toString().
1.6.2