|
||||||||||
| 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 | |
|---|---|
String |
createPreventRule(PreventRuleDTO preventRule)
Création d'une règle de notification. |
List<PreventRule> |
createPreventRules(List<PreventRuleDTO> preventRules,
String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des règles de notification du sondage |
boolean |
deletePreventRule(String preventRuleId)
Suppression d'une règle de notification. |
PreventRuleDTO |
findPreventRuleById(String preventRuleId)
Recherche d'un règle de notification par son identifiant. |
List<PreventRuleDTO> |
selectPreventRules(Map<String,Object> properties)
Recherche de toutes les règles de notification. |
boolean |
updatePreventRule(PreventRuleDTO preventRuleDTO)
Mise à jour d'une règle de notification. |
| Method Detail |
|---|
String createPreventRule(PreventRuleDTO preventRule)
preventRule - le dto de la règle
List<PreventRule> createPreventRules(List<PreventRuleDTO> preventRules,
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(String preventRuleId)
preventRuleId - l'identifiant de la règle
PreventRuleDTO findPreventRuleById(String preventRuleId)
preventRuleId - l'identifiant de la règle
List<PreventRuleDTO> selectPreventRules(Map<String,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 | |||||||||