Index

A C D E F G I L M N O Q R S T U V W 
All Classes and Interfaces|All Packages

A

acceptInvitation(String) - Method in class com.example.rocket_launch.Event
 
addCode(String, OnSuccessListener<String>, OnFailureListener) - Method in class com.example.rocket_launch.QRCodesDB
adds a new QR code to QRCode database Author: kaiden
addCreatedEvent(Event, String, OnCompleteListener<Void>) - Method in class com.example.rocket_launch.EventsDB
add a created event to database Author: Kaiden
addCreatedEvent(String) - Method in class com.example.rocket_launch.User
 
addCreatedEvent(String, String) - Method in class com.example.rocket_launch.UsersDB
add event to user's created events
addition_isCorrect() - Method in class com.example.rocket_launch.ExampleUnitTest
 
addJoinedEvent(String) - Method in class com.example.rocket_launch.User
 
addNotification(Notification) - Method in class com.example.rocket_launch.User
 
addNotification(String, Notification) - Method in class com.example.rocket_launch.UsersDB
adds a notification to database
addNotifications(List<Notification>) - Method in class com.example.rocket_launch.Event
 
addNotificationToDatabase(String, String, String) - Static method in class com.example.rocket_launch.NotificationHelper
Updates the user's notification list in the database.
addRegisteredEvent(String, String) - Method in class com.example.rocket_launch.UsersDB
add event to user's registered events
addToEntrantLocationDataList(EntrantLocationData) - Method in class com.example.rocket_launch.Event
 
addToEntrantLocationDataList(String, EntrantLocationData) - Method in class com.example.rocket_launch.EventsDB
adds entrant location to list of location data for the event Author: Rachel
addToEntrantMarkers(Marker) - Method in class com.example.rocket_launch.MapOptionsViewModel
Add entrant Marker objects to the list
addToEntrantsInRangeList(Marker) - Method in class com.example.rocket_launch.MapOptionsViewModel
Add Markers of Entrants within Range into the list
addToEntrantsOutOfRangeList(Marker) - Method in class com.example.rocket_launch.MapOptionsViewModel
Add Markers of Entrants outside Range into the list
addToWaitingList(String) - Method in class com.example.rocket_launch.Event
 
addUser(String, User) - Method in class com.example.rocket_launch.UsersDB
add a g iven user to database
addUserToCancelledList(String, String) - Method in class com.example.rocket_launch.EventsDB
adds a user to a given event's cancelled list Author: Kaiden
addUserToRegisteredList(String, String) - Method in class com.example.rocket_launch.EventsDB
Remove user from registered list Author: Kaiden
addUserToWaitingList(String, String) - Method in class com.example.rocket_launch.EventsDB
Add user to waiting list and check max waiting list size Author: Kaiden
addWaitlistedEvent(String, String) - Method in class com.example.rocket_launch.UsersDB
add event to user waitlist
addWaitlistEvent(String) - Method in class com.example.rocket_launch.User
adds event to waitlist
AdminEventsAdapter - Class in com.example.rocket_launch.admin
Adapter for displaying a list of events in the admin panel.
AdminEventsAdapter(List<Event>) - Constructor for class com.example.rocket_launch.admin.AdminEventsAdapter
Initializes the adapter with a list of events.
AdminEventsAdapter.OnEventDeleteListener - Interface in com.example.rocket_launch.admin
Interface for handling long-press deletion of events.
AdminEventsAdapter.ViewHolder - Class in com.example.rocket_launch.admin
ViewHolder for an event item.
AdminEventsFragment - Class in com.example.rocket_launch.admin
Fragment for managing events in the admin panel.
AdminEventsFragment() - Constructor for class com.example.rocket_launch.admin.AdminEventsFragment
 
