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 

G

gapBetweenBars - 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".
generateRequests(int, LatLng) - Method in class com.cmput301f16t11.a2b.DriverLocationActivity
This method generate all the open rider requests withing a specified area.
getAcceptedByDrivers(User, Context) - Static method in class com.cmput301f16t11.a2b.RequestController
Get all UserRequests accepted by at least one driver
GetAcceptedByMe() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetAcceptedByMe
 
getAcceptedByUser(User, Context) - Static method in class com.cmput301f16t11.a2b.RequestController
Gets the request that the user has currently accepted excluding completed NOT WORKING
getAcceptedCommands() - Static method in class com.cmput301f16t11.a2b.CommandStack
Get accepted commands array list.
getAcceptedDriverIDs() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets accepted driver i ds.
GetAcceptedDriverRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetAcceptedDriverRequests
 
getAcceptedDrivers(UserRequest) - Static method in class com.cmput301f16t11.a2b.RequestController
get all the accepted driver for specfic request
GetAcceptedRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetAcceptedRequests
 
getAcceptedStatus() - Method in class com.cmput301f16t11.a2b.UserRequest
Get accepted status boolean.
getAcceptedUsersForRequest() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.getAcceptedUsersForRequest
 
GetActiveDriverRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetActiveDriverRequests
Deprecated.
 
getActiveRequestsAsDriver() - Method in class com.cmput301f16t11.a2b.User
 
getActiveRequestsAsRider() - Method in class com.cmput301f16t11.a2b.User
returns all active requests created by the user as a rider
GetActiveRiderRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetActiveRiderRequests
 
getAddCommands() - Static method in class com.cmput301f16t11.a2b.CommandStack
Get add commands array list.
getAddress() - Method in class com.cmput301f16t11.a2b.Location
gets the address string
GetAwaitingPaymentDriverRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetAwaitingPaymentDriverRequests
 
getAwaitingPaymentRequests(User, Mode) - Static method in class com.cmput301f16t11.a2b.RequestController
Get a users requests that have been completed but not yet paid for
GetAwaitingPaymentRiderRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetAwaitingPaymentRiderRequests
 
getBounds() - Method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.mapbox.MapBoxOfflineTileProvider
The geographic bounds available from this provider.
getCar() - Method in class com.cmput301f16t11.a2b.User
Gets current user's car
getCenter(LatLngBounds) - Static method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.util.LatLngBoundsUtils
Calculates the center coordinate of a LatLngBounds.
getCentroid(Polygon) - Static method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.util.PolygonUtils
 
GetClosedRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetClosedRequests
Deprecated.
 
getColor() - Method in class com.cmput301f16t11.a2b.Vehicle
Gets color.
getCompletedRequests(User, Mode, Context) - Static method in class com.cmput301f16t11.a2b.RequestController
Gets the completed requests by a driver (drive mode) gets the completed request a rider created (ride mode)
getConfirmedByRiders(User, Mode) - Static method in class com.cmput301f16t11.a2b.RequestController
get requests accepted by the current user as a driver, that are also accepted by the user who originally made the request OR if the curr user is a rider, check the requests they have confirmed Excludes completed requests
getConfirmedDriverID() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets confirmed driver id.
getDateString() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets date string.
getDeletedRequest() - Static method in class com.cmput301f16t11.a2b.RequestController
Gets the request that has been delete
getDescription() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets description.
getDisplayedRequests() - Static method in class com.cmput301f16t11.a2b.RequestController
Gets the static variable displayedrequests
getDistance() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets distance.
getEditProfile() - Static method in class com.cmput301f16t11.a2b.CommandStack
Method to tell command stack if the profile needs to be edited
getEmail() - Method in class com.cmput301f16t11.a2b.User
gets email of user
getEmail() - Static method in class com.cmput301f16t11.a2b.UserController
Gets email for curr user session
getEndLocation() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets end location.
getEndLocationName() - Method in class com.cmput301f16t11.a2b.UserRequest
Get end location name string.
getFare() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets fare.
getFormattedPhoneNumber() - Method in class com.cmput301f16t11.a2b.User
gets a string version of the phone numeber - (xxx)123-4567
getId() - Method in class com.cmput301f16t11.a2b.User
get user id
getId() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets id.
GetInPrgressRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetInPrgressRequests
 
GetInPrgressRiderRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetInPrgressRiderRequests
 
getLat() - Method in class com.cmput301f16t11.a2b.Location
gets the latitude
getLat() - Method in class com.cmput301f16t11.a2b.Point
get the current lat value of the point
getLocationString(LatLng) - Method in class com.cmput301f16t11.a2b.RequestDetailActivity
Gets an address from a LatLng obj using geocoder
getLon() - Method in class com.cmput301f16t11.a2b.Location
gets the longitude
getLon() - Method in class com.cmput301f16t11.a2b.Point
get the current lon value of the point
getMake() - Method in class com.cmput301f16t11.a2b.Vehicle
 
