| Package | Description |
|---|---|
| org.chorem.pollen.business.persistence |
| Modifier and Type | Class and Description |
|---|---|
class |
PreventRuleDAOAbstract<E extends PreventRule> |
class |
PreventRuleDAOImpl<E extends PreventRule> |
| Modifier and Type | Class and Description |
|---|---|
class |
PreventRuleAbstract |
class |
PreventRuleImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<PreventRule> |
PollAbstract.preventRule
Nom de l'attribut en BD : preventRule
|
| Modifier and Type | Method and Description |
|---|---|
PreventRule |
Poll.getPreventRuleByScope(String scope) |
PreventRule |
PollImpl.getPreventRuleByScope(String scope) |
PreventRule |
Poll.getPreventRuleByTopiaId(String topiaId) |
PreventRule |
PollAbstract.getPreventRuleByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<PreventRule> |
Poll.getPreventRule() |
List<PreventRule> |
PollAbstract.getPreventRule() |
List<PreventRule> |
PollImpl.getPreventRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
Poll.addPreventRule(PreventRule preventRule) |
void |
PollAbstract.addPreventRule(PreventRule preventRule) |
List<E> |
PollDAOAbstract.findAllContainsPreventRule(PreventRule v) |
E |
PollDAOAbstract.findContainsPreventRule(PreventRule v) |
void |
Poll.removePreventRule(PreventRule preventRule) |
void |
PollAbstract.removePreventRule(PreventRule preventRule) |
| Modifier and Type | Method and Description |
|---|---|
void |
Poll.addAllPreventRule(List<PreventRule> preventRule) |
void |
PollAbstract.addAllPreventRule(List<PreventRule> preventRule) |
void |
Poll.setPreventRule(List<PreventRule> preventRule) |
void |
PollAbstract.setPreventRule(List<PreventRule> preventRule) |
Copyright © 2009–2014 CodeLutin. All rights reserved.