| Package | Description |
|---|---|
| com.h3c.sdn.alert |
Definitions of the domain model pertaining to the Alerts.
|
| com.h3c.util.dao |
| Modifier and Type | Method and Description |
|---|---|
StringCondition |
AlertFilter.getOriginCondition()
Returns the
StringCondition to be used for filtering based on
the origin of the alert. |
StringCondition |
AlertFilter.getTopicCondition()
Returns the
StringCondition to be used for filtering based on
the topic of the alert. |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertFilter.setOriginCondition(StringCondition originCondition)
Sets the
StringCondition that has been defined for filtering
the origin of the alert. |
void |
AlertFilter.setTopicCondition(StringCondition topicCondition)
Sets the
StringCondition that has been defined for filtering
the topic of the alert. |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Predicate |
QueryPredicateGenerator.getPredicate(StringCondition condition,
javax.persistence.metamodel.SingularAttribute<? super P,String> attribute,
javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Root<P> root)
Generates predicates to satisfy the given String filter.
|
Copyright © 2014. All Rights Reserved.