Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Y Z 

E

edit_car_color - Static variable in class com.cmput301f16t11.a2b.R.string
 
edit_car_make - Static variable in class com.cmput301f16t11.a2b.R.string
 
edit_car_model - Static variable in class com.cmput301f16t11.a2b.R.string
 
edit_car_year - Static variable in class com.cmput301f16t11.a2b.R.string
 
edit_color - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_color_field - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_make - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_make_field - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_model - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_model_field - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_profile - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_profile - Static variable in class com.cmput301f16t11.a2b.R.string
 
edit_query - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_year - Static variable in class com.cmput301f16t11.a2b.R.id
 
edit_year_field - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile(View) - Method in class com.cmput301f16t11.a2b.EditProfileActivity
Method which allows the user to edit their profile
editProfile_buttonRow - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_colorRow - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_emailRow - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_emailTitle - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_icon - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_localeRow - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_localeTitle - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_makeRow - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_modelRow - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_phoneRow - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_phoneTitle - Static variable in class com.cmput301f16t11.a2b.R.id
 
editProfile_yearRow - Static variable in class com.cmput301f16t11.a2b.R.id
 
EditProfileActivity - Class in com.cmput301f16t11.a2b
This activity is used to change the User's profile fields (email, phone no.)
EditProfileActivity() - Constructor for class com.cmput301f16t11.a2b.EditProfileActivity
 
editTextBackground - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
editTextColor - Static variable in class com.cmput301f16t11.a2b.R.attr
May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
editTextStyle - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
ElasticsearchRequestController - Class in com.cmput301f16t11.a2b
Controller for all queries and updates to the elasticsearch server regarded UserRequest objects.
ElasticsearchRequestController() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController
 
ElasticsearchRequestController.AddBatchOpenRequestTask - Class in com.cmput301f16t11.a2b
Adds an open request to elastic search server
ElasticsearchRequestController.AddDriverAcceptanceToRequest - Class in com.cmput301f16t11.a2b
Add a driver acceptance to a request info[0] is the request ID info[1] is the driver ID
ElasticsearchRequestController.AddDriverAcceptanceToRequestOffline - Class in com.cmput301f16t11.a2b
 
ElasticsearchRequestController.AddOpenRequestTask - Class in com.cmput301f16t11.a2b
Adds an open request to elastic search server
ElasticsearchRequestController.DeleteRiderRequests - Class in com.cmput301f16t11.a2b
Delete a rider request
ElasticsearchRequestController.GetAcceptedByMe - Class in com.cmput301f16t11.a2b
Fetch requests that have been accepted by the current user (in Driver mode)
ElasticsearchRequestController.GetAcceptedDriverRequests - Class in com.cmput301f16t11.a2b
Get a driver's inProgress Requests
ElasticsearchRequestController.GetAcceptedRequests - Class in com.cmput301f16t11.a2b
Get a rider's requests that have been accepted by a driver
ElasticsearchRequestController.getAcceptedUsersForRequest - Class in com.cmput301f16t11.a2b
Get users who have accepted the request
ElasticsearchRequestController.GetActiveDriverRequests - Class in com.cmput301f16t11.a2b
Deprecated.
b/c if the driver has been set for a request then it should be inProgress or closed
ElasticsearchRequestController.GetActiveRiderRequests - Class in com.cmput301f16t11.a2b
Get the currently open Requests for a rider
ElasticsearchRequestController.GetAwaitingPaymentDriverRequests - Class in com.cmput301f16t11.a2b
Get the requests for a driver that are closed but payment has not been recived
ElasticsearchRequestController.GetAwaitingPaymentRiderRequests - Class in com.cmput301f16t11.a2b
Get the requests for a rider that are closed but payment has not been recived
ElasticsearchRequestController.GetClosedRequests - Class in com.cmput301f16t11.a2b
Deprecated.
ElasticsearchRequestController.GetInPrgressRequests - Class in com.cmput301f16t11.a2b
Gets in progress requests
ElasticsearchRequestController.GetInPrgressRiderRequests - Class in com.cmput301f16t11.a2b
Get the inProgress requests for a rider
ElasticsearchRequestController.GetNearbyRequests - Class in com.cmput301f16t11.a2b
Gets requests nearby the specified location
ElasticsearchRequestController.GetNearbyRequestsGeoFilter - Class in com.cmput301f16t11.a2b
Gets nearby requests using geo distance filter
ElasticsearchRequestController.GetOpenRequestById - Class in com.cmput301f16t11.a2b
GetRequest fetches the request with the given Id from the server
ElasticsearchRequestController.GetPastDriverRequests - Class in com.cmput301f16t11.a2b
Get the closed requests for a driver
ElasticsearchRequestController.GetPastRiderRequests - Class in com.cmput301f16t11.a2b
Get the 100 latest closed requests for a rider
ElasticsearchRequestController.GetRequestsByDescriptionKeyword - Class in com.cmput301f16t11.a2b
Fetch requests whose descriptions match a given keyword
ElasticsearchRequestController.GetRequestsByEndLocationKeyword - Class in com.cmput301f16t11.a2b
Fetch requests whose end Locations match a given keyword
ElasticsearchRequestController.GetRequestsByStartLocationKeyword - Class in com.cmput301f16t11.a2b
Fetch requests whose start Locations match a given keyword
ElasticsearchRequestController.GetRequestsByUserNameKeyword - Class in com.cmput301f16t11.a2b
Deprecated.
ElasticsearchRequestController.MarkAsPaid - Class in com.cmput301f16t11.a2b
Deprecated.
ElasticsearchRequestController.MoveToClosedRequest - Class in com.cmput301f16t11.a2b
Move a request from inProgress to closed
ElasticsearchRequestController.MoveToInProgresseRequest - Class in com.cmput301f16t11.a2b
Move a request from open to inProgress
ElasticsearchRequestController.SetConfirmedDriver - Class in com.cmput301f16t11.a2b
Sets a confirmed driver to a UserRequest
ElasticsearchRequestController.UpdateClosedRequestObject - Class in com.cmput301f16t11.a2b
 
