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

Packages that use PreventRule
org.chorem.pollen.business   
org.chorem.pollen.business.converters   
org.chorem.pollen.business.persistence   
 

Uses of PreventRule in org.chorem.pollen.business
 

Methods in org.chorem.pollen.business that return types with arguments of type PreventRule
 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 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
 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.
 

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
 java.util.List<PreventRule> PollAbstract.preventRule
           
 

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

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

Methods in org.chorem.pollen.business.persistence with parameters of type PreventRule
 void PollAbstract.addPreventRule(PreventRule preventRule)
           
 void Poll.addPreventRule(PreventRule preventRule)
           
 java.util.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 PollAbstract.removePreventRule(PreventRule value)
           
 void Poll.removePreventRule(PreventRule preventRule)
           
 

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



Copyright © 2009 CodeLutin. All Rights Reserved.