Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- S - Enum constant in enum class org.deltava.beans.navdata.Hemisphere
- S1 - Enum constant in enum class org.deltava.beans.servinfo.Rating
- S2 - Enum constant in enum class org.deltava.beans.servinfo.Rating
- S3 - Enum constant in enum class org.deltava.beans.servinfo.Rating
- SA - Enum constant in enum class org.deltava.beans.schedule.Continent
- SA - Enum constant in enum class org.deltava.beans.wx.Condition.Type
- salt(String) - Method in class org.deltava.crypt.MessageDigester
-
"Salts" the message digest by processing a string before the actual data.
- SaltMine - Class in org.deltava.crypt
-
A utility class to generate hash salts.
- SAND - Enum constant in enum class org.deltava.beans.navdata.Surface
- save(HttpServletRequest, String) - Static method in class org.deltava.util.redirect.RequestStateHelper
-
Saves the current servlet request state to the current HTTP session.
- save(Route) - Method in class org.deltava.dao.SetEvent
-
Saves a Flight Route to the database.
- save(Chart) - Method in class org.deltava.dao.SetChart
-
Saves an approach chart image.
- SBLEGS - Enum constant in enum class org.deltava.beans.stats.FlightStatsSort
- SC - Enum constant in enum class org.deltava.beans.Rank
- SC - Enum constant in enum class org.deltava.beans.schedule.State
- SCARED - Enum constant in enum class org.deltava.beans.cooler.Emoticons
- SCHEDULE - Enum constant in enum class org.deltava.beans.system.IssueArea
- ScheduleAccessControl - Class in org.deltava.security.command
-
An Access Controller for Flight Schdeule data.
- ScheduleAccessControl(SecurityContext) - Constructor for class org.deltava.security.command.ScheduleAccessControl
-
Initializes the Access Controller.
- ScheduleBrowseCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to browse the Flight Schedule.
- ScheduleBrowseCommand() - Constructor for class org.deltava.commands.schedule.ScheduleBrowseCommand
- SCHEDULED - Static variable in class org.deltava.beans.academy.InstructionSession
- ScheduleDeleteCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to delete Flight Schedule entries.
- ScheduleDeleteCommand() - Constructor for class org.deltava.commands.schedule.ScheduleDeleteCommand
- ScheduleEntry - Class in org.deltava.beans.schedule
-
A class to store Schedule Entry information.
- ScheduleEntry(Airline, int, int) - Constructor for class org.deltava.beans.schedule.ScheduleEntry
-
Creates a new Schedule Entry object with a given flight.
- ScheduleEntryCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to update Schedule entries.
- ScheduleEntryCommand() - Constructor for class org.deltava.commands.schedule.ScheduleEntryCommand
- ScheduleEntryComparator - Class in org.deltava.comparators
-
A comparator for Schedule entries.
- ScheduleEntryComparator(int) - Constructor for class org.deltava.comparators.ScheduleEntryComparator
-
Creates a new comparator with a given comparison type.
- ScheduleExportCommand - Class in org.deltava.commands.schedule
-
A Web Site command to export raw Flight Schedule data in CSV format.
- ScheduleExportCommand() - Constructor for class org.deltava.commands.schedule.ScheduleExportCommand
- ScheduleFilterCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to save imported Flight Schedule data to the database.
- ScheduleFilterCommand() - Constructor for class org.deltava.commands.schedule.ScheduleFilterCommand
- ScheduleFilterHistoryCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to display schedule filter history.
- ScheduleFilterHistoryCommand() - Constructor for class org.deltava.commands.schedule.ScheduleFilterHistoryCommand
- ScheduleFilterTask - Class in org.deltava.tasks
-
A Scheduled Task to filter the day's raw schedule.
- ScheduleFilterTask() - Constructor for class org.deltava.tasks.ScheduleFilterTask
-
Initializes the Task.
- ScheduleImportCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to import raw Flight Schedule data.
- ScheduleImportCommand() - Constructor for class org.deltava.commands.schedule.ScheduleImportCommand
- ScheduleLegHelper - Class in org.deltava.beans.schedule
-
A utility class to assign leg numbers to schedule entries.
- ScheduleLoadDAO - Class in org.deltava.dao.file
-
An abstract class to store common methods for Flight Schedule import Data Access Objects.
- ScheduleLoadDAO(ScheduleSource, InputStream) - Constructor for class org.deltava.dao.file.ScheduleLoadDAO
-
Initializes the Data Access Object.
- ScheduleLoadDAO.FlightData - Class in org.deltava.dao.file
-
A utility class to store flight data components.
- ScheduleRoute - Class in org.deltava.beans.schedule
-
A bean to store route pair information.
- ScheduleRoute(Airline, Airport, Airport) - Constructor for class org.deltava.beans.schedule.ScheduleRoute
-
Creates a new Route Pair.
- ScheduleRoute(Airport, Airport) - Constructor for class org.deltava.beans.schedule.ScheduleRoute
-
Creates a new Route Pair.
- ScheduleSearchCriteria - Class in org.deltava.beans.schedule
-
A bean to store search criteria for the Flight Schedule.
- ScheduleSearchCriteria(String) - Constructor for class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Initializes the search criteria.
- ScheduleSearchCriteria(Airline, int, int) - Constructor for class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Initializes the search criteria.
- ScheduleSearchEntry - Class in org.deltava.beans.schedule
-
A class to store Schedule Entry information with Dispatch route counts.
- ScheduleSearchEntry(Airline, int, int) - Constructor for class org.deltava.beans.schedule.ScheduleSearchEntry
-
Creates a new Schedule Entry object with a given flight.
- ScheduleSource - Enum Class in org.deltava.beans.schedule
-
An enumeration of flight schedule sources.
- ScheduleSourceHistory - Class in org.deltava.beans.schedule
-
A bean to store Flight Schedule filter history.
- ScheduleSourceHistory(ScheduleSource) - Constructor for class org.deltava.beans.schedule.ScheduleSourceHistory
-
Creates the bean.
- ScheduleSourceHistory(ScheduleSourceInfo) - Constructor for class org.deltava.beans.schedule.ScheduleSourceHistory
-
Creates the bean from a ScheduleSourceInfo bean.
- ScheduleSourceInfo - Class in org.deltava.beans.schedule
-
A bean to store raw schedule statistics data.
- ScheduleSourceInfo(ScheduleSource) - Constructor for class org.deltava.beans.schedule.ScheduleSourceInfo
-
Creates the bean.
- ScheduleSourceInfo(ScheduleSourceInfo) - Constructor for class org.deltava.beans.schedule.ScheduleSourceInfo
-
Creates the bean from an existing ScheduleSourceInfo bean.
- ScheduleStatsEntry - Class in org.deltava.beans.schedule
-
A bean storing Flight Schedule departure/arrival statistcs.
- ScheduleStatsEntry(int) - Constructor for class org.deltava.beans.schedule.ScheduleStatsEntry
-
Creates the bean
- ScheduleSyncCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to synchronize flight schedules between Airlines.
- ScheduleSyncCommand() - Constructor for class org.deltava.commands.schedule.ScheduleSyncCommand
- SCHENGEN - Enum constant in enum class org.deltava.beans.flight.FlightType
- SCHENGEN - Enum constant in enum class org.deltava.beans.navdata.GateZone
- SCHENGEN - Enum constant in enum class org.deltava.beans.stats.AccomplishUnit
- score(int, int) - Static method in class org.deltava.beans.flight.LandingScorer
-
Scores a landing based on delta from optimal vertical speed at touchdown and distance from runway threshold.
- score(FlightReport, EliteLevel) - Method in class org.deltava.beans.econ.EliteScorer
-
Scores a non-ACARS Flight Report.
- score(FlightReport, EliteLevel) - Method in class org.deltava.beans.econ.SkyMilesScorer
- score(ScorePackage) - Static method in class org.deltava.beans.flight.FlightScorer
-
Scores a Check Ride.
- score(ScorePackage, EliteLevel) - Method in class org.deltava.beans.econ.EliteScorer
-
Scores a Flight Report.
- score(ScorePackage, EliteLevel) - Method in class org.deltava.beans.econ.SkyMilesScorer
- score(TouchdownData) - Static method in class org.deltava.beans.flight.FlightScorer
-
Scores a landing.
- SCORE - Static variable in class org.deltava.comparators.TestComparator
- SCORED - Enum constant in enum class org.deltava.beans.testing.TestStatus
- scoreLegacy(int, int) - Static method in class org.deltava.beans.flight.LandingScorer
-
Scores a landing based on delta from optimal vertical speed at touchdown and distance from runway threshold.
- ScorePackage - Class in org.deltava.beans.flight
-
A bean to store data used to generate a Flight Score.
- ScorePackage(Aircraft, FDRFlightReport, Runway, Runway, AircraftPolicyOptions) - Constructor for class org.deltava.beans.flight.ScorePackage
-
Creates a Flight Scoring package.
- ScorePackage.WarningComparator - Class in org.deltava.beans.flight
-
Comparator to sort warnings by severity in addition to ordinal.
- ScrollBarTag - Class in org.deltava.taglib.view
-
A JSP tag to selectively display view table scroll tags.
- ScrollBarTag() - Constructor for class org.deltava.taglib.view.ScrollBarTag
- ScrollTag - Class in org.deltava.taglib.view
-
A class to support tag to handle Page Up/Down links at the bottom of a view page.
- ScrollTag(String) - Constructor for class org.deltava.taglib.view.ScrollTag
-
Creates a new JSP tag with the specified label.
- SCT - Enum constant in enum class org.deltava.beans.wx.CloudLayer.Amount
- SD - Enum constant in enum class org.deltava.beans.schedule.State
- search(String) - Method in class org.deltava.dao.GetExamQuestions
-
Searches Examination questions for a particular phrase or substring.
- search(String) - Method in class org.deltava.discord.ContentFilter
-
Searches a message for prohibited or accepted keywords.
- search(String, boolean) - Method in class org.deltava.dao.GetHelp
-
Searches all Issues for a particular phrase.
- search(String, String, String) - Method in class org.deltava.dao.GetPilot
-
Searches for Pilots matching certain name criteria, using a SQL LIKE search.
- search(String, String, String, String, Collection<String>) - Method in class org.deltava.dao.GetPilot
-
Searches for Pilots matching certain search criteria, using a SQL LIKE search.
- search(String, IssueStatus, IssueArea, String, boolean) - Method in class org.deltava.dao.GetIssue
-
Searches all Issues for a particular phrase.
- search(SearchCriteria) - Method in class org.deltava.dao.GetCoolerThreads
-
Returns all Message Threads matching particular search criteria.
- search(GeoLocation) - Method in class org.deltava.dao.GetFIR
-
Deternines the FIR for a given point.
- search(ScheduleSearchCriteria) - Method in class org.deltava.dao.GetScheduleSearch
-
Searches the Schedule database for flights matching particular criteria.
- SearchCriteria - Class in org.deltava.beans.cooler
-
A bean to store Water Cooler search criteria.
- SearchCriteria(String) - Constructor for class org.deltava.beans.cooler.SearchCriteria
-
Creates a new search criteria bean.
- SearchService - Class in org.deltava.service.schedule
-
A Web Service to search the Flight Schedule.
- SearchService() - Constructor for class org.deltava.service.schedule.SearchService
- SECONDARY - Enum constant in enum class org.deltava.beans.EquipmentType.Rating
- SECONDARY - Enum constant in enum class org.deltava.beans.schedule.TankType
- SecretKeyEncryptor - Class in org.deltava.crypt
-
A class to support encrypting/decrypting data using a symetric secret key.
- SecretKeyEncryptor(String) - Constructor for class org.deltava.crypt.SecretKeyEncryptor
-
Create a new encryptor using a given algorithm.
- SecretManager - Interface in org.deltava.util.system
-
An interface for secret/credential managers.
- SecureContentTag - Class in org.deltava.taglib.content
-
A JSP tag to include content based on SSL.
- SecureContentTag() - Constructor for class org.deltava.taglib.content.SecureContentTag
- Security - Enum Class in org.deltava.beans.fleet
-
An enumeration of Library entry security options.
- SECURITY_ADD - Enum constant in enum class org.deltava.beans.UpdateType
- SECURITY_REMOVE - Enum constant in enum class org.deltava.beans.UpdateType
- SecurityContext - Interface in org.deltava.security
-
An interface used by access controllers to query context data to determine access.
- SecurityCookieData - Class in org.deltava.security
-
A bean containing data stored in the security cookie.
- SecurityCookieData(String) - Constructor for class org.deltava.security.SecurityCookieData
-
Creates security cookie data for a given user ID.
- SecurityCookieFilter - Class in org.deltava.servlet.filter
-
A servlet filter to handle persistent authentication cookies.
- SecurityCookieFilter() - Constructor for class org.deltava.servlet.filter.SecurityCookieFilter
- SecurityCookieGenerator - Class in org.deltava.security
-
A class to generate/interpret cookies to store persistent authentication information.
- securityException(String) - Static method in class org.deltava.commands.AbstractCommand
-
Helper method to generate a security exception.
- SecurityRoleMembersCommand - Class in org.deltava.commands.admin
-
A Web Site Command to display all members of all security roles.
- SecurityRoleMembersCommand() - Constructor for class org.deltava.commands.admin.SecurityRoleMembersCommand
- SELCALAccessControl - Class in org.deltava.security.command
-
An Access Controller for SELCAL codes.
- SELCALAccessControl(SecurityContext, SelectCall) - Constructor for class org.deltava.security.command.SELCALAccessControl
-
Initializes the Access Controller.
- SELCALCodeCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to display aircraft SELCAL codes.
- SELCALCodeCommand() - Constructor for class org.deltava.commands.schedule.SELCALCodeCommand
- SELCALPurgeTask - Class in org.deltava.tasks
-
A Scheduled Task to purge SELCAL code reservations.
- SELCALPurgeTask() - Constructor for class org.deltava.tasks.SELCALPurgeTask
-
Initailizes the task.
- SELCALReserveCommand - Class in org.deltava.commands.schedule
-
A Web Site Command to reserve and free SELCAL codes.
- SELCALReserveCommand() - Constructor for class org.deltava.commands.schedule.SELCALReserveCommand
- SelectableGate - Class in org.deltava.service.navdata
-
A bean to store airport Gate information and allow metadata editing on a map.
- SelectableGate(Gate) - Constructor for class org.deltava.service.navdata.SelectableGate
-
Creates a new selectable Gate from an existing Gate.
- SelectCall - Class in org.deltava.beans.schedule
-
A bean to store Aircraft SELCAL data and reservations.
- SelectCall(String, String) - Constructor for class org.deltava.beans.schedule.SelectCall
-
Creates a new SELCAL bean.
- SELECTED - Enum constant in enum class org.deltava.beans.hr.JobStatus
- send(String, byte[], long) - Method in class org.deltava.dao.http.SendVAPIDPush
-
Sends a VAPID message.
- send(Collection<? extends EMailAddress>) - Method in class org.deltava.mail.Mailer
-
Adds a group of addresses to the recipient list, and sends the message in a new thread.
- send(ChannelName, String) - Static method in class org.deltava.discord.Bot
- send(ChannelName, EmbedBuilder) - Static method in class org.deltava.discord.Bot
- send(EMailAddress) - Method in class org.deltava.mail.Mailer
-
Adds an individual address to the recipient list, and sends the message in a new thread.
- sendFile(File, HttpServletResponse) - Static method in class org.deltava.service.DownloadService
-
Sends a file to the HTTP output stream, either via mod_xsendfile or through native Java I/O streaming.
- SendVAPIDPush - Class in org.deltava.dao.http
-
A Data Access Object to send VAPID push messages.
- SendVAPIDPush(String) - Constructor for class org.deltava.dao.http.SendVAPIDPush
-
Initializes the Data Access Object.
- serialize(Collection<? extends Serializable>) - Static method in class org.deltava.util.IPCUtils
-
Serializes IPC data.
- serialize(Tour) - Static method in class org.deltava.service.stats.TourService
-
Serializes a Tour to JSON.
- SerializedDataVersion - Enum Class in org.deltava.beans.acars
-
An enumeration to store serialized ACARS position data version information.
- SeriesListService - Class in org.deltava.service.wx
-
A Web Service to display TWC weather tile data.
- SeriesListService() - Constructor for class org.deltava.service.wx.SeriesListService
- SeriesReader - Interface in org.deltava.util.tile
-
An interface to describe Data Access Objects to read ImageSeries beans.
- SeriesWriter - Interface in org.deltava.util.tile
-
An interface to describe Data Access Objects to write ImageSeries beans.
- Server - Class in org.deltava.beans.servinfo
-
A bean to store information about Online Network FSD Servers.
- Server(String) - Constructor for class org.deltava.beans.servinfo.Server
-
Creates a new Server bean.
- SERVER - Enum constant in enum class org.deltava.beans.system.IssueArea
- SERVER - Static variable in class org.deltava.dao.file.GetServInfo.SITokens
- ServerNameTag - Class in org.deltava.taglib.content
-
A JSP tag to store the host name in a request attribute.
- ServerNameTag() - Constructor for class org.deltava.taglib.content.ServerNameTag
- ServerStatsCommand - Class in org.deltava.commands.stats
-
A Web Site Command to display HTTP Server totals.
- ServerStatsCommand() - Constructor for class org.deltava.commands.stats.ServerStatsCommand
- ServiceCalendarCommand - Class in org.deltava.commands.dispatch
-
A Web Site Command to display the ACARS Dispatch service calendar.
- ServiceCalendarCommand() - Constructor for class org.deltava.commands.dispatch.ServiceCalendarCommand
- ServiceContext - Class in org.deltava.service
-
An invocation/security context object for Web Services.
- ServiceContext(HttpServletRequest, HttpServletResponse) - Constructor for class org.deltava.service.ServiceContext
-
Intiailizes the Web Service context.
- ServiceContext.OutputBuffer - Class in org.deltava.service
- ServicedAirportService - Class in org.deltava.service.schedule
-
A Web Service to list all airports serviced by a particular Airline.
- ServicedAirportService() - Constructor for class org.deltava.service.schedule.ServicedAirportService
- ServiceEntryCommand - Class in org.deltava.commands.dispatch
-
A Web Site Command to handle ACARS Dispatcher schedule entries.
- ServiceEntryCommand() - Constructor for class org.deltava.commands.dispatch.ServiceEntryCommand
- ServiceEntryDeleteCommand - Class in org.deltava.commands.dispatch
-
A Web Site Command to delete an ACARS Dispatcher schedule entry.
- ServiceEntryDeleteCommand() - Constructor for class org.deltava.commands.dispatch.ServiceEntryDeleteCommand
- ServiceException - Exception Class in org.deltava.service
-
An Exception thrown by Web Services.
- ServiceException(int, String) - Constructor for exception class org.deltava.service.ServiceException
-
Creates a new Web Service Exception.
- ServiceException(int, String, boolean) - Constructor for exception class org.deltava.service.ServiceException
-
Creates a new Web Service Exception.
- ServiceException(int, String, Throwable) - Constructor for exception class org.deltava.service.ServiceException
-
Creates a new Web Service Exception from an existing exception.
- ServiceFactory - Class in org.deltava.service
-
A Factory to load Web Service configuration data.
- ServInfoHelper - Class in org.deltava.beans.servinfo
-
A helper class to encapsulate fetching online network data.
- ServletSecurityContext(HttpServletRequest) - Constructor for class org.deltava.servlet.GenericServlet.ServletSecurityContext
- ServletVersionTag - Class in org.deltava.taglib.diag
-
A JSP tag to display the Servlet API version.
- ServletVersionTag() - Constructor for class org.deltava.taglib.diag.ServletVersionTag
- SES - Enum constant in enum class org.deltava.commands.Command.Scope
- SESDeliveryService - Class in org.deltava.service.aws
-
A Web Service to handle Amazon SES delivery reports.
- SESDeliveryService() - Constructor for class org.deltava.service.aws.SESDeliveryService
- SESFeedbackService - Class in org.deltava.service.aws
-
A Web Service to handle Amazone SES feedback SNS messages.
- SESFeedbackService() - Constructor for class org.deltava.service.aws.SESFeedbackService
- SESSION - Static variable in interface org.deltava.commands.Command
- sessionCreated(HttpSessionEvent) - Method in class org.deltava.servlet.lifecycle.UserListener
-
Called on the creation of a new HTTP session.
- sessionDestroyed(HttpSessionEvent) - Method in class org.deltava.servlet.lifecycle.UserListener
-
Called on the termination of an HTTP session.
- sessionDidActivate(HttpSessionEvent) - Method in class org.deltava.servlet.lifecycle.UserStartupListener
-
Called on the activation of a serialized HTTP session.
- sessionWillPassivate(HttpSessionEvent) - Method in class org.deltava.servlet.lifecycle.UserStartupListener
-
Called before serialization of an HTTP session.
- set(K, int, int, double) - Method in class org.deltava.beans.stats.LegHoursStatsEntry
-
Adds a statistics entry.
- set(OnTime, int, int, double) - Method in class org.deltava.beans.stats.OnTimeStatsEntry
-
Adds a statistics entry.
- setAcadedmyOnly(boolean) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates whether this aircraft is only used in the Flight Academy.
- setAcademy(boolean) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
Updates this Schedule entry's "Flight Academy flight" flag.
- setAcademy(boolean) - Method in class org.deltava.beans.testing.CheckRide
-
Marks this Test as part of the Flight Academy.
- setAcademy(boolean) - Method in class org.deltava.beans.testing.ExamProfile
-
Marks this Examination as part of the Flight Academy.
- setAcademy(boolean) - Method in class org.deltava.beans.testing.Test
-
Marks this Test as part of the Flight Academy.
- SetAcademy - Class in org.deltava.dao
-
A Data Access Object to write Flight Academy Course data to the database.
- SetAcademy(Connection) - Constructor for class org.deltava.dao.SetAcademy
-
Initializes the Data Access Object.
- SetAcademyCalendar - Class in org.deltava.dao
-
A Data Access Object to update Flight Academy Flight reports.
- SetAcademyCalendar(Connection) - Constructor for class org.deltava.dao.SetAcademyCalendar
-
Initializes the Data Access Object.
- SetAcademyCertification - Class in org.deltava.dao
-
A Data Access Object for Flight Academy Certifications and Check Ride Scripts.
- SetAcademyCertification(Connection) - Constructor for class org.deltava.dao.SetAcademyCertification
-
Initializes the Data Access Object.
- SetACARSArchive - Class in org.deltava.dao
-
A Data Access Object to write to the ACARS position archive.
- SetACARSArchive(Connection) - Constructor for class org.deltava.dao.SetACARSArchive
-
Initializes the Data Access Object.
- SetACARSBuilds - Class in org.deltava.dao
-
A Data Access Object to write ACARS client version data.
- SetACARSBuilds(Connection) - Constructor for class org.deltava.dao.SetACARSBuilds
-
Initializes the Data Access Object.
- setACARSConnected(boolean) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates whether the user is connected to the ACARS server.
- SetACARSData - Class in org.deltava.dao
-
A Data Access Object to write ACARS data.
- SetACARSData(Connection) - Constructor for class org.deltava.dao.SetACARSData
-
Initializes the Data Access Object.
- setACARSHours(double) - Method in class org.deltava.beans.Pilot
-
Updates this Pilot's logged ACARS hours.
- setACARSHours(double) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of hours flown with ACARS.
- setACARSInfo(FlightInfo) - Method in class org.deltava.beans.FlightSubmissionHelper
-
Updates the ACARS Flight Information for this flight.
- setACARSLegs(int) - Method in class org.deltava.beans.Pilot
-
Update this Pilot's logged ACARS flight legs.
- setACARSLegs(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of legs flown with ACARS.
- setACARSLegs(int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the number of ACARS legs linked to this entry.
- SetACARSLog - Class in org.deltava.dao
-
A Data Access Object to update or remove ACARS log entries.
- SetACARSLog(Connection) - Constructor for class org.deltava.dao.SetACARSLog
-
Initializes the Data Access Object.
- setACARSMiles(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of miles flown with ACARS.
- setACARSOnly(boolean) - Method in class org.deltava.beans.stats.Tour
-
Updates whether ACARS flights are required for this Tour.
- SetACARSOnTime - Class in org.deltava.dao
-
A Data Access Object to write ACARS on-time data to the database.
- SetACARSOnTime(Connection) - Constructor for class org.deltava.dao.SetACARSOnTime
-
Initializes the Data Access Object.
- setACARSPromotionLegs(boolean) - Method in class org.deltava.beans.EquipmentType
-
Updates whether flights counting towards promotion must be logged using ACARS.
- SetACARSPurge - Class in org.deltava.dao
-
A Data Access Object to purge ACARS data.
- SetACARSPurge(Connection) - Constructor for class org.deltava.dao.SetACARSPurge
-
Initializes the Data Access Object.
- setACARSRestriction(Restriction) - Method in class org.deltava.beans.Pilot
-
Updates whether the Pilot is locked out of the ACARS server.
- SetACARSRoute - Class in org.deltava.dao
-
A Data Access Object to write ACARS Dispatcher routes.
- SetACARSRoute(Connection) - Constructor for class org.deltava.dao.SetACARSRoute
-
Initializes the Data Access Object.
- SetACARSRunway - Class in org.deltava.dao
-
A Data Access Object to write ACARS Runway and Gate data.
- SetACARSRunway(Connection) - Constructor for class org.deltava.dao.SetACARSRunway
-
Initializes the Data Access Object.
- setACARSUpdateChannel(UpdateChannel) - Method in class org.deltava.beans.Pilot
-
Updates the Pilot's ACARS client update channel.
- setAccomplish(Accomplishment) - Method in class org.deltava.taglib.format.AccomplishmentFormatTag
-
Sets the Accomplishment to display.
- SetAccomplishment - Class in org.deltava.dao
-
A Data Access Object to save Accomplishment profiles.
- SetAccomplishment(Connection) - Constructor for class org.deltava.dao.SetAccomplishment
-
Initializes the Data Access Object.
- setAction(String) - Method in class org.deltava.taglib.content.GoogleCAPTCHATag
-
Updates the action name.
- setAction(String) - Method in class org.deltava.taglib.html.FormTag
-
Sets the action URL of this form.
- setActionTypes(Collection<NotifyActionType>) - Method in class org.deltava.beans.system.MessageTemplate
-
Updates the action types appended to the push notification.
- setActive(boolean) - Method in class org.deltava.beans.academy.Certification
-
Updates whether the certification is active.
- setActive(boolean) - Method in class org.deltava.beans.acars.DispatchRoute
-
Marks this route as active.
- setActive(boolean) - Method in class org.deltava.beans.cooler.Channel
-
Set the channel active/inactive.
- setActive(boolean) - Method in class org.deltava.beans.EquipmentType
-
Marks this equipment program as active.
- setActive(boolean) - Method in class org.deltava.beans.event.Route
-
Updates whether the Route is Active.
- setActive(boolean) - Method in class org.deltava.beans.Notice
-
Updates if this NOTAM is in effect.
- setActive(boolean) - Method in class org.deltava.beans.schedule.Airline
-
Updates the airline's activity flag.
- setActive(boolean) - Method in class org.deltava.beans.schedule.ScheduleSourceInfo
-
Sets if the schedule import is currently active.
- setActive(boolean) - Method in class org.deltava.beans.servinfo.Certificate
-
Updates whether the user account is active.
- setActive(boolean) - Method in class org.deltava.beans.stats.Accomplishment
-
Updates whether this Accomplishment is active.
- setActive(boolean) - Method in class org.deltava.beans.stats.Tour
-
Updates whether the Tour is active.
- setActive(boolean) - Method in class org.deltava.beans.system.IMAPConfiguration
-
Marks this mailbox as active.
- setActive(boolean) - Method in class org.deltava.beans.testing.ExamProfile
-
Marks this Examination as available to be taken.
- setActive(boolean) - Method in class org.deltava.beans.testing.QuestionProfile
-
Marks this Question as Active.
- setActivePilots(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of active pilots.
- setAddr(RemoteAddressBean) - Method in class org.deltava.taglib.format.RemoteAddressTag
-
Sets the remote address to display.
- setAddress(String) - Method in class org.deltava.beans.servinfo.Server
-
Updates the server address.
- setAddress(String) - Method in class org.deltava.beans.stats.GeocodeResult
-
Updates the street address.
- setAddress(String) - Method in class org.deltava.beans.system.AddressValidation
-
Updates the user's e-mail address.
- setAddress(String) - Method in class org.deltava.beans.system.IMAPConfiguration
-
Updates the primary address for this mailbox.
- setAddressInfo(IPBlock) - Method in class org.deltava.beans.acars.ACARSLogEntry
-
Updates information about this IP address.
- SetAddressValidation - Class in org.deltava.dao
-
A Data Access Object to write e-mail address validation data to the database.
- SetAddressValidation(Connection) - Constructor for class org.deltava.dao.SetAddressValidation
-
Initialize the Data Access Object.
- setADF1(String) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the ADF1 radio frequency.
- setAdjusted(int) - Method in class org.deltava.beans.schedule.ScheduleSourceHistory
-
Updates the total number of flight legs with arrival times adjusted for DST.
- SetAggregateStatistics - Class in org.deltava.dao
-
A Data Access Object to update Flight Statistics.
- SetAggregateStatistics(Connection) - Constructor for class org.deltava.dao.SetAggregateStatistics
-
Initializes the Data Access Object.
- setAIRAC(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the AIRAC version used for this route.
- setAircraft(boolean) - Method in class org.deltava.beans.schedule.ValidationResult
- setAircraft(Collection<Aircraft>) - Method in class org.deltava.dao.file.ScheduleLoadDAO
-
Initializes the IATA/ICAO aircraft code mappings.
- setAircraft(Aircraft) - Method in class org.deltava.util.flightplan.ACARSGenerator
-
Updates the Aircraft used.
- setAircraftCode(String) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the aircraft code used for this flight.
- setAircraftCode(String) - Method in class org.deltava.beans.schedule.SelectCall
-
Updates the aircraft's tail number.
- setAircraftPath(String) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the aircraft path in the simulator.
- setAircraftType(String) - Method in class org.deltava.beans.hr.TransferRequest
-
Updates the preferr aircraft type to use for the check ride.
- setAircraftType(String) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the aircraft type used for this Check Ride.
- setAirframeID(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the SimBrief custom airframe ID.
- setAirline(String) - Method in class org.deltava.taglib.html.ImageBeanTag
-
Updates the airline code for this Image.
- setAirline(Airline) - Method in class org.deltava.beans.acars.DispatchRoute
-
Updates the Airline.
- setAirline(Airline) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the Airline for the flight.
- setAirline(Airline) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the requested Airline.
- setAirline(Airline) - Method in class org.deltava.beans.Flight
-
Set the Airline for this flight.
- setAirline(Airline) - Method in class org.deltava.util.flightplan.FlightPlanGenerator
-
Sets the Airline for the flight.
- setAirlineCode(String) - Method in class org.deltava.beans.UserData
-
Updates the User's airline code.
- setAirlineInfo(String, String) - Method in class org.deltava.beans.FlightSubmissionHelper
-
Sets airline-dependent context information.
- setAirlineOptions(Collection<Airline>) - Method in class org.deltava.service.navdata.SelectableGate
-
Adds Airline choices to this Gate.
- setAirlines(Collection<String>) - Method in class org.deltava.beans.cooler.Channel
-
Updates the enabled airlines.
- setAirlines(Collection<String>) - Method in class org.deltava.beans.schedule.Airport
-
Resets the list of Airlines associated with this Airport.
- setAirlines(Collection<String>) - Method in class org.deltava.beans.system.Issue
-
Updates the virtual airlines associated with this Issue.
- setAirlines(Collection<Airline>) - Method in class org.deltava.beans.schedule.ScheduleSourceInfo
-
Updates the Airlines for this source.
- setAirlines(Collection<Airline>) - Method in class org.deltava.dao.file.GetFullSchedule
-
Initializes the list of airlines.
- setAirlines(Collection<Airline>) - Method in class org.deltava.dao.file.ScheduleLoadDAO
-
Initializes the list of airlines.
- setAirlines(Collection<AirlineInformation>) - Method in class org.deltava.beans.academy.Certification
-
Assigns eligible virtual airlines to this Certification.
- setAirlines(Collection<AirlineInformation>) - Method in class org.deltava.beans.EquipmentType
-
Updates the list of applications whose Pilots can get ratings in this equipment program.
- setAirlines(Collection<AirlineInformation>) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets the Airlines that this Examination will be visible to.
- setAirlines(Collection<AirlineInformation>) - Method in class org.deltava.beans.testing.QuestionProfile
-
Sets the Airlines that this Question will be visible to.
- setAirport(AirportLocation) - Method in class org.deltava.beans.wx.WeatherDataBean
-
Sets the geographic location of this Observation station.
- setAirport(Airport) - Method in class org.deltava.beans.schedule.Chart
-
Updates the Airport.
- setAirport(Airport) - Method in class org.deltava.beans.wx.WeatherDataBean
-
Sets the geographic location of this Observation station.
- setAirport(Airport) - Method in class org.deltava.taglib.format.AirportFormatTag
-
Sets the airport to display.
- setAirport(Airport) - Method in class org.deltava.taglib.html.AirportCodeTag
-
Sets the airport choice.
- setAirportA(Airport) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the arrival airport of this dipsatch entry.
- setAirportA(Airport) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the destination Airport for this flight.
- setAirportA(Airport) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the arrival Airport.
- setAirportA(Airport) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the arrival Airport.
- setAirportA(Airport) - Method in class org.deltava.beans.event.Route
-
Updates the Arrival airport.
- setAirportA(Airport) - Method in class org.deltava.beans.event.Signup
-
Updates the destination Airport.
- setAirportA(Airport) - Method in class org.deltava.beans.flight.LogbookSearchCriteria
-
Sets the Arrival Airport object for this search.
- setAirportA(Airport) - Method in class org.deltava.beans.Flight
-
Sets the Arrival Airport object for this flight.
- setAirportA(Airport) - Method in class org.deltava.beans.schedule.FlightRoute
-
Updates the arrival Airport.
- setAirportA(Airport) - Method in class org.deltava.beans.servinfo.Pilot
-
Updates the destination Airport.
- setAirportA(Airport) - Method in interface org.deltava.beans.testing.RoutePlot
-
Updates the arrival Airport.
- setAirportA(Airport) - Method in class org.deltava.beans.testing.RoutePlotQuestion
- setAirportA(Airport) - Method in class org.deltava.beans.testing.RoutePlotQuestionProfile
- SetAirportAirline - Class in org.deltava.dao
-
A Data Access Object to update Airport and Airline information.
- SetAirportAirline(Connection) - Constructor for class org.deltava.dao.SetAirportAirline
-
Initializes the Data Access Object.
- setAirportCodeType(Airport.Code) - Method in class org.deltava.beans.Person
-
Updates the Person's preferred airport code type (IATA/ICAO).
- setAirportCount(int) - Method in class org.deltava.service.navdata.Metadata
-
Updates the number of Airports in the archive.
- setAirportD(Airport) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the departure airport of this dipsatch entry.
- setAirportD(Airport) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the origination Airport for this flight.
- setAirportD(Airport) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the departure Airport.
- setAirportD(Airport) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the departure Airport.
- setAirportD(Airport) - Method in class org.deltava.beans.event.Route
-
Updates the Departure airport.
- setAirportD(Airport) - Method in class org.deltava.beans.event.Signup
-
Updates the origin Airport
- setAirportD(Airport) - Method in class org.deltava.beans.flight.LogbookSearchCriteria
-
Sets the Departure Airport object for this search.
- setAirportD(Airport) - Method in class org.deltava.beans.Flight
-
Sets the Departure Airport object for this flight.
- setAirportD(Airport) - Method in class org.deltava.beans.schedule.FlightRoute
-
Updates the departure Airport.
- setAirportD(Airport) - Method in class org.deltava.beans.servinfo.Pilot
-
Updates the origin Airport.
- setAirportD(Airport) - Method in interface org.deltava.beans.testing.RoutePlot
-
Updates the departure Airport.
- setAirportD(Airport) - Method in class org.deltava.beans.testing.RoutePlotQuestion
- setAirportD(Airport) - Method in class org.deltava.beans.testing.RoutePlotQuestionProfile
- setAirportL(Airport) - Method in class org.deltava.beans.acars.DispatchRoute
-
Updates the alternate Airport.
- setAirportL(Airport) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the alternate Airport for this flight.
- setAirportL(Airport) - Method in class org.deltava.beans.acars.XAFlightInfo
-
Sets the alternate Airport.
- setAirportL(Airport) - Method in class org.deltava.beans.flight.XACARSFlightReport
-
Updates the alternate Airport.
- setAirportL(Airport) - Method in class org.deltava.util.flightplan.ACARSGenerator
-
Updates the destination alternate airport.
- setAirports(Airport, Airport) - Method in class org.deltava.util.flightplan.FlightPlanGenerator
-
Sets the departure and arrival Airports for the flight.
- setAirspace(AirspaceType) - Method in class org.deltava.beans.acars.RouteEntry
-
Sets the Airspace type covering the current position.
- SetAirspace - Class in org.deltava.dao
-
A Data Access Object to write Airspace boundaries to the database.
- SetAirspace(Connection) - Constructor for class org.deltava.dao.SetAirspace
-
Initializes the Data Access Object.
- setAirSpeed(int) - Method in class org.deltava.beans.acars.RouteEntry
-
Updates the aircraft's airspeed.
- setAirSpeed(int) - Method in class org.deltava.beans.servinfo.PositionData
-
Updates the aircraft's airspeed.
- setAirway(String) - Method in class org.deltava.beans.navdata.NavigationDataBean
-
Updates if this entry is on an airway.
- setAliases(Collection<String>) - Method in class org.deltava.beans.system.IMAPConfiguration
-
Updates the aliases for this mailbox.
- setAllowDelete(boolean) - Method in class org.deltava.beans.stats.PilotLocation
-
Sets whether the infobox should have a link to allow map entry deletion.
- setAllowInactive(boolean) - Method in class org.deltava.beans.academy.AcademyHistoryHelper
-
Toggles whether the user can enroll in Inactive Courses.
- setAllowMultiAirline(boolean) - Method in class org.deltava.beans.system.AirlineInformation
-
Updates whether this airline allows multiple pilot profiles.
- setAllowNewPosts(boolean) - Method in class org.deltava.beans.cooler.Channel
-
Updates whether new Threads or Replies are allowed.
- setAllowOffline(boolean) - Method in class org.deltava.beans.stats.Tour
-
Updates whether offline flights are permitted for this Tour.
- setAllowSMTP(boolean) - Method in class org.deltava.beans.system.IMAPConfiguration
-
Marks this mailbox as allowing direct SMTP access.
- setAllowUpload(boolean) - Method in class org.deltava.taglib.html.FormTag
-
Sets if RFC1867 file uploads are permitted within this form.
- setAlternateCode(String, boolean) - Method in class org.deltava.beans.navdata.Runway
-
If this runway has been renumbered, the other runway code.
- setAlternateFuel(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the alternate fuel load.
- setAltimeter(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the altitude reported on the aircraft's altimeter.
- setAltitude(int) - Method in class org.deltava.beans.acars.RouteEntry
-
Updates the aircraft's altitude above sea level.
- setAltitude(int) - Method in class org.deltava.beans.navdata.AirportLocation
-
Updates the Airport's altitude.
- setAltitude(int) - Method in class org.deltava.beans.schedule.Airport
-
Sets this Airport's altitude.
- setAltitude(int) - Method in class org.deltava.beans.schedule.GeoPosition
-
Updates the altitude of this position.
- setAltitude(int) - Method in class org.deltava.beans.servinfo.Pilot
-
Updates the Pilot's altitude.
- setAltitude(int) - Method in class org.deltava.beans.wx.WindData
- setAltitude(String) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the filed altitude for this flight.
- setAltitude(String) - Method in class org.deltava.beans.flight.DraftFlightReport
-
Updates the planned altitude.
- setAlwaysDisplay(boolean) - Method in class org.deltava.beans.stats.Accomplishment
-
Sets the Accomplishment to always display, even if the Pilot has achieved an accomplishment with the same Unit and a higher count.
- setAmended(boolean) - Method in class org.deltava.beans.wx.TAF
-
Sets whether this is a TAF amended since original issue.
- setAnchor(String) - Method in class org.deltava.taglib.html.LinkTag
-
Sets the anchor for this link.
- setAnonymous(boolean) - Method in class org.deltava.taglib.content.AuthenticatedUserFilterTag
-
Toggles the reverse switch for this tag and includes content for anonymous users only.
- setAnonymous(int) - Method in class org.deltava.beans.stats.APIUsage
-
Updates the number of anonymous API invocations.
- setAnswer(String) - Method in class org.deltava.beans.testing.Question
-
Sets the User-provided answer to this Question.
- setAOA(double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's Angle of Attack.
- setAppCode(String) - Method in class org.deltava.dao.GetAirport
-
Overrides the application code (for use by the ACARS server).
- setAppCount(int) - Method in class org.deltava.beans.hr.JobPosting
-
Sets the number of applications to this posting.
- SetApplicant - Class in org.deltava.dao
-
A Data Access Object to write Applicants to the database.
- SetApplicant(Connection) - Constructor for class org.deltava.dao.SetApplicant
-
Initialize the Data Access Object.
- setApplication(String) - Method in class org.deltava.beans.AuditLog
-
Updates the application name.
- setApps(Collection<String>) - Method in class org.deltava.beans.schedule.Airline
-
Updates the web applications this Airline is enabled for.
- setArchived(boolean) - Method in class org.deltava.beans.acars.FlightInfo
-
Marks this Flight's position data as archived.
- setArchivedOn(Instant) - Method in class org.deltava.beans.acars.ArchiveMetadata
-
Updates the archive date.
- setArea(String) - Method in class org.deltava.beans.Staff
-
Updates the Staff Member's functional area.
- setArea(IssueArea) - Method in class org.deltava.beans.system.Issue
-
Updates this Issue's area.
- setAreas(Collection<String>) - Method in class org.deltava.comparators.StaffComparator
-
Initializes the functional areas.
- setArrivalLegs(int, int) - Method in class org.deltava.beans.schedule.ScheduleStatsEntry
-
Updates the number of arrival flights.
- setArrivalPlusDays(int) - Method in class org.deltava.beans.schedule.RawScheduleEntry
-
Updates the number of days forward to adjust the arrival date.
- setArrivalTime(Instant) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the arrival date/time.
- setASDE(boolean) - Method in class org.deltava.beans.schedule.Airport
-
Sets whether this airport has ASDE-X radar.
- setAssignDate(Instant) - Method in class org.deltava.beans.assign.AssignmentInfo
-
Updates the Date this Assignment was assigned to a Pilot.
- setAssignedTo(int) - Method in class org.deltava.beans.help.Issue
-
Updates the database ID of the Issue assignee.
- setAssignedTo(int) - Method in class org.deltava.beans.system.Issue
-
Updates the database ID of this Issue's assignee.
- SetAssignment - Class in org.deltava.dao
-
A Data Access Object to create and update Flight Assignments.
- SetAssignment(Connection) - Constructor for class org.deltava.dao.SetAssignment
-
Initialize the Data Access Object.
- setAsync(boolean) - Method in class org.deltava.taglib.content.GoogleAnalyticsTag
-
Sets whether to load the API asynchronously.
- setAsync(boolean) - Method in class org.deltava.taglib.content.InsertJSTag
-
Sets whether the script should be loaded asynchronously.
- setATC1(Controller) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the controller on COM1.
- setATC2(Controller) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the controller on COM2.
- setATO(String, String) - Method in class org.deltava.beans.servinfo.PilotRating
-
Sets the Authorized Training Organizataion.
- setAttachment(DataSource) - Method in class org.deltava.mail.Mailer
-
Attaches a file to the message.
- setAttachment(DataSource) - Method in class org.deltava.mail.SMTPEnvelope
-
Adds an attachment to the envelope.
- setAttr(String) - Method in class org.deltava.taglib.content.RoleAttributeTag
-
Sets the request attribute name.
- setAttr(String) - Method in class org.deltava.taglib.layout.MenuTag
-
Sets the page attribute that stores whether a side menu is being rendered.
- setAttribute(int, boolean) - Method in class org.deltava.beans.flight.FlightReport
-
Set/Clear a particular attribute for this Flight Report.
- setAttribute(String, Object) - Method in class org.deltava.util.redirect.RequestContent
-
Adds a saved servlet request attribute.
- setAttribute(String, Object, Command.Scope) - Method in class org.deltava.commands.HTTPContext
-
Sets an attribute in a particular context.
- setAttribute(String, String) - Method in class org.deltava.taglib.XMLRenderer
-
Sets an element attribute.
- setAttributes(int) - Method in class org.deltava.beans.flight.FlightReport
-
Sets the attributes for this Flight Report.
- SetAuditLog - Class in org.deltava.dao
-
A Data Access Object to write the audit log for an object.
- SetAuditLog(Connection) - Constructor for class org.deltava.dao.SetAuditLog
-
Initializes the Data Access Object.
- setAuth(String) - Method in class org.deltava.beans.PushEndpoint
-
Updates the endpoint auth secret.
- setAuthentication(String, String) - Method in class org.deltava.dao.http.DAO
-
Sets an authentication request header.
- setAuthOnly(boolean) - Method in class org.deltava.taglib.content.GoogleCAPTCHATag
-
Sets whether to display for authenticated users only.
- setAuthOnly(boolean) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Sets whether to render the link for authenticated users only.
- setAuthor(String) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the aircraft author.
- setAuthorID(int) - Method in class org.deltava.beans.AbstractComment
- setAuthorID(int) - Method in class org.deltava.beans.academy.CourseProgress
- setAuthorID(int) - Method in class org.deltava.beans.acars.ACARSError
- setAuthorID(int) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Updates the Database ID of the user who created this connection.
- setAuthorID(int) - Method in class org.deltava.beans.acars.DispatchRoute
- setAuthorID(int) - Method in class org.deltava.beans.acars.DispatchScheduleEntry
-
Updates the Dispatcher ID.
- setAuthorID(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the Pilot ID for the flight.
- setAuthorID(int) - Method in class org.deltava.beans.acars.TextMessage
- setAuthorID(int) - Method in class org.deltava.beans.acars.Warning
- setAuthorID(int) - Method in class org.deltava.beans.assign.CharterRequest
- setAuthorID(int) - Method in class org.deltava.beans.AuditLog
- setAuthorID(int) - Method in interface org.deltava.beans.AuthoredBean
-
Updates the author of this bean.
- setAuthorID(int) - Method in class org.deltava.beans.cooler.Message
-
Updates the author of this Message.
- setAuthorID(int) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates the database ID of the first Person to post to this thread.
- setAuthorID(int) - Method in class org.deltava.beans.cooler.ThreadUpdate
- setAuthorID(int) - Method in class org.deltava.beans.econ.FlightEliteScore
- setAuthorID(int) - Method in class org.deltava.beans.Feedback
- setAuthorID(int) - Method in class org.deltava.beans.fleet.FileEntry
-
Updates the ID of the contributor.
- setAuthorID(int) - Method in class org.deltava.beans.fleet.Resource
- setAuthorID(int) - Method in class org.deltava.beans.flight.FlightHistoryEntry
- setAuthorID(int) - Method in class org.deltava.beans.flight.FlightReport
- setAuthorID(int) - Method in class org.deltava.beans.gallery.Image
-
Updates the Author of this Image.
- setAuthorID(int) - Method in class org.deltava.beans.help.Issue
- setAuthorID(int) - Method in class org.deltava.beans.hr.ApplicantData
- setAuthorID(int) - Method in class org.deltava.beans.hr.Application
- setAuthorID(int) - Method in class org.deltava.beans.hr.Comment
- setAuthorID(int) - Method in class org.deltava.beans.hr.NominationComment
- setAuthorID(int) - Method in class org.deltava.beans.hr.Profile
- setAuthorID(int) - Method in class org.deltava.beans.News
- setAuthorID(int) - Method in class org.deltava.beans.schedule.ScheduleSourceHistory
- setAuthorID(int) - Method in class org.deltava.beans.stats.PerformanceMetrics
- setAuthorID(int) - Method in class org.deltava.beans.StatusUpdate
- setAuthorID(int) - Method in class org.deltava.beans.system.Issue
- setAuthorID(int) - Method in class org.deltava.beans.testing.Test
- setAuthorName(String) - Method in class org.deltava.beans.cooler.SearchCriteria
- setAutoComplete(boolean) - Method in class org.deltava.taglib.html.InputTag
-
Disables or enables autocomplete support for this field.
- setAutoEnroll(boolean) - Method in class org.deltava.beans.academy.Certification
-
Updates whether students are automatically enrolled in this Course.
- setAutofill(String) - Method in class org.deltava.taglib.html.InputTag
-
Sets the autofill token for this field.
- setAutoImport(boolean) - Method in class org.deltava.beans.schedule.ScheduleSourceInfo
-
Sets the last import as an automatic schedule import.
- setAutopilotType(AutopilotType) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft autopilot type.
- setAutopilotType(AutopilotType) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the autopilot type used in the aircraft.
- setAutoReject(boolean) - Method in class org.deltava.beans.Applicant
-
Updates whether this Applicant was automatically rejected due to CAPTCHA issues.
- setAutoReuse(boolean) - Method in class org.deltava.beans.hr.Profile
-
Updates whether this profile should be automatically submitted for future opportunities.
- setAutoScored(boolean) - Method in class org.deltava.beans.testing.Examination
-
Updates whether this Examination was automatically scored.
- setAux(boolean) - Method in class org.deltava.beans.navdata.FIR
-
Sets whether this is an Auxilliary sector.
- setAverage(double) - Method in class org.deltava.beans.acars.FrameRates
-
Updates the average frame rate.
- setAverage(double) - Method in class org.deltava.beans.stats.PerformanceMetrics
-
Updates the average value.
- setAverageDistance(double) - Method in class org.deltava.beans.stats.LandingStatistics
-
Updates the average threshold displacement.
- setAverageFrameRate(double) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the average simulator frame rate for this flight.
- setAverageScore(double) - Method in class org.deltava.beans.stats.LandingStatistics
-
Updates the average landing score.
- setAverageSpeed(double) - Method in class org.deltava.beans.stats.LandingStatistics
-
Updates the average touchdown speed.
- setAvgBackEndTime(int) - Method in class org.deltava.beans.stats.CommandStatsEntry
-
Updates the average back-end data source usage for this Command.
- setAvgTime(int) - Method in class org.deltava.beans.stats.CommandStatsEntry
-
Updates the average execution time of this Command.
- setBackEndTime(long) - Method in class org.deltava.beans.stats.HTTPStatistics
-
Updates the total database time.
- setBackEndTime(long) - Method in class org.deltava.beans.system.CommandLog
-
Updates the time spent accessing the database.
- setBackEndTime(long) - Method in class org.deltava.commands.CommandResult
-
Set the total back-end usage time for this Command.
- setBaggageWeight(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the total baggage weight for this flight.
- setBagWeight(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the per-passenger baggage weight for this flight.
- setBandwidth(long) - Method in class org.deltava.beans.stats.HTTPStatistics
-
Updates the total bandwidth used.
- setBank(double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's bank angle.
- setBannerWidth(int) - Method in class org.deltava.beans.News
-
Updates the width of the banner image.
- setBase(int, String) - Method in class org.deltava.beans.econ.EliteScorer
-
Adds a conditional entry to the flight score.
- setBaseFuel(int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft's base fuel load.
- setBaseFuel(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the base fuel load.
- setBasePlanURL(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the base Flight Plan URL.
- setBbCode(boolean) - Method in class org.deltava.taglib.format.MessageFormatTag
-
Sets whether BBCodes are to be translated.
- setBeta(int) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the ACARS Client beta version that generated this error.
- setBeta(int) - Method in class org.deltava.beans.acars.ACARSLogEntry
- setBeta(int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the ACARS beta build number.
- setBlocked(int) - Method in class org.deltava.beans.stats.APIUsage
-
Updates the number of blocked API invocations.
- setBlocking(int, int) - Method in class org.deltava.beans.system.RateLimiter
-
Sets whether the rate limiter should block high-volume clients.
- setBoardTime(int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the amount of time spent loading passengers/cargo.
- setBody(String) - Method in class org.deltava.beans.AbstractComment
-
Updates the body text of this Comment.
- setBody(String) - Method in class org.deltava.beans.cooler.Message
-
Updates this message's content.
- setBody(String) - Method in class org.deltava.beans.help.Issue
-
Updates the Issue body text.
- setBody(String) - Method in class org.deltava.beans.help.ResponseTemplate
-
Updates the response body.
- setBody(String) - Method in class org.deltava.beans.hr.ApplicantData
-
Updates the profile body.
- setBody(String) - Method in class org.deltava.beans.hr.Comment
-
Updates the comment body.
- setBody(String) - Method in class org.deltava.beans.hr.NominationComment
-
Updates the comment body.
- setBody(String) - Method in class org.deltava.beans.News
-
Updates this entry's body content.
- setBody(String) - Method in class org.deltava.beans.Staff
-
Sets the Staff Member's biography.
- setBody(String) - Method in class org.deltava.beans.system.MessageTemplate
-
Updates the body of this message template.
- setBody(String) - Method in class org.deltava.mail.MessageContext
-
Sets the message body to use, if no template is used.
- setBody(String) - Method in class org.deltava.mail.SMTPEnvelope
-
Sets the message body.
- setBody(String) - Method in class org.deltava.mail.VAPIDEnvelope
-
Updates the message body.
- setBody(JSONObject) - Method in class org.deltava.service.aws.SNSPayload
-
Updates the message payload.
- setBonus(boolean) - Method in class org.deltava.beans.econ.EliteScoreEntry
-
Updates whether this is a bonus point entry.
- setBonusFactor(float) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates the bonus factor to be applied to points earned on a flight when the pilot is at this level.
- setBorder(int) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the BORDER value for this table.
- setBorder(Collection<GeoLocation>) - Method in class org.deltava.beans.navdata.Airspace
-
Sets the airspace boundary.
- setBridgeInfo(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the user's simulator bridge version.
- setBridgeVersion(String) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the version of the Brdige used by the client.
- setBriefing(Briefing) - Method in class org.deltava.beans.event.Event
-
Updates the briefing for this Online Event.
- setBucket(Object...) - Method in class org.deltava.dao.jedis.JedisDAO
-
Sets the Redis bucket to store in.
- setBucket(String) - Method in class org.deltava.beans.acars.ArchiveMetadata
-
Updates the data file bucket name.
- setBufferSize(int) - Method in class org.deltava.crypt.MessageDigester
-
Updates the buffer size.
- setBufferSize(int) - Method in class org.deltava.dao.file.DAO
-
Sets the buffer size for the connection.
- setBusy(boolean) - Method in class org.deltava.beans.acars.ACARSMapEntry
-
Marks the user as Busy.
- setBytes(long, long) - Method in class org.deltava.beans.acars.Bandwidth
-
Updates the bandwidth during the window.
- setBytesSaved(long) - Method in class org.deltava.beans.acars.Bandwidth
-
Updates the number of bytes saved by data compession
- SetCachedRoutes - Class in org.deltava.dao
-
A Data Access Object to saved cached flight routes to the database.
- SetCachedRoutes(Connection) - Constructor for class org.deltava.dao.SetCachedRoutes
-
Initializes the Data Access Object.
- setCacheKey(Object) - Method in class org.deltava.beans.navdata.NavigationDataMap
-
Sets this bean's cache key.
- setCallback(String) - Method in class org.deltava.taglib.googlemap.InsertGoogleAPITag
-
Sets the JavaScript callback function to be called when the Google Maps API has completed loading.
- setCallsign(String) - Method in class org.deltava.beans.servinfo.ConnectedUser
-
Updates the user's callsign.
- setCallsign(String) - Method in class org.deltava.beans.servinfo.Controller
- setCanPurge(boolean) - Method in class org.deltava.beans.navdata.TerminalRoute
-
Updates whether this route can be purged from the database.
- setCanSignup(boolean) - Method in class org.deltava.beans.event.Event
-
Updates the signup available flag for this Online Event.
- setCanTransfer(boolean) - Method in class org.deltava.beans.system.AirlineInformation
-
Updates whether Pilots can be transferred into this Airline.
- setCapabilities(long) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Sets aircraft/sim capabilities flags.
- setCaptEQType(String) - Method in class org.deltava.beans.flight.FlightReport
-
Sets if this Flight counts towards promotion in a particular equipment program.
- setCaptEQType(Collection<String>) - Method in class org.deltava.beans.flight.FlightReport
-
Sets if this Flight counts towards promotion in a particular equipment program.
- setCaption(String) - Method in class org.deltava.taglib.html.ImageTag
-
Sets the alternate caption for this image.
- setCargoWeight(int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the cargo weight.
- setCargoWeight(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the additional cargo weight for this flight.
- setCategory(String) - Method in class org.deltava.beans.fleet.FileEntry
-
Updates the file category.
- setCategory(String) - Method in class org.deltava.beans.fleet.Newsletter
-
Updates the newsletter category.
- setCategory(String) - Method in class org.deltava.beans.fleet.Resource
-
Updates the category of this Resource.
- setCategorySQL(String) - Method in class org.deltava.dao.GetPerformance
-
Sets the SQL used to generate the category.
- setCC(EMailAddress) - Method in class org.deltava.mail.Mailer
-
Adds an individual to the CC list of this message.
- setCenter(GeoLocation) - Method in class org.deltava.taglib.googlemap.StaticMapTag
-
Updates the map center.
- setCertification(Certification) - Method in class org.deltava.security.command.CourseAccessControl
-
Sets the Certification, used for validating Online courses.
- setCertifications(Collection<String>) - Method in class org.deltava.beans.academy.TrainingVideo
-
Resets and updates the list of Flight Academy certifications associated with this video.
- setCG(double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the aircraft's center of gravity.
- setChallengeTime(Instant) - Method in class org.deltava.beans.system.CAPTCHAResult
-
Updates the date/time of the challenge.
- setChannel(int, String) - Method in class org.deltava.dao.SetCoolerMessage
-
Changes the Channel for a Message Thread.
- setChannel(String) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates this thread's Channel.
- setChannel(String) - Method in class org.deltava.beans.cooler.SearchCriteria
- SetChart - Class in org.deltava.dao
-
A Data Access Object to write Approach Charts.
- SetChart(Connection) - Constructor for class org.deltava.dao.SetChart
-
Initializes the Data Access Object.
- setCheckDispatchRoutes(boolean) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Checks whether route pairs have Dispatch routes associated with them.
- setChecked(boolean) - Method in class org.deltava.taglib.html.SingleTag
-
Sets if the checkbox is selected.
- setChecked(Collection<Object>) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the selected value(s) of this element.
- setCheckRide(boolean) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates whether the pilot is flying a check ride.
- setCheckRideSubmitted(boolean) - Method in class org.deltava.beans.hr.TransferRequest
-
Updates whether the associated Check Ride has been submitted
- setChildText(Element, String, String) - Static method in class org.deltava.util.XMLUtils
-
Updates a child element's text.
- setChoices(Collection<String>) - Method in class org.deltava.beans.stats.Accomplishment
-
Updates the choices for this Accomplishment.
- setChoices(Collection<String>) - Method in class org.deltava.beans.testing.MultiChoiceQuestionProfile
-
Clears and updates the list of available choices.
- setCity(String) - Method in class org.deltava.beans.stats.GeocodeResult
-
Sets the city name.
- setCity(String) - Method in class org.deltava.beans.system.IPBlock
-
Updates the city associated with this address block.
- setCityName(String) - Method in class org.deltava.beans.system.IPLocation
-
Updates the city name.
- setClasses(String) - Method in class org.deltava.taglib.view.LegendTag
-
Sets the CSS class names for each legend entry table cell.
- setClassName(String) - Method in class org.deltava.taglib.content.EnumTag
-
Sets the Enumeration class name.
- setClassName(String) - Method in class org.deltava.taglib.format.AccomplishmentFormatTag
-
Sets the CSS class name to use when displaying this Accomplishment.
- setClassName(String) - Method in class org.deltava.taglib.format.DateFormatTag
-
Updates the CSS class for this formatted date/time.
- setClassName(String) - Method in class org.deltava.taglib.format.DurationFormatTag
-
Updates the CSS class for this formatted date/time.
- setClassName(String) - Method in class org.deltava.taglib.format.EliteFormatTag
-
Updates the CSS class for this formatted level name.
- setClassName(String) - Method in class org.deltava.taglib.format.EliteLifetimeFormatTag
-
Updates the CSS class for this formatted level name.
- setClassName(String) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets the completed progress bar CSS class name.
- setClassName(String) - Method in class org.deltava.taglib.format.GeoFormatTag
-
Updates the CSS class for this formatted number.
- setClassName(String) - Method in class org.deltava.taglib.format.HexFormatTag
-
Updates the CSS class for this formatted number.
- setClassName(String) - Method in class org.deltava.taglib.format.NumberFormatTag
-
Updates the CSS class for this formatted number.
- setClassName(String) - Method in class org.deltava.taglib.format.TextFormatTag
-
Updates the CSS class for this formatted number.
- setClassName(String) - Method in class org.deltava.taglib.googlemap.LegendTag
-
Sets the CSS class name for the marker legend.
- setClassName(String) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the CSS class name for the checkbox/radio text .
- setClassName(String) - Method in class org.deltava.taglib.html.ElementTag
-
Sets the CSS class name of this HTML element.
- setClassName(String) - Method in class org.deltava.taglib.html.EMailLinkTag
-
Updates the CSS class to format the label with.
- setClassName(String) - Method in class org.deltava.taglib.html.SingleTag
-
Sets the CSS class name for the checkbox label text .
- setClassName(String) - Method in class org.deltava.taglib.layout.RegionTag
-
Sets the CSS class name(s) of the Region element.
- setClassName(String) - Method in class org.deltava.taglib.view.LegendTag
-
Sets the CSS class name for the legend text.
- setClientBuild(int) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the ACARS Client build that generated this error.
- setClientBuild(int) - Method in class org.deltava.beans.acars.ACARSLogEntry
- setClientBuild(int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the ACARS client build number.
- setClientBuild(int, int) - Method in class org.deltava.beans.acars.ACARSMapEntry
-
Sets the ACARS client version used.
- setClientType(ClientType) - Method in class org.deltava.beans.acars.ACARSError
-
Sets the ACARS client type.
- setClientType(ClientType) - Method in class org.deltava.beans.acars.ClientInfo
-
Updates the client type.
- setClimbPhase(XAFlightInfo.ClimbPhase) - Method in class org.deltava.beans.acars.XAFlightInfo
-
Updates the climb phase.
- setClosesOn(Instant) - Method in class org.deltava.beans.hr.JobPosting
-
Sets the date this posting closes.
- setCLRVersion(String) - Method in class org.deltava.beans.acars.ACARSError
-
Sets the .NET CLR version.
- setCLRVersion(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the Microsoft .NET Common Language Runtime version.
- setCmd(String) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the command name to use when scrolling the view.
- setCmd(String) - Method in class org.deltava.taglib.view.TableTag
-
Sets the Web Site Command to execute when scrolling through the view.
- setCode(char) - Method in class org.deltava.beans.navdata.ATIS
-
Updates the ATIS code.
- setCode(String) - Method in class org.deltava.beans.academy.Certification
-
Updates the Certification code.
- setCode(String) - Method in class org.deltava.beans.academy.Course
-
Updates the Certification code.
- setCode(String) - Method in class org.deltava.beans.econ.EliteLifetime
-
Updates the abbreviation of this status level.
- setCode(String) - Method in class org.deltava.beans.fleet.Installer
-
Updates this installer's equipment type code (eg.
- setCode(String) - Method in class org.deltava.beans.navdata.Airway
-
Updates the Airway code.
- setCode(String) - Method in class org.deltava.beans.navdata.NavigationDataBean
-
Updates the object's code.
- setCode(String) - Method in class org.deltava.beans.schedule.Airline
-
Updates the Airline's primary code.
- setCode(String) - Method in class org.deltava.beans.schedule.SelectCall
-
Updates the aircraft's SELCAL code.
- setCode(String) - Method in class org.deltava.taglib.format.AirportFormatTag
-
Sets the code type to display.
- setCode(String) - Method in class org.deltava.taglib.html.SignatureTag
-
Sets the Airline to pull the signature from.
- setCodes(Collection<String>) - Method in class org.deltava.beans.schedule.Airline
-
Clears and updates the list of alternate airline codes.
- setCodeShare(String) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
If this is a codeshare flight, the flight code of the operator's flight.
- setCodeshareCodes(Collection<String>) - Method in class org.deltava.dao.file.GetFullSchedule
-
Sets code share airline codes.
- setCollectComments(boolean) - Method in class org.deltava.util.ImageInfo
-
Specify whether textual comments are supposed to be extracted from input.
- setColor(int) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates the color used to display this level.
- setColor(int) - Method in class org.deltava.beans.stats.Accomplishment
-
Updates the color used to display this Accomplishment.
- setColor(int) - Method in class org.deltava.taglib.layout.MenuItemTag
-
Sets the background color of the menu title.
- setColor(String) - Method in class org.deltava.beans.schedule.Airline
-
Updates the color used when displaying this Airline's routes and destinations in a Google Map.
- setColor(String) - Method in class org.deltava.taglib.googlemap.LegendTag
-
Sets the marker color.
- setColor(String) - Method in class org.deltava.taglib.googlemap.LineTag
-
Sets the line's color.
- setColor(String) - Method in class org.deltava.taglib.googlemap.MarkerArrayTag
-
Sets the icon color for these markers.
- setColor(String) - Method in class org.deltava.taglib.googlemap.MarkerTag
-
Sets the icon color for this marker.
- setColorDepth(int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the screen color depth.
- setCols(int) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the width of the field in columns; afterwards the separator will be outputted.
- setCOM1(String) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the COM1 radio frequency.
- setCOM2(String) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the COM2 radio frequency.
- setCombo(String) - Method in class org.deltava.taglib.html.AirportCodeTag
-
Sets the airport selection combobox name.
- setComment(String) - Method in class org.deltava.beans.servinfo.Server
-
Updates the server comment.
- setCommentCount(int) - Method in class org.deltava.beans.help.Issue
-
Updates the number of Comments for this Issue.
- setCommentCount(int) - Method in class org.deltava.beans.hr.Nomination
-
Updates the number of comments on this Nomination
- setCommentCount(int) - Method in class org.deltava.beans.system.Issue
-
Updates the number of comments for this Issue.
- setComments(String) - Method in class org.deltava.beans.academy.InstructionBusy
-
Updates the remarks for this busy time.
- setComments(String) - Method in class org.deltava.beans.academy.InstructionFlight
-
Updates this flight's comments.
- setComments(String) - Method in class org.deltava.beans.academy.InstructionSession
-
Updates the remarks for this Session.
- setComments(String) - Method in class org.deltava.beans.acars.DispatchScheduleEntry
-
Updates the dispatcher comments.
- setComments(String) - Method in class org.deltava.beans.Applicant
-
Updates the Applicant comments.
- setComments(String) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the request comments.
- setComments(String) - Method in class org.deltava.beans.Feedback
-
Updates the feedback comments.
- setComments(String) - Method in class org.deltava.beans.flight.FlightReport
-
Sets the disposition comments for this Flight Report.
- setComments(String) - Method in class org.deltava.beans.schedule.FlightRoute
-
Updates the dispatcher comments.
- setComments(String) - Method in class org.deltava.beans.servinfo.Pilot
-
Updates the Pilot's flight plan comments.
- setComments(String) - Method in class org.deltava.beans.system.BlacklistEntry
-
Updates the blacklist entry comments.
- setComments(String) - Method in class org.deltava.beans.testing.Test
-
Updates the Examination comments.
- setComparisonType(int) - Method in class org.deltava.comparators.AbstractComparator
-
Sets the comparison type.
- setComparisonType(String) - Method in class org.deltava.comparators.AbstractComparator
-
Sets the comparison type.
- setComplete(boolean) - Method in class org.deltava.beans.academy.CourseProgress
-
Updates whether this requirement has been completed.
- setCompletedOn(Instant) - Method in class org.deltava.beans.academy.CourseProgress
-
Updates the complation date of this requirement.
- setCompletionDate(Instant) - Method in class org.deltava.beans.assign.AssignmentInfo
-
Updates the Date this Assignment was completed.
- setCompressed(boolean) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Marks this connection as compressed.
- setCompression(Compression) - Method in class org.deltava.beans.acars.ArchiveMetadata
-
Updates the compression method used for this archive.
- setCompression(Compression...) - Method in class org.deltava.dao.http.DAO
-
Updates the allowed compression for this request.
- setConnection(Connection) - Method in class org.deltava.security.SQLAuthenticator
-
Provides the JDBC connection for this Authenticator to use.
- setConnection(Authenticator...) - Method in class org.deltava.security.MultiAuthenticator
-
Checks if authenticators are a
SQLAuthenticator
and if so passes in an explicit Connection to use. - setConnectionID(long) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Updates the ACARS connection ID.
- setConnections(int) - Method in class org.deltava.beans.acars.Bandwidth
-
Updates the number of connections during the window.
- setConnections(int) - Method in class org.deltava.beans.servinfo.Server
-
Updates the number of connections to this FSD server.
- setConnectionsAllowed(boolean) - Method in class org.deltava.beans.servinfo.Server
-
Updates whether new connections to this FSD server are permitted.
- setConnectTimeout(int) - Method in class org.deltava.dao.http.DAO
-
Sets the HTTP connect timeout.
- setConst(boolean) - Method in class org.deltava.taglib.JSTag
-
Marks the JavaScript variable as a constnt.
- setContentClass(String) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the CSS class name for the view table content bar.
- setContentType(String) - Method in class org.deltava.mail.SMTPEnvelope
-
Sets the message content type.
- setContentType(String) - Method in class org.deltava.service.ServiceContext
-
Helper method to set the content type.
- setContentType(String, String) - Method in class org.deltava.service.ServiceContext
-
Helper method to set the content type and output encoding.
- setContentWarning(boolean) - Method in class org.deltava.beans.cooler.Message
-
Toggles the content warning flag for this message.
- setContext(MessageContext) - Method in class org.deltava.mail.Mailer
-
Sets the messaging context used to generate e-mail messages.
- setConvertID(boolean) - Method in class org.deltava.taglib.content.CanonicalLinkTag
-
Sets whether to convert numeric ID parameters to hexadecimal.
- SetCoolerChannel - Class in org.deltava.dao
-
A Data Access Object to write Water Cooler Channel Profiles.
- SetCoolerChannel(Connection) - Constructor for class org.deltava.dao.SetCoolerChannel
-
Initialize the Data Access Object.
- SetCoolerLinks - Class in org.deltava.dao
-
A Data Access Object to write and update Water Cooler image URLs.
- SetCoolerLinks(Connection) - Constructor for class org.deltava.dao.SetCoolerLinks
-
Initializes the Data Access Object.
- SetCoolerMessage - Class in org.deltava.dao
-
A Data Access Object to handle writing Water Cooler message threads and posts.
- SetCoolerMessage(Connection) - Constructor for class org.deltava.dao.SetCoolerMessage
-
Initializes the Data Access Object.
- SetCoolerNotification - Class in org.deltava.dao
-
A Data Access Object to update Water Cooler thread notification entries.
- SetCoolerNotification(Connection) - Constructor for class org.deltava.dao.SetCoolerNotification
-
Initializes the Data Access Object.
- setCores(int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the number of CPU cores.
- setCorrect(boolean) - Method in class org.deltava.beans.testing.Question
-
Marks a Question as correctly answered.
- setCorrectAnswer(String) - Method in class org.deltava.beans.testing.MultiChoiceQuestionProfile
-
Sets the correct answer to this question.
- setCorrectAnswer(String) - Method in class org.deltava.beans.testing.Question
-
Sets the correct answer to this Question.
- setCorrectAnswers(int) - Method in class org.deltava.beans.testing.QuestionProfile
-
Updates the total number of times this Question has been answered correctly.
- setCount(int) - Method in class org.deltava.beans.stats.CommandStatsEntry
-
Updates the execution count for this Command.
- setCount(int) - Method in class org.deltava.beans.stats.EventStats
-
Updates the number of Online Events within this period.
- setCount(int) - Method in class org.deltava.beans.stats.MembershipTotals
- setCount(long) - Method in class org.deltava.beans.acars.TaskTimerData
-
Updates the execution count.
- setCount(long) - Method in class org.deltava.beans.stats.PerformanceMetrics
-
Updates the category count.
- setCountry(String) - Method in class org.deltava.beans.stats.GeocodeResult
-
Sets the country name.
- setCountry(Country) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates what Country's airspace this entry is in.
- setCountry(Country) - Method in class org.deltava.beans.navdata.Airspace
-
Sets the nation containing this Airspace.
- setCountry(Country) - Method in class org.deltava.beans.schedule.Airport
-
Sets this airport's Country.
- setCountry(Country) - Method in class org.deltava.beans.system.IPBlock
-
Updates the country associated with this address block.
- setCountry(Country) - Method in class org.deltava.beans.system.IPLocation
-
Updates the country.
- setCountryCode(String) - Method in class org.deltava.beans.stats.GeocodeResult
-
Sets the country code.
- setCountryCode(String) - Method in class org.deltava.taglib.html.FlagTag
-
Set the country code for the flag to display.
- setCourseID(int) - Method in class org.deltava.beans.academy.CourseProgress
-
Updates the Course ID for this Progress entry.
- setCourseID(int) - Method in class org.deltava.beans.academy.InstructionFlight
-
Updates the the Flight Academy course associated with this flight.
- setCourseID(int) - Method in class org.deltava.beans.academy.InstructionSession
-
Updates the Flight Academy Course..
- setCourseID(int) - Method in class org.deltava.beans.testing.CheckRide
-
Updates the Flight Academy Course ID for this Check Ride.
- setCourseName(String) - Method in class org.deltava.beans.academy.InstructionFlight
-
Updates the the Flight Academy course associated with this flight.
- setCPID(int) - Method in class org.deltava.beans.EquipmentType
-
Update the database row ID of this program's Chief Pilot.
- setCPU(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the CPU information.
- setCPUSpeed(int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the CPU speed.
- setCRC32(long) - Method in class org.deltava.beans.acars.ArchiveMetadata
-
Updates the CRC32 value for the archived data.
- setCreated(Instant) - Method in class org.deltava.beans.system.BlacklistEntry
-
Updates the creation date of this blacklist entry.
- setCreatedOn(Instant) - Method in class org.deltava.beans.AbstractComment
-
Updates the creation date of this Comment.
- setCreatedOn(Instant) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the creation date of this error.
- setCreatedOn(Instant) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the creation date of this log entry.
- setCreatedOn(Instant) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the request creation date.
- setCreatedOn(Instant) - Method in class org.deltava.beans.cooler.Message
-
Updates the date/time the message was written.
- setCreatedOn(Instant) - Method in class org.deltava.beans.Feedback
-
Updates the feedback date.
- setCreatedOn(Instant) - Method in class org.deltava.beans.fleet.Resource
-
Updates the creation date of this Resource.
- setCreatedOn(Instant) - Method in class org.deltava.beans.gallery.Image
-
Updates the date this Image was created.
- setCreatedOn(Instant) - Method in class org.deltava.beans.help.Issue
-
Updates the creation date of this Issue.
- setCreatedOn(Instant) - Method in class org.deltava.beans.hr.ApplicantData
-
Updates the date this profile was updated.
- setCreatedOn(Instant) - Method in class org.deltava.beans.hr.Comment
-
Updates the creation datae of this comment.
- setCreatedOn(Instant) - Method in class org.deltava.beans.hr.JobPosting
-
Sets the date this posting was created.
- setCreatedOn(Instant) - Method in class org.deltava.beans.hr.Nomination
-
Updates the date this nomination was created.
- setCreatedOn(Instant) - Method in class org.deltava.beans.hr.NominationComment
-
Updates the comment creation date.
- setCreatedOn(Instant) - Method in class org.deltava.beans.Person
-
Update this Person's createdOn date/time
- setCreatedOn(Instant) - Method in class org.deltava.beans.PushEndpoint
-
Updates the creation date of this endpoint.
- setCreatedOn(Instant) - Method in class org.deltava.beans.schedule.FlightRoute
-
Updates the creation date of this route.
- setCreatedOn(Instant) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the generation date of this package.
- setCreatedOn(Instant) - Method in class org.deltava.beans.system.Issue
-
Updates the creation date/time of this Issue.
- setCredentials(String, String) - Method in class org.deltava.util.ftp.FTPCache
-
Sets the credentials used to connect to the remote FTP server.
- setCruiseAltitude(String) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the cruise altitude for this dispatch log entry.
- setCruiseAltitude(String) - Method in class org.deltava.beans.schedule.FlightRoute
-
Updates the cruise altitude for this route.
- setCruiseAltitude(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the cruise altitude.
- setCruiseAltitude(String) - Method in class org.deltava.util.flightplan.FlightPlanGenerator
-
Sets the cruise altitude for the flight.
- setCruiseSpeed(int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft's cruise speed.
- setCruseAltitude(String) - Method in class org.deltava.beans.acars.XAFlightInfo
-
Sets the cruising altitude.
- setCycle(String) - Method in class org.deltava.taglib.googlemap.InsertGoogleAPITag
-
Sets the Google Maps release cycle to use.
- setCycleLength(int) - Method in class org.deltava.beans.econ.EconomyInfo
-
Sets the yearly cycle length.
- setCyclesPerYear(double) - Method in class org.deltava.beans.econ.EconomyInfo
-
Sets the frequency of the yearly oscilation.
- setD(String) - Method in class org.deltava.taglib.format.DateFormatTag
-
Updates the date format pattern.
- setData(String) - Method in class org.deltava.beans.navdata.ATIS
-
Updates the ATIS data.
- setData(String) - Method in class org.deltava.beans.wx.WeatherDataBean
-
Updates the weather data.
- setDatabaseID(DatabaseID, int) - Method in class org.deltava.beans.flight.FlightReport
-
Sets the database row ID of a relatied database row.
- setDate(String) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the request attribute name for the current date.
- setDate(Instant) - Method in class org.deltava.beans.academy.InstructionFlight
-
Updates the date this flight was flown.
- setDate(Instant) - Method in class org.deltava.beans.acars.TakeoffLanding
-
Updates the takeoff/landing date.
- setDate(Instant) - Method in class org.deltava.beans.acars.Warning
-
Updates the date of the warning.
- setDate(Instant) - Method in class org.deltava.beans.AuditLog
-
Updates the entry creation date.
- setDate(Instant) - Method in class org.deltava.beans.cooler.ThreadUpdate
-
Updates the status update date.
- setDate(Instant) - Method in class org.deltava.beans.fleet.Newsletter
-
Updates the date the newsletter was published.
- setDate(Instant) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the date that this Flight was flown on.
- setDate(Instant) - Method in class org.deltava.beans.hr.TransferRequest
-
Updates the creation date of this Transfer Request.
- setDate(Instant) - Method in class org.deltava.beans.navdata.OceanicTrack
-
Updates the NOTAM effective date.
- setDate(Instant) - Method in class org.deltava.beans.News
-
Update the date of this entry.
- setDate(Instant) - Method in class org.deltava.beans.schedule.OceanicNOTAM
-
Updates the NOTAM effective date.
- setDate(Instant) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the Installation Date.
- setDate(Instant) - Method in class org.deltava.beans.StatusUpdate
-
Sets the date this update was created on.
- setDate(Instant) - Method in class org.deltava.beans.testing.Test
-
Updates this Examination's date.
- setDate(Instant) - Method in class org.deltava.beans.wx.WeatherDataBean
-
Sets the effective date of this weather data.
- setDate(Temporal) - Method in class org.deltava.taglib.format.DateFormatTag
-
Sets the date/time to display.
- setDate(ZonedDateTime) - Method in class org.deltava.taglib.format.JSDateTag
-
Sets the date/time to format.
- setDateFormat(String) - Method in class org.deltava.beans.Person
-
Updates the Person's preferred date format.
- setDayBarClass(String) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the CSS class name for the view table day bar.
- setDayFilter(int) - Method in class org.deltava.dao.GetFlightReportRecognition
-
Sets the maximum number of days in the past to include.
- setDayFilter(int) - Method in class org.deltava.dao.GetFlightReportStatistics
-
Sets the maximum number of days in the past to include.
- setDayMap(int) - Method in class org.deltava.beans.schedule.RawScheduleEntry
-
Sets the day of the week that this flight is operated on.
- setDB(String) - Method in class org.deltava.beans.system.AirlineInformation
-
Updates the Airline database name.
- setDB(String) - Method in class org.deltava.beans.UserData
-
Updates the database name.
- setDB(String) - Method in class org.deltava.jdbc.ConnectionContext
-
Updates the default database name.
- setDBName(String) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Updates the database to search.
- setDBRows(long) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of rows in all database tables.
- setDBSize(long) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total size of all database tables.
- setDeboardTime(int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the amount of time spent unloading passengers/cargo.
- setDebug(boolean) - Method in class org.deltava.beans.academy.AcademyHistoryHelper
-
Toggles the debugging log.
- setDefault(boolean) - Method in class org.deltava.beans.acars.Livery
-
Updates whether this is the default livery for the airline.
- setDefault(Object) - Method in class org.deltava.taglib.content.GetSystemDataTag
-
Sets the default value of the attribute, if the SystemData property is not found.
- setDefault(String) - Method in class org.deltava.taglib.format.DateFormatTag
-
Updates the text to display if the date is null.
- setDefault(String) - Method in class org.deltava.taglib.format.DurationFormatTag
-
Updates the text to display if the date is null.
- setDefault(String) - Method in class org.deltava.taglib.format.LandingScoreFormatTag
-
Updates the default to display if no score has been calculated.
- setDefault(String) - Method in class org.deltava.taglib.format.TextFormatTag
-
Sets the default value if the provided value is null.
- setDegraded(boolean) - Method in class org.deltava.beans.system.RequestCounter
-
Updates whether this request counter is in degraded status.
- setDelim(String) - Method in class org.deltava.taglib.format.ListFormatTag
-
Sets the delimiter for the list entries.
- setDelimValues(String) - Method in class org.deltava.taglib.html.FormElementTag
-
Sets multiple values for this input element.
- setDepartureLegs(int, int) - Method in class org.deltava.beans.schedule.ScheduleStatsEntry
-
Updates the number of departure flights.
- setDepartureTime(Instant) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the departure date/time.
- setDepartureTolerance(int) - Method in class org.deltava.beans.flight.OnTimeHelper
-
Sets the tolerance for finding a possible departure flight.
- setDescription(String) - Method in class org.deltava.beans.academy.Certification
-
Updates the certification description/instructions.
- setDescription(String) - Method in class org.deltava.beans.acars.Livery
-
Updates the livery description.
- setDescription(String) - Method in class org.deltava.beans.AuditLog
-
Updates the entry description.
- setDescription(String) - Method in class org.deltava.beans.cooler.Channel
-
Update the Channel description.
- setDescription(String) - Method in class org.deltava.beans.cooler.LinkedImage
-
Updates the Image Description.
- setDescription(String) - Method in class org.deltava.beans.cooler.ThreadUpdate
-
Updates the status update message.
- setDescription(String) - Method in class org.deltava.beans.fleet.LibraryEntry
-
Updates the description of this resource.
- setDescription(String) - Method in class org.deltava.beans.fleet.Resource
-
Updates the description of this Resource.
- setDescription(String) - Method in class org.deltava.beans.gallery.Image
-
Updates the Image's description.
- setDescription(String) - Method in class org.deltava.beans.hr.JobPosting
-
Updates the posting description.
- setDescription(String) - Method in class org.deltava.beans.PartnerInfo
-
Updates the partner description text.
- setDescription(String) - Method in class org.deltava.beans.StatusUpdate
-
Sets the description or comments for this status update.
- setDescription(String) - Method in class org.deltava.beans.system.Issue
-
Updates the description of this Issue.
- setDescription(String) - Method in class org.deltava.beans.system.MessageTemplate
-
Updates the description of this message template.
- setDescription(String) - Method in class org.deltava.beans.testing.CheckRideScript
-
Updates the check ride description.
- setDetermineImageNumber(boolean) - Method in class org.deltava.util.ImageInfo
-
Specify whether the number of images in a file is to be determined - default is
false
. - setDewPoint(int) - Method in class org.deltava.beans.wx.METAR
-
Updates the dew point.
- setDisabled(boolean) - Method in class org.deltava.beans.cooler.LinkedImage
-
Marks this Image Link as disabled.
- setDisabled(boolean) - Method in class org.deltava.taglib.html.ButtonTag
-
Marks this button as disabled.
- setDisabled(boolean) - Method in class org.deltava.taglib.html.InputTag
-
Marks this field as disabled.
- setDisabled(boolean) - Method in class org.deltava.taglib.html.SingleTag
-
Marks this button as disabled.
- setDisabled(boolean) - Method in class org.deltava.taglib.html.TextboxTag
-
Marks this textbox as disabled.
- setDispatchBuild(int) - Method in class org.deltava.beans.acars.DispatchRoute
-
Sets the build number of the dispatch client used to create this route.
- SetDispatchCalendar - Class in org.deltava.dao
-
A Data Access Object to write entries to the ACARS Dispatcher service calendar.
- SetDispatchCalendar(Connection) - Constructor for class org.deltava.dao.SetDispatchCalendar
-
Initializes the Data Access Object.
- setDispatcher(DispatchType) - Method in class org.deltava.beans.acars.FlightInfo
-
Marks this Flight as being planned by a Dispatcher.
- setDispatcher(DispatchType) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates whether the pilot is flying using a Dispatch-generated flight route.
- setDispatcherID(int) - Method in class org.deltava.beans.acars.DispatchLogEntry
- setDispatcherID(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the Disaptcher ID for the flight.
- setDispatchFlights(int) - Method in class org.deltava.beans.Pilot
-
Updates the number of flights the Pilot has dispactched as a Dispatcher.
- setDispatchHours(double) - Method in class org.deltava.beans.Pilot
-
Updates the number of hours spent providng Dispatch services.
- setDispatchLegs(int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the number of Dispatch legs linked to this entry.
- setDispatchLogID(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the Dispatch Log ID used in this flight.
- setDispatchOnly(Inclusion) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Includes only flights between airports that have a Dispatch route in the database.
- setDispatchRoutes(int) - Method in class org.deltava.beans.schedule.ScheduleSearchEntry
-
Updates the number of ACARS dispatch routes available between these airports.
- setDisplayPerEngineNX(boolean) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets whether to display per-engine N1/N2 values in the info box.
- setDisposalID(int) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the request disposal ID.
- setDisposedOn(Instant) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the request disposal date.
- setDisposedOn(Instant) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the date/time this Flight Report was approved or rejected on.
- setDistance(int) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates the total flight distance required for this level.
- setDistance(int) - Method in class org.deltava.beans.econ.EliteLifetime
-
Updates the number of lifetime flight distance required for this status.
- setDistance(int) - Method in class org.deltava.beans.econ.FlightEliteScore
-
Updates the great circle distance of this flight.
- setDistance(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Sets the distance of the flight.
- setDistance(int) - Method in class org.deltava.beans.stats.TouchdownData
-
Updates the touchdown distance from the threshold.
- setDistanceRange(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Sets the distance range of the flight.
- setDistanceStdDeviation(double) - Method in class org.deltava.beans.stats.LandingStatistics
-
Updates the standard deviation of threshold displacements.
- setDistanceType(DistanceUnit) - Method in class org.deltava.beans.Person
-
Updates the Person's preferred distance units.
- setDN(String) - Method in class org.deltava.beans.Person
-
Update the Person's directory name.
- setDomain(String) - Method in class org.deltava.beans.system.AirlineInformation
-
Updates the Airline domain name.
- setDomain(String) - Method in class org.deltava.beans.UserData
-
Sets the domain name of the database used to view the User's profile.
- setDomain(String) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Overrides the domain to use for the link.
- setDotNETVersion(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the Microsoft .NET Framework version.
- setDownloadCount(int) - Method in class org.deltava.beans.fleet.LibraryEntry
-
Updates the number of times this resource has been downloaded.
- setDuplicate(boolean) - Method in class org.deltava.beans.schedule.ValidationResult
- setDuration(Duration) - Method in class org.deltava.taglib.format.DurationFormatTag
-
Sets the duration to display.
- setDuration(Duration) - Method in class org.deltava.taglib.format.IntervalFormatTag
-
Sets the duration to render.
- setEffectiveDate(Instant) - Method in class org.deltava.beans.navdata.ATIS
-
Updates the effective date.
- setEffectiveDate(Instant) - Method in class org.deltava.beans.schedule.ScheduleSourceInfo
-
Updates the effective date of the last schedule filter using this source.
- setEffectiveDate(Instant) - Method in class org.deltava.dao.GetNavRoute
-
Sets the effective date when looking up Oceanic Tracks.
- setEffectiveDate(LocalDateTime) - Method in class org.deltava.dao.file.GetDeltaSchedule
-
Sets the flight schedule effective date.
- setEffectiveDate(LocalDateTime) - Method in class org.deltava.dao.file.GetRawPDFSchedule
-
Sets the flight schedule effective date.
- setEffectiveOn(Instant) - Method in class org.deltava.beans.econ.EliteLifetimeStatus
-
Returns the effective date of this status.
- setEffectiveOn(Instant) - Method in class org.deltava.beans.econ.EliteStatus
-
Returns the effective date of this status.
- SetElite - Class in org.deltava.dao
-
A Data Access Object to update Elite status level definitions.
- SetElite(Connection) - Constructor for class org.deltava.dao.SetElite
-
Initializes the Data Access Object.
- setEliteLevel(String, int) - Method in class org.deltava.beans.econ.FlightEliteScore
-
Updates the Pilot's Elite level at the time of this flight.
- setEliteStatus(EliteStatus) - Method in class org.deltava.beans.Pilot
-
Updates the Pilot's Elite program status.
- setEmail(String) - Method in class org.deltava.beans.Person
-
Update the Person's e-mail address.
- setEmail(String) - Method in class org.deltava.beans.system.EMailDelivery
-
Updates the receipient e-mail address.
- setEmailAccess(int) - Method in class org.deltava.beans.Person
-
Update the Person's e-mail address acess level.
- SetEMailDelivery - Class in org.deltava.dao
-
A Data Access Object to handle message delivery reports.
- SetEMailDelivery(Connection) - Constructor for class org.deltava.dao.SetEMailDelivery
-
Initializes the Data Access Object.
- setEmailInvalid(boolean) - Method in class org.deltava.beans.Person
-
Marks the email address as invalid.
- setEmpty(boolean) - Method in class org.deltava.beans.testing.Examination
-
Marks this Examination as having all blank answers.
- setEmpty(String) - Method in class org.deltava.taglib.format.DefaultMethodTag
-
Sets the text to render if the object is null.
- setEmpty(String) - Method in class org.deltava.taglib.format.ListFormatTag
-
Sets the value to display if the Collection is empty.
- setEnabled(boolean) - Method in class org.deltava.taskman.Task
-
Marks the Task as enabled to execute.
- setEndDate(Instant) - Method in class org.deltava.beans.academy.Course
-
Updates the completion date for this Course.
- setEndDate(Instant) - Method in class org.deltava.beans.stats.Tour
-
Updates the End date for this Tour.
- setEndDate(LocalDate) - Method in class org.deltava.beans.schedule.RawScheduleEntry
-
Updates the end of the operating range.
- setEndLocation(GeoLocation) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the final route position for this flight.
- setEndPage(int) - Method in class org.deltava.dao.file.GetPDFText
-
Updates the last page to extract.
- setEndTime(Instant) - Method in class org.deltava.beans.academy.InstructionBusy
-
Updates the end time for this busy period.
- setEndTime(Instant) - Method in class org.deltava.beans.academy.InstructionSession
-
Updates the end time for this Session.
- setEndTime(Instant) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Returns the date/time the connection was ended.
- setEndTime(Instant) - Method in class org.deltava.beans.acars.DispatchScheduleEntry
-
Updates the service end time.
- setEndTime(Instant) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the end date/time for this flight.
- setEndTime(Instant) - Method in class org.deltava.beans.event.Event
-
Updates the end time for this Online Event.
- setEndTime(Instant) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the end time of the flight.
- setEndTime(Instant) - Method in class org.deltava.beans.servinfo.NetworkOutage
-
Updates the end of the outage.
- setEngineCount(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the number of engines.
- setEngines(byte) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the number of engines on this aircraft.
- setEngineType(String) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft's engine type.
- setEnrouteFuel(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the enroute fuel load.
- setEntries(Collection<CalendarEntry>) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the entries to display in this calendar view table.
- setEntry(Object) - Method in class org.deltava.taglib.view.RowTag
-
Sets the entry to display in the table row.
- setEntry(LibraryEntry) - Method in class org.deltava.security.command.FleetEntryAccessControl
-
Updates the Fleet Entry to validate access to.
- setEntry(LibraryEntry) - Method in class org.deltava.security.command.ManualAccessControl
-
Updates the Fleet Entry to validate access to.
- setEquipment(String) - Method in class org.deltava.beans.acars.OfflineFlight
-
Updates the equipment type used on the Flight information report and Flight Report.
- setEquipmentCode(String) - Method in class org.deltava.beans.servinfo.Pilot
-
Updates the Pilot's equipment code.
- setEquipmentProgram(String) - Method in class org.deltava.beans.academy.Certification
-
Updates the equipment type program required for pre-requisite flights.
- setEquipmentType(String) - Method in class org.deltava.beans.academy.InstructionFlight
-
Updates the aircraft type used in this flight.
- setEquipmentType(String) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the equipment used in this dispatch log entry.
- setEquipmentType(String) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the aircraft used on this flight.
- setEquipmentType(String) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the requested equipment type.
- setEquipmentType(String) - Method in class org.deltava.beans.event.Signup
-
Updates the requested equipment type
- setEquipmentType(String) - Method in class org.deltava.beans.flight.LogbookSearchCriteria
-
Sets an equipment type for this search.
- setEquipmentType(String) - Method in class org.deltava.beans.Flight
-
Sets the equipment type for this flight.
- setEquipmentType(String) - Method in class org.deltava.beans.Person
-
Update the Person's Equipment Type.
- setEquipmentType(String) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
- setEquipmentType(String) - Method in class org.deltava.beans.schedule.SelectCall
-
Updates the aircraft equipment type.
- setEquipmentType(String) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the equipment program for this Check Ride.
- setEquipmentType(String) - Method in class org.deltava.beans.testing.EquipmentRideScript
-
Sets the aircraft type for this check ride script.
- setEquipmentType(String) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets the equipment program required to take this Examination.
- setEquipmentType(EquipmentType) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the equipment program and stage for this Check Ride.
- SetEquipmentType - Class in org.deltava.dao
-
A Data Access Object to write Equipment Profiles.
- SetEquipmentType(Connection) - Constructor for class org.deltava.dao.SetEquipmentType
-
Initialze the Data Access Object.
- setEquipmentTypes(Collection<String>) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Updates the equipment types to search with.
- setEquipmentTypes(Collection<EquipmentType>) - Method in class org.deltava.beans.testing.TestingHistoryHelper
-
Initializes the collection of Equipment programs.
- setErrors(int) - Method in class org.deltava.beans.acars.Bandwidth
-
Updates the number of errors during the window.
- setETOPS(ETOPS) - Method in class org.deltava.beans.schedule.AircraftPolicyOptions
-
Updates whether this aircraft is ETOPS-rated.
- setETOPS(ETOPS) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the route's ETOPS rating.
- setETOPSMidpoint(GeoLocation) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Sets the ETOPS equal time midpoint.
- SetEvent - Class in org.deltava.dao
-
A Data Access Object to write Online Event data.
- SetEvent(Connection) - Constructor for class org.deltava.dao.SetEvent
-
Initialize the Data Access Object.
- setEventHours(double) - Method in class org.deltava.beans.Pilot
-
Updates this Pilot's logged hours as part of an Online Event.
- setEventID(int) - Method in class org.deltava.beans.assign.AssignmentInfo
-
Sets the associated Online Event for this Assignment.
- setEventLegs(int) - Method in class org.deltava.beans.Pilot
-
Updates the number of flight legs flown as part of an Online Event.
- setEventSignups(int) - Method in class org.deltava.beans.Pilot
-
Updates the number of times this Pilot has signed up for an Online Event.
- setEventSupport(boolean) - Method in class org.deltava.taglib.content.GoogleAnalyticsTag
-
Sets if event support functionality should be enabled on this page.
- SetExam - Class in org.deltava.dao
-
A Data Access Object to write Pilot Examinations and Check Rides to the database.
- SetExam(Connection) - Constructor for class org.deltava.dao.SetExam
-
Initialize the Data Access Object.
- setExamName(String) - Method in class org.deltava.beans.academy.CertificationRequirement
-
Sets the examination associated with this certification requirement.
- setExamNames(Rank, Collection<String>) - Method in class org.deltava.beans.EquipmentType
-
Set the examinations required for promotion into a particular rank.
- SetExamProfile - Class in org.deltava.dao
-
A Data Access Object for writing Examination Profiles and Check Ride scripts.
- SetExamProfile(Connection) - Constructor for class org.deltava.dao.SetExamProfile
-
Initialize the Data Access Object.
- SetExamQuestion - Class in org.deltava.dao
-
A Data Access Object to write Examination Question profiles to the database.
- SetExamQuestion(Connection) - Constructor for class org.deltava.dao.SetExamQuestion
-
Initializes the Data Access Object.
- setExams(Collection<String>) - Method in class org.deltava.beans.academy.Certification
-
Clears and Updates the list of requirement Examinations.
- setExams(Collection<String>) - Method in class org.deltava.beans.testing.QuestionProfile
-
Links this Question to a number of Examinations.
- setException(Throwable) - Method in class org.deltava.taglib.format.StackDumpFormatTag
-
Sets the exception to display.
- setExclude(String) - Method in class org.deltava.taglib.content.EnumTag
-
Sets the name of the enumeration entries to exclude.
- setExcludeHistoric(Inclusion) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Excludes historic flights form the search.
- setExclusion(boolean) - Method in class org.deltava.beans.navdata.Airspace
-
Sets whether this is an exclusion zone of an existing Airspace.
- setExecutionTime(long) - Method in class org.deltava.beans.stats.HTTPStatistics
-
Updates the total serving time.
- setExpiration(int) - Method in class org.deltava.util.cache.ExpiringCache
-
Sets the cache's expiration interval.
- setExpirationDate(Instant) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the expiration date for this Check Ride.
- setExpirationTime(Instant) - Method in class org.deltava.mail.VAPIDEnvelope
-
Updates the expiration time of this Envelope within the VAPID service.
- setExpires(int) - Method in class org.deltava.taglib.content.ExpirationTag
-
Sets the expiration time.
- setExpiry(int) - Method in class org.deltava.commands.HTTPContext
-
Sets an Expires header on the response.
- setExpiry(int) - Method in class org.deltava.dao.jedis.JedisDAO
-
Sets the expiration date/time.
- setExpiryDate(Instant) - Method in class org.deltava.beans.testing.Examination
-
Updates the expiration date of this Examination.
- setExpiryDate(Instant) - Method in class org.deltava.security.SecurityCookieData
-
Sets the expiry date of the security cookie.
- setExpiryTime(int) - Method in class org.deltava.util.cache.CacheConfig
-
Sets the cache expiration time.
- setExternal(boolean) - Method in class org.deltava.taglib.html.LinkTag
-
Marks this link as an external link.
- setExternalID(String) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Sets the external flight ID, for use by third-party clients such as simFDR.
- setExternalID(String) - Method in class org.deltava.beans.schedule.ExternalChart
-
Updates the external provider's ID for the chart.
- setExternalID(ExternalID, String) - Method in class org.deltava.beans.Person
-
Update this Person's Instant Messaging handle.
- setFacility(Facility) - Method in class org.deltava.beans.servinfo.Controller
-
Sets the Controller's facility type.
- setFamily(String) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft family code, using for multi-player fallback rendering.
- setFAQ(boolean) - Method in class org.deltava.beans.help.Issue
-
Marks the Issue as part of the FAQ.
- setFAQ(boolean) - Method in class org.deltava.beans.help.IssueComment
-
Updates whether this Comment is an FAQ answer.
- setFDE(String) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the FDE used for this flight.
- setFDR(Recorder) - Method in class org.deltava.beans.acars.FlightInfo
-
Sets the Flight Data Recorder used on this Flight.
- setFileName(String) - Method in class org.deltava.beans.UploadInfo
-
Sets the upload filename.
- SetFilterData - Class in org.deltava.dao
-
A Data Access Object to write Content Filtering lists.
- SetFilterData(Connection) - Constructor for class org.deltava.dao.SetFilterData
-
Initializes the Data Access Object.
- setFirstEntry(Object) - Method in class org.deltava.taglib.html.CheckTag
-
Allows an entry to be inserted before the rest of the options.
- setFirstEntry(Object) - Method in class org.deltava.taglib.html.ComboTag
-
Allows an entry to be inserted before the rest of the options.
- setFirstLeg(Instant) - Method in class org.deltava.beans.stats.TourProgress
-
Updates the flight date of the first leg in this Tour.
- setFirstName(String) - Method in class org.deltava.beans.hr.ApplicantData
-
Updates the user's first name.
- setFirstName(String) - Method in class org.deltava.beans.Person
-
Updates the Person's first (given) name.
- setFirstName(String) - Method in class org.deltava.beans.servinfo.NetworkUser
-
Updates the user's first name.
- setFirstName(String) - Method in class org.deltava.beans.testing.Test
-
Sets the first (given) name of the Pilot.
- setFlag(ACARSFlags, boolean) - Method in class org.deltava.beans.acars.RouteEntry
-
Sets or clears an ACARS flag.
- setFlags(int) - Method in class org.deltava.beans.acars.RouteEntry
-
Sets all ACARS flags for this entry.
- setFlaps(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's flap detent position.
- setFleet(boolean) - Method in class org.deltava.beans.gallery.Image
-
Updates if this image is part of the Fleet Gallery.
- setFlight(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the flight number for the flight.
- setFlightCode(String) - Method in class org.deltava.beans.acars.FlightInfo
-
Deprecated.
- setFlightCount(int) - Method in class org.deltava.beans.academy.Certification
-
Updates the number of flight legs or hours required to enroll for this Certification.
- setFlightCount(int) - Method in class org.deltava.beans.schedule.ScheduleSearchEntry
-
Updates the number of times the route has been flown.
- setFlightCount(int) - Method in class org.deltava.beans.stats.Tour
-
Updates the number of Flight legs in this Tour.
- setFlightID(int) - Method in class org.deltava.beans.acars.DispatchLogEntry
- setFlightID(int) - Method in class org.deltava.beans.acars.XARouteEntry
-
Sets the Flight ID.
- setFlightID(int) - Method in class org.deltava.beans.servinfo.PositionData
-
Sets the Flight Report ID for this entry.
- setFlightID(int) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the ACARS Flight ID for this Check Ride.
- setFlightInfo(FlightInfo) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Sets the flight information for this connection.
- setFlightNumber(int) - Method in class org.deltava.beans.Flight
-
Set the Flight Number for this flight
- setFlightNumber(String) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the flight code.
- setFlightPhase(FlightPhase) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Sets the flight phase
- setFlightReport(T) - Method in class org.deltava.beans.acars.OfflineFlight
-
Updates the Flight Report.
- SetFlightReport - Class in org.deltava.dao
-
A Data Access object to write Flight Reports to the database.
- SetFlightReport(Connection) - Constructor for class org.deltava.dao.SetFlightReport
-
Initialize the Data Access Object.
- setFlights(int) - Method in class org.deltava.beans.schedule.ScheduleRoute
-
Updates the number of flights between these two airports.
- setFlights(int) - Method in class org.deltava.beans.stats.EventStats
-
Updates the number of approved Flight Reports for these Online Events.
- setFlightsPerRoute(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Sets the preferred number of flights per route to return.
- setFmt(String) - Method in class org.deltava.taglib.format.DateFormatTag
-
Sets what components of the date/time to display.
- setFmt(String) - Method in class org.deltava.taglib.format.NumberFormatTag
-
Updates the date format pattern.
- setForce(boolean) - Method in class org.deltava.dao.http.GetURL
-
Forces file download even if the remote resource has not changed.
- setForce(boolean) - Method in class org.deltava.taglib.content.GoogleCAPTCHATag
-
Sets whether to force a Google call even if the CAPTCHA was previously validated.
- setForce(boolean) - Method in class org.deltava.taglib.view.ScrollBarTag
-
Sets whether the tag body should be always included.
- setForceInclude(boolean) - Method in class org.deltava.beans.schedule.RawScheduleEntry
-
Updates whether this entry should always be included in a schedule filter, even if the route is already imported.
- setForcePDF(boolean) - Method in class org.deltava.beans.DatabaseDocumentBean
-
Forces the object type.
- setForceSign(boolean) - Method in class org.deltava.taglib.format.NumberFormatTag
-
Sets whether to explicitly display a positive or negative sign before the number.
- setForceSize(int) - Method in class org.deltava.beans.DatabaseDocumentBean
-
Forces the object size.
- setFormat(SerializedDataVersion) - Method in class org.deltava.beans.acars.ArchiveMetadata
-
Updates the serialization format used in this archived flight.
- setFormat(ImageBean.ImageFormat) - Method in class org.deltava.beans.ImageBean
-
Updates the image format.
- setForwardURL(String) - Method in exception class org.deltava.util.ControllerException
-
Updates the URL that the Controller servlet should forward the request to.
- setFrameRate(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the Flight Simulator frame rate.
- setFrequency(String) - Method in class org.deltava.beans.navdata.NavigationFrequencyBean
-
Updates the navaid's frequency.
- setFSVersionLegs(Simulator, int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Sets the legs for a specific Simulator version.
- setFuelFlow(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's total fuel flow.
- setFuelFlow(int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft's cruise fuel flow.
- setFuelLoad(int) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the fuel load for this dispatch entry.
- setFuelRemaining(int) - Method in class org.deltava.beans.acars.RouteEntry
-
Updates the amount of fuel remaining on the aircraft.
- setFullName(String) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft's full name.
- setG(double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the G forces acting on the aircraft.
- SetGalleryImage - Class in org.deltava.dao
-
A Data Access Object to write Picture Gallery images.
- SetGalleryImage(Connection) - Constructor for class org.deltava.dao.SetGalleryImage
-
Initialize the Data Access Object.
- setGateA(String) - Method in class org.deltava.beans.flight.DraftFlightReport
-
Updates the arrival Gate name.
- setGateA(Gate) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the arrival Gate for this flight.
- setGateA(Gate) - Method in class org.deltava.util.flightplan.ACARSGenerator
-
Updates the arrival Gate.
- setGateD(String) - Method in class org.deltava.beans.flight.DraftFlightReport
-
Updates the departure Gate name.
- setGateD(Gate) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the departure Gate for this flight.
- setGateD(Gate) - Method in class org.deltava.util.flightplan.ACARSGenerator
- setGateD(Gate) - Method in class org.deltava.util.flightplan.MSFSGenerator
-
Sets the departure Gate.
- setGateData(boolean) - Method in class org.deltava.beans.schedule.Airport
-
Sets whether this airport has gate data configured.
- setGateFuel(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the amount of fuel at the end of the flight.
- SetGates - Class in org.deltava.dao
-
A Data Access Object to write Gate data.
- SetGates(Connection) - Constructor for class org.deltava.dao.SetGates
-
Initializes the Data Access Object.
- setGateWeight(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the weight of the aircraft at the end of the flight.
- setGeo(boolean) - Method in class org.deltava.util.cache.CacheConfig
-
Sets whether this is a GeoLocation cache.
- setGeodesic(boolean) - Method in class org.deltava.taglib.googlemap.LineTag
-
Renders the line as part of a Great Circle route.
- setGPU(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the GPU information.
- setGPUDriverVersion(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the GPU driver version.
- setGroundOperations(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the Ground Operations flag(s).
- setGroundSpeed(int) - Method in class org.deltava.beans.acars.RouteEntry
-
Updates the aircraft's ground speed.
- setGroundSpeed(int) - Method in class org.deltava.beans.servinfo.Pilot
-
Updates the Pilot's ground speed.
- setH(int) - Method in class org.deltava.taglib.googlemap.StaticMapTag
-
Sets the height of the map image.
- setHasCAPTCHA(boolean) - Method in class org.deltava.beans.Applicant
-
Updates whether this Applicant has passed tha CAPTCHA check.
- setHasDefaultSignature(boolean) - Method in class org.deltava.beans.Pilot
-
Sets if this Pilot's signature should be the default siganture.
- setHasFictionalCode(boolean) - Method in class org.deltava.beans.schedule.Airport
-
Sets whether this Airport is using a fictional IATA code, for non-extant Airports.
- setHash(String) - Method in class org.deltava.beans.system.AddressValidation
-
Updates the hash code sent to the user to validate the address.
- setHasPFI(boolean) - Method in class org.deltava.beans.schedule.Airport
-
Sets whether this Airport has a US Pre-Flight Inspection station.
- setHasPIREP(boolean) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates whether this flight has an associated Flight Report.
- setHeader(String, int) - Method in class org.deltava.commands.HTTPContext
-
Helper method to set a numeric response header.
- setHeader(String, String) - Method in class org.deltava.commands.HTTPContext
-
Helper method to set a response header.
- setHeader(String, String) - Method in class org.deltava.util.log.SyntheticResponse
- setHeading(int) - Method in class org.deltava.beans.acars.RouteEntry
-
Updates the aircraft's heading.
- setHeading(int) - Method in class org.deltava.beans.navdata.Gate
-
Updates the gate heading.
- setHeading(int) - Method in class org.deltava.beans.navdata.Runway
-
Updates the runway heading.
- setHeading(int) - Method in class org.deltava.beans.servinfo.Pilot
-
Updates the Pilot's heading.
- setHeading(int) - Method in class org.deltava.beans.servinfo.PositionData
-
Updates the aircraft's heading.
- setHeight(int) - Method in class org.deltava.beans.ImageBean
-
Updates the height of this image.
- setHeight(int) - Method in class org.deltava.taglib.googlemap.MapDIVTag
-
Sets the preferred height of the map, assuming a screen height of 800 pixels.
- setHeight(int) - Method in class org.deltava.taglib.html.TextboxTag
-
Sets the height of the textbox.
- SetHelp - Class in org.deltava.dao
-
A Data Access Object to update Online Help entries and Help Desk Issues.
- SetHelp(Connection) - Constructor for class org.deltava.dao.SetHelp
-
Initializes the Data Access Object.
- setHidden(boolean) - Method in class org.deltava.beans.cooler.MessageThread
-
Sets this thread's hidden flag.
- setHighLevel(boolean) - Method in class org.deltava.beans.navdata.Airway
-
Marks this Airway as a high-level Airway.
- setHighlighted(boolean) - Method in class org.deltava.beans.servinfo.Pilot
-
Marks this online Pilot as highlighted.
- setHireManagerID(int) - Method in class org.deltava.beans.hr.JobPosting
-
Sets the database ID of the hiring manager.
- setHistoric(boolean) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates whether this aircraft is a Historic type.
- setHistoric(boolean) - Method in class org.deltava.beans.schedule.Airline
-
Updates whether this is a historic airline.
- setHistoric(boolean) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
Updates this Schedule entry's "historic flight" flag.
- setHistoricLegs(int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the number of Historic legs linked to this entry.
- setHistoricRestricted(boolean) - Method in class org.deltava.beans.system.AirlineInformation
-
Updates whether historic routes are restricted to historic equipment.
- setHits(int) - Method in class org.deltava.beans.fleet.Resource
-
Updates the number of times this Resource has been visited.
- setHomeAirport(String) - Method in class org.deltava.beans.Person
-
Update this Person's home airport
- setHomePageHits(int) - Method in class org.deltava.beans.stats.HTTPStatistics
-
Updates the number of home page HTTP requests.
- setHomeTown(int, GeocodeResult) - Method in class org.deltava.dao.SetPilot
-
Sets the pilot's Home town.
- setHost(String) - Method in class org.deltava.taglib.content.InsertCSSTag
-
Specifies that the Style Sheet is located on a different web server.
- setHost(String) - Method in class org.deltava.taglib.content.InsertRSSTag
-
Sets the host name for the RSS feed.
- setHost(String) - Method in class org.deltava.util.ftp.FTPCache
-
Sets the host name of the remote FTP server.
- setHourA(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
- setHourD(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
- setHours(double) - Method in class org.deltava.beans.Pilot
-
Update this Pilot's logged hours.
- setHours(double) - Method in class org.deltava.beans.stats.DispatchStatistics
-
Updates the time spent providing Dispatch services.
- setHours(double) - Method in class org.deltava.beans.stats.LandingStatistics
-
Updates the number of hours logged.
- setHRComments(String) - Method in class org.deltava.beans.Applicant
-
Updates the HR comments.
- setHtml4(boolean) - Method in class org.deltava.taglib.content.BrowserFilterTag
-
Marks this content as visible to HTML4 users.
- setHtml5(boolean) - Method in class org.deltava.taglib.content.BrowserFilterTag
-
Marks this content as visible to HTML5 users.
- setHTML5(boolean) - Method in class org.deltava.beans.system.HTTPContextData
-
Sets whether the client browser has sufficient HTML5 support.
- setHTTP2(boolean) - Method in class org.deltava.beans.system.HTTPContextData
-
Sets whether this request is served via HTTP/2.
- setHttpCode(int) - Method in class org.deltava.commands.CommandResult
-
Updates the HTTP status code to return on completion.
- setHuman(boolean) - Method in class org.deltava.taglib.content.BrowserFilterTag
-
Marks this content as only visible to humans.
- setHumidity(int) - Method in class org.deltava.beans.wx.METAR
-
Updates the relative humidity.
- setIATA(String) - Method in class org.deltava.beans.schedule.Airport
-
Sets this Airport's IATA code.
- setIATA(Collection<String>) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates this aircraft's IATA codes.
- setIATACodes(String) - Method in class org.deltava.beans.flight.SimFDRFlightReport
-
Updates the IATA codes as sbumitted by simFDR.
- setICAO(String) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft's ICAO code.
- setICAO(String) - Method in class org.deltava.beans.schedule.Airline
-
Updates the airline's ICAO code.
- setICAO(String) - Method in class org.deltava.beans.schedule.Airport
-
Sets this Airport's ICAO code.
- setIcon(int) - Method in class org.deltava.taglib.googlemap.MarkerArrayTag
-
Sets the Google Earth icon code for this marker, overriding any code provided by the point.
- setIcon(int) - Method in class org.deltava.taglib.googlemap.MarkerTag
-
Sets the Google Earth icon code for this marker, overriding any code provided by the point.
- setId(String) - Method in class org.deltava.taglib.layout.RegionTag
-
Sets the DOM ID of the Region element.
- setID(int) - Method in class org.deltava.beans.DatabaseBean
-
Update the database row ID of this bean.
- setID(int) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the database ID, and the database ID of any associated status updates.
- setID(int) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
Sets the database ID of this schedule entry.
- setID(int) - Method in class org.deltava.beans.UserData
- setID(String) - Method in class org.deltava.beans.UploadInfo
-
Sets the upload ID.
- setID(String) - Method in class org.deltava.taglib.html.ElementTag
-
Sets the ID of this HTML element.
- setID(String) - Method in class org.deltava.taskman.Task
-
Sets the Task ID.
- setIdx(String) - Method in class org.deltava.taglib.html.ButtonTag
-
Sets the tab index of this field.
- setIdx(String) - Method in class org.deltava.taglib.html.FormElementTag
-
Sets the tab index of this field.
- setIfModifiedSince(Instant) - Method in class org.deltava.dao.http.GetURL
-
Updates the timestamp used to send an If-Modified-Since header.
- setIgnoreCertifcations(boolean) - Method in class org.deltava.beans.fleet.Manual
-
Marks this Manual as visible to users not enrolled in the specified Courses.
- setIgnoreCertifcations(boolean) - Method in class org.deltava.beans.fleet.Resource
-
Marks this Resource as visible to users not enrolled in the specified Flight Academy Certifications.
- setILS(ILSCategory) - Method in class org.deltava.beans.wx.METAR
-
Updates the ILS Category for this position.
- setImage(byte[]) - Method in class org.deltava.util.tile.PNGTile
-
Sets the image data.
- setImage(int) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates the linked image for this thread.
- setImage(BufferedImage) - Method in class org.deltava.util.tile.PNGTile
-
Sets the image data.
- setImage(BufferedImage) - Method in class org.deltava.util.tile.SingleTile
- setImage(BufferedImage) - Method in interface org.deltava.util.tile.Tile
-
Sets the tile image.
- setImage(String) - Method in class org.deltava.beans.fleet.Installer
-
Updates this installer's label image name.
- setImg(ImageBean) - Method in class org.deltava.taglib.html.ImageBeanTag
-
Sets the ImageBean to display.
- setImgFormat(Chart.ImageFormat) - Method in class org.deltava.beans.schedule.Chart
-
Set the chart image format.
- setImportDate(Instant) - Method in class org.deltava.beans.schedule.ScheduleSourceInfo
-
Updates the date of the last schedule filter using this source.
- SetImportStatus - Class in org.deltava.dao.file
-
A Data Access Object to save raw schedule import status.
- SetImportStatus(String, String) - Constructor for class org.deltava.dao.file.SetImportStatus
-
Initializes the Data Access Object.
- setInactiveRoutes(int) - Method in class org.deltava.dao.GetFlightReportStatistics.DispatchScheduleRoute
- setInactivity(int, int, boolean) - Method in class org.deltava.dao.SetInactivity
-
Sets the inactivity purge entry for a Pilot.
- SetInactivity - Class in org.deltava.dao
-
A Data Access Object to update the Inactivity Purge table.
- SetInactivity(Connection) - Constructor for class org.deltava.dao.SetInactivity
-
Initializes the Data Access Object.
- setInboundCount(int) - Method in class org.deltava.beans.acars.TaxiTime
-
Updates the number of inbound fligts used to calculate the data.
- setInboundStdDev(Duration) - Method in class org.deltava.beans.acars.TaxiTime
-
Updates the inbound taxi time standard deviation.
- setInboundTime(Duration) - Method in class org.deltava.beans.acars.TaxiTime
-
Updates the average inbound taxi time.
- setIncludeAcademy(Inclusion) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Includes Flight Academy flights in the search.
- setIndexSize(long) - Method in class org.deltava.beans.stats.TableInfo
-
Updates the size of the table's indices.
- setInfo(int, int, int) - Method in class org.deltava.beans.stats.ElitePercentile
- setInfo(FlightInfo) - Method in class org.deltava.beans.acars.OfflineFlight
-
Updates the Flight information.
- setInfo(IPBlock) - Method in class org.deltava.taglib.format.RemoteAddressTag
-
Sets information about the IP address block.
- setInput(DataInput) - Method in class org.deltava.util.ImageInfo
-
Set the input stream to the argument stream (or file).
- setInput(InputStream) - Method in class org.deltava.util.ImageInfo
-
Set the input stream to the argument stream (or file).
- setInstructorID(int) - Method in class org.deltava.beans.academy.Course
-
Updates the database ID of the assigned Instructor.
- setInstructorID(int) - Method in class org.deltava.beans.academy.InstructionFlight
-
Updates the the Instructor Pilot associated with this flight.
- setInstructorID(int) - Method in class org.deltava.beans.academy.InstructionSession
-
Updates the Instructor assigned to this session.
- setInstructorID(int) - Method in class org.deltava.beans.servinfo.PilotRating
-
Sets the Instructor Certificate ID.
- setIntensity(Condition.Intensity) - Method in class org.deltava.beans.wx.Condition
-
Sets the condition's intensity/proximity.
- setInterval(int) - Method in class org.deltava.beans.acars.Bandwidth
-
Sets the window size.
- setInterval(int) - Method in class org.deltava.beans.system.InactivityPurge
-
Updates the purge interval.
- setInvalid(boolean) - Method in class org.deltava.beans.system.AddressValidation
-
Updates whether the e-mail address is invalidated.
- setIOS(boolean) - Method in class org.deltava.taglib.content.OSFilterTag
-
Sets whether the tag body should be displayed to a browser running iOS.
- setIPInfo(IPBlock) - Method in class org.deltava.beans.system.RequestCounter
-
Updates information about this remote address' net block.
- SetIPLocation - Class in org.deltava.dao
-
A Data Access Object to write IP netblock data.
- SetIPLocation(Connection) - Constructor for class org.deltava.dao.SetIPLocation
-
Initializes the Data Access Object.
- setIPv4(boolean) - Method in class org.deltava.taglib.content.IPFilterTag
-
Sets whether to show content to users accessing the page via IPv4.
- setIPv6(boolean) - Method in class org.deltava.beans.system.HTTPContextData
-
Sets whether the request is made using IPv6.
- setIPv6(boolean) - Method in class org.deltava.taglib.content.IPFilterTag
-
Sets whether to show content to users accessing the page via IPv6.
- setIs64Bit(boolean) - Method in class org.deltava.beans.acars.ACARSError
-
Sets whether the operating system is 64-bit.
- setIs64Bit(boolean) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates whether the machine is running a 64-bit Operating System.
- setIsACARS64Bit(boolean) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates whether ACARS is a 64-bit application.
- setIsAutoGenerated(boolean) - Method in class org.deltava.beans.wx.METAR
-
Marks this METAR as automatically generated.
- setIsCorrected(boolean) - Method in class org.deltava.beans.wx.METAR
-
Marks this METAR as Corrected.
- setIsCurrency(boolean) - Method in class org.deltava.beans.testing.EquipmentRideScript
-
Sets whether this is a currency check ride script.
- setIsDefault(boolean) - Method in class org.deltava.beans.EquipmentType
-
Marks this equipment program as the default program for new hires and the Flight Academy.
- setIsDefault(boolean) - Method in class org.deltava.beans.testing.EquipmentRideScript
-
Sets whether this is the default check ride script for an equipment program.
- setIsForgotten(boolean) - Method in class org.deltava.beans.Pilot
-
Marks this Pilot account as Forgotten for GDPR purposes.
- setIsHTML(boolean) - Method in class org.deltava.beans.News
-
Updates if this entry is raw HTML.
- setIsHTML(boolean) - Method in class org.deltava.beans.system.MessageTemplate
-
Sets whether this message should be sent as HTML or plain text.
- setIsInfo(boolean) - Method in class org.deltava.beans.acars.ACARSError
-
Updates whether this is an informational log message.
- setIsMP(boolean) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates whether this flight was flown using ACARS multi-player.
- setIsPermanent(boolean) - Method in class org.deltava.beans.Pilot
-
Marks this account as being unable to be marked Inactive.
- setIsRC(boolean) - Method in class org.deltava.beans.acars.ClientInfo
-
Updates whether this build is a Release Candidate beta.
- setIsRNAV(boolean) - Method in class org.deltava.beans.event.Route
-
Updates whether this is an RNAV route.
- setIsSchengen(boolean) - Method in class org.deltava.beans.schedule.Airport
-
Sets whether this Airport is in the Schengen Zone.
- setIsSim64Bit(boolean) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates whether the simulator is a 64-bit application.
- setIsSLI(boolean) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates whether there are multiple GPUs in the machine.
- SetIssue - Class in org.deltava.dao
-
A Data Access Object to update development Issues.
- SetIssue(Connection) - Constructor for class org.deltava.dao.SetIssue
-
Initializes the Data Access Object.
- setIssueDate(Instant) - Method in class org.deltava.beans.servinfo.PilotRating
-
Sets the rating's date of issue
- setItem(String) - Method in class org.deltava.taglib.content.EnumTag
-
Sets the enumeration item name.
- setItems(Collection<Object>) - Method in class org.deltava.taglib.format.JSArrayTag
-
Sets the items to put into the JavaScript array.
- setItems(Collection<GeoLocation>) - Method in class org.deltava.taglib.googlemap.BoundsTag
-
Sets the points to use to calculate the bounding box.
- setItems(Collection<GeoLocation>) - Method in class org.deltava.taglib.googlemap.MarkerArrayTag
-
Sets the points used to generate the array.
- setItems(Collection<GeoLocation>) - Method in class org.deltava.taglib.googlemap.PointArrayTag
-
Sets the points used to generate the array.
- setJetStreamU(float) - Method in class org.deltava.beans.wx.WindData
-
Sets the U wind component speed.
- setJetStreamV(float) - Method in class org.deltava.beans.wx.WindData
-
Sets the V wind component speed.
- SetJobs - Class in org.deltava.dao
-
A Data Access Object to write Job Postings and Applications to the database.
- SetJobs(Connection) - Constructor for class org.deltava.dao.SetJobs
-
Initializes the Data Access Object.
- setJs(String) - Method in class org.deltava.taglib.googlemap.InsertGoogleAPITag
-
Sets the Javascript libraries to load after the API is loaded.
- setKey(String) - Method in class org.deltava.dao.http.FlightAwareDAO
-
Sets the API Key to use.
- setKey(String) - Method in class org.deltava.taglib.html.ButtonTag
-
Sets the keyboard shortcut for this button.
- setKey(SecretKey, byte[]) - Method in class org.deltava.crypt.SecretKeyEncryptor
-
Initialize the encryptor using a given secret key.
- setLabel(String) - Method in class org.deltava.taglib.googlemap.MarkerTag
-
Sets the label for this marker.
- setLabel(String) - Method in class org.deltava.taglib.html.ButtonTag
-
Sets the label for this button.
- setLabel(String) - Method in class org.deltava.taglib.html.EMailLinkTag
-
Sets a label to display instead of the e-mail address.
- setLabel(String) - Method in class org.deltava.taglib.html.LinkTag
-
Sets the label for this link.
- setLabel(String) - Method in class org.deltava.taglib.html.SingleTag
-
Sets the checkbox label text.
- setLabel(String) - Method in class org.deltava.taglib.layout.MenuItemTag
-
Sets the label for the menu item.
- setLabels(String) - Method in class org.deltava.taglib.view.LegendTag
-
Sets the labels for each legend entry.
- setLandingCategory(ILSCategory) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Sets the ILS category.
- setLandingDistance(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the distance from the destination airport where touchdown occured.
- setLandingFuel(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the amount of fuel at touchdown.
- setLandingG(double) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the G-Forces at touchdown.
- setLandingHeading(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the heading at touchdown.
- setLandingLocation(GeospaceLocation) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the position at touchdown.
- setLandingN1(double) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the average N1 speed of the engines at touchdown.
- setLandingRunwayLength(int) - Method in class org.deltava.beans.schedule.AircraftPolicyOptions
-
Updates the minimum landing runway length of the Aircraft.
- setLandingScore(double) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the landing score.
- setLandingSpeed(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the airspeed at touchdown.
- setLandingTime(Instant) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the landing date/time.
- setLandingVSpeed(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the vertical speed at touchdown.
- setLandingWeight(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the weight of the aircraft at touchdown.
- setLastComment(Instant) - Method in class org.deltava.beans.academy.Course
-
Updates the date of the last commnet.
- setLastComment(Instant) - Method in class org.deltava.beans.help.Issue
-
Updates the date of the last comment on this Issue.
- setLastCommentAuthorID(int) - Method in class org.deltava.beans.help.Issue
-
Updates the database ID of the author of the last Comment on this Issue.
- setLastCommentOn(Instant) - Method in class org.deltava.beans.system.Issue
-
Updates the last comment date/time for this Issue.
- setLastExecTime(long) - Method in class org.deltava.taskman.Task
-
Overrides the last execution duration for this Task.
- setLastFlight(Instant) - Method in class org.deltava.beans.Pilot
-
Updates this Pilot's last flight report date.
- setLastFlight(Instant) - Method in class org.deltava.beans.stats.RouteStats
-
Updates the date/time of the last flight.
- setLastFlownInterval(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Sets the interval since the last time the route was flown.
- setLastFlownOn(Instant) - Method in class org.deltava.beans.schedule.ScheduleSearchEntry
-
Updates the last date the route was flown on.
- setLastLeg(Instant) - Method in class org.deltava.beans.stats.TourProgress
-
Updates the flight date of the most recent leg in this Tour.
- setLastLogin(Instant) - Method in class org.deltava.beans.Person
-
Update this Person's last Login date/time.
- setLastLogoff(Instant) - Method in class org.deltava.beans.Person
-
Update the Person's last Logoff date/time.
- setLastModified(Instant) - Method in class org.deltava.beans.fleet.FleetEntry
-
Updates the date this entry was last modified.
- setLastModified(Instant) - Method in class org.deltava.beans.schedule.Chart
-
Updates the last modification date of the chart.
- setLastName(String) - Method in class org.deltava.beans.hr.ApplicantData
-
Updates the user's last (family) name.
- setLastName(String) - Method in class org.deltava.beans.Person
-
Updates the Person's last (family) name.
- setLastName(String) - Method in class org.deltava.beans.servinfo.NetworkUser
-
Updates the user's last name.
- setLastName(String) - Method in class org.deltava.beans.testing.Test
-
Sets the last (family) name of the Pilot.
- setLastRefer(Instant) - Method in class org.deltava.beans.PartnerInfo
-
Updates the time of the last partner referral.
- setLastRun(Instant) - Method in class org.deltava.taskman.TaskContext
-
Updates the date/time the Task was previously executed.
- setLastRunTime(TaskLastRun) - Method in class org.deltava.taskman.TaskScheduler
-
Updates the last execution time and duration of a Scheduled Task.
- setLastSubject(String) - Method in class org.deltava.beans.cooler.Channel
-
Updates the last subject posted to in this Channel.
- setLastThreadID(int) - Method in class org.deltava.beans.cooler.Channel
-
Updates the ID of the last Message Thread in this Channel.
- setLastUpdatedOn(Instant) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates the date this thread's latest message was posted.
- setLastUpdateID(int) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates the database ID of the last Person to post to this thread.
- setLastUpdateID(int) - Method in class org.deltava.beans.fleet.Resource
-
Updates the last modifier of this Resource.
- setLastUse(Instant) - Method in class org.deltava.beans.flight.Airframe
-
Updates the date this airframe was last used in a SimBrief dispatch package.
- setLastUsed(Instant) - Method in class org.deltava.beans.acars.DispatchRoute
-
Updates the last use date of this route.
- setLatest(ClientVersion, boolean) - Method in class org.deltava.dao.SetACARSBuilds
-
Sets the latest client version.
- setLatitude(double) - Method in class org.deltava.beans.schedule.GeoPosition
-
Sets the latitude and ensures its validity.
- setLatitude(int, int, int) - Method in class org.deltava.beans.schedule.GeoPosition
-
Set the latitude using a degree/minute/second combo.
- setLDAPName(String) - Method in class org.deltava.beans.Pilot
-
Updates this Pilot's LDAP uid attribute, for use by Subversion and raw HTTP access.
- setLeg(int) - Method in class org.deltava.beans.flight.FlightReport
-
Sets the Flight Leg.
- setLeg(int) - Method in class org.deltava.beans.Flight
-
Sets the Flight leg for this flight
- setLegacyHours(double) - Method in class org.deltava.beans.Person
-
Update this Person's legacy flight hours.
- setLegacyURL(String) - Method in class org.deltava.beans.Applicant
-
Sets the URL for legacy hours verification
- setLegacyVerified(boolean) - Method in class org.deltava.beans.Applicant
-
Sets the legacy hours verification flag.
- setLegend(String) - Method in class org.deltava.taglib.googlemap.LegendTag
-
Sets the marker legend.
- setLegs(int) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates the number of flight legs required for this level.
- setLegs(int) - Method in class org.deltava.beans.econ.EliteLifetime
-
Updates the number of lifetime flight legs required for this status.
- setLegs(int) - Method in class org.deltava.beans.Pilot
-
Update this Pilot's logged flight legs.
- setLegs(int) - Method in class org.deltava.beans.schedule.ScheduleSourceHistory
-
Updates the total number of flight legs.
- setLegs(int) - Method in class org.deltava.beans.stats.DispatchStatistics
-
Updates the number of flights dispatched.
- setLegs(int) - Method in class org.deltava.beans.stats.LandingStatistics
-
Updates the number of legs flown.
- setLength(int) - Method in class org.deltava.beans.academy.InstructionFlight
-
Sets the length of this Flight, in hours multiplied by 10.
- setLength(int) - Method in class org.deltava.beans.flight.FlightReport
-
Sets the length of this Flight, in hours multiplied by 10.
- setLength(int) - Method in class org.deltava.beans.navdata.Runway
-
Updates the length of the runway.
- setLength(int) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
Sets the length of a flight leg.
- setLength(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Sets the length of the flight.
- setLength(int) - Method in class org.deltava.beans.stats.TouchdownData
-
Updates the runway length.
- setLength(long) - Method in class org.deltava.taglib.content.DurationTag
-
Sets the length of the Duration to create.
- setLevel(EliteLevel) - Method in interface org.deltava.beans.econ.EliteLevelBean
-
Updates the Elite status level.
- setLevel(EliteLevel) - Method in class org.deltava.beans.econ.EliteLifetime
- setLevel(EliteLevel) - Method in class org.deltava.beans.econ.EliteLifetimeStatus
- setLevel(EliteLevel) - Method in class org.deltava.beans.econ.EliteStatus
- setLevel(EliteLevel) - Method in class org.deltava.taglib.format.EliteFormatTag
-
Updates the Elite status level.
- setLevel(EliteLevel) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets the Elite level progress to render.
- setLevel(EliteLifetime) - Method in class org.deltava.taglib.format.EliteLifetimeFormatTag
-
Updates the Elite status level.
- setLevelPercentage(EliteLevel, int) - Method in class org.deltava.beans.stats.ElitePercentile
- setLibraries(String) - Method in class org.deltava.taglib.googlemap.InsertGoogleAPITag
-
Sets the Google Maps v3 libraries to load.
- SetLibrary - Class in org.deltava.dao
-
A Data Access Object to write and update Fleet/Document Library metadata.
- SetLibrary(Connection) - Constructor for class org.deltava.dao.SetLibrary
-
Initialize the Data Access Object.
- setLikeCount(int) - Method in class org.deltava.beans.gallery.Image
-
Updates the number of Likes for this Image.
- setLimits(double, double) - Method in class org.deltava.beans.stats.PerformanceMetrics
-
Updates the data series limits.
- setLineNumber(int) - Method in class org.deltava.beans.schedule.RawScheduleEntry
-
Updates the source file line number for this entry.
- setLink(DatabaseBean) - Method in class org.deltava.taglib.html.CommandButtonTag
-
Sets the database ID to link to.
- setLink(DatabaseBean) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Sets the database ID to link to.
- setLink(DatabaseBean) - Method in class org.deltava.taglib.html.FormTag
-
Sets the database ID to link to.
- setLinkedIssueID(int) - Method in class org.deltava.beans.help.Issue
-
Updates the database ID of a linked Development issue.
- setLinkedIssueID(int) - Method in class org.deltava.beans.system.Issue
-
Updates the database ID of a linked Help Desk issue.
- setLinkID(String) - Method in class org.deltava.taglib.html.CommandButtonTag
-
Sets the ID parameter for the command invocation.
- setLinkID(String) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Sets the ID parameter for the command invocation.
- setLinkID(String) - Method in class org.deltava.taglib.html.FormTag
-
Sets the ID parameter for the command invocation.
- setLinks(Collection<ScheduleRoute>) - Method in class org.deltava.beans.schedule.RoutePathHelper
-
Populates the links between the airports.
- setLinux(boolean) - Method in class org.deltava.taglib.content.OSFilterTag
-
Sets whether the tag body should be displayed to a browser running Linux.
- setLoad(double) - Method in class org.deltava.beans.stats.LoadStatistics
-
Updates the average load factor.
- setLoadComments(boolean) - Method in class org.deltava.beans.flight.LogbookSearchCriteria
-
Updates whether Flight Report comments should be loaded.
- setLoaded(boolean) - Method in class org.deltava.beans.navdata.CycleInfo
-
Sets whether this cycle is currently loaded.
- setLoadFactor(double) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the load factor for this flight.
- setLoadFactor(double) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the load factor for this flight.
- setLoadFactor(double) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the load factor for this flight.
- setLoadFactor(double) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the average load factor linked to this entry.
- setLoadType(LoadType) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the mechanism used to generate the load factor for this flight.
- setLocale(String) - Method in class org.deltava.beans.acars.ACARSError
-
Sets the client locale name.
- setLocale(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the user Locale.
- setLocation(double, double) - Method in class org.deltava.beans.schedule.Airport
-
Sets this airport's location.
- setLocation(double, double) - Method in class org.deltava.beans.system.IPBlock
-
Updates the location of this address block.
- setLocation(int, GeoLocation) - Method in class org.deltava.dao.SetPilot
-
Updates a Pilot's location for the member board.
- setLocation(String) - Method in class org.deltava.beans.Person
-
Update this Person's location.
- setLocation(String) - Method in class org.deltava.beans.servinfo.Server
-
Updates the server location.
- setLocation(GeoLocation) - Method in class org.deltava.beans.acars.XARouteEntry
-
Updates the location.
- setLocation(GeoLocation) - Method in class org.deltava.beans.stats.GeocodeResult
- setLocation(UserData) - Method in class org.deltava.taglib.html.UserProfileTag
-
Sets the User Location for this user.
- setLocked(boolean) - Method in class org.deltava.beans.cooler.MessageThread
-
Sets this thread's locked flag.
- setLoginCount(int) - Method in class org.deltava.beans.Person
-
Update this person's login count
- setLoginCount(int) - Method in class org.deltava.beans.system.LoginAddress
-
Updates the number of logins by this user from this address.
- setLoginDate(Instant) - Method in class org.deltava.security.SecurityCookieData
-
Sets the login date.
- setLoginHost(String) - Method in class org.deltava.beans.Person
-
Updates the hostname or IP address that this Person last logged in from
- setLoginTime(Instant) - Method in class org.deltava.beans.servinfo.ConnectedUser
-
Updates the date/time of the user's last connection.
- setLogStackDump(boolean) - Method in exception class org.deltava.util.ControllerException
-
Updates whether the handling class should log this Exception's stack trace.
- setLong(boolean) - Method in class org.deltava.taglib.format.DurationFormatTag
-
Updates whether to use a text format description.
- setLongitude(double) - Method in class org.deltava.beans.schedule.GeoPosition
-
Sets the longitude and ensures its validity.
- setLongitude(int, int, int) - Method in class org.deltava.beans.schedule.GeoPosition
-
Set the longitude using a degree/minute/second combo.
- setLongUnits(boolean) - Method in class org.deltava.taglib.format.UnitFormatTag
-
Sets whether to use long or short unit names.
- setLowLevel(boolean) - Method in class org.deltava.beans.navdata.Airway
-
Marks this Airway as a low-level Airway.
- setMac(boolean) - Method in class org.deltava.taglib.content.OSFilterTag
-
Sets whether the tag body should be displayed to a browser running Mac OS.
- setMach(double) - Method in class org.deltava.beans.acars.RouteEntry
-
Updates the aircraft's Mach number.
- setMagVar(double) - Method in class org.deltava.beans.navdata.Runway
-
Updates the magnetic variation at the runway location.
- setMailDirectory(String) - Method in class org.deltava.beans.system.IMAPConfiguration
-
Updates the mailbox directory.
- setMainlineCodes(Collection<String>) - Method in class org.deltava.dao.file.GetFullSchedule
-
Sets main line airline codes.
- setMajor(int) - Method in class org.deltava.taglib.content.SimulatorVersionTag
-
Sets the simulator major version number.
- setMajorVersion(int) - Method in class org.deltava.beans.flight.XACARSFlightReport
-
Sets the XACARS major version used on this flight.
- setMajorVersion(int) - Method in class org.deltava.beans.system.Issue
-
Updates the major version for this Issue.
- setMap(long) - Method in class org.deltava.taglib.format.CapabilitiesFormatTag
-
Sets the aircraft/simulator capabilities bitmap.
- setMapType(MapType) - Method in class org.deltava.beans.Pilot
-
Sets the Pilot's preferred Map type.
- setMapValues(boolean) - Method in class org.deltava.taglib.content.GetSystemDataTag
-
If the SystemData property is a Map, save only its values to the request.
- setMarker(boolean) - Method in class org.deltava.taglib.googlemap.MarkerArrayTag
-
Forces the marker to be rendered using a marker image instead of a Google Earth icon.
- setMarker(boolean) - Method in class org.deltava.taglib.googlemap.MarkerTag
-
Forces the marker to be rendered using a marker image instead of a Google Earth icon.
- setMarkers(Collection<MapEntry>) - Method in class org.deltava.taglib.googlemap.StaticMapTag
-
Adds markers to the map.
- setMatchEquipment(boolean) - Method in class org.deltava.beans.stats.Tour
-
Updates whether the equipment used for a flight must match the equipment in the Tour definition.
- setMatchLeg(boolean) - Method in class org.deltava.beans.stats.Tour
-
Returns whether the flight number and leg used for a flight must match the flight and leg in the Tour definition.
- setMax(int) - Method in class org.deltava.beans.acars.FrameRates
-
Updates the maximum frame rate.
- setMax(int) - Method in class org.deltava.beans.acars.TaskTimerData
-
Updates the maximum execution time.
- setMax(int) - Method in class org.deltava.taglib.html.FileUploadTag
-
Sets the maximum length of this field.
- setMax(int) - Method in class org.deltava.taglib.html.InputTag
-
Sets the maximum length of this field.
- setMax(int) - Method in class org.deltava.taglib.html.IntegerInputTag
-
Sets the maximum value.
- setMax(Double) - Method in class org.deltava.taglib.html.DoubleInputTag
-
Sets the maximum value.
- setMax(Instant) - Method in class org.deltava.taglib.html.TimeInputTag
-
Sets the maximum time.
- setMax(ZonedDateTime) - Method in class org.deltava.taglib.html.DateInputTag
-
Sets the maximum date.
- setMaxAltitude(int) - Method in class org.deltava.beans.navdata.Airspace
-
Sets the maximum altitude of the Airspace.
- setMaxBackEndTime(int) - Method in class org.deltava.beans.stats.CommandStatsEntry
-
Updates the maximum back-end data source usage time for this Command.
- setMaxBytes(long) - Method in class org.deltava.beans.acars.Bandwidth
-
Updates the maximum number of bytes transferred for the period.
- setMaxConnections(int) - Method in class org.deltava.beans.acars.Bandwidth
-
Updates the maximum number of connections for the period.
- setMaximumAccelTime(int) - Method in class org.deltava.beans.EquipmentType
-
Sets the maximum amount of accelerated time for a flight under the switch length in order to count for promotion to Captain.
- setMaximumRunwayLength(int) - Method in class org.deltava.beans.schedule.Airport
-
Updates the length of the longest runway at this Airport.
- setMaxLandingWeight(int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the maximum landing weight of the Aircraft.
- setMaxLine(ScheduleSource, int) - Method in class org.deltava.dao.file.GetSchedule
-
Updates the maximum line number for a Schedule source.
- setMaxLineNumber(int) - Method in class org.deltava.beans.schedule.ScheduleSourceInfo
-
Updates the maximum imported line number for this source.
- setMaxMsgs(int) - Method in class org.deltava.beans.acars.Bandwidth
-
Updates the maximum number of messages for the period.
- setMaxResults(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Sets the maximum number of schedule entries to return.
- setMaxResults(int) - Method in class org.deltava.dao.http.FlightAwareDAO
-
Sets the maximum number of results to retrieve.
- setMaxSignups(int) - Method in class org.deltava.beans.event.Route
-
Updates the maximum number of Pilots who can be signed up for this Route.
- setMaxSize(int) - Method in class org.deltava.taglib.html.FileUploadTag
-
Sets the maximum size for the file.
- setMaxSize(int) - Method in class org.deltava.util.cache.Cache
-
Sets the maximum size of the cache.
- setMaxSize(int) - Method in class org.deltava.util.cache.CacheConfig
-
Sets the maximum size of the cache.
- setMaxTakeoffWeight(int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the maximum takeoff weight of the Aircraft.
- setMaxTime(int) - Method in class org.deltava.beans.stats.CommandStatsEntry
-
Updates the maximum execution time for this Command.
- setMaxVisibility(int) - Method in class org.deltava.beans.wx.RunwayVisualRange
-
Updates the maximum visibility for this runway.
- setMaxWeight(int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the maximum weight of the Aircraft.
- setMaxWidth(String) - Method in class org.deltava.taglib.layout.MenuTag
-
Sets the CSS attribute for the maximum width of each submenu.
- setMaxZeroFuelWeight(int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the maximum zero fuel weight of the Aircraft.
- setMemorySize(int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the memory size.
- setMessage(String) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the error message.
- setMessage(String) - Method in class org.deltava.beans.acars.TextMessage
-
Updates the message text.
- setMessage(String) - Method in class org.deltava.commands.CommandContext
-
Passes a system message into the response.
- setMessageCount(int) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Updates the number of text messages sent by this connection.
- setMessageID(String) - Method in class org.deltava.beans.system.EMailDelivery
-
Updates the message ID.
- setMessages(int, int) - Method in class org.deltava.beans.acars.Bandwidth
-
Updates the number of messages during the window.
- SetMessageTemplate - Class in org.deltava.dao
-
A Data Access Object to write e-mail Message Templates.
- SetMessageTemplate(Connection) - Constructor for class org.deltava.dao.SetMessageTemplate
-
Initialize the Data Access Object.
- setMessageType(String) - Method in class org.deltava.beans.acars.XARouteEntry
- SetMetadata - Class in org.deltava.dao
-
A Data Access Object to write app-specific metadata.
- SetMetadata(Connection) - Constructor for class org.deltava.dao.SetMetadata
-
Initializes the Data Access Object.
- setMETAR(METAR, METAR) - Method in class org.deltava.beans.schedule.RunwayHelper
-
Sets the weather at the Airports.
- setMethod(String) - Method in class org.deltava.dao.http.DAO
-
Sets the HTTP method to use if not GET.
- setMethod(String) - Method in class org.deltava.taglib.content.DefaultMethodValueTag
-
Sets the method name to find and call.
- setMethod(String) - Method in class org.deltava.taglib.html.FormTag
-
Sets the action type of this form.
- setMiles(long) - Method in class org.deltava.beans.Pilot
-
Update this pilot's logged miles.
- setMin(int) - Method in class org.deltava.beans.acars.FrameRates
-
Updates the minimum frame rate.
- setMin(int) - Method in class org.deltava.beans.acars.TaskTimerData
-
Updates the minimum execution time.
- setMin(int) - Method in class org.deltava.taglib.html.IntegerInputTag
-
Sets the minimum value.
- setMin(Double) - Method in class org.deltava.taglib.html.DoubleInputTag
-
Sets the minimum value.
- setMin(Instant) - Method in class org.deltava.taglib.html.TimeInputTag
-
Sets the minimum time.
- setMin(ZonedDateTime) - Method in class org.deltava.taglib.html.DateInputTag
-
Sets the minimum date.
- setMinAge(int) - Method in class org.deltava.beans.hr.JobPosting
-
Updates the minimum number of days since joining required to apply for this position.
- setMinAltitude(int) - Method in class org.deltava.beans.navdata.Airspace
-
Sets the minimum altitude of the Airspace.
- setMinimum(ClientVersion, AccessRole) - Method in class org.deltava.dao.SetACARSBuilds
-
Sets the minimum client version for a given role.
- setMinimum1XTime(int) - Method in class org.deltava.beans.EquipmentType
-
Sets the minimum amount of 1X time for a flight over the switch length in order to count for promotion to Captain.
- setMinimumDate(Instant) - Method in class org.deltava.beans.cooler.SearchCriteria
- setMinimumLoad(double) - Method in class org.deltava.beans.econ.EconomyInfo
-
Updates the minimum load factor for a flight.
- setMinLegs(int) - Method in class org.deltava.beans.hr.JobPosting
-
Updates the minimum number of legs required to apply for this position.
- setMinMax(double, double) - Method in class org.deltava.beans.stats.DisposalQueueStats
-
Sets the minimum and maximum age of non-held flight reports.
- setMinor(int) - Method in class org.deltava.taglib.content.SimulatorVersionTag
-
Sets the simulator minor version number.
- setMinor(String) - Method in class org.deltava.taglib.googlemap.InsertGoogleAPITag
-
Sets the Google API revision to pull down.
- setMinorVersion(int) - Method in class org.deltava.beans.flight.XACARSFlightReport
-
Sets the XACARS minor version used on this flight.
- setMinorVersion(int) - Method in class org.deltava.beans.system.Issue
-
Updates the minor version for this Issue.
- setMinStage(int) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets the minimum stage required to take this Examination.
- setMinVisibility(int) - Method in class org.deltava.beans.wx.RunwayVisualRange
-
Updates the minimum visibility for this runway.
- setModule(String) - Method in class org.deltava.taglib.content.GoogleJSTag
-
Sets the module name to load.
- setMotto(String) - Method in class org.deltava.beans.Pilot
-
Updates the Pilot's motto.
- setMozilla(boolean) - Method in class org.deltava.taglib.content.BrowserFilterTag
-
Marks this content as visible to Mozilla/Firefox users.
- setMTDHours(double) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of hours flown since the start of the current Month.
- setMTDLegs(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of legs flown since the start of the current Month.
- setMTDMiles(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of miles flown since the start of the current Month.
- setMultiple(boolean) - Method in class org.deltava.taglib.html.ComboTag
-
Marks this as a listbox (allowing multiple entries).
- setN1(double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's average N1 speed.
- setN1(int, double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates an aircraft's individual engine N1 speed.
- setN2(double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's average N2 speed.
- setN2(int, double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates an aircraft's individual engine N2 speed.
- setName(String) - Method in class org.deltava.beans.AbstractComment
-
Updates the name of the attachment.
- setName(String) - Method in class org.deltava.beans.academy.Certification
-
Updates the Certification name.
- setName(String) - Method in class org.deltava.beans.academy.Course
-
Updates the certification name for this Course.
- setName(String) - Method in class org.deltava.beans.academy.InstructionSession
-
Updates the Course name.
- setName(String) - Method in class org.deltava.beans.econ.EliteLifetime
-
Updates the name of this status level.
- setName(String) - Method in class org.deltava.beans.EquipmentType
-
Updates the equipment program name.
- setName(String) - Method in class org.deltava.beans.event.Event
-
Updates the Online Event name.
- setName(String) - Method in class org.deltava.beans.event.Route
-
Updates the route name.
- setName(String) - Method in class org.deltava.beans.fleet.LibraryEntry
-
Updates the name of this resource.
- setName(String) - Method in class org.deltava.beans.gallery.Image
-
Updates the name of this Image.
- setName(String) - Method in class org.deltava.beans.navdata.Airspace
-
Sets the Airspace name.
- setName(String) - Method in class org.deltava.beans.navdata.Gate
- setName(String) - Method in class org.deltava.beans.navdata.Intersection
-
Updates the Intersection's name.
- setName(String) - Method in class org.deltava.beans.navdata.NavigationDataBean
-
Updates the object's name.
- setName(String) - Method in class org.deltava.beans.navdata.TerminalRoute
-
Updates the Route name.
- setName(String) - Method in class org.deltava.beans.PartnerInfo
-
Updates the partner name.
- setName(String) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft name.
- setName(String) - Method in class org.deltava.beans.schedule.Airline
-
Updates the airline name.
- setName(String) - Method in class org.deltava.beans.schedule.Airport
-
Sets this airport's name.
- setName(String) - Method in class org.deltava.beans.schedule.Chart
-
Updates the Chart name.
- setName(String) - Method in class org.deltava.beans.servinfo.Controller
- setName(String) - Method in class org.deltava.beans.servinfo.NetworkUser
-
Updates the network user's name, stripping off the home airport.
- setName(String) - Method in class org.deltava.beans.stats.Accomplishment
-
Updates the accomplishment name.
- setName(String) - Method in class org.deltava.beans.stats.PerformanceMetrics
-
Updates the category name.
- setName(String) - Method in class org.deltava.beans.stats.Tour
-
Updates the Tour name.
- setName(String) - Method in class org.deltava.beans.system.CommandLog
-
Updates the Command name.
- setName(String) - Method in class org.deltava.beans.testing.ExamProfile
-
Updates the Examination name.
- setName(String) - Method in class org.deltava.taglib.calendar.CalendarEntryTag
-
Sets the name of the request attribute to save the Calendar Entry into.
- setName(String) - Method in class org.deltava.taglib.content.GetSystemDataTag
-
Sets the SystemData property name.
- setName(String) - Method in class org.deltava.taglib.content.InsertContentTag
-
Update the name of the resource to insert.
- setName(String) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the check box name, saving for the CSS class.
- setName(String) - Method in class org.deltava.taglib.html.FormElementTag
-
Sets the name of this field.
- setNameOnly(boolean) - Method in class org.deltava.taglib.format.EliteFormatTag
-
Sets whether to display "Member" after the level name if needed.
- setNAV1(String) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the NAV1 radio frequency.
- setNAV2(String) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the NAV2 radio frequency.
- setNavCycle(String) - Method in class org.deltava.util.flightplan.FlightPlanGenerator
-
Updates the AIRAC cycle used to generate this Flight Plan.
- SetNavData - Class in org.deltava.dao
-
A Data Access Object to update Navigation data.
- SetNavData(Connection) - Constructor for class org.deltava.dao.SetNavData
-
Initializes the Data Access Object.
- setNetwork(OnlineNetwork) - Method in class org.deltava.beans.academy.Certification
-
Updates the online network that this Ceritification will grant a Pilot Rating for.
- setNetwork(OnlineNetwork) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the online network used for this flight.
- setNetwork(OnlineNetwork) - Method in class org.deltava.beans.event.Event
-
Updates the Network used for this Online Event.
- setNetwork(OnlineNetwork) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the Online Network used on this Flight.
- setNetwork(OnlineNetwork, int, int, double) - Method in class org.deltava.beans.stats.OnlineStatsEntry
-
Sets online network statistics.
- setNetworkConnected(boolean) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates whether the user is connected to an Online Network.
- setNetworkID(OnlineNetwork, CharSequence) - Method in class org.deltava.beans.Person
-
Update the Person's network ID for a given online network.
- setNetworkRatingCode(String) - Method in class org.deltava.beans.academy.Certification
-
Updates the rating code used by the online network.
- setNewCode(String) - Method in class org.deltava.beans.navdata.RunwayMapping
-
Updates the new runway code.
- setNewHires(boolean) - Method in class org.deltava.beans.EquipmentType
-
Updates whether this equipment program accepts new hires.
- setNewLine(boolean) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the multiple element separator to a DIV with a new line.
- SetNews - Class in org.deltava.dao
-
A Data Access Object to write System News and NOTAMs to the database.
- SetNews(Connection) - Constructor for class org.deltava.dao.SetNews
-
Initialize the Data Access Object.
- setNoCache(boolean) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Sets whether to append a cache-busting paramter to the URL.
- setNoCache(boolean) - Method in class org.deltava.taglib.html.SignatureTag
-
Sets whether the image should be cache-busted.
- setNoCooler(boolean) - Method in class org.deltava.beans.Pilot
-
Updates whether the Pilot is locked out from the Water Cooler.
- setNoDispatch(ClientVersion, Collection<Integer>) - Method in class org.deltava.dao.SetACARSBuilds
-
Sets the builds that cannot request Dispatch service.
- setNoExams(boolean) - Method in class org.deltava.beans.Pilot
-
Updates whether this Pilot is locked out from taking new Examinations.
- SetNomination - Class in org.deltava.dao
-
A Data Access Object to write Senior Captain Nominations to the database.
- SetNomination(Connection) - Constructor for class org.deltava.dao.SetNomination
-
Initializes the Data Access Object.
- setNoReply(boolean) - Method in class org.deltava.beans.system.MessageTemplate
-
Sets whether replies to this message should be disabled.
- setNoShow(boolean) - Method in class org.deltava.beans.academy.InstructionSession
-
Marks the Pilot as a "no-show".
- setNotificationCode(int) - Method in class org.deltava.beans.Person
-
Sets the notification options for a user from a single bitmap value.
- setNotificationTTL(int) - Method in class org.deltava.beans.system.MessageTemplate
-
Updates the TTL of the push notification.
- setNotify(boolean) - Method in class org.deltava.beans.system.InactivityPurge
-
Marks the Pilot as being notified of the impending purge.
- setNotify(boolean) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets a notification on Examination submission.
- setNotifyContext(String) - Method in class org.deltava.beans.system.MessageTemplate
-
Updates the ID of the push notification context object.
- setNotifyOption(Notification, boolean) - Method in class org.deltava.beans.Person
-
Update this Person's notification option for a given notificaiton type.
- setNoTimeCompression(boolean) - Method in class org.deltava.beans.Pilot
-
Updates whether the Pilot cannot submit flight reports with Time Compression.
- setNotVisitedA(boolean) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Includes only unvisited arrival airports.
- setNotVisitedD(boolean) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Includes only unvisited departure airports.
- setNoVoice(boolean) - Method in class org.deltava.beans.Pilot
-
Updates whether the Pilot is locked out from the Voice server.
- setNumber(int) - Method in class org.deltava.beans.testing.Question
-
Updates the Question Number.
- setNumber(int) - Method in class org.deltava.beans.testing.QuestionProfile
-
Sets the Question Number.
- setNumberFormat(String) - Method in class org.deltava.beans.Person
-
Updates the Person's preferred number format.
- setNumericAttr(String, int, int) - Method in class org.deltava.taglib.html.ElementTag
-
Sets a numeric attribute.
- setObject(Object) - Method in class org.deltava.taglib.content.DefaultMethodValueTag
-
Sets the object to execute against.
- setObject(Map<String, Object>) - Method in class org.deltava.taglib.format.JSMapTag
-
Sets the items to put into the JavaScript array.
- setObject(EnumDescription) - Method in class org.deltava.taglib.format.EnumDescriptionTag
-
Sets the object to execute against.
- setOceanic(boolean) - Method in class org.deltava.beans.navdata.FIR
-
Sets whether this is an Oceanic sector.
- SetOceanic - Class in org.deltava.dao
-
A Data Access Object to write Oceanic Routes.
- SetOceanic(Connection) - Constructor for class org.deltava.dao.SetOceanic
-
Initialize the Data Access Object.
- setOffline(boolean) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates whether this flight was flown disconnected from the ACARS server.
- setOldCode(String) - Method in class org.deltava.beans.navdata.RunwayMapping
-
Updates the old runway code.
- setOnBlur(String) - Method in class org.deltava.taglib.html.InputTag
-
Sets the JavaScript event for this element's onBlur() event.
- setOnBlur(String) - Method in class org.deltava.taglib.html.TextboxTag
-
Sets code to execute on this textbox's JavaScript onBlur() event.
- setOnChange(String) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the JavaScript onChange event for these checkboxes/radio buttons.
- setOnChange(String) - Method in class org.deltava.taglib.html.ComboTag
-
Sets the Javascript to execute when this element's value is changed.
- setOnChange(String) - Method in class org.deltava.taglib.html.FileUploadTag
-
Sets the JavaScript onChange event for this field.
- setOnChange(String) - Method in class org.deltava.taglib.html.InputTag
-
Sets the JavaScript event for this element's onChange() event.
- setOnChange(String) - Method in class org.deltava.taglib.html.SingleTag
-
Sets the JavaScript onChange event for these checkboxes/radio buttons.
- setOnChange(String) - Method in class org.deltava.taglib.html.TextboxTag
-
Sets the JavaScript event for this element's onChange() event.
- setOnClick(String) - Method in class org.deltava.taglib.html.ButtonTag
-
Sets the JavaScript code to execute when the button is clicked.
- setOnClick(String) - Method in class org.deltava.taglib.html.CommandButtonTag
-
Overrides the onClick property from the superclass.
- setOnClick(String) - Method in class org.deltava.taglib.html.LinkTag
-
Sets the JavaScript onClick event for this link.
- setOnKeypress(String) - Method in class org.deltava.taglib.html.InputTag
-
Sets the JavaScript event for this element's onKeyPress() event.
- setOnKeyup(String) - Method in class org.deltava.taglib.html.InputTag
-
Sets the JavaScript event for this element's onKeyUp() event.
- setOnlineHours(double) - Method in class org.deltava.beans.Pilot
-
Updates this Pilot's logged online hours.
- setOnlineHours(double) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of hours flown online.
- setOnlineLegs(int) - Method in class org.deltava.beans.Pilot
-
Update this Pilot's logged onlne flight legs.
- setOnlineLegs(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of legs flown online.
- setOnlineLegs(int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the number of online legs linked to this entry.
- setOnlineMiles(long) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of miles flown online.
- setOnlineTime(int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the amount of time spent connected to an Online Network.
- SetOnlineTime - Class in org.deltava.dao
-
A Data Access Object to write aggregated VATSIM and IVAO usage data.
- SetOnlineTime(Connection) - Constructor for class org.deltava.dao.SetOnlineTime
-
Initializes the Data Access Object.
- SetOnlineTrack - Class in org.deltava.dao
-
A Data Access Object to write VATSIM/IVAO/PilotEdge Online tracks.
- SetOnlineTrack(Connection) - Constructor for class org.deltava.dao.SetOnlineTrack
-
Initializes the Data Access Object.
- setOnRightClick(String) - Method in class org.deltava.taglib.html.ComboTag
-
Sets the Javascript to execute when the element is right-clicked.
- setOnRightClick(String) - Method in class org.deltava.taglib.html.InputTag
-
Sets the Javascript to execute when the element is right-clicked.
- setOnRightClick(String) - Method in class org.deltava.taglib.html.TextboxTag
-
Sets the Javascript to execute when the element is right-clicked.
- setOnTime(OnTime) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates whether the flight was on time.
- setOp(String) - Method in class org.deltava.taglib.html.CommandButtonTag
-
Sets the command operation for this button.
- setOp(String) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Sets the operation parameter for the command invocation.
- setOp(String) - Method in class org.deltava.taglib.html.FormTag
-
Sets the command operation for this button.
- setOpera(boolean) - Method in class org.deltava.taglib.content.BrowserFilterTag
-
Marks this content as visible to Opera users.
- setOptionID(int) - Method in class org.deltava.beans.cooler.PollOption
-
Sets the option ID.
- setOptionID(int) - Method in class org.deltava.beans.cooler.PollVote
-
Updates the Option's database ID.
- setOptions(Collection<?>) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the choices for this checkbox/radio button.
- setOptions(Collection<?>) - Method in class org.deltava.taglib.html.ComboTag
-
Sets the choices for this combo/listbox.
- setOSVersion(String) - Method in class org.deltava.beans.acars.ACARSError
-
Sets the operating system version.
- setOSVersion(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the Operating System name.
- setOutboundCount(int) - Method in class org.deltava.beans.acars.TaxiTime
-
Updates the number of outbound fligts used to calculate the data.
- setOutboundStdDev(Duration) - Method in class org.deltava.beans.acars.TaxiTime
-
Updates the outbound taxi time standard deviation.
- setOutboundTime(Duration) - Method in class org.deltava.beans.acars.TaxiTime
-
Updates the average outbound taxi time.
- setOwner(File, String, String) - Static method in class org.deltava.util.FileUtils
-
Sets the owner and group membership for a file.
- setOwner(String) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates the owner of this level.
- setOwner(AirlineInformation) - Method in class org.deltava.beans.EquipmentType
-
Updates the Airline that owns this equipment program.
- setOwner(AirlineInformation) - Method in class org.deltava.beans.event.Event
-
Sets the Airline that owns this Online Event.
- setOwner(AirlineInformation) - Method in class org.deltava.beans.fleet.LibraryEntry
-
Updates the owning Virtual Airline.
- setOwner(AirlineInformation) - Method in class org.deltava.beans.stats.Accomplishment
-
Updates the Owner of this Accomplishment.
- setOwner(AirlineInformation) - Method in class org.deltava.beans.stats.Tour
-
Updates the Virtual Airline that owns this Tour.
- setOwner(AirlineInformation) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets which airline is the owner of this Examination.
- setOwner(AirlineInformation) - Method in class org.deltava.beans.testing.QuestionProfile
-
Sets which airline is the owner of this Question.
- setOwner(AirlineInformation) - Method in class org.deltava.beans.testing.Test
-
Updates this Examination's owner Airline.
- setPageContext(PageContext) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the page context for the tag, and sets the user's time zone.
- setPageContext(PageContext) - Method in class org.deltava.taglib.content.AirlineBannerTag
-
Loads the UI scheme name from the user object, if present.
- setPageContext(PageContext) - Method in class org.deltava.taglib.content.InsertCSSTag
-
Loads the UI scheme name from the user object, if present.
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.AirportFormatTag
-
Sets the tag's JSP context and loads the code type to display from the user's preferences.
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.AirportTypeTag
-
Sets the tag's JSP context and loads the code type to display from the user's preferences.
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.DateFormatTag
-
Updates this tag's page context and loads the user object from the request.
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.DistanceFormatTag
-
Updates this tag's page context and loads the user object from the request.
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.DurationFormatTag
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.EliteProgressTag
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.LandingScoreFormatTag
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.NumberFormatTag
-
Updates this tag's page context and loads the user object from the request.
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.UserSettingsTag
-
Sets the tag's JSP context and loads the user data.
- setPageContext(PageContext) - Method in class org.deltava.taglib.format.WeightFormatTag
-
Updates this tag's page context and loads the user object from the request.
- setPageContext(PageContext) - Method in class org.deltava.taglib.googlemap.InsertGoogleAPITag
- setPageContext(PageContext) - Method in class org.deltava.taglib.googlemap.StaticMapTag
- setPageContext(PageContext) - Method in class org.deltava.taglib.html.AirportCodeTag
-
Fetches the airport code type from the authenticated user, if present.
- setPageContext(PageContext) - Method in class org.deltava.taglib.html.ComboTag
-
Loads airport formatting preferences from the logged in user.
- setPageContext(PageContext) - Method in class org.deltava.taglib.html.ElementTag
- setPageContext(PageContext) - Method in class org.deltava.taglib.html.FormTag
-
Loads the UI scheme name from the user object, if present.
- setPageContext(PageContext) - Method in class org.deltava.taglib.html.HTML5InputTag
-
Updates this tag's page context and extracts HTML4-specific formatting codes.
- setPalette(int) - Method in class org.deltava.taglib.googlemap.MarkerArrayTag
-
Sets the Google Earth palette code for this marker, overriding any code provided by the point.
- setPalette(int) - Method in class org.deltava.taglib.googlemap.MarkerTag
-
Sets the Google Earth palette code for this marker, overriding any code provided by the point.
- setPaletteCode(int) - Method in class org.deltava.beans.wx.WeatherTileLayer
-
Updates the layer's palette code.
- setParentID(int) - Method in class org.deltava.beans.AbstractComment
-
Updates the ID of the parent record.
- SetPartner - Class in org.deltava.dao
-
A Data Access Object to write virtual airline Partner information to the database.
- SetPartner(Connection) - Constructor for class org.deltava.dao.SetPartner
-
Initializes the Data Access Object.
- setPassCount(int) - Method in class org.deltava.beans.testing.ExamProfile
-
Updates the total numebr of times this Examination has been passed.
- setPassCount(int) - Method in class org.deltava.beans.testing.TestStatistics
-
Updates the number of times this exam has been passed or the question has been correctly answered.
- setPassed(int) - Method in class org.deltava.beans.testing.ExamStatsEntry
-
Updates the number of passed examinations or check rides.
- setPassengerCount(int) - Method in class org.deltava.util.flightplan.ACARSGenerator
-
Updates the passenger count.
- setPassengers(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the number of passengers on this flight.
- setPassengers(int) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the passenger count for this flight.
- setPassengers(int) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the number of passengers carried on this flight.
- setPassFail(boolean) - Method in class org.deltava.beans.testing.Test
-
Sets whether this Pilot passed or failed the examination.
- setPassScore(int) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets the passing score for this Examination as a percentage.
- setPassword(String) - Method in class org.deltava.beans.Person
-
Update the Person's password.
- setPath(String) - Method in class org.deltava.taglib.content.InsertRSSTag
-
Sets the parth to the RSS data feed
- setPath(Collection<GeoLocation>) - Method in class org.deltava.taglib.googlemap.StaticMapTag
-
Adds a path to the map.
- setPax(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the number of passengers booked on this flight.
- setPax(int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the number of passengers linked to this entry.
- setPax(int) - Method in class org.deltava.beans.stats.LoadStatistics
-
Updates the total number of passengers carried.
- setPaxWeight(int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the passenger weight.
- setPct(TankType, int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the tank usage percentage for a particular fuel tank type.
- setPercent(boolean) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets whether the width of the progress bar is in percent.
- setPercentage(int) - Method in class org.deltava.beans.navdata.RunwayUse
-
Updates the percentage of total uses for this Runway.
- setPercentile(int, int) - Method in class org.deltava.beans.acars.FrameRates
-
Updates a frame rate percentile.
- setPercentile(int, int, int, int) - Method in class org.deltava.beans.stats.PercentileStatsEntry
-
Sets percentile statistics.
- setPermissions(File, String...) - Static method in class org.deltava.util.FileUtils
-
Sets the permissions for a file.
- setPhase(FlightPhase) - Method in class org.deltava.beans.acars.RouteEntry
-
Updates the flight phase.
- setPhase(FlightPhase) - Method in class org.deltava.beans.acars.XAFlightInfo
-
Updates the flight phase.
- setPhaseName(String) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the flight's flight phase.
- setPilot(Pilot) - Method in class org.deltava.security.command.NominationAccessControl
-
Sets the Pilot being nominated.
- setPilot(Pilot) - Method in class org.deltava.taglib.content.PilotNameTag
-
Sets the Pilot.
- SetPilot - Class in org.deltava.dao
-
A Data Access Object to update Pilot profiles.
- SetPilot(Connection) - Constructor for class org.deltava.dao.SetPilot
-
Initializes the Data Access Object.
- setPilotCode(CharSequence) - Method in class org.deltava.beans.Pilot
-
Set the pilot code for this Pilot.
- SetPilotEMail - Class in org.deltava.dao
-
A Data Access Object to update Pilot IMAP data.
- SetPilotEMail(Connection) - Constructor for class org.deltava.dao.SetPilotEMail
-
Initializes the Data Access Object.
- setPilotFlights(int) - Method in class org.deltava.beans.stats.EventStats
-
Updates the number of distinct Pilots who filed an approved Flight Report for at least one Online Event.
- setPilotID(int) - Method in class org.deltava.beans.academy.Course
-
Updates the database ID of the enrolled Pilot.
- setPilotID(int) - Method in class org.deltava.beans.academy.InstructionFlight
-
Updates the Student Pilot associated with this flight.
- setPilotID(int) - Method in class org.deltava.beans.academy.InstructionSession
-
Updates the Pilot participating in this session.
- setPilotID(int) - Method in class org.deltava.beans.acars.DispatchLogEntry
- setPilotID(int) - Method in class org.deltava.beans.acars.LogSearchCriteria
-
Updates the Pilot ID to search for.
- setPilotID(int) - Method in class org.deltava.beans.Applicant
-
Updates the Database ID of this Applicant's Pilot record.
- setPilotID(int) - Method in class org.deltava.beans.assign.AssignmentInfo
-
Updates the associated Pilot for this Assignment.
- setPilotID(int) - Method in class org.deltava.beans.cooler.PollVote
-
Updates the Pilot's database ID.
- setPilotID(int) - Method in class org.deltava.beans.event.Signup
-
Updates the Pilot ID for this Signup.
- setPilotID(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
The Pilot database ID, if filtering for unvisited airports.
- setPilotID(int) - Method in class org.deltava.beans.servinfo.NetworkUser
-
Updates the database ID of this User.
- setPilotID(int) - Method in class org.deltava.beans.servinfo.PositionData
-
Sets the Pilot ID for this entry.
- setPilotID(int) - Method in class org.deltava.beans.system.CommandLog
-
Updates the database ID of the user executing this Command.
- setPilotIDs(int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the number of Pilots flying legs during this period.
- setPilotIDs(Map<String, Integer>) - Method in class org.deltava.beans.servinfo.NetworkInfo
-
Assigns Pilot IDs to online Pilots and Controllers that have user accounts.
- SetPilotLogin - Class in org.deltava.dao
-
A Data Access Object to track user logins and logouts.
- SetPilotLogin(Connection) - Constructor for class org.deltava.dao.SetPilotLogin
-
Initialize the Data Access Object.
- SetPilotMerge - Class in org.deltava.dao
-
A Data Access Object to merge a Pilot's data into another.
- SetPilotMerge(Connection) - Constructor for class org.deltava.dao.SetPilotMerge
-
Initializes the Data Access Object.
- setPilotNumber(int) - Method in class org.deltava.beans.Pilot
-
Updates the Pilot's seniority number.
- SetPilotPush - Class in org.deltava.dao
-
A Data Access Object to write push notification subscription data to the database.
- SetPilotPush(Connection) - Constructor for class org.deltava.dao.SetPilotPush
-
Initializes the Data Access Object.
- setPilots(int) - Method in class org.deltava.beans.stats.Accomplishment
-
Updates the number of Pilots that have achieved this Accomplishment.
- setPilotSignups(int) - Method in class org.deltava.beans.stats.EventStats
-
Updates the number of distinct Pilots who signed up for at least one Online Event.
- SetPilotTransfer - Class in org.deltava.dao
-
A Data Access Object to transfer pilots between Airlines.
- SetPilotTransfer(Connection) - Constructor for class org.deltava.dao.SetPilotTransfer
-
Initializes the Data Access Object.
- setPitch(double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's pitch angle.
- setPlaceholder(String) - Method in class org.deltava.taglib.html.InputTag
-
Sets the placeholder for this field.
- setPlanData(Collection<NavigationDataBean>) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the flight plan data for this flight.
- setPlatform(OperatingSystem) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the underlying simulator platform.
- setPluginVersion(String) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the version of simulator plugin used by the client.
- setPlural(String) - Method in class org.deltava.taglib.format.QuantityFormatTag
-
Updates the label used for plural values.
- setPoint(GeoLocation) - Method in class org.deltava.taglib.googlemap.MarkerTag
-
Sets the location of the marker.
- setPoint(GeoLocation) - Method in class org.deltava.taglib.googlemap.PointTag
-
Sets the location of the marker.
- setPoints(int) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates the number of status points required for this level.
- setPointVar(String) - Method in class org.deltava.taglib.googlemap.MarkerTag
-
Sets the JavaScript point variable name.
- setPolicy(boolean) - Method in class org.deltava.beans.schedule.ValidationResult
- setPoll(boolean) - Method in class org.deltava.beans.cooler.MessageThread
-
Sets this thread's poll flag.
- setPos(GeoLocation) - Method in class org.deltava.taglib.format.GeoFormatTag
-
Sets the latitude/longitude to display.
- setPosition(double, double) - Method in class org.deltava.beans.servinfo.ConnectedUser
-
Updates the User's position.
- setPosition(double, double, int) - Method in class org.deltava.beans.servinfo.PositionData
-
Sets the position for this entry.
- setPosition(double, double, int) - Method in class org.deltava.beans.servinfo.RadioPosition
-
Updates the transceiver location.
- setPosition(RouteEntry) - Method in class org.deltava.beans.acars.FlightInfo
-
Sets the current position of the flight.
- setPositionCount(int) - Method in class org.deltava.beans.acars.ArchiveMetadata
-
Updates the number of archive position entries.
- setPositionCount(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the number of position records for this Flight.
- setPost(boolean) - Method in class org.deltava.taglib.html.CommandButtonTag
-
Sets the button to POST or GET to the form.
- setPostalCode(String) - Method in class org.deltava.beans.stats.GeocodeResult
-
Sets the postal code.
- setPostCount(int) - Method in class org.deltava.beans.cooler.Channel
-
Updates the number of posts in this Channel.
- setPostCount(int) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates the number of messages in this thread.
- setPrecision(double) - Method in class org.deltava.util.cache.CacheConfig
-
Sets the preicsion of a GeoLocation cache.
- setPreferredRunway(String) - Method in class org.deltava.dao.RouteLoadHelper
-
Sets the preferred departure runway.
- setPressure(double) - Method in class org.deltava.beans.wx.METAR
-
Updates the barometric pressure.
- setPressure(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the ambient air pressure.
- setPressure(int) - Method in class org.deltava.beans.wx.Cyclone
-
Sets the central pessure of the cyclone.
- setPrev(EliteLevel) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets the previous Elite level.
- setPriority(int) - Method in class org.deltava.beans.PartnerInfo
-
Updates the partner priority.
- setPriority(int) - Method in class org.deltava.beans.schedule.ImportRoute
-
Updates the priority score.
- setPriority(IssuePriority) - Method in class org.deltava.beans.system.Issue
-
Updates this Issue's priority.
- setProcessTime(int) - Method in class org.deltava.beans.system.EMailDelivery
-
Updates the message processing tme.
- setProficiencyCheckRides(boolean) - Method in class org.deltava.beans.Pilot
-
Marks this Pilot as having opted for proficiency check rides.
- setProgress(int) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets the Elite level progress.
- setPromoEQ(int, Collection<String>) - Method in class org.deltava.dao.SetFlightReport
-
Sets whether a Flight Report counts towards promotion to Captain.
- setPromotionHours(int) - Method in class org.deltava.beans.EquipmentType
-
Set the number of hours required for promotion to Cpatain.
- setPromotionLegs(int) - Method in class org.deltava.beans.EquipmentType
-
Set the number of legs required for promotion to Captain.
- setPromotionMinLength(int) - Method in class org.deltava.beans.EquipmentType
-
Sets the minimum length of a leg for promotion to Captain.
- setPromotionSwitchLength(int) - Method in class org.deltava.beans.EquipmentType
-
Sets the distance at which promotion eligibility switches from a maximum amount of accelerated time to a minimum amount of 1X time.
- setProtocol(String) - Method in class org.deltava.taglib.content.InsertRSSTag
-
Sets the protocol used to retrieve the RSS feed
- setPub256DH(String) - Method in class org.deltava.beans.PushEndpoint
-
Updates the endpoint public key.
- setPublic(boolean) - Method in class org.deltava.beans.fleet.Resource
-
Updates whether this Resource is available to the public.
- setPublic(boolean) - Method in class org.deltava.beans.help.Issue
-
Marks the Issue as Public.
- setPurgeable(boolean) - Method in class org.deltava.beans.assign.AssignmentInfo
-
Marks this Assignment as purgeable when the Schedule database is updated.
- setPurged(boolean) - Method in class org.deltava.beans.schedule.ScheduleSourceInfo
-
Updates whether this source was purged during the current import.
- setPurgeDate(Instant) - Method in class org.deltava.beans.system.InactivityPurge
-
Updates the date the Pilot will be marked Inactive.
- setQualifier(Condition.Qualifier) - Method in class org.deltava.beans.wx.Condition
-
Sets the condition qualifier.
- setQuarter(Quarter) - Method in class org.deltava.beans.hr.Nomination
-
Updates the calendar quarter of this Nomination.
- setQueryMax(int) - Method in class org.deltava.dao.DAO
-
Sets the maximum number of rows in the returned result set.
- setQueryStart(int) - Method in class org.deltava.dao.DAO
-
Sets the first row of the results to return.
- setQueryTimeout(int) - Method in class org.deltava.dao.DAO
-
Sets the timeout for any SQL operations.
- setQuestion(String) - Method in class org.deltava.beans.testing.QuestionProfile
-
Updates the Question text.
- SetQuestionnaire - Class in org.deltava.dao
-
A Data Access Object to write Applicant Questionnaires.
- SetQuestionnaire(Connection) - Constructor for class org.deltava.dao.SetQuestionnaire
-
Initialize the Data Access Object.
- setQuestionPoolSize(int) - Method in class org.deltava.beans.testing.ExamProfile
-
Updates the number of Exam Questions in this Examination's question pool.
- setQuota(int) - Method in class org.deltava.beans.system.IMAPConfiguration
-
Updates the size quota for this mailbox.
- setRadarAltitude(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's altitude above ground level.
- setRadius(int) - Method in class org.deltava.beans.system.IPBlock
-
Sets the geolocaiton accuracy radius.
- setRandom(boolean) - Method in class org.deltava.beans.assign.AssignmentInfo
-
Marks this Assignment as randomly generated.
- setRange(int) - Method in class org.deltava.beans.acars.GroundMapEntry
-
Updates the service range.
- setRange(int) - Method in class org.deltava.beans.schedule.AircraftPolicyOptions
-
Updates the maximum range of the aircraft.
- setRange(int) - Method in class org.deltava.beans.servinfo.Controller
-
Updates the Controller's visibility range.
- setRange(int, int) - Method in class org.deltava.beans.schedule.ValidationResult
- setRank(Rank) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the rank of the Pilot filing this report.
- setRank(Rank) - Method in class org.deltava.beans.Person
-
Update the person's Rank.
- setRank1(Rank, int) - Method in class org.deltava.comparators.RankComparator
-
Sets the first rank/stage pair.
- setRank2(Rank, int) - Method in class org.deltava.comparators.RankComparator
-
Sets the second rank/stage pair.
- setRanks(Collection<String>) - Method in class org.deltava.beans.EquipmentType
-
Updates the available ranks for this Equipment Program.
- setRating(Rating) - Method in class org.deltava.beans.servinfo.NetworkUser
-
Sets the Users's rating.
- setRating(Rating) - Method in class org.deltava.beans.servinfo.Pilot
- setRatingOnly(boolean) - Method in class org.deltava.beans.hr.TransferRequest
-
Updates if this Transfer Request is for an additional rating, instead of a program switch.
- setRatings(Collection<String>, Collection<String>) - Method in class org.deltava.beans.EquipmentType
-
Loads primary/secondary ratings.
- setReadOnly(boolean) - Method in class org.deltava.taglib.html.InputTag
-
Marks this field as read-only.
- setReadOnly(boolean) - Method in class org.deltava.taglib.html.TextboxTag
-
Marks this textbox as read-only.
- setReadTimeout(int) - Method in class org.deltava.dao.http.DAO
-
Sets the HTTP connect timeout.
- setRecipient(EMailAddress) - Method in class org.deltava.mail.MessageContext
-
Sets the recipient of this email message.
- setRecipient(EMailAddress) - Method in class org.deltava.mail.SMTPEnvelope
-
Clears the recipient list and overwrites it with a single address.
- setRecipientID(int) - Method in class org.deltava.beans.acars.TextMessage
-
Updates the Recipient of the message.
- setRecorder(Recorder) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the Flight Data Recorder used to generate this entry.
- setReferCount(int) - Method in class org.deltava.beans.PartnerInfo
-
Updates the partner referral count.
- setReference(String) - Method in class org.deltava.beans.testing.Question
-
Sets the reference to the correct answer to this Question.
- setRefuel(boolean) - Method in class org.deltava.beans.acars.FuelUse
-
Sets whether refueling occured in-flight.
- setRegex(String) - Method in class org.deltava.util.bbcode.BBCode
-
Sets the regular expression associated to the tag
- setRegion(String) - Method in class org.deltava.beans.navdata.NavigationDataBean
-
Updates the ICAO region code for this entry.
- setRegion(String) - Method in class org.deltava.beans.schedule.Airport
-
Sets this airport's ICAO region.
- setRegion(String) - Method in class org.deltava.beans.system.IPBlock
-
Updates the region/state associated with this address block.
- setRegion(String) - Method in class org.deltava.beans.system.IPLocation
-
Updates the region name.
- setRegionCode(String) - Method in class org.deltava.beans.system.IPLocation
-
Updates the region code.
- setRegisterAddress(String) - Method in class org.deltava.beans.Applicant
-
Sets the remote address this Applicant registered from.
- setRegisterHostName(String) - Method in class org.deltava.beans.Applicant
-
Sets the host name this Applicant registered from.
- setRegistrationDate(Instant) - Method in class org.deltava.beans.servinfo.Certificate
-
Updates the user's registration date.
- setReleasedOn(Instant) - Method in class org.deltava.beans.navdata.CycleInfo
-
Updates the cycle release datae.
- setReleaseVersion(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the SimBrief release version.
- setRemainingClassName(String) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets the remaining progress bar CSS class name.
- setRemarks(String) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the pilot's remarks for this flight.
- setRemarks(String) - Method in class org.deltava.beans.event.Signup
-
Updates the Pilot's remarks.
- setRemarks(String) - Method in class org.deltava.beans.flight.FlightReport
-
Sets the remarks for this Flight Report.
- setRemarks(String) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
Updates any notes (usually about codehsare operator) for this flight.
- setRemarks(String) - Method in class org.deltava.beans.wx.METAR
-
Updates the METAR remarks.
- setRemote(boolean) - Method in class org.deltava.util.cache.CacheConfig
-
Sets whether this is a remote cache.
- setRemoteAddr(String) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the IP address of the ACARS client.
- setRemoteAddr(String) - Method in class org.deltava.beans.acars.ACARSLogEntry
-
Updates the IP address for this connection.
- setRemoteAddr(String) - Method in class org.deltava.beans.AuditLog
-
Updates the IP address for this audit entry.
- setRemoteAddr(String) - Method in class org.deltava.beans.cooler.Message
-
Updates the IP address from where this message was posted.
- setRemoteAddr(String) - Method in class org.deltava.beans.system.CommandLog
-
Updates the IP address of the user executing the Command.
- setRemoteAddr(String) - Method in class org.deltava.beans.system.LoginAddress
-
Updates the IP address used to log in.
- setRemoteAddr(String) - Method in class org.deltava.security.SecurityCookieData
-
Updates the user's IP address.
- setRemoteAddress(String) - Method in class org.deltava.beans.system.EMailDelivery
-
Updates the remote SMTP server address.
- setRemoteHost(String) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the host name of the ACARS client.
- setRemoteHost(String) - Method in class org.deltava.beans.acars.ACARSLogEntry
-
Updates the host name for this connection.
- setRemoteHost(String) - Method in class org.deltava.beans.AuditLog
-
Updates the host name for this audit entry.
- setRemoteHost(String) - Method in class org.deltava.beans.cooler.Message
-
Updates the host name from where this message was posted.
- setRemoteHost(String) - Method in class org.deltava.beans.system.CommandLog
-
Updates the host name of the user executing the Command.
- setRemoteHost(String) - Method in class org.deltava.beans.system.EMailDelivery
-
Updates the remote SMTP server host name.
- setRemoteHost(String) - Method in class org.deltava.beans.system.LoginAddress
-
Updates the host name used to log in.
- setRepeating(boolean) - Method in class org.deltava.beans.assign.AssignmentInfo
-
Marks this Assignment as repeating (automatically regenerated when completed).
- setReplace(String) - Method in class org.deltava.util.bbcode.BBCode
-
Sets the replacement string, to be aplyied when matching the code
- setReportCount(int) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates the thread's content report count.
- setReqCert(String) - Method in class org.deltava.beans.academy.Certification
-
Sets the pre-requisite certification (if any).
- setReqCount(int) - Method in class org.deltava.beans.academy.Certification
-
Updates the number of requirements for this Certification.
- setReqs(Prerequisite) - Method in class org.deltava.beans.academy.Certification
-
Updates the Course prerequisite.
- setRequestHeader(String, String) - Method in class org.deltava.dao.http.DAO
-
Sets a request header.
- setRequestID(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the SimBrief request ID.
- setRequests(int) - Method in class org.deltava.beans.stats.HTTPStatistics
-
Updates the number of HTTP requests.
- setRequired(boolean) - Method in class org.deltava.taglib.html.FormElementTag
-
Sets this field as required for HTML5 browsers.
- setRequirements(Collection<CertificationRequirement>) - Method in class org.deltava.beans.academy.Certification
-
Clears and updates the requirements for this Certification.
- setReservedBy(int) - Method in class org.deltava.beans.schedule.SelectCall
-
Updates the Pilot reserving this aircraft's SELCAL code.
- setReservedOn(Instant) - Method in class org.deltava.beans.schedule.SelectCall
-
Updates the date this SELCAL code was reserved.
- setResize(boolean) - Method in class org.deltava.taglib.html.TextboxTag
-
Sets whether the textbox should have auto-resize code enabled.
- setResolvedOn(Instant) - Method in class org.deltava.beans.help.Issue
-
Updates the resolution date of this Issue.
- setResolvedOn(Instant) - Method in class org.deltava.beans.system.Issue
-
Updates the resolution date/time for this Issue.
- SetResource - Class in org.deltava.dao
-
A Data Access Object to write Web Resources to a database.
- SetResource(Connection) - Constructor for class org.deltava.dao.SetResource
-
Initializes the Data Access Object.
- setResponse(String) - Method in class org.deltava.beans.system.EMailDelivery
-
Updates the remote SMTP server response message.
- setRestoreCount(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the number of times ACARS has restored the flight thus far.
- setRestoreCount(int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the number of ACARS in-flight restores during this flight.
- setResult(String) - Method in class org.deltava.beans.system.CommandLog
-
Updates the Command result data.
- setResult(FlightScore) - Method in class org.deltava.beans.flight.ScorePackage
-
Updates the flight score.
- setResults(Collection<T>) - Method in class org.deltava.commands.ViewContext
-
Updates the result data for this view slice.
- setReturnErrorStream(boolean) - Method in class org.deltava.dao.http.DAO
-
Sets whether the error stream should be returned when connecting and an error occurs.
- setRideCount(int) - Method in class org.deltava.beans.academy.Certification
-
Updates the number of Check Rides required for this Certification.
- setRideCount(int) - Method in class org.deltava.beans.academy.Course
-
Updates the number of Check Rides required for this Course.
- setRideEQ(Collection<String>) - Method in class org.deltava.beans.academy.Certification
-
Clears and sets the Check Ride equipment types.
- setRoles(String) - Method in class org.deltava.taglib.content.RoleAttributeTag
-
Sets the role(s) a user must belong to in order to view the body of this tag.
- setRoles(String) - Method in class org.deltava.taglib.content.RoleFilterTag
-
Sets the role(s) a user must belong to in order to view the body of this tag.
- setRoles(Collection<String>) - Method in class org.deltava.beans.academy.Certification
-
Clears and Updates the list of roles required to enroll.
- setRoles(Collection<String>) - Method in class org.deltava.commands.AbstractCommand
-
Updates the roles authorized to execute this command.
- setRoles(Collection<String>) - Method in interface org.deltava.commands.Command
-
Updates the roles authorized to execute this command.
- setRoles(Channel.InfoType, Collection<String>) - Method in class org.deltava.beans.cooler.Channel
-
Updates the security roles for this Channel.
- setRoute(String) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the Route for this dispatch entry.
- setRoute(String) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the filed route for this flight.
- setRoute(String) - Method in class org.deltava.beans.event.Route
-
Updates the flight route for this Route.
- setRoute(String) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the filed Flight Route.
- setRoute(String) - Method in class org.deltava.beans.schedule.FlightRoute
-
Sets the route text.
- setRoute(String) - Method in class org.deltava.beans.schedule.OceanicNOTAM
-
Updates the NOTAM contents.
- setRoute(String) - Method in class org.deltava.beans.servinfo.Pilot
-
Updates the Pilot's filed waypoints.
- setRoute(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the flight route.
- setRoute(String) - Method in class org.deltava.util.flightplan.FlightPlanGenerator
-
Sets the route text.
- setRouteData(Collection<? extends RouteEntry>) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the actual route data for this flight.
- setRouteID(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the Dispatch Route ID used in this flight.
- setRouteID(int) - Method in class org.deltava.beans.event.Route
-
Updates the Route identifier.
- setRouteID(int) - Method in class org.deltava.beans.event.Signup
-
Updates the Route ID for this Signup.
- setRouteLegs(int) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
-
Sets the number of route legs flown by the pilot.
- setRoutes(int) - Method in class org.deltava.beans.schedule.ScheduleRoute
-
Updates the number of Dispatch routes between these two airports.
- setRows(long) - Method in class org.deltava.beans.stats.TableInfo
-
Updates the number of rows in the table.
- setRunTimes(String, String) - Method in class org.deltava.taskman.Task
-
Sets the time of the day this Task may run in.
- setRunway(String) - Method in class org.deltava.beans.navdata.TerminalRoute
-
Updates the runway associated with this Terminal Route.
- setRunwayA(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the arrival Runway.
- setRunwayA(Runway) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the arrival Runway for this flight.
- setRunwayD(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the departure Runway.
- setRunwayD(Runway) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the departure Runway for this flight.
- setRunwayD(Runway) - Method in class org.deltava.util.flightplan.ACARSGenerator
-
Updates the departure Runway.
- SetRunwayMapping - Class in org.deltava.dao
-
A Data Access Object to update runway mappings in the database.
- SetRunwayMapping(Connection) - Constructor for class org.deltava.dao.SetRunwayMapping
-
Initializes the Data Access Object.
- setSafeSurf(boolean) - Method in class org.deltava.taglib.content.InsertPICSTag
-
Controls whether a SafeSurf content rating tag should be displayed.
- setScale(int) - Method in class org.deltava.taglib.googlemap.StaticMapTag
- SetSchedule - Class in org.deltava.dao
-
A Data Access Object to update the Flight Schedule.
- SetSchedule(Connection) - Constructor for class org.deltava.dao.SetSchedule
-
Initializes the Data Access Object.
- setScheduleSync(boolean) - Method in class org.deltava.beans.schedule.Airline
-
Updates whether the airline's schedules can be synchronized.
- SetScheduleSync - Class in org.deltava.dao
-
A Data Access Object to synchronize flight schedules.
- SetScheduleSync(Connection) - Constructor for class org.deltava.dao.SetScheduleSync
-
Initializes the Data Access Object.
- setScheduleValidated(boolean) - Method in class org.deltava.beans.acars.FlightInfo
-
Marks this Flight as having a valid flight route.
- setScheme(String) - Method in class org.deltava.taglib.content.InsertCSSTag
-
Sets the CSS scheme to display.
- setScore(boolean) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the score for the Check Ride.
- setScore(int) - Method in class org.deltava.beans.Feedback
-
Updates the score.
- setScore(int) - Method in class org.deltava.beans.hr.Nomination
-
Updates this Nomination's score.
- setScore(int) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the score for the Check ride.
- setScore(int) - Method in class org.deltava.beans.testing.Test
-
Sets the score for this Examination.
- setScoredOn(Instant) - Method in class org.deltava.beans.testing.Test
-
Updates this Examination's "scored on" date.
- setScoreOnly(boolean) - Method in class org.deltava.beans.econ.FlightEliteScore
-
Updates whether to ignore flight leg and distance for aggregation purpose.
- setScorerID(int) - Method in class org.deltava.beans.testing.Test
-
Updates the database ID for the Pilot who scored this exam.
- setScreenCount(int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the number of screens attached to the machine.
- setScreenSize(int, int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the screen size.
- setScrollClass(String) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the CSS class name for the forwad/backward scroll links.
- setScrollTags(boolean) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets whether to display the forward/backward scroll tags.
- setSDK(String) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Sets the aircraft SDK used.
- setSDK(String) - Method in class org.deltava.beans.flight.Airframe
-
Updates the ACARS SDK used with this airframe.
- setSearchNameFragment(boolean) - Method in class org.deltava.beans.cooler.SearchCriteria
- setSearchSubject(boolean) - Method in class org.deltava.beans.cooler.SearchCriteria
- setSeats(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the number of seats on this flight.
- setSeats(int) - Method in class org.deltava.beans.schedule.AircraftPolicyOptions
-
Updates the number of seats on the aircraft.
- setSecure(boolean) - Method in class org.deltava.taglib.content.SecureContentTag
-
Sets whether the content requires an SSL or non-SSL connection.
- setSecurity(Security) - Method in class org.deltava.beans.fleet.LibraryEntry
-
Updates this resource's security level.
- setSecurity(IssueSecurity) - Method in class org.deltava.beans.system.Issue
-
Updates this Issues's security level.
- SetSELCAL - Class in org.deltava.dao
-
A Data Access Object to write aircraft SELCAL data.
- SetSELCAL(Connection) - Constructor for class org.deltava.dao.SetSELCAL
-
Initializes the Data Access Object.
- setSendTime(Instant) - Method in class org.deltava.beans.system.EMailDelivery
-
Updates the message sending time.
- setSeparator(String) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the multiple element separator.
- setSequence(int) - Method in class org.deltava.beans.navdata.TerminalRoute
-
Updates the internal ID used to map Terminal Routes to waypoints.
- SetSerializedOnline - Class in org.deltava.dao.file
-
A Data Access Object to serialize online track data.
- SetSerializedOnline(OutputStream) - Constructor for class org.deltava.dao.file.SetSerializedOnline
-
Initializes the Data Access Object.
- SetSerializedPosition - Class in org.deltava.dao.file
-
A Data Access Object to serialize ACARS position records.
- SetSerializedPosition(OutputStream) - Constructor for class org.deltava.dao.file.SetSerializedPosition
-
Initializes the Data Access Object.
- SetSerializedRoute - Class in org.deltava.dao.file
-
A Data Access Object to serialize route data.
- SetSerializedRoute(OutputStream) - Constructor for class org.deltava.dao.file.SetSerializedRoute
-
Initializes the Data Access Object.
- setServer(String) - Method in class org.deltava.beans.servinfo.ConnectedUser
-
Updates the FSD Server this user is connected to.
- setShowBytes(boolean) - Method in class org.deltava.taglib.format.FileSizeFormatTag
- setShowDaysOfWeek(boolean) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets whether the days of the week should be displayed below the title bar.
- setShowFlag(boolean) - Method in class org.deltava.taglib.format.RemoteAddressTag
-
Sets whether to show the national flag of the IP block.
- setShowNavBar(boolean) - Method in class org.deltava.beans.Pilot
-
Sets whether a Navigation Bar or side menu should be rendered.
- setShowNewPosts(boolean) - Method in class org.deltava.beans.Pilot
-
Updates whether new Water Cooler posts will be scrolled to.
- setShowOnRegister(boolean) - Method in class org.deltava.beans.fleet.Manual
-
Marks this Manual as visible on the Registration page.
- setShowSignatures(boolean) - Method in class org.deltava.beans.Pilot
-
Updates this Pilot's "Show Water Cooler signatures" flag.
- setShowSSThreads(boolean) - Method in class org.deltava.beans.Pilot
-
Updates whether this Pilot will see Water Cooler screen shot threads.
- setShowUnits(boolean) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets whether to display units in the progress bar text.
- setShowYear(boolean) - Method in class org.deltava.taglib.format.EliteFormatTag
-
Sets whether to display the program year in the span title.
- setShowZone(boolean) - Method in class org.deltava.taglib.format.DateFormatTag
-
Overrides whether the time zone should be displayed.
- setSID(String) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the SID for this dispatch entry.
- setSID(String) - Method in class org.deltava.beans.acars.OfflineFlight
-
Sets the SID ID for the flight.
- setSID(String) - Method in class org.deltava.beans.schedule.FlightRoute
-
Updates the Standard Instrument Departure ID.
- setSID(TerminalRoute) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the Departure route used on this flight.
- setSID(TerminalRoute) - Method in class org.deltava.util.flightplan.FlightPlanGenerator
-
Updates the deprature route.
- setSignatureAlgorithm(String) - Method in class org.deltava.security.SecurityCookieData
-
Updates the signature algorithm for the encrypted cookie.
- setSignatureExtension(String) - Method in class org.deltava.beans.Pilot
-
Sets if this Pilot has a signature image available.
- SetSignatureImage - Class in org.deltava.dao
-
A Data Access Object to write Signature Images.
- SetSignatureImage(Connection) - Constructor for class org.deltava.dao.SetSignatureImage
-
Initialize the Data Access Object.
- setSignatureModified(Instant) - Method in class org.deltava.beans.Pilot
-
Sets the last modified date the Pilot's signature image.
- setSignupDeadline(Instant) - Method in class org.deltava.beans.event.Event
-
Updates the signup deadline for this Online Event.
- setSignups(int) - Method in class org.deltava.beans.event.Route
-
Updates the number of Pilots signed up for this Route.
- setSignups(int) - Method in class org.deltava.beans.stats.EventStats
-
Updates the number of signups for these Online Events.
- setSignupURL(String) - Method in class org.deltava.beans.event.Event
-
Updates the external URL used to sign up for this Online Event.
- setSim(Simulator) - Method in class org.deltava.taglib.content.SimulatorVersionTag
-
Sets the Simulator used.
- setSimBriefID(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the SimBrief plan ID.
- setSimBriefLegs(int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the number of SimBrief legs linked to this entry.
- setSimBriefUserID(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the SimBrief User ID.
- setSimRate(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the simulator time acceleration rate.
- setSimulator(Simulator) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the Simulator used by the client.
- setSimulator(Simulator) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the simulator for this dispatch log entry.
- setSimulator(Simulator) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the Simulator used in this flight.
- setSimulator(Simulator) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the Simulator used on this flight.
- setSimulator(Simulator) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the Simulator used for this flight.
- setSimulator(Simulator) - Method in class org.deltava.beans.hr.TransferRequest
-
Updates the Pilot's preferred simulator.
- setSimulator(Simulator) - Method in class org.deltava.beans.navdata.Runway
-
Updates the Simulator which this runway exists in.
- setSimulator(Simulator) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the user's simulator.
- setSimulator(Simulator) - Method in class org.deltava.util.flightplan.ACARSGenerator
-
Updates the simulator used.
- setSimulator(Simulator, int, int, double) - Method in class org.deltava.beans.stats.SimStatsEntry
-
Sets simulator statistics.
- setSimulatorVersion(int, int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the simulator version used in this flight.
- setSimUTC(Instant) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the UTC time in the simulator
- setSimVersion(Simulator) - Method in class org.deltava.beans.Applicant
-
Set the Simulator used by this Applicant.
- setSingle(String) - Method in class org.deltava.taglib.format.QuantityFormatTag
-
Updates the label used for a single value.
- setSize(int) - Method in class org.deltava.beans.AbstractComment
-
Updates the size of the attachment.
- setSize(int) - Method in class org.deltava.beans.acars.ArchiveMetadata
-
Updates the size of the archived metadata.
- setSize(int) - Method in class org.deltava.beans.acars.FrameRates
-
Updates the number of frame rate samples.
- setSize(int) - Method in class org.deltava.beans.EquipmentType
-
Sets the number of active Pilots in this equipment program.
- setSize(int) - Method in class org.deltava.beans.ImageBean
-
Updates the size of this image.
- setSize(int) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the size of the Test.
- setSize(int) - Method in class org.deltava.beans.testing.Examination
-
Updates the size of this examination.
- setSize(int) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets the number of questions in this Examination.
- setSize(int) - Method in class org.deltava.beans.testing.Test
-
Updates the number of questions in this examination.
- setSize(int) - Method in class org.deltava.taglib.html.ComboTag
-
Sets the size of this combo/list box.
- setSize(int) - Method in class org.deltava.taglib.html.FileUploadTag
-
Sets the size of this field.
- setSize(int) - Method in class org.deltava.taglib.html.InputTag
-
Sets the size of this field.
- setSize(int) - Method in class org.deltava.taglib.view.TableTag
-
Sets the number of view rows to display.
- setSize(long) - Method in class org.deltava.beans.fleet.LibraryEntry
-
Updates the size of this resource.
- setSize(long) - Method in class org.deltava.beans.stats.TableInfo
-
Updates the size of the table.
- setSkipped(int) - Method in class org.deltava.beans.schedule.ScheduleSourceHistory
-
Updates the total number of flight legs skipped for this source.
- setSockets(int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the number of CPU sockets.
- setSort(boolean) - Method in class org.deltava.taglib.content.GetSystemDataTag
-
Sort the values.
- setSort(String) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Sets the sort parameter for the command invocation.
- setSortBy(String) - Method in class org.deltava.beans.schedule.ScheduleSearchCriteria
- setSortByPosition(boolean) - Method in class org.deltava.dao.file.GetPDFText
- setSortOrder(int) - Method in class org.deltava.beans.Staff
-
Sets the new sort order for this Staff Member profile.
- setSortType(String) - Method in class org.deltava.commands.ViewContext
-
Sets the default sort parameter for this view slice.
- setSource(String) - Method in class org.deltava.beans.acars.ExternalDispatchRoute
- setSource(String) - Method in class org.deltava.beans.schedule.ExternalChart
-
Updates the source of the chart.
- setSource(String) - Method in interface org.deltava.beans.schedule.ExternalFlightRoute
-
Sets the source of this route.
- setSource(String) - Method in class org.deltava.beans.schedule.ExternalRoute
- setSource(String) - Method in class org.deltava.beans.schedule.OceanicNOTAM
-
Updates the NOTAM source hostname.
- setSource(ScheduleSource) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
Updates the source of this entry.
- setSources(Collection<ScheduleSourceInfo>) - Method in class org.deltava.dao.GetSchedule
-
Sets the raw schedule sources in use, for DST calculatiuons.
- setSpellcheck(boolean) - Method in class org.deltava.taglib.html.InputTag
-
Marks this field as spellcheckable.
- setSpellcheck(boolean) - Method in class org.deltava.taglib.html.TextboxTag
-
Marks this textbox as spellcheckable.
- setSpinner(boolean) - Method in class org.deltava.taglib.html.FormTag
-
Sets whether to render the hidden spinner DIV.
- setSrc(String) - Method in class org.deltava.taglib.googlemap.LineTag
-
Sets the JavaScript variable name for the line source.
- setSrc(String) - Method in class org.deltava.taglib.html.ImageBeanTag
- setSrc(String) - Method in class org.deltava.taglib.html.ImageTag
-
Sets the source of this image.
- setStackDump(String) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the stack dump information.
- SetStaff - Class in org.deltava.dao
-
A Data Access Object to write Staff Profiles to the database.
- SetStaff(Connection) - Constructor for class org.deltava.dao.SetStaff
-
Initializes the Data Access Object.
- setStaffOnly(boolean) - Method in class org.deltava.beans.hr.JobPosting
-
Marks this job posting as only visible to staff members.
- setStage(int) - Method in class org.deltava.beans.academy.Certification
-
Updates the stage number.
- setStage(int) - Method in class org.deltava.beans.academy.Course
-
Updates this Course's stage.
- setStage(int) - Method in class org.deltava.beans.EquipmentType
-
Sets the stage for this equipment program.
- setStage(int) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets the stage for this Examination.
- setStage(int) - Method in class org.deltava.beans.testing.Test
-
Sets the stage level for this Examination.
- setStage(int, int, int, double) - Method in class org.deltava.beans.stats.StageStatsEntry
-
Sets stage statistics.
- setSTAR(String) - Method in class org.deltava.beans.acars.DispatchLogEntry
-
Updates the STAR for this dispatch entry.
- setSTAR(String) - Method in class org.deltava.beans.acars.OfflineFlight
-
Sets the STAR ID for the flight.
- setSTAR(String) - Method in class org.deltava.beans.schedule.FlightRoute
-
Updates the Standard Terminal Arrival Route ID.
- setSTAR(TerminalRoute) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the Arrival Route used on this flight.
- setSTAR(TerminalRoute) - Method in class org.deltava.util.flightplan.FlightPlanGenerator
-
Updates the arrival route.
- setStart(float, float) - Method in class org.deltava.beans.wx.GRIBResult
- setStartDate(Instant) - Method in class org.deltava.beans.academy.Course
-
Updates the start date for this Course.
- setStartDate(Instant) - Method in class org.deltava.beans.econ.EconomyInfo
-
Updates the airline start date.
- setStartDate(Instant) - Method in class org.deltava.beans.stats.Tour
-
Updates the Start date for this Tour.
- setStartDate(LocalDate) - Method in class org.deltava.beans.schedule.RawScheduleEntry
-
Updates the start of the operating range.
- setStartDate(ZonedDateTime) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the start date of the data range.
- setStartDate(ZonedDateTime) - Method in class org.deltava.taglib.calendar.MonthlyCalendarTag
-
Sets the starting date for this monthly calendar tag.
- setStartDate(ZonedDateTime) - Method in class org.deltava.taglib.calendar.WeeklyCalendarTag
-
Sets the starting date for this calendar tag.
- setStartDate(ZonedDateTime) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Sets the start date if this is linking to a Calendar command.
- setStartLocation(GeoLocation) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the first route position for this flight.
- setStartPage(int) - Method in class org.deltava.dao.file.GetPDFText
-
Updates the first page to extract.
- setStartTime(Instant) - Method in class org.deltava.beans.academy.InstructionBusy
-
Updates the start time for this busy period.
- setStartTime(Instant) - Method in class org.deltava.beans.academy.InstructionSession
-
Updates the start time for this Session.
- setStartTime(Instant) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Returns the date/time the connection was started.
- setStartTime(Instant) - Method in class org.deltava.beans.acars.DispatchScheduleEntry
-
Updates the service start time.
- setStartTime(Instant) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the start date/time for this flight.
- setStartTime(Instant) - Method in class org.deltava.beans.event.Event
-
Updates this start time of this Online Event.
- setStartTime(Instant) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the start time of the flight.
- setStartTime(Instant) - Method in class org.deltava.beans.servinfo.NetworkOutage
-
Updates the start of the outage.
- setStartTime(Instant) - Method in class org.deltava.taskman.Task
-
Overrides the last execution time for this Task.
- setState(String) - Method in class org.deltava.beans.stats.GeocodeResult
-
Sets the state/province name.
- setStateCode(String) - Method in class org.deltava.beans.stats.GeocodeResult
-
Sets the state/province code.
- setStateData(String) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the state data.
- setStatistics(ConnectionStats, ConnectionStats) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Updates connection statistics.
- setStatisticsStartDate(Instant) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates the first date of statistics used to generate thresholds.
- setStatus(int) - Method in class org.deltava.beans.academy.InstructionSession
-
Updates the Session's status.
- setStatus(int, Status, Instant) - Method in class org.deltava.dao.SetAcademy
-
Updates a Flight Academy Course's status.
- setStatus(int, PilotStatus) - Method in class org.deltava.dao.PilotWriteDAO
-
Updates a Pilots' status in the database.
- setStatus(Status) - Method in class org.deltava.beans.academy.Course
-
Updates this Course's completion status.
- setStatus(ApplicantStatus) - Method in class org.deltava.beans.Applicant
-
Updates the Applicant's status.
- setStatus(AssignmentStatus) - Method in class org.deltava.beans.assign.AssignmentInfo
-
Updates the status of this Flight Assignment.
- setStatus(CharterRequest.RequestStatus) - Method in class org.deltava.beans.assign.CharterRequest
-
Updates the request status.
- setStatus(Status) - Method in class org.deltava.beans.event.Event
-
Updates the status of this Online Event.
- setStatus(FlightStatus) - Method in class org.deltava.beans.flight.FlightReport
-
Sets the status of this Flight Report.
- setStatus(IssueStatus) - Method in class org.deltava.beans.help.Issue
-
Updates this Issue's status.
- setStatus(ApplicantStatus) - Method in class org.deltava.beans.hr.Application
-
Updates the application status.
- setStatus(JobStatus) - Method in class org.deltava.beans.hr.JobPosting
-
Updates the posting status.
- setStatus(Nomination.Status) - Method in class org.deltava.beans.hr.Nomination
-
Updates the nomination status.
- setStatus(TransferStatus) - Method in class org.deltava.beans.hr.TransferRequest
-
Updates the status of this Transfer Request.
- setStatus(PilotStatus) - Method in class org.deltava.beans.Pilot
-
Update this Pilot's status.
- setStatus(TourStatus) - Method in class org.deltava.beans.stats.Tour
-
Updates the status of the Tour.
- setStatus(IssueStatus) - Method in class org.deltava.beans.system.Issue
-
Updates this Issue's status.
- setStatus(TestStatus) - Method in class org.deltava.beans.testing.Test
-
Sets the status for this Test.
- setStatusCode(int) - Method in exception class org.deltava.util.ControllerException
-
Sets the HTTP status code to set on the error page.
- SetStatusUpdate - Class in org.deltava.dao
-
A Data Access Object to write status updates for a Pilot to the database.
- SetStatusUpdate(Connection) - Constructor for class org.deltava.dao.SetStatusUpdate
-
Initializes the Data Access Object.
- setStdDev(double) - Method in class org.deltava.beans.acars.TaskTimerData
-
Updates the standard deviation.
- setStdDeviation(double) - Method in class org.deltava.beans.stats.LandingStatistics
-
Updates the standard deviation of touchdown speeds.
- setStep(int) - Method in class org.deltava.taglib.html.DateInputTag
-
Sets the date stepping interval.
- setStep(int) - Method in class org.deltava.taglib.html.IntegerInputTag
-
Sets the value stepping interval.
- setStep(int) - Method in class org.deltava.taglib.html.TimeInputTag
-
Sets the date stepping interval.
- setStep(Double) - Method in class org.deltava.taglib.html.DoubleInputTag
-
Sets the value stepping interval.
- setStickyInChannelOnly(boolean) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates whether the thread will be sticky in the current channel only.
- setStickyUntil(Instant) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates the date/time this thread will be a "sticky" until.
- setStyle(String) - Method in class org.deltava.taglib.html.ElementTag
-
Associates a CSS style with this HTML element.
- setSubject(String) - Method in class org.deltava.beans.help.Issue
-
Updates the Issue subject.
- setSubject(String) - Method in class org.deltava.beans.News
-
Updates this subject of this entry.
- setSubject(String) - Method in class org.deltava.beans.system.Issue
-
Updates this Issue's title.
- setSubject(String) - Method in class org.deltava.beans.system.MessageTemplate
-
Updates the e-mail message subject.
- setSubject(String) - Method in class org.deltava.mail.MessageContext
-
Overrides the subject used in the message, instead of using the Message Template subject.
- setSubject(String) - Method in class org.deltava.mail.SMTPEnvelope
-
Sets the message subject.
- setSubLabel(String) - Method in class org.deltava.beans.testing.ExamStatsEntry
-
Updates the entry sub-label.
- setSubmittedOn(Instant) - Method in class org.deltava.beans.flight.FlightReport
-
Updates the date/time this Flight Report was submitted on.
- setSubmittedOn(Instant) - Method in class org.deltava.beans.testing.Test
-
Updates this Examination's submission date.
- setSuccess(boolean) - Method in class org.deltava.beans.system.CommandLog
-
Marks whether this Command executed successfully.
- setSuccess(boolean) - Method in class org.deltava.commands.CommandResult
-
Mark if the previous Command complated successfully
- setSuccessCount(int) - Method in class org.deltava.beans.stats.CommandStatsEntry
-
Updates the number of times this Command was successfully executed.
- setSummary(String) - Method in class org.deltava.beans.hr.JobPosting
-
Updates the job summary.
- setSupercededAirport(String) - Method in class org.deltava.beans.schedule.Airport
-
Updates the superceded airport code for this airport.
- setSupport(boolean) - Method in class org.deltava.beans.hr.NominationComment
-
Marks whether this comment is in support of the nomination.
- setSuppressed(boolean) - Method in exception class org.deltava.util.ControllerException
-
Sets this exception to not be logged.
- setSurface(Surface) - Method in class org.deltava.beans.navdata.Runway
-
Updates the runway surface type.
- SetSystemData - Class in org.deltava.dao
-
A Data Access Object to write system logging (user commands, tasks) entries.
- SetSystemData(Connection) - Constructor for class org.deltava.dao.SetSystemData
-
Initialize the Data Access Object.
- SetSystemLog - Class in org.deltava.dao
-
A Data Access Object to write HTTP statistics.
- SetSystemLog(Connection) - Constructor for class org.deltava.dao.SetSystemLog
-
Initializes the Data Access Object.
- setT(String) - Method in class org.deltava.taglib.format.DateFormatTag
-
Updates the time format pattern.
- setT(String) - Method in class org.deltava.taglib.format.DurationFormatTag
-
Updates the time format pattern.
- setTable(String) - Method in class org.deltava.beans.UserData
-
Updates the table name.
- setTableClass(String) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the CSS class name for the view table.
- setTableID(String) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the CSS ID for the view table.
- setTagName(String) - Method in class org.deltava.util.bbcode.BBCode
-
Setst the tag name
- setTailCode(String) - Method in class org.deltava.beans.acars.MapRouteEntry
-
Updates the aircraft's tail code.
- setTailCode(String) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the registration code of the aircraft.
- setTailCode(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the aircraft tail code.
- setTakeoffDistance(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the distance from the origin airport where takeoff occured.
- setTakeoffFuel(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the amount of fuel at takeoff.
- setTakeoffHeading(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the heading at takeoff.
- setTakeoffLocation(GeospaceLocation) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the position at takeoff.
- setTakeoffN1(double) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the average N1 of the engines at takeoff.
- setTakeoffRunwayLength(int) - Method in class org.deltava.beans.schedule.AircraftPolicyOptions
-
Updates the minimum takeoff runway length of the Aircraft.
- setTakeoffSpeed(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the airspeed at takeoff.
- setTakeoffTime(Instant) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the takeoff date/time.
- setTakeoffWeight(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the aircraft weight at takeoff.
- setTanks(TankType, int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the fuel tanks used in filling the aircraft.
- setTanks(TankType, Collection<String>) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the fuel tanks used in filling the aircraft.
- setTarget(String) - Method in class org.deltava.taglib.html.FormTag
-
Sets the form target.
- setTarget(String) - Method in class org.deltava.taglib.html.LinkTag
-
Sets the target frame for this link.
- setTarget(String) - Method in class org.deltava.taglib.view.ScrollTag
-
Updates the target frame for this tag.
- setTargetPercentile(int) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates this level's target Pilot percentile.
- setTaxiFuel(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the fuel amount at pushback.
- setTaxiFuel(int) - Method in class org.deltava.beans.schedule.Aircraft
-
Updates the aircraft's taxi fuel load.
- setTaxiFuel(int) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the taxi fuel load.
- setTaxiTime(Instant) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the time the aircraft was pushed back.
- setTaxiTimes(int, int) - Method in class org.deltava.beans.acars.OfflineFlight
-
Updates the inbound and outbound taxi durations.
- setTaxiWeight(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the weight of the aircraft at pushback.
- setTemperature(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the ambient temperature.
- setTemperature(int) - Method in class org.deltava.beans.wx.METAR
-
Updates the temperature.
- setTemperature(int) - Method in class org.deltava.beans.wx.WindData
- setTempFile(File) - Method in class org.deltava.beans.UploadInfo
-
Updates the temporary storage location.
- setTemplate(MessageTemplate) - Method in class org.deltava.mail.MessageContext
-
Sets the message template to use.
- setText(String) - Method in class org.deltava.beans.academy.CertificationRequirement
-
Updates the requirement text.
- setText(String) - Method in class org.deltava.taglib.view.ScrollTag
-
Updates the URL label text.
- setThickness(CloudLayer.Amount) - Method in class org.deltava.beans.wx.CloudLayer
-
Sets the cloud layer thickness.
- setThreadCount(int) - Method in class org.deltava.beans.cooler.Channel
-
Updates the number of Message Threads in this Channel.
- setThreadID(int) - Method in class org.deltava.beans.cooler.LinkedImage
-
Updates the Message Thread ID.
- setThreadID(int) - Method in class org.deltava.beans.cooler.Message
-
Updates the thread ID of this message.
- setThreadID(int) - Method in class org.deltava.beans.gallery.Image
-
Updates the Water Cooler discussion thread associated with this Image.
- setThreads(int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the number of CPU logical cores.
- setThresholdLength(int) - Method in class org.deltava.beans.navdata.Runway
-
Updates the length of the runway threshold.
- SetTiles - Class in org.deltava.dao.file
-
A Data Access Object to write map tiles to the filesystem.
- SetTiles - Class in org.deltava.dao.jedis
-
A Data Access Object to write map tiles to Jedis.
- SetTiles() - Constructor for class org.deltava.dao.file.SetTiles
- SetTiles() - Constructor for class org.deltava.dao.jedis.SetTiles
- setTime(boolean) - Method in class org.deltava.beans.schedule.ValidationResult
- setTime(boolean) - Method in class org.deltava.taglib.format.JSDateTag
-
Sets whether the time component of the date should be used.
- setTime(int) - Method in class org.deltava.beans.schedule.ScheduleSourceHistory
-
Updates the execution time of the schedule filter operation.
- setTime(int) - Method in class org.deltava.beans.testing.ExamProfile
-
Sets the time required to complete this Examination.
- setTime(int, int) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the amount of time at a particular time acceleration rate.
- setTime(long) - Method in class org.deltava.beans.system.CommandLog
-
Updates the total execution time.
- setTime(long) - Method in class org.deltava.commands.CommandResult
-
Set the total execution time for this Command
- setTimeA(LocalDateTime) - Method in class org.deltava.beans.flight.DraftFlightReport
-
Updates the scheduled arrival time in local time.
- setTimeA(LocalDateTime) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
Sets the arrival time for this flight.
- setTimeBuffer(int) - Method in class org.deltava.beans.event.EventFlightHelper
-
Sets the time buffer around the Online Event start/end times.
- setTimeD(LocalDateTime) - Method in class org.deltava.beans.flight.DraftFlightReport
-
Updates the scheduled departure time in local time.
- setTimeD(LocalDateTime) - Method in class org.deltava.beans.schedule.ScheduleEntry
-
Sets the departure time for this flight.
- setTimeFormat(String) - Method in class org.deltava.beans.Person
-
Updates the Person's preferred time format.
- setTimeZone(String) - Method in class org.deltava.beans.acars.ACARSError
-
Updates the client time zone.
- setTimeZone(String) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the user's time zone.
- setTitle(String) - Method in class org.deltava.beans.fleet.Resource
-
Updates the title of the Resource.
- setTitle(String) - Method in class org.deltava.beans.help.ResponseTemplate
-
Updates the template title.
- setTitle(String) - Method in class org.deltava.beans.hr.JobPosting
-
Updates the job title.
- setTitle(String) - Method in class org.deltava.beans.Staff
-
Updates the Staff Member's title.
- setTitle(String) - Method in class org.deltava.taglib.content.InsertRSSTag
-
Sets the title of the RSS feed.
- setTitle(String) - Method in class org.deltava.taglib.layout.SubMenuTag
-
Sets the menu title.
- setTOCTime(Instant) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the Top of Climb date/time.
- setTODTime(Instant) - Method in class org.deltava.beans.flight.ACARSFlightReport
-
Updates the Top of Descent date/time.
- setToken(String) - Method in class org.deltava.mail.VAPIDEnvelope
-
Updates the JWT token used to authenticate this message.
- setTopBarClass(String) - Method in class org.deltava.taglib.calendar.CalendarTag
-
Sets the CSS class name for the view table title bar.
- setTotal(int) - Method in class org.deltava.beans.stats.APIUsage
-
Updates the total number of API invocations.
- setTotal(int) - Method in class org.deltava.beans.stats.PercentileStatsEntry
-
Updates the total number of Pilots.
- setTotal(int) - Method in class org.deltava.beans.testing.ExamProfile
-
Updates the total number of times this Examination has been taken.
- setTotal(int) - Method in class org.deltava.beans.testing.ExamStatsEntry
-
Updates the total number of examinations or check rides.
- setTotal(int) - Method in class org.deltava.beans.testing.TestStatistics
-
Updates the total number of times this examination / question has been presented.
- setTotal(long) - Method in class org.deltava.beans.acars.TaskTimerData
-
Updates the total execution time.
- setTotalAnswers(int) - Method in class org.deltava.beans.testing.QuestionProfile
-
Updates the total number of times this Question has been included in an Examination.
- setTotalFuel(int) - Method in class org.deltava.beans.flight.FDRFlightReport
-
Updates the total amount of fuel burned during the flight.
- setTotalHours(double) - Method in class org.deltava.beans.Pilot
-
Updates the Pilot's total logged hours between all airlines.
- setTotalHours(double) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of hours flown.
- setTotalLegs(int) - Method in class org.deltava.beans.Pilot
-
Updates the Pilot's total flight legs between all airlines.
- setTotalLegs(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of legs flown.
- setTotalLegs(int) - Method in class org.deltava.beans.stats.OnlineStatsEntry
-
Updates the total number of legs flown during this period.
- setTotalMiles(long) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of miles flown.
- setTotalPilots(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of pilots.
- SetTour - Class in org.deltava.dao
-
A Data Access Object to write Tour data to the database.
- SetTour(Connection) - Constructor for class org.deltava.dao.SetTour
-
Initializes the Data Access Object.
- setTourLegs(int) - Method in class org.deltava.beans.stats.FlightStatsEntry
-
Updates the number of Flight Tour legs linked to this entry.
- SetTrack - Class in org.deltava.dao.jedis
-
A Data Access Object to save temporary ACARS track data to Redis.
- SetTrack() - Constructor for class org.deltava.dao.jedis.SetTrack
- SetTransferRequest - Class in org.deltava.dao
-
A Data Access Object to write equipment program Transfer Requests.
- SetTransferRequest(Connection) - Constructor for class org.deltava.dao.SetTransferRequest
-
Initializes the Data Access Object.
- setTransition(String) - Method in class org.deltava.beans.navdata.TerminalRoute
-
Updates the transition waypoint for this Terminal Route.
- setTransparency(double) - Method in class org.deltava.taglib.googlemap.LineTag
-
Sets the line's transparency.
- setTransparent(Color) - Method in class org.deltava.util.tile.Palette
-
Updates the transparent color.
- setTXCode(int) - Method in class org.deltava.beans.acars.FlightInfo
-
Updates the transponder code used on this flight.
- setType(String) - Method in class org.deltava.beans.fleet.Video
-
Updates the video type.
- setType(String) - Method in class org.deltava.taglib.googlemap.APIUsageTag
-
Sets the Google Map API type to request usage for.
- setType(String) - Method in class org.deltava.taglib.html.ButtonTag
-
Sets the button type.
- setType(String) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the element type.
- setType(String) - Method in class org.deltava.taglib.html.CommandButtonTag
-
Overrides the type property from the superclass.
- setType(String) - Method in class org.deltava.taglib.html.InputTag
-
Sets the HTML field type.
- setType(OceanicTrackInfo.Type) - Method in class org.deltava.beans.schedule.OceanicNOTAM
-
Updates the route type.
- setType(Chart.Type) - Method in class org.deltava.beans.schedule.Chart
-
Set the chart type.
- setType(RoutePairType) - Method in class org.deltava.beans.schedule.ScheduleRoute
-
Updates the route pair type.
- setType(Issue.IssueType) - Method in class org.deltava.beans.system.Issue
-
Updates this Issue's type.
- setType(RideType) - Method in class org.deltava.beans.testing.CheckRide
-
Sets the Check Ride Type.
- setType(CloudLayer.Type) - Method in class org.deltava.beans.wx.CloudLayer
-
Sets the cloud type.
- setType(ResultType) - Method in class org.deltava.commands.CommandResult
-
Sets the result type of this command.
- setTypeChoice(int, String) - Method in class org.deltava.beans.Applicant
-
Sets the preferred equipment program for a stage.
- setTz(TZInfo) - Method in class org.deltava.taglib.format.DateFormatTag
-
Overrides the time zone used to display the date/time with.
- setTZ(TZInfo) - Method in class org.deltava.beans.Person
-
Sets the Time Zone for this Person.
- setTZ(TZInfo) - Method in class org.deltava.beans.schedule.Airport
-
Set this airport's Time Zone.
- setTzName(String) - Method in class org.deltava.taglib.format.DateFormatTag
-
Overrides the time zone used to display the date/time with.
- setUIScheme(String) - Method in class org.deltava.beans.Person
-
Updates this Person's preferred web site UI scheme.
- setUnit(String) - Method in class org.deltava.taglib.format.IntervalFormatTag
-
Sets the time unit to display the interval with.
- setUnit(AccomplishUnit) - Method in class org.deltava.beans.stats.Accomplishment
-
Updates the unit of measurement.
- setUnits(String) - Method in class org.deltava.taglib.format.DistanceFormatTag
-
Overrides the units to display the distance in.
- setUnits(String) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets the units to display.
- setUnits(String) - Method in class org.deltava.taglib.format.UnitFormatTag
-
Overrides the units to display the value in.
- setUnits(String) - Method in class org.deltava.taglib.format.WeightFormatTag
-
Overrides the units to display the weight in.
- setUnits(String, String) - Method in class org.deltava.beans.econ.EliteProgram
-
Updates the unit names.
- setUpdated(boolean) - Method in class org.deltava.beans.schedule.RawScheduleEntry
-
Updates whether this entry has been manually updated.
- setUpgradeReason(UpgradeReason) - Method in class org.deltava.beans.econ.EliteLifetimeStatus
-
Updates the reason for this status upgrade.
- setUpgradeReason(UpgradeReason) - Method in class org.deltava.beans.econ.EliteStatus
-
Updates the reason for this status upgrade.
- setUrl(String) - Method in class org.deltava.taglib.content.CanonicalLinkTag
-
Overrides the canonical URL for this page.
- setUrl(String) - Method in class org.deltava.taglib.html.CommandButtonTag
-
Sets the command name for the button, without extension .
- setUrl(String) - Method in class org.deltava.taglib.html.CommandLinkTag
-
Sets the command name.
- setUrl(String) - Method in class org.deltava.taglib.html.LinkTag
-
Sets the target URL for this link.
- setUrl(String) - Method in class org.deltava.taglib.view.ScrollTag
-
Updates the URL for this tag.
- setURL(String) - Method in class org.deltava.beans.cooler.LinkedImage
-
Updates the linked Image URL.
- setURL(String) - Method in class org.deltava.beans.fleet.Resource
-
Updates the URL of this Resource.
- setURL(String) - Method in class org.deltava.beans.PartnerInfo
-
Updates the partner URL.
- setURL(String) - Method in class org.deltava.beans.schedule.ExternalChart
-
Updates the URL to the chart.
- setURL(String) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the URL used to download the briefing package.
- setURL(String) - Method in class org.deltava.commands.CommandResult
-
Set the URL to process next.
- setURL(String, String, int) - Method in class org.deltava.commands.CommandResult
-
Sets the URL to process next, when executing a command with parameters and a numeric ID.
- setURL(String, String, String) - Method in class org.deltava.commands.CommandResult
-
Sets the URL to process next, when executing a command with parameters.
- setUseCount(int) - Method in class org.deltava.beans.acars.DispatchRoute
-
Updates the number of times this route has been used.
- setUseCount(int) - Method in class org.deltava.beans.flight.Airframe
-
Updates the number of times this airframe has been used in a SimBrief dispatch package.
- setUseCount(int) - Method in class org.deltava.beans.navdata.Gate
-
Updates the number of times this gate has been used.
- setUseCount(int) - Method in class org.deltava.beans.navdata.RunwayUse
-
Updates the number of times this Runway was used.
- setUseCount(int) - Method in class org.deltava.beans.schedule.Chart
-
Updates the number of times this chart has been viewed.
- setUseCount(int) - Method in class org.deltava.beans.schedule.ExternalRoute
-
Updates the number of times this route was used.
- setUser(int) - Method in class org.deltava.taglib.content.ActiveUserFilterTag
-
Sets the user ID to search for.
- setUser(Person) - Method in class org.deltava.taglib.html.EMailDisplayTag
-
Updates the Person to display.
- setUser(Person) - Method in class org.deltava.taglib.html.EMailLinkTag
-
Updates the Person to display.
- setUser(Pilot) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Updates the Pilot bean for the user who created this connection.
- setUser(Pilot) - Method in class org.deltava.commands.HTTPContext
-
Updates the User executing this operation.
- setUser(Pilot) - Method in class org.deltava.security.MultiUserSecurityContext
-
Overrides the user.
- setUser(Pilot) - Method in class org.deltava.taglib.html.SignatureTag
-
Sets the user to display the signature for.
- setUser(Pilot) - Method in class org.deltava.taskman.TaskContext
-
Updates the User the Task will be executing as.
- setUserData(UserData) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Updates the UserData record for the user who created this connection.
- SetUserData - Class in org.deltava.dao
-
A Data Access Object to write cross-applicaton User data.
- SetUserData(Connection) - Constructor for class org.deltava.dao.SetUserData
-
Initialize the Data Access Object.
- setUserHidden(boolean) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Marks this connection as a Hidden connection.
- setUserID(int) - Method in class org.deltava.dao.GetPerformance
-
Sets the user ID to monitor.
- setUsers(int) - Method in class org.deltava.beans.testing.ExamStatsEntry
-
Updates the total number of users in this time period.
- setUseSoftRunways(boolean) - Method in class org.deltava.beans.schedule.AircraftPolicyOptions
-
Updates whether this aircraft can use soft runways.
- setValidate(String) - Method in class org.deltava.taglib.html.FormTag
-
Sets this form's JavaScript validation routine.
- setValidDate(Instant) - Method in class org.deltava.beans.servinfo.NetworkInfo
-
Updates the validity date of this data.
- setValue(int) - Method in class org.deltava.beans.stats.Accomplishment
-
Updates the number of units required for this Accomplishment.
- setValue(long) - Method in class org.deltava.taglib.format.HexFormatTag
-
Sets the value to format.
- setValue(Long) - Method in class org.deltava.taglib.format.FileSizeFormatTag
-
Sets the value to format.
- setValue(Long) - Method in class org.deltava.taglib.format.IntegerFormatTag
-
Sets the value to format.
- setValue(Long) - Method in class org.deltava.taglib.format.IsFormatTag
-
Sets the value to format.
- setValue(Number) - Method in class org.deltava.taglib.format.NumberFormatTag
-
Sets the value to format.
- setValue(Object) - Method in class org.deltava.taglib.content.RoleAttributeTag
-
Sets the request attribute value.
- setValue(Object) - Method in class org.deltava.taglib.content.SingletonTag
-
Sets the value.
- setValue(Object) - Method in class org.deltava.taglib.html.FormElementTag
-
Sets the value of this input element.
- setValue(Object) - Method in class org.deltava.taglib.html.SingleTag
-
Sets the checkbox value/alias.
- setValue(Object) - Method in class org.deltava.taglib.html.TextboxTag
-
Updates the value for this textarea.
- setValue(String) - Method in class org.deltava.taglib.format.MessageFormatTag
-
Updates the text to format.
- setValue(String) - Method in class org.deltava.taglib.format.TextFormatTag
-
Sets the value to format.
- setValue(Collection<?>) - Method in class org.deltava.taglib.format.ListFormatTag
-
Sets the values to display.
- setValues(Collection<?>) - Method in class org.deltava.taglib.html.ComboTag
-
Sets the value(s) of this combo/listbox.
- setVar(String) - Method in class org.deltava.taglib.content.AirlineBannerTag
-
Sets the name of the HTTP request attribute to store the image name in.
- setVar(String) - Method in class org.deltava.taglib.content.AuthenticatedUserFilterTag
-
Sets the request attribute to save the user object into.
- setVar(String) - Method in class org.deltava.taglib.content.DefaultMethodValueTag
-
Sets the request attribute name.
- setVar(String) - Method in class org.deltava.taglib.content.DurationTag
-
Sets the request attribute name.
- setVar(String) - Method in class org.deltava.taglib.content.EmptyListTag
-
Sets the page attribute to store the cache info in.
- setVar(String) - Method in class org.deltava.taglib.content.EnumTag
-
Sets the page attribute name.
- setVar(String) - Method in class org.deltava.taglib.content.FeedbackScoresTag
-
Sets the page attribute to store the score values in.
- setVar(String) - Method in class org.deltava.taglib.content.GetSystemDataTag
-
Sets the request attribute name.
- setVar(String) - Method in class org.deltava.taglib.content.ServerNameTag
-
Sets the request variable name to store the protocol in.
- setVar(String) - Method in class org.deltava.taglib.content.SingletonTag
-
Sets the page attribute to store the result in.
- setVar(String) - Method in class org.deltava.taglib.content.SuperUserFilterTag
-
Sets the request attribute to save the impersonated user object into.
- setVar(String) - Method in class org.deltava.taglib.content.TargetLoadFactorTag
-
Sets the JSP attribute name to store the target load factor in.
- setVar(String) - Method in class org.deltava.taglib.content.TZListTag
-
Sets the request attribute name.
- setVar(String) - Method in class org.deltava.taglib.format.AirportTypeTag
-
Sets the page attribute name.
- setVar(String) - Method in class org.deltava.taglib.googlemap.APIUsageTag
-
Sets the request attribute name.
- setVar(String) - Method in class org.deltava.taglib.JSTag
-
Sets the JavaScript variable to create.
- setVASFree(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the amount of simulator free memory.
- SetVATSIMData - Class in org.deltava.dao.http
-
A Data Access Object to write VATSIM user data.
- SetVATSIMData() - Constructor for class org.deltava.dao.http.SetVATSIMData
- setVersion(int) - Method in class org.deltava.beans.acars.ACARSError
-
Sets the ACARS client major version.
- setVersion(int) - Method in class org.deltava.beans.acars.ACARSLogEntry
- setVersion(int) - Method in class org.deltava.beans.fleet.Manual
-
Sets the manual version number.
- setVersion(int) - Method in class org.deltava.beans.servinfo.NetworkInfo
-
Updates the ServInfo data format revision.
- setVersion(int) - Method in class org.deltava.taglib.googlemap.InsertGoogleAPITag
-
Sets the Google API version to pull down.
- setVersion(int, int) - Method in class org.deltava.beans.system.HTTPContextData
-
Sets the browser version.
- setVersion(int, int, int) - Method in class org.deltava.beans.fleet.FleetEntry
-
Updates the version number of this resource.
- setVersion(int, int, int) - Method in class org.deltava.beans.fleet.Manual
- setVersion(String) - Method in class org.deltava.taglib.format.WindowsVersionTag
-
Sets the Windows version.
- setVerticalSpeed(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft's vertical speed.
- setVerticalSpeed(int) - Method in class org.deltava.beans.acars.XARouteEntry
-
Sets the vertical speed.
- setVideoMemorySize(int) - Method in class org.deltava.beans.stats.SystemInformation
-
Updates the video memory size.
- setViewCount(int) - Method in class org.deltava.beans.cooler.Channel
-
Updates the number of times all Threads in this Channel have been viewed.
- setViewCount(int) - Method in class org.deltava.beans.Person
-
Sets the size of the Person's preferred view window.
- setViews(int) - Method in class org.deltava.beans.cooler.MessageThread
-
Updates the number of times this thread has been read.
- setVisibility(double) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Sets the visibility.
- setVisibility(int, boolean) - Method in class org.deltava.beans.wx.METAR
-
Sets the visibility.
- setVisibility(Element, boolean) - Static method in class org.deltava.util.KMLUtils
-
Sets the visibility for a particular XML element.
- setVisible(boolean) - Method in class org.deltava.beans.academy.Certification
-
Updates whether this achievement of this certification is publicly visible.
- setVisible(boolean) - Method in class org.deltava.beans.econ.EliteLevel
-
Updates whether the level is visible.
- setVisible(boolean) - Method in class org.deltava.taglib.content.CopyrightTag
-
Marks the copyright tag as visible instead of embedded in the HTML code.
- setVoice(boolean) - Method in class org.deltava.beans.acars.ConnectionEntry
-
Marks this connection as voice-enabled.
- setVotes(int) - Method in class org.deltava.beans.cooler.PollOption
-
Updates the number of votes.
- setVSpeed(int) - Method in class org.deltava.beans.stats.TouchdownData
-
Updates the vertical speed at landing.
- setW(int) - Method in class org.deltava.taglib.googlemap.StaticMapTag
-
Sets the width of the map image.
- setWarning(boolean) - Method in exception class org.deltava.util.ControllerException
-
Sets this exception to be logged as a warning, not an error.
- SetWeather - Class in org.deltava.dao
-
A Data Access Object to save weather data in the database.
- SetWeather(Connection) - Constructor for class org.deltava.dao.SetWeather
-
Initializes the Data Access Object.
- setWebKit(boolean) - Method in class org.deltava.taglib.content.BrowserFilterTag
-
Marks this content as visible to WebKit/Safari/Chrome users.
- setWeight(int) - Method in class org.deltava.beans.acars.ACARSRouteEntry
-
Updates the aircraft weight.
- setWeightType(WeightUnit) - Method in class org.deltava.beans.Person
-
Updates the Person's preferred weight units.
- setWidth(int) - Method in class org.deltava.beans.ImageBean
-
Updates the width of this image.
- setWidth(int) - Method in class org.deltava.beans.navdata.Runway
-
Updates the width of the runway.
- setWidth(int) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets the progress bar width base.
- setWidth(int) - Method in class org.deltava.taglib.googlemap.LineTag
-
Sets the line's width.
- setWidth(int) - Method in class org.deltava.taglib.html.CheckTag
-
Sets the width of each checkbox entry.
- setWidth(int) - Method in class org.deltava.taglib.layout.MenuItemTag
-
Sets the width of the menu title.
- setWidth(int) - Method in class org.deltava.taglib.layout.SubMenuTag
-
Sets the width of the menu title.
- setWidth(int) - Method in class org.deltava.taglib.view.LegendTag
-
Sets the width of each legend table entry.
- setWidth(String) - Method in class org.deltava.taglib.html.TableTag
-
Sets the WIDTH value for this table.
- setWidth(String) - Method in class org.deltava.taglib.html.TextboxTag
-
Sets the width of the textbox.
- setWidthType(String) - Method in class org.deltava.taglib.format.EliteProgressTag
-
Sets the total bar width type.
- setWindDirection(int) - Method in class org.deltava.beans.wx.METAR
-
Updates the wind direction.
- setWindGust(int) - Method in class org.deltava.beans.wx.METAR
-
Updates the wind gust speed.
- setWindHeading(int) - Method in class org.deltava.beans.acars.RouteEntry
-
Sets the ambient wind heading.
- setWindows(boolean) - Method in class org.deltava.taglib.content.OSFilterTag
-
Sets whether the tag body should be displayed to a browser running Microsoft Windows.
- setWinds(int, int) - Method in class org.deltava.beans.navdata.UsageWindFilter
-
Updates the Airport wind data.
- setWinds(METAR) - Method in class org.deltava.beans.navdata.UsageWindFilter
-
Updates the Airport wind data from a METAR.
- SetWinds - Class in org.deltava.dao.jedis
-
A Data Access Object to write wind data to Redis.
- SetWinds() - Constructor for class org.deltava.dao.jedis.SetWinds
- setWindSpeed(int) - Method in class org.deltava.beans.acars.RouteEntry
-
Sets the ambient wind speed.
- setWindSpeed(int) - Method in class org.deltava.beans.wx.METAR
-
Updates the sustained wind speed.
- setWrap(String) - Method in class org.deltava.taglib.html.TextboxTag
-
Sets the wrapping property for this textbox.
- setX(int) - Method in class org.deltava.taglib.html.ImageBeanTag
- setX(int) - Method in class org.deltava.taglib.html.ImageTag
-
Sets the width of ths image.
- SetXACARS - Class in org.deltava.dao
-
A Data Access Object for writing XACARS data to the database.
- SetXACARS(Connection) - Constructor for class org.deltava.dao.SetXACARS
-
Initializes the Data Access Object.
- setXML(Document) - Method in class org.deltava.beans.simbrief.BriefingPackage
-
Updates the raw XML generated by SimBrief.
- setY(int) - Method in class org.deltava.taglib.html.ImageBeanTag
- setY(int) - Method in class org.deltava.taglib.html.ImageTag
-
Sets the height of ths image.
- setYTDHours(double) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of hours flown since the start of the current Year.
- setYTDLegs(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of legs flown since the start of the current Yes.
- setYTDMiles(int) - Method in class org.deltava.beans.stats.AirlineTotals
-
Updates the total number of miles flown since the start of the current Year.
- setZero(String) - Method in class org.deltava.taglib.format.NumberFormatTag
-
Updates the content used if the value is zero.
- setZeroFuelWeight(int) - Method in class org.deltava.beans.acars.XAFlightInfo
-
Updates the aircraft weight without fuel.
- setZone(GateZone) - Method in class org.deltava.beans.navdata.Gate
-
Updates the customs zone used for this Gate.
- setZoneOptions(Collection<GateZone>) - Method in class org.deltava.service.navdata.SelectableGate
-
Adds customs zone choices to this Gate.
- setZoom(int, int) - Method in class org.deltava.beans.wx.WeatherTileLayer
-
Sets the native and maximum zoom levels for this layer.
- SG - Enum constant in enum class org.deltava.beans.wx.Condition.Type
- SH - Enum constant in enum class org.deltava.beans.wx.Condition.Qualifier
- SHALE - Enum constant in enum class org.deltava.beans.navdata.Surface
- SHORTLIST - Enum constant in enum class org.deltava.beans.hr.ApplicantStatus
- ShortListCommand - Class in org.deltava.commands.hr
-
A Web Site Command to short-list applicants for a Job Posting.
- ShortListCommand() - Constructor for class org.deltava.commands.hr.ShortListCommand
- SHORTLISTED - Enum constant in enum class org.deltava.beans.hr.JobStatus
- SHOTS - Static variable in class org.deltava.beans.cooler.Channel
- SHOW_EMAIL - Static variable in class org.deltava.beans.Person
-
Show e-mail address to all users.
- showKeys(boolean, Collection<String>) - Static method in class org.deltava.discord.EmbedGenerator
-
Returns a keyword list message.
- SHUTDOWN - Enum constant in enum class org.deltava.beans.acars.FlightPhase
- SID - Enum constant in enum class org.deltava.beans.navdata.TerminalRoute.Type
- SID - Enum constant in enum class org.deltava.beans.schedule.Chart.Type
- sideMenu() - Method in class org.deltava.taglib.layout.PageTag
-
Tells a child tag whether we are rendering side menus or navigation bars.
- SignatureApproveCommand - Class in org.deltava.commands.cooler
-
A Web Site Command to approve a Pilot's Water Cooler signature image.
- SignatureApproveCommand() - Constructor for class org.deltava.commands.cooler.SignatureApproveCommand
- SignatureImage - Class in org.deltava.beans.cooler
-
A bean to store Signature Images for processing.
- SignatureImage(int) - Constructor for class org.deltava.beans.cooler.SignatureImage
-
Initializes the bean.
- SignatureServlet - Class in org.deltava.servlet
-
The Signature Image serving Servlet.
- SignatureServlet() - Constructor for class org.deltava.servlet.SignatureServlet
- SignatureTag - Class in org.deltava.taglib.html
-
A JSP tag to embed a Water Cooler signature tag.
- SignatureTag() - Constructor for class org.deltava.taglib.html.SignatureTag
-
Creates a new Image element tag.
- SignatureUpdateCommand - Class in org.deltava.commands.cooler
-
A Web Site Command to update a Pilot's Water Cooler signature image.
- SignatureUpdateCommand() - Constructor for class org.deltava.commands.cooler.SignatureUpdateCommand
- signup(Signup) - Method in class org.deltava.dao.SetEvent
-
Writes a Signup to the database.
- Signup - Class in org.deltava.beans.event
-
A class to hold Online Event pilot signups.
- Signup(int, int) - Constructor for class org.deltava.beans.event.Signup
-
Creates a new Event Signup for a Pilot.
- SignupAccessControl - Class in org.deltava.security.command
-
An Access Controller for Online Event signups.
- SignupAccessControl(SecurityContext, Event, Signup) - Constructor for class org.deltava.security.command.SignupAccessControl
-
Initializes the Access Controller.
- SIMBRIEF - Enum constant in enum class org.deltava.beans.acars.DispatchType
- SimBriefException(String, String) - Constructor for exception class org.deltava.dao.http.GetSimBrief.SimBriefException
- SimBriefParser - Class in org.deltava.beans.simbrief
-
A parser for SimBrief XML dispatch packages.
- SIMFDR - Enum constant in enum class org.deltava.beans.flight.Recorder
- SimFDRFlightReport - Class in org.deltava.beans.flight
-
A bean to store simFDR Flight Reports.
- SimFDRFlightReport(Airline, int, int) - Constructor for class org.deltava.beans.flight.SimFDRFlightReport
-
Creates a new ACARS Flight Report object with a given flight.
- SimFDRService - Class in org.deltava.service.simfdr
-
A Web Service that authenticates using the simFDR user account.
- SimFDRService() - Constructor for class org.deltava.service.simfdr.SimFDRService
- SimStatsEntry - Class in org.deltava.beans.stats
-
A bean to store Simulator version statistics entries.
- SimStatsEntry(Instant) - Constructor for class org.deltava.beans.stats.SimStatsEntry
-
Creates the bean.
- Simulator - Enum Class in org.deltava.beans
-
An enumeration of Simulator versions.
- SimulatorStatsCommand - Class in org.deltava.commands.stats
-
A Web Site Command to display flight simulator version statistics.
- SimulatorStatsCommand() - Constructor for class org.deltava.commands.stats.SimulatorStatsCommand
- SimulatorStatsService - Class in org.deltava.service.stats
-
A Web Service to graph simulator version statistics.
- SimulatorStatsService() - Constructor for class org.deltava.service.stats.SimulatorStatsService
- SimulatorVersionTag - Class in org.deltava.taglib.content
-
A JSP tag to display Simulator service pack information.
- SimulatorVersionTag() - Constructor for class org.deltava.taglib.content.SimulatorVersionTag
- SingleAssignmentBuildCommand - Class in org.deltava.commands.assign
-
A Web Site Command to build a flight assignment that consists of a single leg selected at random from the last Airport the Pilot completed a flight to in the selected aircraft.
- SingleAssignmentBuildCommand() - Constructor for class org.deltava.commands.assign.SingleAssignmentBuildCommand
- SingleAssignmentSearchCommand - Class in org.deltava.commands.assign
-
A Web Site Command to search the schedule to build a flight assignment that consists of a single leg selected at random from the last Airport the Pilot completed a flight to in the selected aircraft.
- SingleAssignmentSearchCommand() - Constructor for class org.deltava.commands.assign.SingleAssignmentSearchCommand
- SingleCheckTag - Class in org.deltava.taglib.html
-
A JSP tag to support the generation of HTML single-option checkboxes.
- SingleCheckTag() - Constructor for class org.deltava.taglib.html.SingleCheckTag
-
Creates a new checkbox tag.
- SingleRadioTag - Class in org.deltava.taglib.html
-
A JSP tag to support the generation of HTML single-option radio buttons.
- SingleRadioTag() - Constructor for class org.deltava.taglib.html.SingleRadioTag
-
Initializes the tag.
- SingleTag - Class in org.deltava.taglib.html
-
An abstract JSP tag to support the generation of HTML single-option checkboxes or radio buttons.
- SingleTag(String, String) - Constructor for class org.deltava.taglib.html.SingleTag
-
Creates a new checkbox tag.
- SingleTile - Class in org.deltava.util.tile
-
A single Tile.
- SingleTile(TileAddress) - Constructor for class org.deltava.util.tile.SingleTile
-
Creates a new blank Tile.
- SingleTile(TileAddress, BufferedImage) - Constructor for class org.deltava.util.tile.SingleTile
-
Creates a new Tile.
- SingletonTag - Class in org.deltava.taglib.content
-
A JSP tag to create a singleton collection.
- SingletonTag() - Constructor for class org.deltava.taglib.content.SingletonTag
- SITokens(String) - Constructor for class org.deltava.dao.file.GetServInfo.SITokens
- size() - Method in class org.deltava.beans.assign.AssignmentInfo
-
Returns the number of flight legs in this Assignment.
- size() - Method in class org.deltava.beans.navdata.DailyOceanicTracks
-
Returns the number of OceanicTracks in the collection.
- size() - Method in class org.deltava.beans.stats.RunwayGateUsage
-
Returns the number of Runways/Gates with usage data.
- size() - Method in class org.deltava.taglib.view.TableTag
-
Returns the view scroll window size (for unit tests).
- size() - Method in class org.deltava.util.cache.Cache
-
Returns the current size of the cache.
- size() - Method in class org.deltava.util.cache.JedisCache
- size() - Method in class org.deltava.util.CSVTokens
- size() - Method in class org.deltava.util.redirect.RequestContent
-
Returns the number of saved servlet request attributes.
- size() - Method in class org.deltava.util.system.PropertiesSecretManager
- size() - Method in interface org.deltava.util.system.SecretManager
-
Returns the number of loaded secrets.
- size() - Method in class org.deltava.util.tile.Palette
-
Returns the size of the palette.
- size() - Method in class org.deltava.util.URLParser
-
Returns the number of elements in the URL.
- SKC - Enum constant in enum class org.deltava.beans.wx.CloudLayer.Amount
- skip() - Method in class org.deltava.beans.schedule.ScheduleSourceInfo
-
Increments the number of skipped flight legs for this source.
- SkyMilesScorer - Class in org.deltava.beans.econ
-
A flight scorer for Delta Virtual Airlines.
- SkyMilesScorer() - Constructor for class org.deltava.beans.econ.SkyMilesScorer
- SKYTEAM - Enum constant in enum class org.deltava.beans.schedule.ScheduleSource
- SLASH - Enum constant in enum class org.deltava.beans.navdata.CodeType
- sleep(long) - Static method in class org.deltava.util.ThreadUtils
-
Causes a thread to sleep, swallowing exceptions.
- SLITWRIST - Enum constant in enum class org.deltava.beans.cooler.Emoticons
- SM - Enum constant in enum class org.deltava.beans.wx.Distance
- SMILE - Enum constant in enum class org.deltava.beans.cooler.Emoticons
- SMTP - Enum constant in enum class org.deltava.beans.NotificationEnvelope.Protocol
- SMTPEnvelope - Class in org.deltava.mail
-
A bean to aggregate SMTP message information.
- SMTPEnvelope(boolean, EMailAddress) - Constructor for class org.deltava.mail.SMTPEnvelope
-
Creates a new STMP envelope.
- SN - Enum constant in enum class org.deltava.beans.wx.Condition.Type
- SNOW - Enum constant in enum class org.deltava.beans.navdata.Surface
- SNSContext - Class in org.deltava.service.aws
-
An execution context for SNS
- SNSContext(ServiceContext, SNSPayload) - Constructor for class org.deltava.service.aws.SNSContext
-
Creates the SNS context.
- SNSPayload - Class in org.deltava.service.aws
-
A class to store Amazon SNS payloads.
- SNSPayload(String, String, String) - Constructor for class org.deltava.service.aws.SNSPayload
-
Creates the message payload.
- SNSReceiverService - Class in org.deltava.service.aws
-
A Web Service to receive Amazon SNS messages.
- SNSReceiverService() - Constructor for class org.deltava.service.aws.SNSReceiverService
- SNSVerifier - Class in org.deltava.crypt
-
A utility class to verify Amazon SNS messages.
- SNSVerifier() - Constructor for class org.deltava.crypt.SNSVerifier
- sort(Collection<T>, Comparator<T>) - Static method in class org.deltava.util.CollectionUtils
-
Clones and sorts a Collection using a particular Comparator.
- SORT_CODES - Static variable in class org.deltava.beans.schedule.ScheduleSearchCriteria
- SORT_OPTIONS - Static variable in class org.deltava.beans.schedule.ScheduleSearchCriteria
- SORT_OPTS - Static variable in class org.deltava.commands.gallery.GalleryCommand
- SORTBY - Static variable in class org.deltava.commands.ViewContext
-
Request parameter to store sort type.
- SP_ARMED - Enum constant in enum class org.deltava.beans.acars.ACARSFlags
- SPECIFIC - Enum constant in enum class org.deltava.beans.academy.Prerequisite
- SPIDER - Enum constant in enum class org.deltava.beans.system.BrowserType
- splice(Collection<?>, String) - Static method in class org.deltava.taglib.functions.MiscFunctions
-
Concatenates a series of list elements into a String.
- split(String, String) - Static method in class org.deltava.util.StringUtils
-
Splits a delimited String into a List of elements.
- SPOILERS - Enum constant in enum class org.deltava.beans.acars.ACARSFlags
- SQ - Enum constant in enum class org.deltava.beans.wx.Condition.Type
- SQCODE - Static variable in class org.deltava.dao.file.GetServInfo.SITokens
- SQLAuthenticator - Class in org.deltava.security
-
An abstract class to support Authenticators that use a JDBC Connection Pool.
- SQLAuthenticator() - Constructor for class org.deltava.security.SQLAuthenticator
- SR_CAPTAIN - Enum constant in enum class org.deltava.beans.UpdateType
- SS - Enum constant in enum class org.deltava.beans.wx.Condition.Type
- StackDumpFormatTag - Class in org.deltava.taglib.format
-
A JSP tag to support writing exception Stack Traces.
- StackDumpFormatTag() - Constructor for class org.deltava.taglib.format.StackDumpFormatTag
- Staff - Class in org.deltava.beans
-
A class for storing Staff Profiles.
- Staff(String, String) - Constructor for class org.deltava.beans.Staff
-
Create a new Staff Profile with a given first and last name.
- STAFF - Enum constant in enum class org.deltava.beans.fleet.Security
- STAFF - Enum constant in enum class org.deltava.beans.system.IssueSecurity
- StaffAccessControl - Class in org.deltava.security.command
-
An access controller for Staff Profile operations.
- StaffAccessControl(SecurityContext, Staff) - Constructor for class org.deltava.security.command.StaffAccessControl
-
Initializes the controller.
- StaffComparator - Class in org.deltava.comparators
-
A Comparator for Staff Profiles.
- StaffComparator(int) - Constructor for class org.deltava.comparators.StaffComparator
-
Initializes the comparator.
- StaffFlightStatsCommand - Class in org.deltava.commands.stats
-
A Web Site Command to view Staff flight statistics.
- StaffFlightStatsCommand() - Constructor for class org.deltava.commands.stats.StaffFlightStatsCommand
- StaffProfileCommand - Class in org.deltava.commands.pilot
-
A Web Site Command to create new Staff Profiles.
- StaffProfileCommand() - Constructor for class org.deltava.commands.pilot.StaffProfileCommand
- StaffRosterCommand - Class in org.deltava.commands.main
-
A Web Site Command to display the Staff Roster.
- StaffRosterCommand() - Constructor for class org.deltava.commands.main.StaffRosterCommand
- STAGE - Static variable in class org.deltava.comparators.EquipmentComparator
- StageStatsEntry - Class in org.deltava.beans.stats
-
A bean to store Equipment Stage statistics entries.
- StageStatsEntry(Instant) - Constructor for class org.deltava.beans.stats.StageStatsEntry
-
Creates the bean.
- STALL - Enum constant in enum class org.deltava.beans.acars.ACARSFlags
- STALL - Enum constant in enum class org.deltava.beans.flight.Warning
- STAR - Enum constant in enum class org.deltava.beans.navdata.TerminalRoute.Type
- STAR - Enum constant in enum class org.deltava.beans.schedule.Chart.Type
- start() - Method in class org.deltava.util.IntervalTaskTimer
-
Starts the timer.
- start() - Method in class org.deltava.util.TaskTimer
-
Starts the timer.
- START - Enum constant in enum class org.deltava.beans.flight.StateChange
- START - Static variable in class org.deltava.commands.ViewContext
-
Request parameter to store start position.
- startDate - Variable in class org.deltava.dao.file.ScheduleLoadDAO.FlightData
- STARTED - Enum constant in enum class org.deltava.beans.academy.Status
- startElement(String, String, String, Attributes) - Method in class org.deltava.util.bbcode.BBCodeHandler
- StartFlightService - Class in org.deltava.service.xacars
-
The XACARS Start Flight service.
- StartFlightService() - Constructor for class org.deltava.service.xacars.StartFlightService
- startTransaction() - Method in class org.deltava.dao.DAO
-
Marks the start of a multi-step database transaction.
- startTX() - Method in class org.deltava.jdbc.ConnectionContext
-
Starts a JDBC transaction block, by turning off autoCommit on the reserved Connection.
- State - Enum Class in org.deltava.beans.schedule
-
An Enumeration of US States.
- STATE_ATTR_NAME - Static variable in class org.deltava.util.redirect.RequestStateHelper
-
The name of the HTTP session attribute used to save servlet request state.
- StateChange - Enum Class in org.deltava.beans.flight
-
An enumeration to track flight state changes.
- STATES - Enum constant in enum class org.deltava.beans.stats.AccomplishUnit
- STATIC - Enum constant in enum class org.deltava.taglib.googlemap.APIUsage.Type
- StaticMapTag - Class in org.deltava.taglib.googlemap
-
A JSP tag to insert a static Google Map on the page.
- StaticMapTag() - Constructor for class org.deltava.taglib.googlemap.StaticMapTag
-
Creates a new map IMG Tag.
- Status - Enum Class in org.deltava.beans.academy
-
An enumeration for Flight Academy course statuses.
- Status - Enum Class in org.deltava.beans.event
-
An enumeration for Online Event statuses.
- STATUS - Static variable in class org.deltava.comparators.PilotComparator
- STATUS_CHANGE - Enum constant in enum class org.deltava.beans.UpdateType
- STATUS_NAMES - Static variable in class org.deltava.beans.academy.InstructionSession
- StatusCommentCommand - Class in org.deltava.commands.pilot
-
A Web Site Command to save Status History commands for a Pilot.
- StatusCommentCommand() - Constructor for class org.deltava.commands.pilot.StatusCommentCommand
- StatusService - Class in org.deltava.service.push
-
A Web Service to return push notification subscription status.
- StatusService() - Constructor for class org.deltava.service.push.StatusService
- StatusUpdate - Class in org.deltava.beans
-
A bean to track Pilot status updates and comments.
- StatusUpdate(int, UpdateType) - Constructor for class org.deltava.beans.StatusUpdate
-
Creates a new Status Update for a Pilot.
- STNRY - Enum constant in enum class org.deltava.beans.wx.Front
- stop() - Method in class org.deltava.util.IntervalTaskTimer
-
End the timer.
- stop() - Method in class org.deltava.util.jmx.JMXRefreshTask
- stop() - Method in class org.deltava.util.TaskTimer
-
Stops the timer.
- StringUtils - Class in org.deltava.util
-
A String utility class.
- strip(CharSequence, String) - Static method in class org.deltava.util.StringUtils
-
Strips out specific charaters from a string.
- stripDetours(Collection<T>, int) - Static method in class org.deltava.util.GeoUtils
-
Strips out spurious waypoints from a route, that are at least a certain number of miles off the most direct route.
- stripInlineHTML(String) - Static method in class org.deltava.util.StringUtils
-
Strips out inline HTML in a string by replacing < and > with
<
and>
. - stripInvalidUnicode(String) - Static method in class org.deltava.util.XMLUtils
-
Removes invalid unicode characters from an XML element.
- SU_ATTR_NAME - Static variable in class org.deltava.commands.HTTPContext
- SubMenuItemTag - Class in org.deltava.taglib.layout
-
A JSP tag to render CSS sub-menu items.
- SubMenuItemTag() - Constructor for class org.deltava.taglib.layout.SubMenuItemTag
- SubMenuTag - Class in org.deltava.taglib.layout
-
A JSP tag to render a top level menu item in a JSP tag.
- SubMenuTag() - Constructor for class org.deltava.taglib.layout.SubMenuTag
- SUBMISSION - Static variable in class org.deltava.comparators.FlightReportComparator
- SUBMITTED - Enum constant in enum class org.deltava.beans.flight.FlightStatus
- SUBMITTED - Enum constant in enum class org.deltava.beans.testing.TestStatus
- SubscribeService - Class in org.deltava.service.push
-
A Web Service to handle push notification subscriptions.
- SubscribeService() - Constructor for class org.deltava.service.push.SubscribeService
- subset(Collection<T>, int) - Static method in class org.deltava.taglib.functions.MiscFunctions
-
Returns a subset of a Collection.
- success(long, long) - Method in class org.deltava.beans.acars.CommandStats
-
Incrementss the number of times this Command was successfully executed.
- SunriseSunset - Class in org.deltava.util
-
A utility class to calculate sunrise and sunset times.
- SUP - Enum constant in enum class org.deltava.beans.servinfo.Rating
- SuperUserFilterTag - Class in org.deltava.taglib.content
-
A JSP tag to filter out content that is displayed for superusers only.
- SuperUserFilterTag() - Constructor for class org.deltava.taglib.content.SuperUserFilterTag
- Surface - Enum Class in org.deltava.beans.navdata
-
An enumeration of Runway surface types.
- SUSPENDED - Enum constant in enum class org.deltava.beans.PilotStatus
- SUSPENDED - Enum constant in enum class org.deltava.beans.UpdateType
- SuspendedUserListCommand - Class in org.deltava.commands.admin
-
A Web Site Command to display Suspended users.
- SuspendedUserListCommand() - Constructor for class org.deltava.commands.admin.SuspendedUserListCommand
- SuspendUserCommand - Class in org.deltava.commands.security
-
A Web Site Command to lock out a user.
- SuspendUserCommand() - Constructor for class org.deltava.commands.security.SuspendUserCommand
- sync(Person, String) - Method in class org.deltava.security.MultiAuthenticator
-
Synchronizes user information between the source and destination authenticators.
- synchThread(MessageThread) - Method in class org.deltava.dao.SetCoolerMessage
-
Recalculates Thread information by querying existing Thread Posts.
- SyntheticRequest - Class in org.deltava.util.log
-
A request class for NewRelic non-web transactions.
- SyntheticRequest(String, String) - Constructor for class org.deltava.util.log.SyntheticRequest
-
Creates the request.
- SyntheticResponse - Class in org.deltava.util.log
-
A Response class for NewRelic non-web transactions.
- SyntheticResponse() - Constructor for class org.deltava.util.log.SyntheticResponse
- SYSMSG_ATTR_NAME - Static variable in class org.deltava.commands.CommandContext
- SYSTEM - Enum constant in enum class org.deltava.beans.flight.HistoryType
- SystemBootstrap - Class in org.deltava.servlet.lifecycle
-
The System bootstrap loader, that fires when the servlet container is started or stopped.
- SystemBootstrap() - Constructor for class org.deltava.servlet.lifecycle.SystemBootstrap
- SystemData - Class in org.deltava.util.system
-
A singleton object containing all of the configuration data for the application.
- SystemDataLoader - Interface in org.deltava.util.system
-
A class that can populate the SystemData model.
- SystemInformation - Class in org.deltava.beans.stats
-
A bean to store system information.
- SystemInformation(int) - Constructor for class org.deltava.beans.stats.SystemInformation
-
Creates a new System Information bean.
- SystemInfoService - Class in org.deltava.service
-
A Web Service to save System Data sent by a Fleet Installer.
- SystemInfoService() - Constructor for class org.deltava.service.SystemInfoService
- SystemMessageFilterTag - Class in org.deltava.taglib.content
-
A JSP Tag to display content if a system message is in the Request.
- SystemMessageFilterTag() - Constructor for class org.deltava.taglib.content.SystemMessageFilterTag
- SystemMessageTag - Class in org.deltava.taglib.content
-
A JSP tag to display a system message.
- SystemMessageTag() - Constructor for class org.deltava.taglib.content.SystemMessageTag
- SystemStatistics<T> - Class in org.deltava.beans.stats
-
A bean to store System Information statistics.
- SystemStatistics(String, T) - Constructor for class org.deltava.beans.stats.SystemStatistics
-
Create a new Statistics bean.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form