A C D E F G I J L M N O P R S T U V Y Z

A

addLeadingZero(int, int) - Static method in class ch.bouquet.jpa.util.DateHelper
add leading zero's to a given string
address - Variable in class ch.bouquet.jpa.domain.Subscriber
address
AuthRole - Class in ch.bouquet.jpa.domain
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
Authenticated role business object implemented as plain old java object.
AuthRole() - Constructor for class ch.bouquet.jpa.domain.AuthRole
Default constructor
AuthRole(String) - Constructor for class ch.bouquet.jpa.domain.AuthRole
Constructor
authRoleId - Variable in class ch.bouquet.jpa.domain.AuthRole
auth role id (primary key)
authRoleList - Variable in class ch.bouquet.jpa.data.DataLoader
list of loaded authenticated roles including the auto generated primary keys
authRoleList - Variable in class ch.bouquet.jpa.domain.AuthUser
Authenticated role list of the authenticated user.
AuthUser - Class in ch.bouquet.jpa.domain
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
Authenticated user business object implemented as plain old java object.
AuthUser() - Constructor for class ch.bouquet.jpa.domain.AuthUser
Default constructor
AuthUser(String, String, String, int, Set<AuthRole>) - Constructor for class ch.bouquet.jpa.domain.AuthUser
Constructor
AuthUser(String, String, String, int, Date, Set<AuthRole>) - Constructor for class ch.bouquet.jpa.domain.AuthUser
Constructor
authUser - Variable in class ch.bouquet.jpa.domain.Subscriber
auth user id (foreign key)
AuthUserBean - Class in ch.bouquet.jpa.persistence
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
This class encases the inquiries by JPQL on the table auth_user Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen.
AuthUserBean(EntityManager) - Constructor for class ch.bouquet.jpa.persistence.AuthUserBean
Default constructor.
authUserId - Variable in class ch.bouquet.jpa.domain.AuthUser
auth user id (primary key)

C

ch.bouquet.jpa - package ch.bouquet.jpa
 
ch.bouquet.jpa.data - package ch.bouquet.jpa.data
 
ch.bouquet.jpa.domain - package ch.bouquet.jpa.domain
 
ch.bouquet.jpa.persistence - package ch.bouquet.jpa.persistence
 
ch.bouquet.jpa.util - package ch.bouquet.jpa.util
 
city - Variable in class ch.bouquet.jpa.domain.Subscriber
city
clearDatabase() - Method in class ch.bouquet.jpa.JpaRunner
This method clear the database data.
country - Variable in class ch.bouquet.jpa.domain.Subscriber
country
createAuthRole(String) - Method in class ch.bouquet.jpa.data.DataLoader
Create a authenticated role
createAuthRoles() - Method in class ch.bouquet.jpa.data.DataLoader
Create test data for the authenticated roles
createAuthUser(String, String, String, int, AuthRole) - Method in class ch.bouquet.jpa.data.DataLoader
Create a authenticated user
createSearchCaffeLatte() - Method in class ch.bouquet.jpa.data.DataLoader
Create a search for the user
createSearchCarlsberg() - Method in class ch.bouquet.jpa.data.DataLoader
Create a search for the manager
createSearchCola() - Method in class ch.bouquet.jpa.data.DataLoader
Create a search for the admin
createSearchHeineke() - Method in class ch.bouquet.jpa.data.DataLoader
Create a search for the manager
createSearchPepsi() - Method in class ch.bouquet.jpa.data.DataLoader
Create a search for the admin
createSearchs() - Method in class ch.bouquet.jpa.data.DataLoader
Create test data for the searchs
createSubscriberAdmin() - Method in class ch.bouquet.jpa.data.DataLoader
Create a subscriber for the admin user
createSubscriberGuest() - Method in class ch.bouquet.jpa.data.DataLoader
Create a subscriber for the guest user
createSubscriberManager() - Method in class ch.bouquet.jpa.data.DataLoader
Create a subscriber for the manager user
createSubscriberUser() - Method in class ch.bouquet.jpa.data.DataLoader
Create a subscriber for the user user
createSubscripers() - Method in class ch.bouquet.jpa.data.DataLoader
Create test data for the subscribers
criteria - Variable in class ch.bouquet.jpa.domain.Search
search criteria

D