getMapIdentifier() - Method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.mapbox.MapBoxOnlineTileProvider
The MapBox map identifier being used by this provider.
getMaximumZoom() - Method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.mapbox.MapBoxOfflineTileProvider
The maximum zoom level supported by this provider.
getMinimumZoom() - Method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.mapbox.MapBoxOfflineTileProvider
The minimum zoom level supported by this provider.
getModel() - Method in class com.cmput301f16t11.a2b.Vehicle
Gets model.
getName() - Method in class com.cmput301f16t11.a2b.User
gets user name of user
getName() - Static method in class com.cmput301f16t11.a2b.UserController
Gets username for curr user session
GetNearbyRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetNearbyRequests
 
getNearbyRequests() - Static method in class com.cmput301f16t11.a2b.RequestController
gets the static variable nearbyRequests
GetNearbyRequestsGeoFilter() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetNearbyRequestsGeoFilter
 
getNearbyRequestsGeoFilter(Double, Double, Double) - Static method in class com.cmput301f16t11.a2b.RequestController
Get all open requests within distatnce of lat, lon
getNumRatings() - Method in class com.cmput301f16t11.a2b.User
Method to get the number of times a user has been rated
getOfflineAcceptances() - Static method in class com.cmput301f16t11.a2b.RequestController
 
getOfflineRequests() - Static method in class com.cmput301f16t11.a2b.RequestController
 
GetOpenRequestById() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetOpenRequestById
 
getOpenRequestById(String) - Static method in class com.cmput301f16t11.a2b.RequestController
Gets an openrequest by requestID
getOwnActiveRequests(User, Context) - Static method in class com.cmput301f16t11.a2b.RequestController
Get the user's active requests created by them (rider mode only)
GetPastDriverRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetPastDriverRequests
 
GetPastRiderRequests() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetPastRiderRequests
 
getPhoneNumber() - Method in class com.cmput301f16t11.a2b.User
gets curr phone number of user
getPhoneNumber() - Static method in class com.cmput301f16t11.a2b.UserController
Gets phone number for curr user session
getPricePerKM(UserRequest) - Static method in class com.cmput301f16t11.a2b.RequestController
Gets the price per kilometer involved in a request
getRating() - Method in class com.cmput301f16t11.a2b.User
Method to get the user's current rating
GetRequestsByDescriptionKeyword() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetRequestsByDescriptionKeyword
 
GetRequestsByEndLocationKeyword() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetRequestsByEndLocationKeyword
 
GetRequestsByStartLocationKeyword() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetRequestsByStartLocationKeyword
 
GetRequestsByUserNameKeyword() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchRequestController.GetRequestsByUserNameKeyword
Deprecated.
 
getRequestStatus(UserRequest) - Static method in class com.cmput301f16t11.a2b.RequestController
 
getRequestStatus() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets request status.
getRiderID() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets rider id.
getRiderUsername() - Method in class com.cmput301f16t11.a2b.UserRequest
Get rider username string.
getStartLocation() - Method in class com.cmput301f16t11.a2b.UserRequest
Gets start location.
getStartLocationName() - Method in class com.cmput301f16t11.a2b.UserRequest
Get start location name string.
getTile(int, int, int) - Method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.mapbox.MapBoxOfflineTileProvider
 
getTile(int, int, int) - Method in class com.cmput301f16t11.a2b.CustomMapTileProvider
 
getTileUrl(int, int, int) - Method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.mapbox.MapBoxOnlineTileProvider
 
getTileUrl(int, int, int) - Method in class com.cmput301f16t11.a2b.cocoahero.android.gmaps.addons.master.osm.OpenStreetMapTileProvider
 
getTotalRating() - Method in class com.cmput301f16t11.a2b.User
Method to get the summation of ratings user has received
getUser() - Static method in class com.cmput301f16t11.a2b.UserController
gets the user for the current session
getUserFromId(String) - Static method in class com.cmput301f16t11.a2b.UserController
Calls the elastic search to get the user object
getUserFromName(String) - Static method in class com.cmput301f16t11.a2b.UserController
Gets user object from user name by querying elasticsearch server
getUsersFromId() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchUserController.getUsersFromId
 
getUsersFromIds() - Constructor for class com.cmput301f16t11.a2b.ElasticsearchUserController.getUsersFromIds
 
getUsersFromIds(ArrayList<String>) - Static method in class com.cmput301f16t11.a2b.UserController
 
getView(int, View, ViewGroup) - Method in class com.cmput301f16t11.a2b.ShadedListAdapter
 
getView(int, View, ViewGroup) - Method in class com.cmput301f16t11.a2b.WillingDriverAdapter
 
getYear() - Method in class com.cmput301f16t11.a2b.Vehicle
Gets year.
go_online - Static variable in class com.cmput301f16t11.a2b.R.string
 
goIcon - 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".
google_maps_key - Static variable in class com.cmput301f16t11.a2b.R.string
 
google_play_services_version - Static variable in class com.cmput301f16t11.a2b.R.integer
 
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