|
||||||||||
| 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 | |
|---|---|
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 trans)
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. |
| 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 java.lang.String createPreventRule(PreventRuleDTO preventRule)
ServicePreventRule
createPreventRule in interface ServicePreventRulepreventRule - le dto de la règle
public java.util.List<PreventRule> createPreventRules(java.util.List<PreventRuleDTO> preventRules,
java.lang.String pollId,
org.nuiton.topia.TopiaContext trans)
ServicePreventRule
createPreventRules in interface ServicePreventRulepreventRules - les dtos des règlespollId - l'identifiant du sondagetrans - la transaction du sondage
public boolean updatePreventRule(PreventRuleDTO preventRuleDTO)
ServicePreventRule
updatePreventRule in interface ServicePreventRulepreventRuleDTO - le dto de la règle
public boolean deletePreventRule(java.lang.String preventRuleId)
ServicePreventRule
deletePreventRule in interface ServicePreventRulepreventRuleId - l'identifiant de la règle
public PreventRuleDTO findPreventRuleById(java.lang.String preventRuleId)
ServicePreventRule
findPreventRuleById in interface ServicePreventRulepreventRuleId - l'identifiant de la règle
public java.util.List<PreventRuleDTO> selectPreventRules(java.util.Map<java.lang.String,java.lang.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 | |||||||||