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

R

REDUCED_PRICE_KEY - Static variable in class com.fsc.cicerone.model.Itinerary.Columns
 
reducedPrice(float) - Method in class com.fsc.cicerone.model.Itinerary.Builder
Set the itinerary's reduced price.
reducedPrice - Variable in class com.fsc.cicerone.view.itinerary.ItineraryModifier
 
refresh() - Method in class com.fsc.cicerone.view.itinerary.ItineraryActivity
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.itinerary.ItineraryActivity
 
refresh() - Method in interface com.fsc.cicerone.view.system.Refreshable
 
refresh(SwipeRefreshLayout) - Method in interface com.fsc.cicerone.view.system.Refreshable
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.DiscoverFragment
 
refresh() - Method in class com.fsc.cicerone.view.user.HomeFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.HomeFragment
 
refresh() - Method in class com.fsc.cicerone.view.user.registered_user.AccountDetailsFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.registered_user.AccountDetailsFragment
 
refresh() - Method in class com.fsc.cicerone.view.user.registered_user.ItineraryFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.registered_user.ItineraryFragment
 
refresh() - Method in class com.fsc.cicerone.view.user.registered_user.ProfileFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.registered_user.ProfileFragment
 
refresh() - Method in class com.fsc.cicerone.view.user.registered_user.ReportFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.registered_user.ReportFragment
 
refresh() - Method in class com.fsc.cicerone.view.user.registered_user.ReservationFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.registered_user.ReservationFragment
 
refresh() - Method in class com.fsc.cicerone.view.user.registered_user.ReviewFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.registered_user.ReviewFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.registered_user.WishlistFragment
 
refresh() - Method in class com.fsc.cicerone.view.user.UsersListFragment
 
refresh(SwipeRefreshLayout) - Method in class com.fsc.cicerone.view.user.UsersListFragment
 
Refreshable - Interface in com.fsc.cicerone.view.system
An interface that allows the use of the SwipeRefreshLayout in the System.
refuseReservation(Reservation, Activity) - Static method in class com.fsc.cicerone.manager.ReservationManager
Remove a reservation's request.
REGISTERED_USER - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the registered_user table.
RegistrationActivity - Class in com.fsc.cicerone.view.user
A class that represents the user interface for a user's registration.
RegistrationActivity() - Constructor for class com.fsc.cicerone.view.user.RegistrationActivity
 
removeFromWishlist(Activity, Itinerary, BooleanConnector.OnEndConnectionListener) - Static method in class com.fsc.cicerone.manager.WishlistManager
Remove an itinerary from a user's wishlist on the server.
removeLanguage(Language) - Method in class com.fsc.cicerone.model.Itinerary
Remove a language from the itinerary's languages' list if it exists, otherwise do nothing.
removeLanguage(Language) - Method in class com.fsc.cicerone.model.User
Remove a language from the user's languages' list if it exists, otherwise do nothing.
removeLanguage() - Method in class com.fsc.cicerone.model.UserTest
 
removeReport(Activity, Report, Consumer<Boolean>) - Static method in class com.fsc.cicerone.manager.ReportManager
Change the status of the report to "Canceled".
removeReservation(Itinerary) - Static method in class com.fsc.cicerone.manager.ReservationManager
Remove a reservation from an itinerary.
removeReservation(View) - Method in class com.fsc.cicerone.view.user.ItineraryDetails
A function that allows the logged User to remove his Reservation for the current Itinerary.
repetitions(int) - Method in class com.fsc.cicerone.model.Itinerary.Builder
Set the itinerary's repetitions per day.
repetitions - Variable in class com.fsc.cicerone.view.itinerary.ItineraryModifier
 
REPETITIONS_PER_DAY_KEY - Static variable in class com.fsc.cicerone.model.Itinerary.Columns
 
Report - Class in com.fsc.cicerone.model
A report has represented in Cicerone.
Report(String) - Constructor for class com.fsc.cicerone.model.Report
Report's constructor.
Report(JSONObject) - Constructor for class com.fsc.cicerone.model.Report
Report's constructor.
Report.Columns - Class in com.fsc.cicerone.model
A utility class that contains various strings to be used as keys to communicate with the remote server.
REPORT_CODE_KEY - Static variable in class com.fsc.cicerone.model.Report.Columns
 