DataLoader - Class in ch.bouquet.jpa.data
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
Helper class for load test data into the database.
DataLoader() - Constructor for class ch.bouquet.jpa.data.DataLoader
Default constructor.
DATE_FORMAT - Static variable in class ch.bouquet.jpa.util.DateHelper
Date string format in days, month and years
DATE_FORMAT_COMPLIT - Static variable in class ch.bouquet.jpa.util.DateHelper
Date string format in days, month, years, hours, minute and secounds
DATE_SEPARATOR - Static variable in class ch.bouquet.jpa.util.DateHelper
Date separator string, used to parse date strings
DateHelper - Class in ch.bouquet.jpa.util
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
date helper class to format date strings into timestamps and vice versa.
DateHelper() - Constructor for class ch.bouquet.jpa.util.DateHelper
 

E

em - Variable in class ch.bouquet.jpa.persistence.AuthUserBean
The entity manager
em - Variable in class ch.bouquet.jpa.persistence.SearchBean
The entity manager
em - Variable in class ch.bouquet.jpa.persistence.SubscriberBean
The entity manager
emailAddress - Variable in class ch.bouquet.jpa.domain.Subscriber
email address
encryptionVersion - Variable in class ch.bouquet.jpa.domain.AuthUser
encryption version
entityVersion - Variable in class ch.bouquet.jpa.domain.Subscriber
enity version

F

findList(String) - Method in class ch.bouquet.jpa.persistence.AuthUserBean
This method returns all data records on the basis the SQL instruction.
findList(String) - Method in class ch.bouquet.jpa.persistence.SearchBean
This method returns all data records on the basis the SQL instruction.
findList(String) - Method in class ch.bouquet.jpa.persistence.SubscriberBean
This method returns all data records on the basis the SQL instruction.
findSingle(String) - Method in class ch.bouquet.jpa.persistence.AuthUserBean
This method returns a data record on the basis the SQL instruction.
findSingle(String) - Method in class ch.bouquet.jpa.persistence.SearchBean
This method returns a data record on the basis the SQL instruction.
findSingle(String) - Method in class ch.bouquet.jpa.persistence.SubscriberBean
This method returns a data record on the basis the SQL instruction.
findSize(String) - Method in class ch.bouquet.jpa.persistence.AuthUserBean
This method returns the number of data records on the basis the SQL instruction.
firstName - Variable in class ch.bouquet.jpa.domain.Subscriber
firt name
frequency - Variable in class ch.bouquet.jpa.domain.Search
frequency

G

getAddress() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the address.
getAuthRoleId() - Method in class ch.bouquet.jpa.domain.AuthRole
Gets the authRoleId.
getAuthRoleList() - Method in class ch.bouquet.jpa.domain.AuthUser
Get auth role list
getAuthUser() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the authUser.
getAuthUserId() - Method in class ch.bouquet.jpa.domain.AuthUser
Gets the authUserId.
getCity() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the city.
getCountry() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the country.
getCriteria() - Method in class ch.bouquet.jpa.domain.Search
Gets the criteria.
getEmailAddress() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the emailAddress.
getEncryptionVersion() - Method in class ch.bouquet.jpa.domain.AuthUser
Gets the encryptionVersion.
getEntityVersion() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the entity version.
getFirstName() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the firstName.
getFrequency() - Method in class ch.bouquet.jpa.domain.Search
Gets the frequency.
getInformation(Date) - Static method in class ch.bouquet.jpa.JpaRunner
Return the project start information
getLastLoginDat() - Method in class ch.bouquet.jpa.domain.AuthUser
Gets the lastLoginDat.
getLastName() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the lastName.
getLogin() - Method in class ch.bouquet.jpa.domain.AuthUser
Gets the login.
getName() - Method in class ch.bouquet.jpa.domain.AuthRole
Gets the name.
getName() - Method in class ch.bouquet.jpa.domain.Search
Gets the name.
getOutputFormat() - Method in class ch.bouquet.jpa.domain.Search
Gets the outputFormat.
getPassword() - Method in class ch.bouquet.jpa.domain.AuthUser
Gets the password.
getSearchId() - Method in class ch.bouquet.jpa.domain.Search
Gets the searchId.
getStartDat() - Method in class ch.bouquet.jpa.domain.Search
Gets the startDat.
getState() - Method in class ch.bouquet.jpa.domain.AuthUser
Gets the state.
getState() - Method in class ch.bouquet.jpa.domain.Search
Gets the state.
getSubscriber() - Method in class ch.bouquet.jpa.domain.Search
Gets the subscriber.
getSubscriberId() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the subscriberId.
getUseCaseLog(String, String) - Method in class ch.bouquet.jpa.JpaRunner
Return the usecase log message.
getZip() - Method in class ch.bouquet.jpa.domain.Subscriber
Gets the zip.

