Uses of Class
org.chorem.pollen.business.dto.PreventRuleDTO

Packages that use PreventRuleDTO
org.chorem.pollen.business   
org.chorem.pollen.business.business   
org.chorem.pollen.business.converters   
org.chorem.pollen.business.dto   
 

Uses of PreventRuleDTO in org.chorem.pollen.business
 

Methods in org.chorem.pollen.business that return PreventRuleDTO
 PreventRuleDTO ServicePreventRuleImpl.findPreventRuleById(java.lang.String preventRuleId)
           
 PreventRuleDTO ServicePreventRule.findPreventRuleById(java.lang.String preventRuleId)
          Recherche d'un règle de notification par son identifiant.
 

Methods in org.chorem.pollen.business that return types with arguments of type PreventRuleDTO
 java.util.List<PreventRuleDTO> ServicePreventRuleImpl.selectPreventRules(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 java.util.List<PreventRuleDTO> ServicePreventRule.selectPreventRules(java.util.Map<java.lang.String,java.lang.Object> properties)
          Recherche de toutes les règles de notification.
 

Methods in org.chorem.pollen.business with parameters of type PreventRuleDTO
 java.lang.String ServicePreventRuleImpl.createPreventRule(PreventRuleDTO preventRule)
           
 java.lang.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 with type arguments of type PreventRuleDTO
 java.util.List<PreventRule> ServicePreventRuleImpl.createPreventRules(java.util.List<PreventRuleDTO> preventRules, java.lang.String pollId, org.nuiton.topia.TopiaContext trans)
           
 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
 

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)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.