ReportAdapter - Class in com.fsc.cicerone.adapter
An adapter that holds a list of reports.
ReportAdapter(Activity, List<Report>, Fragment) - Constructor for class com.fsc.cicerone.adapter.ReportAdapter
Constructor.
ReportDetailsActivity - Class in com.fsc.cicerone.view.report
A class that represents the user interface that shows the details of a report.
ReportDetailsActivity() - Constructor for class com.fsc.cicerone.view.report.ReportDetailsActivity
 
REPORTED_USER_KEY - Static variable in class com.fsc.cicerone.model.Report.Columns
 
ReportFragment - Class in com.fsc.cicerone.view.user.registered_user
Class that contains the elements of the tab "reports" on the account details page.
ReportFragment() - Constructor for class com.fsc.cicerone.view.user.registered_user.ReportFragment
Empty Constructor
ReportFragment(SwipeRefreshLayout) - Constructor for class com.fsc.cicerone.view.user.registered_user.ReportFragment
A Constructor that takes a SwipeRefreshLayout as a parameter.
ReportManager - Class in com.fsc.cicerone.manager
A class that provides useful functions for the management of the reports.
ReportStatus - Enum in com.fsc.cicerone.model
Enum class that specifies the states that a Report can take.
ReportStatusTest - Class in com.fsc.cicerone.model
 
ReportStatusTest() - Constructor for class com.fsc.cicerone.model.ReportStatusTest
 
ReportTest - Class in com.fsc.cicerone.model
 
ReportTest() - Constructor for class com.fsc.cicerone.model.ReportTest
 
ReportViewHolder - Class in com.fsc.cicerone.adapter.view_holder
A view holder that shows a report.
ReportViewHolder(View, Context) - Constructor for class com.fsc.cicerone.adapter.view_holder.ReportViewHolder
The view holder's constructor.
REQUEST_ACTIVE_ITINERARY - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the itinerary table.
REQUEST_FOR_REVIEW - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the report JOIN report_details query.
REQUEST_ITINERARY - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the itinerary table.
REQUEST_ITINERARY_REVIEW - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the user_review table.
REQUEST_LANGUAGES - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the languages table.
REQUEST_REPORT - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the report JOIN report_details query.
REQUEST_RESERVATION - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the itinerary_review table.
REQUEST_RESERVATION_JOIN_ITINERARY - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the reservations and itineraries details table.
REQUEST_UPDATE_WISHLIST - Static variable in class com.fsc.cicerone.view.user.registered_user.WishlistFragment
 
REQUEST_USER_REVIEW - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the user_review table.
REQUEST_WISHLIST - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the wishlist table.
REQUESTED_DATE_KEY - Static variable in class com.fsc.cicerone.model.Reservation.Columns
 
requestedDate(Date) - Method in class com.fsc.cicerone.model.Reservation.Builder
Set the requested date.
requestItinerary(Activity, Map<String, Object>, AsyncDatabaseConnector.OnStartConnectionListener, AsyncDatabaseConnector.OnEndConnectionListener<Itinerary>) - Static method in class com.fsc.cicerone.manager.ItineraryManager
Request itinerary.
requestItineraryReviews(Activity, Itinerary, AsyncDatabaseConnector.OnEndConnectionListener<UserReview>) - Static method in class com.fsc.cicerone.manager.ReviewManager
Get all the reviews written to a itinerary.
requestReport(Activity, User, AsyncDatabaseConnector.OnStartConnectionListener, AsyncDatabaseConnector.OnEndConnectionListener<Report>) - Static method in class com.fsc.cicerone.manager.ReportManager
Get list of the report.
requestUserReviews(Activity, User, AsyncDatabaseConnector.OnStartConnectionListener, AsyncDatabaseConnector.OnEndConnectionListener<UserReview>) - Static method in class com.fsc.cicerone.manager.ReviewManager
Get all the reviews written to a user.
Reservation - Class in com.fsc.cicerone.model
A reservation as represented in Cicerone.
Reservation(User, Itinerary) - Constructor for class com.fsc.cicerone.model.Reservation
Reservation's constructor.
Reservation(JSONObject) - Constructor for class com.fsc.cicerone.model.Reservation
Construct a Reservation from a JSON Object.
Reservation(String) - Constructor for class com.fsc.cicerone.model.Reservation
Construct a Reservation from a JSON string.
Reservation.Builder - Class in com.fsc.cicerone.model
A factory for a reservation's object.
Reservation.Columns - Class in com.fsc.cicerone.model
A utility class that contains various strings to be used as keys to communicate with the remote server.
ReservationAdapter - Class in com.fsc.cicerone.adapter
An adapter that holds a list of reservations.
ReservationAdapter(Context, List<Reservation>, Fragment) - Constructor for class com.fsc.cicerone.adapter.ReservationAdapter
Constructor.
ReservationAdapter(Context, List<Reservation>, Fragment, int) - Constructor for class com.fsc.cicerone.adapter.ReservationAdapter
Constructor.
reservationDate(Date) - Method in class com.fsc.cicerone.model.Itinerary.Builder
Set the itinerary's reservation date.
ReservationFragment - Class in com.fsc.cicerone.view.user.registered_user
Class that contains the elements of the tab "reservations" on the account details page.
ReservationFragment() - Constructor for class com.fsc.cicerone.view.user.registered_user.ReservationFragment
Empty constructor
ReservationFragment(SwipeRefreshLayout) - Constructor for class com.fsc.cicerone.view.user.registered_user.ReservationFragment
A Constructor that takes a SwipeRefreshLayout as a parameter.
ReservationManager - Class in com.fsc.cicerone.manager
A class that provides useful functions for the management of the reservations.
ReservationTest - Class in com.fsc.cicerone.model
 