I

initLogging() - Method in class ch.bouquet.jpa.data.DataLoader
Initialize logging.
initLogging() - Static method in class ch.bouquet.jpa.JpaRunner
Initialize logging.

J

JpaRunner - Class in ch.bouquet.jpa
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
This class start process the use cases for the examination example.
JpaRunner() - Constructor for class ch.bouquet.jpa.JpaRunner
Default constructor

L

lastLoginDat - Variable in class ch.bouquet.jpa.domain.AuthUser
last login date
lastName - Variable in class ch.bouquet.jpa.domain.Subscriber
last name
load(String) - Method in class ch.bouquet.jpa.data.DataLoader
Load testdata into the eadj database
LOG - Variable in class ch.bouquet.jpa.data.DataLoader
constant for the logging
LOG - Static variable in class ch.bouquet.jpa.domain.AuthRole
constant for the logging
LOG - Static variable in class ch.bouquet.jpa.domain.AuthUser
constant for the logging
LOG - Static variable in class ch.bouquet.jpa.domain.Search
constant for the logging
LOG - Static variable in class ch.bouquet.jpa.domain.Subscriber
constant for the logging
LOG - Static variable in class ch.bouquet.jpa.JpaRunner
Constant for the logging
LOG - Static variable in class ch.bouquet.jpa.persistence.AuthUserBean
constant for the logging
LOG - Static variable in class ch.bouquet.jpa.persistence.SearchBean
constant for the logging
LOG - Static variable in class ch.bouquet.jpa.persistence.SubscriberBean
constant for the logging
LOG_END - Static variable in class ch.bouquet.jpa.JpaRunner
Constant for end of log message
LOG_START - Static variable in class ch.bouquet.jpa.JpaRunner
Constant for start of log message
login - Variable in class ch.bouquet.jpa.domain.AuthUser
login

M

main(String[]) - Static method in class ch.bouquet.jpa.data.DataLoader
Load test data into eadj database
main(String[]) - Static method in class ch.bouquet.jpa.JpaRunner
Start the test application for java persistence API

N

name - Variable in class ch.bouquet.jpa.domain.AuthRole
role name
name - Variable in class ch.bouquet.jpa.domain.Search
search name

O

outputFormat - Variable in class ch.bouquet.jpa.domain.Search
output format

P

password - Variable in class ch.bouquet.jpa.domain.AuthUser
password
PERSISTENCE_NAME - Static variable in class ch.bouquet.jpa.JpaRunner
Constant for Persistence Name

R

remove(int) - Method in class ch.bouquet.jpa.persistence.AuthUserBean
Remove the authenticated user for the given key if available.
remove(int) - Method in class ch.bouquet.jpa.persistence.SearchBean
Remove the search for the given key if available.
remove(int) - Method in class ch.bouquet.jpa.persistence.SubscriberBean
Remove the subscriber for the given key if available.
runParallelTester(int) - Method in class ch.bouquet.jpa.JpaRunner
This method started the tester parallel with threads
runSequentialTester(int) - Method in class ch.bouquet.jpa.JpaRunner
This method started the tester sequential

S

save(AuthUser) - Method in class ch.bouquet.jpa.persistence.AuthUserBean
Insert new or update existing authenticated user using the given entity and return the persistet fields of the authenticated user.
save(Search) - Method in class ch.bouquet.jpa.persistence.SearchBean
Insert new or update existing search using the given entity and return the persistet fields of the search.
save(Subscriber) - Method in class ch.bouquet.jpa.persistence.SubscriberBean
Insert new or update existing subscriber using the given entity and return the persistet fields of the subscriber.
Search - Class in ch.bouquet.jpa.domain
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
Search business object implemented as plain old java object.
Search() - Constructor for class ch.bouquet.jpa.domain.Search
Default constructor
Search(Subscriber, String, String, Search.State, Search.Frequency, Search.OutputFormat, Date) - Constructor for class ch.bouquet.jpa.domain.Search
Constructor
Search.Frequency - Enum in ch.bouquet.jpa.domain
Enumeration
Search.Frequency() - Constructor for enum ch.bouquet.jpa.domain.Search.Frequency
 
Search.OutputFormat - Enum in ch.bouquet.jpa.domain
Enumeration
Search.OutputFormat() - Constructor for enum ch.bouquet.jpa.domain.Search.OutputFormat
 
