|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServicePreventRule
Interface de gestion des règles de notification.
| Method Summary | |
|---|---|
java.lang.String |
createPreventRule(PreventRuleDTO preventRule)
Création d'une règle de notification. |
java.util.List<PreventRule> |
createPreventRules(java.util.List<PreventRuleDTO> preventRules,
java.lang.String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des règles de notification du sondage |
boolean |
deletePreventRule(java.lang.String preventRuleId)
Suppression d'une règle de notification. |
PreventRuleDTO |
findPreventRuleById(java.lang.String preventRuleId)
Recherche d'un règle de notification par son identifiant. |
java.util.List<PreventRuleDTO> |
selectPreventRules(java.util.Map<java.lang.String,java.lang.Object> properties)
Recherche de toutes les règles de notification. |
boolean |
updatePreventRule(PreventRuleDTO preventRuleDTO)
Mise à jour d'une règle de notification. |
| Method Detail |
|---|
java.lang.String createPreventRule(PreventRuleDTO preventRule)
preventRule - le dto de la règle
java.util.List<PreventRule> createPreventRules(java.util.List<PreventRuleDTO> preventRules,
java.lang.String pollId,
org.nuiton.topia.TopiaContext transaction)
preventRules - les dtos des règlespollId - l'identifiant du sondagetransaction - la transaction du sondage
boolean updatePreventRule(PreventRuleDTO preventRuleDTO)
preventRuleDTO - le dto de la règle
boolean deletePreventRule(java.lang.String preventRuleId)
preventRuleId - l'identifiant de la règle
PreventRuleDTO findPreventRuleById(java.lang.String preventRuleId)
preventRuleId - l'identifiant de la règle
java.util.List<PreventRuleDTO> selectPreventRules(java.util.Map<java.lang.String,java.lang.Object> properties)
properties - filtre sur les champs de la table preventRule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||