ReservationTest() - Constructor for class com.fsc.cicerone.model.ReservationTest
 
ReservationViewHolder - Class in com.fsc.cicerone.adapter.view_holder
A view holder that shows a reservation.
ReservationViewHolder(View, Context, int) - Constructor for class com.fsc.cicerone.adapter.view_holder.ReservationViewHolder
The view holder's constructor.
RESULT_ITINERARY_DELETED - Static variable in class com.fsc.cicerone.view.user.registered_user.cicerone.ItineraryManagement
 
RESULT_ITINERARY_UPDATED - Static variable in class com.fsc.cicerone.view.user.registered_user.cicerone.ItineraryUpdate
 
RESULT_SHOULD_REPORT_BE_RELOADED - Static variable in class com.fsc.cicerone.view.user.registered_user.ReportFragment
 
Review - Class in com.fsc.cicerone.model
A review has represented in Cicerone.
Review() - Constructor for class com.fsc.cicerone.model.Review
The empty constructor.
Review(JSONObject) - Constructor for class com.fsc.cicerone.model.Review
Review's constructor.
Review(String) - Constructor for class com.fsc.cicerone.model.Review
Review's constructor.
Review(Review.Builder) - Constructor for class com.fsc.cicerone.model.Review
Review's constructor.
Review.Builder - Class in com.fsc.cicerone.model
A factory for a review's object.
Review.Columns - Class in com.fsc.cicerone.model
A utility class that contains various strings to be used as keys to communicate with the remote server.
ReviewAdapter - Class in com.fsc.cicerone.adapter
An adapter that holds a list of reviews.
ReviewAdapter(Context, List<? extends Review>) - Constructor for class com.fsc.cicerone.adapter.ReviewAdapter
Constructor.
REVIEWED_ITINERARY_KEY - Static variable in class com.fsc.cicerone.model.ItineraryReview.Columns
 
REVIEWED_USER_KEY - Static variable in class com.fsc.cicerone.model.UserReview.Columns
 
ReviewFragment - Class in com.fsc.cicerone.view.user.registered_user
Class that contains the elements of the tab "reviews" on the account details page.
ReviewFragment() - Constructor for class com.fsc.cicerone.view.user.registered_user.ReviewFragment
Empty Constructor
ReviewFragment(SwipeRefreshLayout) - Constructor for class com.fsc.cicerone.view.user.registered_user.ReviewFragment
A Constructor that takes a SwipeRefreshLayout as a parameter.
ReviewManager - Class in com.fsc.cicerone.manager
A class that provides useful functions for the management of the reviews.
ReviewViewHolder - Class in com.fsc.cicerone.adapter.view_holder
A view holder that shows a review.
ReviewViewHolder(View, Context) - Constructor for class com.fsc.cicerone.adapter.view_holder.ReviewViewHolder
The view holder's constructor.
run(BusinessEntity, boolean) - Method in interface com.fsc.cicerone.functional_interfaces.RunnableUsingBusinessEntity
The method that will be called by the interface's users.
RunnableUsingBusinessEntity - Interface in com.fsc.cicerone.functional_interfaces
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links