| Package | Description |
|---|---|
| org.chorem.pollen | |
| org.chorem.pollen.business.persistence |
| Modifier and Type | Method and Description |
|---|---|
PollVoteVisibility |
PollenConfiguration.getDefaultPollVoteVisibility() |
| Modifier and Type | Field and Description |
|---|---|
protected PollVoteVisibility |
PollAbstract.pollVoteVisibility
Nom de l'attribut en BD : pollVoteVisibility
|
| Modifier and Type | Method and Description |
|---|---|
PollVoteVisibility |
Poll.getPollVoteVisibility() |
PollVoteVisibility |
PollAbstract.getPollVoteVisibility() |
static PollVoteVisibility |
PollVoteVisibility.valueOf(int ordinal) |
static PollVoteVisibility |
PollVoteVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollVoteVisibility[] |
PollVoteVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
PollDAOAbstract.findAllByPollVoteVisibility(PollVoteVisibility v) |
E |
PollDAOAbstract.findByPollVoteVisibility(PollVoteVisibility v) |
void |
Poll.setPollVoteVisibility(PollVoteVisibility pollVoteVisibility) |
void |
PollAbstract.setPollVoteVisibility(PollVoteVisibility pollVoteVisibility) |
Copyright © 2009–2014 CodeLutin. All rights reserved.