A B C D E F G H L N O P R S T U V W 
All Classes All Packages

G

getAllTrips() - Method in interface com.example.airplanned.api.TripApi
gets all trips
getCommenter() - Method in class com.example.airplanned.model.Comment
gets the user object associated with the comment
getComments() - Method in class com.example.airplanned.model.Post
gets all the comments under the post
getCount() - Method in class com.example.airplanned.adapter.FlightAdapter
returns the size of the flight list
getCount() - Method in class com.example.airplanned.adapter.PostAdapter
gets the size of the post list
getDescription() - Method in class com.example.airplanned.model.Post
gets the post description
getDuration() - Method in class com.example.airplanned.model.Trip
method get the trip's duration
getEmailid() - Method in class com.example.airplanned.model.User
gets the user's email id
getFlight() - Method in class com.example.airplanned.model.Trip
method gets the trip's flight
getFlight(String) - Method in interface com.example.airplanned.api.FlightApi
get specific flight
GetFLightApi() - Static method in class com.example.airplanned.api.ApiClientFactory
creates an api instance to use retrofit calls for flights
getFlightArrival() - Method in class com.example.airplanned.model.Flight
gets the flight arrival time
getFlightDeparture() - Method in class com.example.airplanned.model.Flight
gets the flights departure time
getFlightId() - Method in class com.example.airplanned.model.Flight
gets the flight's id
getFlightName() - Method in class com.example.airplanned.model.Flight
gets the name of the flight
getFlightPrice() - Method in class com.example.airplanned.model.Flight
gets the flight price
getFlights() - Method in interface com.example.airplanned.api.FlightApi
get all flights
getFlightTime() - Method in class com.example.airplanned.model.Flight
gets the time of the flight
getHotel() - Method in class com.example.airplanned.model.Trip
method gets the trip's hotel
getHotelApi() - Method in class com.example.airplanned.api.HotelCredentials
 
getId() - Method in class com.example.airplanned.model.User
gets the user's id
getItem(int) - Method in class com.example.airplanned.adapter.FlightAdapter
returns a flight object
getItem(int) - Method in class com.example.airplanned.adapter.PostAdapter
gets the specific post from index
getItemId(int) - Method in class com.example.airplanned.adapter.FlightAdapter
returns the list item index
getItemId(int) - Method in class com.example.airplanned.adapter.PostAdapter
this method returns the item id by index
getLikesCounter() - Method in class com.example.airplanned.model.Post
gets the number of likes on the post
getLocation() - Method in class com.example.airplanned.model.Hotel
 
getLocation() - Method in class com.example.airplanned.model.Trip
method gets the trip's location
getMessage() - Method in class com.example.airplanned.model.Comment
gets the message from the comment
getMessages(ArrayList<Comment>) - Method in class com.example.airplanned.model.Post
gets the messages from a list of comments under a post
getName() - Method in class com.example.airplanned.model.Hotel
 
getName() - Method in class com.example.airplanned.model.User
method gets the user's username
getPassword() - Method in class com.example.airplanned.model.User
gets the user's password
GetPostApi() - Static method in class com.example.airplanned.api.ApiClientFactory
creates an api instance to use retrofit calls for posts
getPostbyUser(String) - Method in interface com.example.airplanned.api.PostApi
gets the posts from a specific user
getPostDate() - Method in class com.example.airplanned.model.Post
gets the date of the post
getPostId() - Method in class com.example.airplanned.model.Post
gets the post id
getPostImage() - Method in class com.example.airplanned.model.Post
gets the image
getPosts() - Method in interface com.example.airplanned.api.PostApi
gets all posts
getPostTitle() - Method in class com.example.airplanned.model.Post
gets the title of the post
getPrice() - Method in class com.example.airplanned.model.Hotel
 
getPublisher() - Method in class com.example.airplanned.model.Post
gets the user who made the post
getSize() - Method in class com.example.airplanned.model.Hotel
 
GetTripApi() - Static method in class com.example.airplanned.api.ApiClientFactory
creates an api instance to use retrofit calls for trips
getUser(String) - Method in interface com.example.airplanned.api.UserApi
gets user by specified user id
GetUserApi() - Static method in class com.example.airplanned.api.ApiClientFactory
creates an api instance to use retrofit calls for users
getUserByEmail(String) - Method in interface com.example.airplanned.api.UserApi
gets user by email id
getUsers() - Method in interface com.example.airplanned.api.UserApi
gets all users registered in the app
getView(int, View, ViewGroup) - Method in class com.example.airplanned.adapter.FlightAdapter
sets the flight object information into a specific flight row layout that was created
getView(int, View, ViewGroup) - Method in class com.example.airplanned.adapter.HotelListAdapter
this View method is overrided from ArrayAdapter to get View for display the RecycleView
getView(int, View, ViewGroup) - Method in class com.example.airplanned.adapter.PostAdapter
this method returns the view and sets the view if the view is empty
A B C D E F G H L N O P R S T U V W 
All Classes All Packages