|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Search.State | |
---|---|
ch.bouquet.jpa.domain |
Uses of Search.State in ch.bouquet.jpa.domain |
---|
Fields in ch.bouquet.jpa.domain declared as Search.State | |
---|---|
private Search.State |
Search.state
search state |
Methods in ch.bouquet.jpa.domain that return Search.State | |
---|---|
Search.State |
Search.getState()
Gets the state. |
static Search.State |
Search.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Search.State[] |
Search.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ch.bouquet.jpa.domain with parameters of type Search.State | |
---|---|
void |
Search.setState(Search.State state)
Sets the state. |
Constructors in ch.bouquet.jpa.domain with parameters of type Search.State | |
---|---|
Search(Subscriber subscriber,
java.lang.String name,
java.lang.String criteria,
Search.State state,
Search.Frequency frequency,
Search.OutputFormat outputFormat,
java.util.Date startDate)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |