Index

A B C D E F G I J L M O P Q R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

GenericDAO - Class in com.openmeet.shared.data.storage
 
genericDoDelete(String, String, DataSource) - Static method in class com.openmeet.shared.data.storage.GenericDAO
Deletes an object in the database.
genericDoRetrieveByCondition(String, String, E, DataSource) - Static method in class com.openmeet.shared.data.storage.GenericDAO
Returns a list of objects from the database that match a given condition.
genericDoSave(String, HashMap<String, ?>, DataSource) - Static method in class com.openmeet.shared.data.storage.GenericDAO
Saves an object in the database.
genericDoUpdate(String, String, HashMap<String, ?>, DataSource) - Static method in class com.openmeet.shared.data.storage.GenericDAO
Updates an object in the database.
GenericProxyDAO - Class in com.openmeet.shared.data.storage
 
genericProxyDoDelete(String, DAO<T>, PrintWriter) - Static method in class com.openmeet.shared.data.storage.GenericProxyDAO
 
genericProxyDoRetrieveByCondition(String, int, int, DAO<T>, PrintWriter) - Static method in class com.openmeet.shared.data.storage.GenericProxyDAO
 
genericProxyDoRetrieveByCondition(String, DAO<T>, PrintWriter) - Static method in class com.openmeet.shared.data.storage.GenericProxyDAO
 
genericProxyDoRetrieveByKey(String, DAO<T>, PrintWriter) - Static method in class com.openmeet.shared.data.storage.GenericProxyDAO
 
genericProxyDoSave(HashMap<String, ?>, DAO<T>, PrintWriter) - Static method in class com.openmeet.shared.data.storage.GenericProxyDAO
 
genericProxyDoSave(T, DAO<T>, PrintWriter) - Static method in class com.openmeet.shared.data.storage.GenericProxyDAO
 
genericProxyDoSaveOrUpdate(T, DAO<T>, PrintWriter) - Static method in class com.openmeet.shared.data.storage.GenericProxyDAO
 
genericProxyDoUpdate(HashMap<String, ?>, String, DAO<T>, PrintWriter) - Static method in class com.openmeet.shared.data.storage.GenericProxyDAO
 
get(K, int) - Method in class com.openmeet.shared.utils.MultiMapList
Returns the value(s) of the key specified at a specific row.
getBiography() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the biography of the Meeter.
getBirthdate() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the birthdate of the Meeter.
getCity() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the city of the Meeter.
getCreationDate() - Method in class com.openmeet.shared.data.rating.Rating
Returns the creation date of the Rating.
getCreationDate() - Method in class com.openmeet.shared.data.report.Report
Returns the creationDate of the Report.
getDeliveredTime() - Method in class com.openmeet.shared.data.message.Message
Returns the deliveredTime of the Message.
getDescription() - Method in class com.openmeet.shared.data.ban.Ban
Returns the description of the Ban.
getDescription() - Method in class com.openmeet.shared.data.interest.Interest
Returns the description of the Interest.
getEmail() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the email of the Meeter.
getEndTime() - Method in class com.openmeet.shared.data.ban.Ban
Returns the end time of the Ban.
getGender() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the gender of the Meeter.
getId() - Method in class com.openmeet.shared.data.ban.Ban
Returns the id of the Ban.
getId() - Method in class com.openmeet.shared.data.image.Image
Returns the id of the Image.
getId() - Method in class com.openmeet.shared.data.interest.Interest
Returns the id of the Interest.
getId() - Method in class com.openmeet.shared.data.meeter_interest.Meeter_Interest
Returns the Meeter_Interest id.
getId() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the id of the Meeter.
getId() - Method in class com.openmeet.shared.data.message.Message
Returns the id of the Message.
getId() - Method in class com.openmeet.shared.data.rating.Rating
Returns the id of the Rating.
getId() - Method in class com.openmeet.shared.data.report.Report
Returns the id of the Report.
getInterestId() - Method in class com.openmeet.shared.data.meeter_interest.Meeter_Interest
Returns the Meeter_Interest interestId.
getMeeterId() - Method in class com.openmeet.shared.data.ban.Ban
Returns the id of the meeter banned.
getMeeterId() - Method in class com.openmeet.shared.data.image.Image
Returns the meeterId of the Image.
getMeeterId() - Method in class com.openmeet.shared.data.meeter_interest.Meeter_Interest
Returns the Meeter_Interest meeterId.
getMeeterName() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the name of the Meeter.
getMeeterRated() - Method in class com.openmeet.shared.data.rating.Rating
Returns the id of the meeter who is rated.
getMeeterRater() - Method in class com.openmeet.shared.data.rating.Rating
Returns the id of the meeter who created the Rating.
getMeeterReceiver() - Method in class com.openmeet.shared.data.message.Message
Returns the meeter id of the receiver of the Message.
getMeeterReported() - Method in class com.openmeet.shared.data.report.Report
Returns the id of the meeter who got reported.
getMeeterReporter() - Method in class com.openmeet.shared.data.report.Report
Returns the id of the meeter who created the Report.
getMeeterSender() - Method in class com.openmeet.shared.data.message.Message
Returns the meeter id of the sender of the Message.
getMeeterSurname() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the surname of the Meeter.
getModeratorId() - Method in class com.openmeet.shared.data.ban.Ban
Returns the id of moderator who created the Ban.
getPath() - Method in class com.openmeet.shared.data.image.Image
Returns the path of the Image.
getPublicKey() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the age of the Meeter.
getPwd() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the password of the Meeter.
getReadTime() - Method in class com.openmeet.shared.data.message.Message
Returns the readTime of the Message.
getReason() - Method in class com.openmeet.shared.data.report.Report
Returns the reason of the Report.
getResponse() - Method in class com.openmeet.shared.helpers.JSONResponse
Returns the response.
getRow(int) - Method in class com.openmeet.shared.utils.MultiMapList
Returns all the values of a specific row.
getRowsNumber() - Method in class com.openmeet.shared.utils.MultiMapList
Returns the number of rows in the MultiMapList.
getSearchingGender() - Method in class com.openmeet.shared.data.meeter.Meeter
Returns the searching gender of the Meeter.
getSentTime() - Method in class com.openmeet.shared.data.message.Message
Returns the sentTime of the Message.
getStartTime() - Method in class com.openmeet.shared.data.ban.Ban
Returns the start time of the Ban.
getText() - Method in class com.openmeet.shared.data.message.Message
Returns the text of the Message.
getValue(String) - Method in class com.openmeet.shared.helpers.JSONResponse
Returns the value of the key.
A B C D E F G I J L M O P Q R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form