|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreventRuleDTO | |
|---|---|
| org.chorem.pollen.business.business | Classes métiers utiles pour l'application. |
| org.chorem.pollen.business.converters | Gestion de la conversion des DTO en entités et des entités en DTO. |
| org.chorem.pollen.business.dto | Data Transfert Objects. |
| org.chorem.pollen.business.services | Services proposés par le module Business. |
| Uses of PreventRuleDTO in org.chorem.pollen.business.business |
|---|
| Constructors in org.chorem.pollen.business.business with parameters of type PreventRuleDTO | |
|---|---|
PreventRuleManager(PreventRuleDTO preventRule)
Constructeur. |
|
| Uses of PreventRuleDTO in org.chorem.pollen.business.converters |
|---|
| Methods in org.chorem.pollen.business.converters that return PreventRuleDTO | |
|---|---|
PreventRuleDTO |
DataPreventRuleConverter.createPreventRuleDTO(PreventRule preventRule)
Création d'un dto à partir d'une entité règle. |
| Methods in org.chorem.pollen.business.converters that return types with arguments of type PreventRuleDTO | |
|---|---|
java.util.List<PreventRuleDTO> |
DataPreventRuleConverter.createPreventRuleDTOs(java.util.Collection<PreventRule> cPreventRules)
Retourne une liste de dtos règle à partir d'une collection d'entités. |
| Methods in org.chorem.pollen.business.converters with parameters of type PreventRuleDTO | |
|---|---|
void |
DataPreventRuleConverter.populatePreventRuleEntity(PreventRuleDTO preventRuleDTO,
PreventRule ePreventRule)
Création d'une entité à partir d'un dto règle. |
| Uses of PreventRuleDTO in org.chorem.pollen.business.dto |
|---|
| Methods in org.chorem.pollen.business.dto that return types with arguments of type PreventRuleDTO | |
|---|---|
java.util.List<PreventRuleDTO> |
PollDTO.getPreventRuleDTOs()
|
| Method parameters in org.chorem.pollen.business.dto with type arguments of type PreventRuleDTO | |
|---|---|
void |
PollDTO.setPreventRuleDTOs(java.util.List<PreventRuleDTO> preventRuleDTOs)
|
| Uses of PreventRuleDTO in org.chorem.pollen.business.services |
|---|
| Methods in org.chorem.pollen.business.services that return PreventRuleDTO | |
|---|---|
PreventRuleDTO |
ServicePreventRule.findPreventRuleById(java.lang.String preventRuleId)
Recherche d'un règle de notification par son identifiant. |
PreventRuleDTO |
ServicePreventRuleImpl.findPreventRuleById(java.lang.String preventRuleId)
|
| Methods in org.chorem.pollen.business.services that return types with arguments of type PreventRuleDTO | |
|---|---|
java.util.List<PreventRuleDTO> |
ServicePreventRule.selectPreventRules(java.util.Map<java.lang.String,java.lang.Object> properties)
Recherche de toutes les règles de notification. |
java.util.List<PreventRuleDTO> |
ServicePreventRuleImpl.selectPreventRules(java.util.Map<java.lang.String,java.lang.Object> properties)
|
| Methods in org.chorem.pollen.business.services with parameters of type PreventRuleDTO | |
|---|---|
java.lang.String |
ServicePreventRule.createPreventRule(PreventRuleDTO preventRule)
Création d'une règle de notification. |
java.lang.String |
ServicePreventRuleImpl.createPreventRule(PreventRuleDTO preventRule)
|
boolean |
ServicePreventRule.updatePreventRule(PreventRuleDTO preventRuleDTO)
Mise à jour d'une règle de notification. |
boolean |
ServicePreventRuleImpl.updatePreventRule(PreventRuleDTO preventRuleDTO)
|
| Method parameters in org.chorem.pollen.business.services with type arguments of type PreventRuleDTO | |
|---|---|
java.util.List<PreventRule> |
ServicePreventRule.createPreventRules(java.util.List<PreventRuleDTO> preventRules,
java.lang.String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des règles de notification du sondage |
java.util.List<PreventRule> |
ServicePreventRuleImpl.createPreventRules(java.util.List<PreventRuleDTO> preventRules,
java.lang.String pollId,
org.nuiton.topia.TopiaContext trans)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||