|
||||||||||
| 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 | |
|---|---|
List<PreventRuleDTO> |
DataPreventRuleConverter.createPreventRuleDTOs(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 | |
|---|---|
List<PreventRuleDTO> |
PollDTO.getPreventRuleDTOs()
|
| Method parameters in org.chorem.pollen.business.dto with type arguments of type PreventRuleDTO | |
|---|---|
void |
PollDTO.setPreventRuleDTOs(List<PreventRuleDTO> preventRuleDTOs)
|
| Uses of PreventRuleDTO in org.chorem.pollen.business.services |
|---|
| Methods in org.chorem.pollen.business.services that return PreventRuleDTO | |
|---|---|
PreventRuleDTO |
ServicePreventRuleImpl.findPreventRuleById(String preventRuleId)
|
PreventRuleDTO |
ServicePreventRule.findPreventRuleById(String preventRuleId)
Recherche d'un règle de notification par son identifiant. |
| Methods in org.chorem.pollen.business.services that return types with arguments of type PreventRuleDTO | |
|---|---|
List<PreventRuleDTO> |
ServicePreventRuleImpl.selectPreventRules(Map<String,Object> properties)
|
List<PreventRuleDTO> |
ServicePreventRule.selectPreventRules(Map<String,Object> properties)
Recherche de toutes les règles de notification. |
| Methods in org.chorem.pollen.business.services with parameters of type PreventRuleDTO | |
|---|---|
String |
ServicePreventRuleImpl.createPreventRule(PreventRuleDTO preventRule)
|
String |
ServicePreventRule.createPreventRule(PreventRuleDTO preventRule)
Création d'une règle de notification. |
boolean |
ServicePreventRuleImpl.updatePreventRule(PreventRuleDTO preventRuleDTO)
|
boolean |
ServicePreventRule.updatePreventRule(PreventRuleDTO preventRuleDTO)
Mise à jour d'une règle de notification. |
| Method parameters in org.chorem.pollen.business.services with type arguments of type PreventRuleDTO | |
|---|---|
List<PreventRule> |
ServicePreventRuleImpl.createPreventRules(List<PreventRuleDTO> preventRules,
String pollId,
org.nuiton.topia.TopiaContext transaction)
|
List<PreventRule> |
ServicePreventRule.createPreventRules(List<PreventRuleDTO> preventRules,
String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des règles de notification du sondage |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||