AdminFacilitiesAdapter - Class in com.example.rocket_launch.admin
Adapter for displaying a list of facilities in a RecyclerView.
AdminFacilitiesAdapter(List<User>, AdminFacilitiesAdapter.OnItemLongClickListener) - Constructor for class com.example.rocket_launch.admin.AdminFacilitiesAdapter
Constructs the adapter with a list of facilities and a long-click listener.
AdminFacilitiesAdapter.OnItemLongClickListener - Interface in com.example.rocket_launch.admin
Interface for handling long-click events on facility items.
AdminFacilitiesFragment - Class in com.example.rocket_launch.admin
Fragment for managing facilities in the admin section.
AdminFacilitiesFragment() - Constructor for class com.example.rocket_launch.admin.AdminFacilitiesFragment
 
AdminImagesAdapter - Class in com.example.rocket_launch.admin
Adapter for displaying a list of user profile images and details in the admin view.
AdminImagesAdapter(List<User>, Context) - Constructor for class com.example.rocket_launch.admin.AdminImagesAdapter
Constructor for initializing the adapter with users and context.
AdminImagesAdapter.OnImageDeleteListener - Interface in com.example.rocket_launch.admin
Interface for handling image deletion events.
AdminImagesAdapter.ViewHolder - Class in com.example.rocket_launch.admin
ViewHolder class for holding views in each RecyclerView item.
AdminImagesFragment - Class in com.example.rocket_launch.admin
Fragment for managing and displaying user profile images in the admin section.
AdminImagesFragment() - Constructor for class com.example.rocket_launch.admin.AdminImagesFragment
 
AdminModeActivity - Class in com.example.rocket_launch.admin
Activity displayed for admin users, providing a tabbed interface for managing app data.
AdminModeActivity() - Constructor for class com.example.rocket_launch.admin.AdminModeActivity
 
AdminModePagerAdapter - Class in com.example.rocket_launch.admin
Adapter used for displaying the different tabs in the admin interface.
AdminModePagerAdapter(FragmentActivity) - Constructor for class com.example.rocket_launch.admin.AdminModePagerAdapter
Constructor for AdminModePagerAdapter.
AdminProfilesAdapter - Class in com.example.rocket_launch.admin
Adapter for displaying a list of user profiles in the admin view.
AdminProfilesAdapter(List<User>) - Constructor for class com.example.rocket_launch.admin.AdminProfilesAdapter
Constructor for initializing the adapter with a list of user profiles.
AdminProfilesAdapter.OnProfileDeleteListener - Interface in com.example.rocket_launch.admin
Interface for handling profile deletion events.
AdminProfilesFragment - Class in com.example.rocket_launch.admin
Fragment for managing user profiles in the admin view.
AdminProfilesFragment() - Constructor for class com.example.rocket_launch.admin.AdminProfilesFragment
 
AdminQRDataAdapter - Class in com.example.rocket_launch.admin
Adapter for displaying QR code data in the admin panel.
AdminQRDataAdapter(List<AdminQRDataFragment.QRCodeItem>) - Constructor for class com.example.rocket_launch.admin.AdminQRDataAdapter
Constructor for the adapter.
AdminQRDataAdapter.OnQRCodeDeleteListener - Interface in com.example.rocket_launch.admin
Interface for handling QR code deletion events.
AdminQRDataAdapter.ViewHolder - Class in com.example.rocket_launch.admin
ViewHolder class to hold views for each QR code item.
AdminQRDataFragment - Class in com.example.rocket_launch.admin
Fragment for managing QR code data in the admin panel.
AdminQRDataFragment() - Constructor for class com.example.rocket_launch.admin.AdminQRDataFragment
 
AdminQRDataFragment.QRCodeItem - Class in com.example.rocket_launch.admin
Data class representing a QR code and its associated event ID.
AdminTest - Class in com.example.rocket_launch
 
AdminTest() - Constructor for class com.example.rocket_launch.AdminTest
 
A C D E F G I L M N O Q R S T U V W 
All Classes and Interfaces|All Packages