Search.State - Enum in ch.bouquet.jpa.domain
Enumeration
Search.State() - Constructor for enum ch.bouquet.jpa.domain.Search.State
 
SearchBean - Class in ch.bouquet.jpa.persistence
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
This class encases the inquiries by JPQL on the table search Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen.
SearchBean(EntityManager) - Constructor for class ch.bouquet.jpa.persistence.SearchBean
Default constructor.
searchId - Variable in class ch.bouquet.jpa.domain.Search
search id (primary key)
searchList - Variable in class ch.bouquet.jpa.data.DataLoader
list of loaded searchs including the auto generated primary keys and transient fields
serialVersionUID - Static variable in class ch.bouquet.jpa.data.DataLoader
Default serial version uid
serialVersionUID - Static variable in class ch.bouquet.jpa.domain.AuthRole
Default serial version uid
serialVersionUID - Static variable in class ch.bouquet.jpa.domain.AuthUser
Default serial version uid
serialVersionUID - Static variable in class ch.bouquet.jpa.domain.Search
Default serial version uid
serialVersionUID - Static variable in class ch.bouquet.jpa.domain.Subscriber
Default serial version uid
serialVersionUID - Static variable in class ch.bouquet.jpa.JpaRunner
Default serial version uid
serialVersionUID - Static variable in class ch.bouquet.jpa.persistence.AuthUserBean
Default serial version uid
serialVersionUID - Static variable in class ch.bouquet.jpa.persistence.SearchBean
Default serial version uid
serialVersionUID - Static variable in class ch.bouquet.jpa.persistence.SubscriberBean
Default serial version uid
setAddress(String) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the address.
setAuthRoleId(long) - Method in class ch.bouquet.jpa.domain.AuthRole
Sets the authRoleId.
setAuthRoleList(Set<AuthRole>) - Method in class ch.bouquet.jpa.domain.AuthUser
Set auth role list
setAuthUser(AuthUser) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the authUser.
setAuthUserId(int) - Method in class ch.bouquet.jpa.domain.AuthUser
Sets the authUserId.
setCity(String) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the city.
setCountry(String) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the country.
setCriteria(String) - Method in class ch.bouquet.jpa.domain.Search
Sets the criteria.
setEmailAddress(String) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the emailAddress.
setEncryptionVersion(String) - Method in class ch.bouquet.jpa.domain.AuthUser
Sets the encryptionVersion.
setEntityVersion(long) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the entity version.
setFirstName(String) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the firstName.
setFrequency(Search.Frequency) - Method in class ch.bouquet.jpa.domain.Search
Sets the frequency.
setLastLoginDat(Date) - Method in class ch.bouquet.jpa.domain.AuthUser
Sets the lastLoginDat.
setLastName(String) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the lastName.
setLogin(String) - Method in class ch.bouquet.jpa.domain.AuthUser
Sets the login.
setName(String) - Method in class ch.bouquet.jpa.domain.AuthRole
Sets the name.
setName(String) - Method in class ch.bouquet.jpa.domain.Search
Sets the name.
setOutputFormat(Search.OutputFormat) - Method in class ch.bouquet.jpa.domain.Search
Sets the outputFormat.
setPassword(String) - Method in class ch.bouquet.jpa.domain.AuthUser
Sets the password.
setSearchId(int) - Method in class ch.bouquet.jpa.domain.Search
Sets the searchId.
setStartDat(Date) - Method in class ch.bouquet.jpa.domain.Search
Sets the startDat.
setState(int) - Method in class ch.bouquet.jpa.domain.AuthUser
Sets the state.
setState(Search.State) - Method in class ch.bouquet.jpa.domain.Search
Sets the state.
setSubscriber(Subscriber) - Method in class ch.bouquet.jpa.domain.Search
Sets the subscriber.
setSubscriberId(int) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the subscriberId.
setZip(String) - Method in class ch.bouquet.jpa.domain.Subscriber
Sets the zip.
startDat - Variable in class ch.bouquet.jpa.domain.Search
start date
state - Variable in class ch.bouquet.jpa.domain.AuthUser
state
state - Variable in class ch.bouquet.jpa.domain.Search
search state
subscriber - Variable in class ch.bouquet.jpa.domain.Search
subscriper id (foreign key)
Subscriber - Class in ch.bouquet.jpa.domain
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
Subcriper business object implemented as plain old java object.
Subscriber() - Constructor for class ch.bouquet.jpa.domain.Subscriber
Default constructor
Subscriber(String, String, String) - Constructor for class ch.bouquet.jpa.domain.Subscriber
Constructor
SubscriberBean - Class in ch.bouquet.jpa.persistence
CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
This class encases the inquiries by JPQL on the table subscriber Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen.
SubscriberBean(EntityManager) - Constructor for class ch.bouquet.jpa.persistence.SubscriberBean
Default constructor.
subscriberId - Variable in class ch.bouquet.jpa.domain.Subscriber
subscriber id (primary key)
subscriberList - Variable in class ch.bouquet.jpa.data.DataLoader
list of loaded subscribers including the auto generated primary keys and transient fields

