Uses of Interface
org.chorem.pollen.business.persistence.PreventRule

Packages that use PreventRule
org.chorem.pollen.business.converters Gestion de la conversion des DTO en entités et des entités en DTO. 
org.chorem.pollen.business.persistence   
org.chorem.pollen.business.services Services proposés par le module Business. 
 

Uses of PreventRule in org.chorem.pollen.business.converters
 

Methods in org.chorem.pollen.business.converters with parameters of type PreventRule
 PreventRuleDTO DataPreventRuleConverter.createPreventRuleDTO(PreventRule preventRule)
          Création d'un dto à partir d'une entité règle.
 void DataPreventRuleConverter.populatePreventRuleEntity(PreventRuleDTO preventRuleDTO, PreventRule ePreventRule)
          Création d'une entité à partir d'un dto règle.
 

Method parameters in org.chorem.pollen.business.converters with type arguments of type PreventRule
 List<PreventRuleDTO> DataPreventRuleConverter.createPreventRuleDTOs(Collection<PreventRule> cPreventRules)
          Retourne une liste de dtos règle à partir d'une collection d'entités.
 

Uses of PreventRule in org.chorem.pollen.business.persistence
 

Classes in org.chorem.pollen.business.persistence with type parameters of type PreventRule
 class PreventRuleDAOAbstract<E extends PreventRule>
          Implantation DAO pour l'entité PreventRule.
 class PreventRuleDAOImpl<E extends PreventRule>
          Implantation du DAO pour l'entité PreventRule.
 

Classes in org.chorem.pollen.business.persistence that implement PreventRule
 class PreventRuleAbstract
          Implantation POJO pour l'entité PreventRule.
 class PreventRuleImpl
          Implantation des operations pour l'entité PreventRule.
 

Fields in org.chorem.pollen.business.persistence with type parameters of type PreventRule
 List<PreventRule> PollAbstract.preventRule
           
 

Methods in org.chorem.pollen.business.persistence that return PreventRule
 PreventRule Poll.getPreventRuleByTopiaId(String topiaId)
          Recupère l'attribut preventRule à partir de son topiaId.
 PreventRule PollAbstract.getPreventRuleByTopiaId(String topiaId)
           
 

Methods in org.chorem.pollen.business.persistence that return types with arguments of type PreventRule
 List<PreventRule> Poll.getPreventRule()
           
 List<PreventRule> PollAbstract.getPreventRule()
           
 

Methods in org.chorem.pollen.business.persistence with parameters of type PreventRule
 void Poll.addPreventRule(PreventRule preventRule)
           
 void PollAbstract.addPreventRule(PreventRule preventRule)
           
 List<E> PollDAOAbstract.findAllContainsPreventRule(PreventRule... v)
          Retourne les éléments trouvé dont l'attribut preventRule contient le paramètre
 E PollDAOAbstract.findContainsPreventRule(PreventRule... v)
          Retourne le premier élément trouvé dont l'attribut preventRule contient le paramètre
 void Poll.removePreventRule(PreventRule preventRule)
           
 void PollAbstract.removePreventRule(PreventRule value)
           
 

Method parameters in org.chorem.pollen.business.persistence with type arguments of type PreventRule
 void Poll.addAllPreventRule(List<PreventRule> preventRule)
           
 void PollAbstract.addAllPreventRule(List<PreventRule> values)
           
 void Poll.setPreventRule(List<PreventRule> preventRule)
           
 void PollAbstract.setPreventRule(List<PreventRule> values)
           
 

Uses of PreventRule in org.chorem.pollen.business.services
 

Methods in org.chorem.pollen.business.services that return types with arguments of type PreventRule
 List<PreventRule> ServicePreventRule.createPreventRules(List<PreventRuleDTO> preventRules, String pollId, org.nuiton.topia.TopiaContext transaction)
          Création des règles de notification du sondage
 List<PreventRule> ServicePreventRuleImpl.createPreventRules(List<PreventRuleDTO> preventRules, String pollId, org.nuiton.topia.TopiaContext transaction)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.