|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChoiceType | |
|---|---|
| org.chorem.pollen.business.persistence | |
| Uses of ChoiceType in org.chorem.pollen.business.persistence |
|---|
| Classes in org.chorem.pollen.business.persistence with type parameters of type ChoiceType | |
|---|---|
class |
ChoiceTypeDAOAbstract<E extends ChoiceType>
Implantation DAO pour l'entité ChoiceType. |
class |
ChoiceTypeDAOImpl<E extends ChoiceType>
Implantation du DAO pour l'entité ChoiceType. |
| Classes in org.chorem.pollen.business.persistence that implement ChoiceType | |
|---|---|
class |
ChoiceTypeAbstract
Implantation POJO pour l'entité ChoiceType. |
class |
ChoiceTypeImpl
Implantation des operations pour l'entité ChoiceType. |
| Fields in org.chorem.pollen.business.persistence declared as ChoiceType | |
|---|---|
ChoiceType |
PollAbstract.choiceType
|
| Methods in org.chorem.pollen.business.persistence that return ChoiceType | |
|---|---|
ChoiceType |
Poll.getChoiceType()
|
ChoiceType |
PollAbstract.getChoiceType()
|
| Methods in org.chorem.pollen.business.persistence with parameters of type ChoiceType | |
|---|---|
java.util.List<E> |
PollDAOAbstract.findAllByChoiceType(ChoiceType v)
Retourne les éléments ayant comme valeur pour l'attribut choiceType le paramètre |
E |
PollDAOAbstract.findByChoiceType(ChoiceType v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut choiceType le paramètre |
void |
Poll.setChoiceType(ChoiceType choiceType)
|
void |
PollAbstract.setChoiceType(ChoiceType value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||