|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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 |
Poll.getPreventRuleByTopiaId(java.lang.String topiaId)
Recupère l'attribut preventRule à partir de son topiaId. |
PreventRule |
PollAbstract.getPreventRuleByTopiaId(java.lang.String topiaId)
|
| Methods in org.chorem.pollen.business.persistence that return types with arguments of type PreventRule | |
|---|---|
java.util.List<PreventRule> |
Poll.getPreventRule()
|
java.util.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)
|
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 |
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(java.util.List<PreventRule> preventRule)
|
void |
PollAbstract.addAllPreventRule(java.util.List<PreventRule> values)
|
void |
Poll.setPreventRule(java.util.List<PreventRule> preventRule)
|
void |
PollAbstract.setPreventRule(java.util.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 | |
|---|---|
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 | |||||||||