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

D

DatabaseConnector - Interface in com.fsc.cicerone.app_connector
The database connector's interface.
DATE_FORMAT - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
 
DATE_FORMAT - Static variable in class com.fsc.cicerone.view.itinerary.ItineraryModifier
 
DELETE_ITINERARY - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the itinerary table.
DELETE_ITINERARY_REVIEW - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the itinerary_review table
DELETE_REGISTERED_USER - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector to delete a registered user.
DELETE_RESERVATION - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector to remove a reservation.
DELETE_USER_REVIEW - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the user_review table.
DELETE_WISHLIST - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the wishlist table.
deleteAccount(Activity, User, Consumer<Boolean>) - Static method in class com.fsc.cicerone.manager.AccountManager
Delete registered user.
deleteAccount() - Method in class com.fsc.cicerone.view.user.registered_user.ProfileFragment
A function that manages the deletion of the account of the logged User.
deleteCurrentAccount(Activity) - Static method in class com.fsc.cicerone.manager.AccountManager
Delete the current logged account from the system.
deleteFromWishlist() - Method in class com.fsc.cicerone.view.user.ItineraryDetails
A function that deletes the current Itinerary from the logged User wishlist.
deleteItinerary(Activity, Itinerary, Consumer<Boolean>) - Static method in class com.fsc.cicerone.manager.ItineraryManager
Delete an itinerary from the server.
deleteItineraryFromServer() - Method in class com.fsc.cicerone.view.user.registered_user.cicerone.ItineraryManagement
A function that deletes the current Itinerary from the Server.
deleteReservation(Reservation) - Static method in class com.fsc.cicerone.manager.ReservationManager
Remove a reservation's request.
deleteReviewItinerary(Activity, ItineraryReview, Consumer<Boolean>) - Static method in class com.fsc.cicerone.manager.ReviewManager
Delete itinerary's review.
deleteReviewUser(Activity, UserReview, Consumer<Boolean>) - Static method in class com.fsc.cicerone.manager.ReviewManager
Delete user's review.
description(String) - Method in class com.fsc.cicerone.model.Itinerary.Builder
Set the itinerary's description.
description - Variable in class com.fsc.cicerone.view.itinerary.ItineraryModifier
 
DESCRIPTION_KEY - Static variable in class com.fsc.cicerone.model.Itinerary.Columns
 
DESCRIPTION_KEY - Static variable in class com.fsc.cicerone.model.Review.Columns
 
DiscoverFragment - Class in com.fsc.cicerone.view.user
A class that represents the tab "discover" in the main page for a user.
DiscoverFragment() - Constructor for class com.fsc.cicerone.view.user.DiscoverFragment
An empty constructor the class.
Document - Class in com.fsc.cicerone.model
A document as represented in Cicerone.
Document() - Constructor for class com.fsc.cicerone.model.Document
Default empty constructor.
Document(JSONObject) - Constructor for class com.fsc.cicerone.model.Document
Document's constructor.
Document(String) - Constructor for class com.fsc.cicerone.model.Document
Document's constructor.
Document(String, String, Date) - Constructor for class com.fsc.cicerone.model.Document
Create a new document by specifying its values.
Document(String, String, String) - Constructor for class com.fsc.cicerone.model.Document
Create a new document by specifying its values.
Document.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.
DOCUMENT_KEY - Static variable in class com.fsc.cicerone.model.User.Columns
 
DOCUMENT_NUMBER_KEY - Static variable in class com.fsc.cicerone.model.Document.Columns
 
DOCUMENT_TYPE_KEY - Static variable in class com.fsc.cicerone.model.Document.Columns
 
DocumentTest - Class in com.fsc.cicerone.model
 
DocumentTest() - Constructor for class com.fsc.cicerone.model.DocumentTest
 
doInBackground(Void...) - Method in class com.fsc.cicerone.app_connector.AsyncDatabaseConnector
The function that sends and fetches the results.
doInBackground(Void...) - Method in class com.fsc.cicerone.app_connector.GetDataConnector
The function fetches the results.
doInBackground(Void...) - Method in class com.fsc.cicerone.app_connector.SendInPostConnector
This function send the data to the server-side script and fetches its response.
DOWNLOAD_USER_DATA - Static variable in class com.fsc.cicerone.app_connector.ConnectorConstants
URL of the server-side connector for the download of the user's data.
duration(String) - Method in class com.fsc.cicerone.model.Itinerary.Builder
Set the itinerary's duration.
DURATION_KEY - Static variable in class com.fsc.cicerone.model.Itinerary.Columns
 
durationHours - Variable in class com.fsc.cicerone.view.itinerary.ItineraryModifier
 
durationMinutes - Variable in class com.fsc.cicerone.view.itinerary.ItineraryModifier
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links