ElasticsearchUserController - Class in com.cmput301f16t11.a2b
Elasticsearch controller to deal with user stuff on the elasticsearch server BUILDER PATTERN USED Jests Builder classes are used to build commands executed by the client
ElasticsearchUserController() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchUserController
 
ElasticsearchUserController.AddToDriverRating - Class in com.cmput301f16t11.a2b
 
ElasticsearchUserController.AddUserTask - Class in com.cmput301f16t11.a2b
AsyncTask used to add the user to the elasticsearch server Input: User object Output: Boolean representing elasticsearch result
ElasticsearchUserController.CheckUserTask - Class in com.cmput301f16t11.a2b
AsyncTask used to determine whether or not the entered username is already taken.
ElasticsearchUserController.DeleteUserTask - Class in com.cmput301f16t11.a2b
Removes a user from the DB
ElasticsearchUserController.getUsersFromId - Class in com.cmput301f16t11.a2b
 
ElasticsearchUserController.getUsersFromIds - Class in com.cmput301f16t11.a2b
 
ElasticsearchUserController.RetrieveUserInfoFromId - Class in com.cmput301f16t11.a2b
Given a user id, generate the user object
ElasticsearchUserController.UpdateUserInfoOfflineTask - Class in com.cmput301f16t11.a2b
AsyncTask used to overwrite an existing user in the database Input: User object Output: Boolean representing elasticsearch result
ElasticsearchUserController.UpdateUserInfoTask - Class in com.cmput301f16t11.a2b
AsyncTask used to overwrite an existing user in the database Input: User object Output: Boolean representing elasticsearch result
elevation - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
email - Static variable in class com.cmput301f16t11.a2b.R.id
 
email_login_form - Static variable in class com.cmput301f16t11.a2b.R.id
 
emailText - Static variable in class com.cmput301f16t11.a2b.R.id
 
empty_wallet - Static variable in class com.cmput301f16t11.a2b.R.string
 
EmptyMapActivity - Class in com.cmput301f16t11.a2b
A view for a map activity to show locations when clicked.
EmptyMapActivity() - Constructor for class com.cmput301f16t11.a2b.EmptyMapActivity
 
emptyStars(int) - Method in class com.cmput301f16t11.a2b.RideCompleteDialog
Method to empty stars above selected star.
end - Static variable in class com.cmput301f16t11.a2b.R.id
 
end_location - Static variable in class com.cmput301f16t11.a2b.R.string
 
end_padder - Static variable in class com.cmput301f16t11.a2b.R.id
 
endNotification(String) - Static method in class com.cmput301f16t11.a2b.RiderNotificationService
Removes a request from the request that are being montiored
endSelect - Static variable in class com.cmput301f16t11.a2b.R.id
 
enter_fare - Static variable in class com.cmput301f16t11.a2b.R.string
 
enterAlways - Static variable in class com.cmput301f16t11.a2b.R.id
 
enterAlwaysCollapsed - Static variable in class com.cmput301f16t11.a2b.R.id
 
equals(Object) - Method in class com.cmput301f16t11.a2b.User
 
equals(Object) - Method in class com.cmput301f16t11.a2b.UserRequest
 
error - Variable in class com.cmput301f16t11.a2b.SignUpActivity
 
errorEnabled - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a boolean value, either "true" or "false".
errorTextAppearance - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
ExampleInstrumentedTest - Class in com.cmput301f16t11.a2b
Instrumentation test, which will execute on an Android device.
ExampleInstrumentedTest() - Constructor for class com.cmput301f16t11.a2b.ExampleInstrumentedTest
 
exitUntilCollapsed - Static variable in class com.cmput301f16t11.a2b.R.id
 
expand_activities_button - Static variable in class com.cmput301f16t11.a2b.R.id
 
expandActivityOverflowButtonDrawable - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
expanded - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a boolean value, either "true" or "false".
expanded_menu - Static variable in class com.cmput301f16t11.a2b.R.id
 
expandedTitleGravity - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be one or more (separated by '|') of the following constant values.
expandedTitleMargin - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
expandedTitleMarginBottom - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
expandedTitleMarginEnd - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
expandedTitleMarginStart - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
expandedTitleMarginTop - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
expandedTitleTextAppearance - Static variable in class com.cmput301f16t11.a2b.R.attr
Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
ExtraRequirementsUnitTest - Class in com.cmput301f16t11.a2b
 
ExtraRequirementsUnitTest() - Constructor for class com.cmput301f16t11.a2b.ExtraRequirementsUnitTest
 
A B C D E F G H I K L M N O P Q R S T U V W Y Z 
Skip navigation links