Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- SELECT(String...) - Static method in class com.openmeet.shared.utils.QueryBuilder
-
Creates a "select" query.
- sendCustomError(PrintWriter, String) - Static method in class com.openmeet.shared.helpers.ResponseHelper
-
Sends a custom error message to the client.
- sendCustomSuccess(PrintWriter, String) - Static method in class com.openmeet.shared.helpers.ResponseHelper
-
Sends a generic success message to the client.
- sendGenericError(PrintWriter) - Static method in class com.openmeet.shared.helpers.ResponseHelper
-
Sends a generic error message to the client.
- sendGenericResponse(PrintWriter, HashMap<String, String>) - Static method in class com.openmeet.shared.helpers.ResponseHelper
-
Sends a generic response message to the client.
- SET(Map<String, ?>) - Method in class com.openmeet.shared.utils.QueryBuilder
-
Appends a "set" command to a query.
- setBiography(String) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the biography of the Meeter.
- setBirthdate(Date) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the birthdate of the Meeter.
- setCity(String) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the city of the Meeter.
- setCreationDate(Timestamp) - Method in class com.openmeet.shared.data.rating.Rating
-
Sets the creation date of the Rating.
- setCreationDate(Timestamp) - Method in class com.openmeet.shared.data.report.Report
-
Sets the creationDate of the Report.
- setDeliveredTime(Timestamp) - Method in class com.openmeet.shared.data.message.Message
-
Sets the deliveredTime of the Message.
- setDescription(String) - Method in class com.openmeet.shared.data.ban.Ban
-
Sets the description of the Ban.
- setDescription(String) - Method in class com.openmeet.shared.data.interest.Interest
-
Sets the description of the Interest.
- setEmail(String) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the email of the Meeter.
- setEndTime(Timestamp) - Method in class com.openmeet.shared.data.ban.Ban
-
Sets the end time of the Ban.
- setGender(String) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the gender of the Meeter.
- setId(int) - Method in class com.openmeet.shared.data.ban.Ban
-
Sets the id of the Ban.
- setId(int) - Method in class com.openmeet.shared.data.image.Image
-
Sets the id of the Image.
- setId(int) - Method in class com.openmeet.shared.data.interest.Interest
-
Sets the id of the Interest.
- setId(int) - Method in class com.openmeet.shared.data.meeter_interest.Meeter_Interest
-
Sets the Meeter_Interest id.
- setId(int) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the id of the Meeter.
- setId(int) - Method in class com.openmeet.shared.data.message.Message
-
Sets the id of the Message.
- setId(int) - Method in class com.openmeet.shared.data.rating.Rating
-
Sets the id of the Rating.
- setId(int) - Method in class com.openmeet.shared.data.report.Report
-
Sets the id of the Report.
- setInterestId(int) - Method in class com.openmeet.shared.data.meeter_interest.Meeter_Interest
-
Sets the Meeter_Interest interestId.
- setIsArchived(boolean) - Method in class com.openmeet.shared.data.report.Report
-
Sets the isArchived of the Report.
- setMeeterId(int) - Method in class com.openmeet.shared.data.ban.Ban
-
Sets the id of the meeter banned.
- setMeeterId(int) - Method in class com.openmeet.shared.data.image.Image
-
Sets the meeterId of the Image.
- setMeeterId(int) - Method in class com.openmeet.shared.data.meeter_interest.Meeter_Interest
-
Sets the Meeter_Interest meeterId.
- setMeeterName(String) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the name of the Meeter.
- setMeeterRated(int) - Method in class com.openmeet.shared.data.rating.Rating
-
Sets the id of the meeter who is rated.
- setMeeterRater(int) - Method in class com.openmeet.shared.data.rating.Rating
-
Sets the id of the meeter who created the Rating.
- setMeeterReceiver(int) - Method in class com.openmeet.shared.data.message.Message
-
Sets the meeter id of the receiver of the Message.
- setMeeterReported(int) - Method in class com.openmeet.shared.data.report.Report
-
Sets the id of the meeter who got reported.
- setMeeterReporter(int) - Method in class com.openmeet.shared.data.report.Report
-
Sets the id of the meeter who created the Report.
- setMeeterSender(int) - Method in class com.openmeet.shared.data.message.Message
-
Sets the meeter id of the sender of the Message.
- setMeeterSurname(String) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the surname of the Meeter.
- setModeratorId(int) - Method in class com.openmeet.shared.data.ban.Ban
-
Sets the id of moderator who created the Ban.
- setPath(String) - Method in class com.openmeet.shared.data.image.Image
-
Sets the path of the Image.
- setPublicKey(String) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the public key of the Meeter.
- setPwd(String, boolean) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the password of the Meeter using SHA1 encryption .
- setReadTime(Timestamp) - Method in class com.openmeet.shared.data.message.Message
-
Sets the readTime of the Message.
- setReason(String) - Method in class com.openmeet.shared.data.report.Report
-
Sets the reason of the Report.
- setSearchingGender(String) - Method in class com.openmeet.shared.data.meeter.Meeter
-
Sets the searching gender of the Meeter.
- setSentTime(Timestamp) - Method in class com.openmeet.shared.data.message.Message
-
Sets the sentTime of the Message.
- setStartTime(Timestamp) - Method in class com.openmeet.shared.data.ban.Ban
-
Sets the start time of the Ban.
- setText(String) - Method in class com.openmeet.shared.data.message.Message
-
Sets the text of the Message.
- setType(boolean) - Method in class com.openmeet.shared.data.rating.Rating
-
Sets the type of the Rating.
- sha1(String) - Static method in class com.openmeet.shared.utils.PasswordEncrypter
-
SHA1 Algorithm implementation.
- source - Variable in class com.openmeet.shared.data.storage.SQLDAO
- SQLDAO - Class in com.openmeet.shared.data.storage
-
Class used for sharing the same instance of DataSource among the DAOs.
- SQLDAO(DataSource) - Constructor for class com.openmeet.shared.data.storage.SQLDAO
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form