T

toCalendar(String) - Static method in class ch.bouquet.jpa.util.DateHelper
Convert date string with the format dd.mm.yyyy to a calendar type
toString() - Method in class ch.bouquet.jpa.domain.AuthRole
Return all attributes as String
toString() - Method in class ch.bouquet.jpa.domain.AuthUser
Return all attributes as String
toString() - Method in class ch.bouquet.jpa.domain.Search
Return all attributes as String
toString() - Method in class ch.bouquet.jpa.domain.Subscriber
Return all attributes as String
toString(Timestamp) - Static method in class ch.bouquet.jpa.util.DateHelper
return timestamp as date in the format dd.mm.yyyy or an empty string if the timestamp is null
toString(Calendar) - Static method in class ch.bouquet.jpa.util.DateHelper
return calendar as date in the format dd.mm.yyyy or an empty string if calendar is null.
toString(Date) - Static method in class ch.bouquet.jpa.util.DateHelper
return date as string in the format dd.mm.yyyy HH:mm:ss or an empty string if date is null.
toStringFormatted() - Method in class ch.bouquet.jpa.domain.Search
Return a formatted subscriber as String
toStringFormatted() - Method in class ch.bouquet.jpa.domain.Subscriber
Return a formatted subscriber as String
toTimestamp(String) - Static method in class ch.bouquet.jpa.util.DateHelper
Convert date string with the format dd.mm.yyyy to a timestamp type

U

usecase_1() - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 1:
In diesem Anwendungsfall werden alle aktiven Benutzer ausgelesen.
usecase_2() - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 2:
In diesem Anwendungsfall werden von allen Benutzern der Primaerschluessel, der Login-Name sowie die zugewiesene Authentifizierungsrollen ausgelesen.
usecase_3() - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 3:
In diesem Anwendungsfall werden von jedem registrierten Benutzer die Registrierungsdaten ausgelesen.
usecase_4(boolean) - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 4:
In diesem Anwendungsfall werden zuerst die Registrierungsdaten des Benutzers mit der Email-Adresse admin@bouquet.ch ausgelesen und danach wird die Adresse, Postleitzahl und der Ort des Benutzers mutiert.
usecase_5() - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 5:
In diesem Anwendungsfall werden die von den Benutzern gespeicherten Suchen analysiert.
usecase_6() - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 6:
In diesem Anwendungsfall wird dem Benutzer mit der Email-Adresse manager@bouquet.ch eine woechentliche Suche hinzugefuegt.
usecase_7() - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 7:
In diesem Anwendungsfall werden die von den Benutzern gespeicherten Suchen analysiert.
usecase_8() - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 8:
In diesem Anwendungsfall soll der Benutzer mit der Email-Adresse user@bouquet.ch geloescht werden.
usecase_9_1(boolean) - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 9.1:
In diesem Anwendungsfall werden zwei Benutzer versuchen, denselben Datensatz, gleichzeitig zu mutieren.
usecase_9_2(boolean) - Method in class ch.bouquet.jpa.JpaRunner
Anwendungsfall 9.2:
In diesem Anwendungsfall werden zwei Benutzer versuchen, denselben Datensatz, gleichzeitig zu mutieren.

V

valueOf(String) - Static method in enum ch.bouquet.jpa.domain.Search.Frequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.bouquet.jpa.domain.Search.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.bouquet.jpa.domain.Search.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.bouquet.jpa.domain.Search.Frequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.bouquet.jpa.domain.Search.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.bouquet.jpa.domain.Search.State
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YEAR_FORMAT - Static variable in class ch.bouquet.jpa.util.DateHelper
Year format including centruy

Z

zip - Variable in class ch.bouquet.jpa.domain.Subscriber
zip code

A C D E F G I J L M N O P R S T U V Y Z

Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.