|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.business.services.ServicePreventRuleImpl
public class ServicePreventRuleImpl
Gestion des règles de notification.
| Constructor Summary | |
|---|---|
ServicePreventRuleImpl()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServicePreventRuleImpl()
| Method Detail |
|---|
public String createPreventRule(PreventRuleDTO preventRule)
ServicePreventRule
createPreventRule in interface ServicePreventRulepreventRule - le dto de la règle
public List<PreventRule> createPreventRules(List<PreventRuleDTO> preventRules,
String pollId,
org.nuiton.topia.TopiaContext transaction)
ServicePreventRule
createPreventRules in interface ServicePreventRulepreventRules - les dtos des règlespollId - l'identifiant du sondagetransaction - la transaction du sondage
public boolean updatePreventRule(PreventRuleDTO preventRuleDTO)
ServicePreventRule
updatePreventRule in interface ServicePreventRulepreventRuleDTO - le dto de la règle
public boolean deletePreventRule(String preventRuleId)
ServicePreventRule
deletePreventRule in interface ServicePreventRulepreventRuleId - l'identifiant de la règle
public PreventRuleDTO findPreventRuleById(String preventRuleId)
ServicePreventRule
findPreventRuleById in interface ServicePreventRulepreventRuleId - l'identifiant de la règle
public List<PreventRuleDTO> selectPreventRules(Map<String,Object> properties)
ServicePreventRule
selectPreventRules in interface ServicePreventRuleproperties - filtre sur les champs de la table preventRule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||