A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- radioAll - Variable in class scheduler.controller.AppointmentsOverviewController
- radioMonthly - Variable in class scheduler.controller.AppointmentsOverviewController
- radioWeekly - Variable in class scheduler.controller.AppointmentsOverviewController
- Reports - Class in scheduler.model
- Reports() - Constructor for class scheduler.model.Reports
- ReportsApptByContactController - Class in scheduler.controller
-
Controller for the Report by Contact UI
- ReportsApptByContactController() - Constructor for class scheduler.controller.ReportsApptByContactController
- ReportsBreakdownController - Class in scheduler.controller
-
Controller for the Reports by Type / month controller
- ReportsBreakdownController() - Constructor for class scheduler.controller.ReportsBreakdownController
- ReportsController - Class in scheduler.controller
-
Controller for the Reports Overview UI
- ReportsController() - Constructor for class scheduler.controller.ReportsController
- reportTypes - Static variable in class scheduler.model.Reports
- returnAppointmentsByDayInterval(int) - Static method in class scheduler.model.Scheduler
-
Returns appointment view of appointments with start dates in the next x days.
- returnAppointmentsByDayIntervalDAO(int) - Static method in class scheduler.Dao.daoAppointment
-
Returns a view of appointments with start dates in the next x days.
- returnAppointmentTypes() - Static method in class scheduler.model.Scheduler
-
Returns a list of allowable appointment types
- returnCustomer(int) - Static method in class scheduler.model.Scheduler
-
Given a particular customer id, returns the whole customer object
- returnCustomerDAO(int) - Static method in class scheduler.Dao.daoCustomer
-
Given a customer id returns a customer object
- returnCustomerName(int) - Static method in class scheduler.model.Scheduler
-
Returns the Name of the Customer with the given ID
- returnCustomerNameDAO(int) - Static method in class scheduler.Dao.daoCustomer
-
Returns the Name of a customer given a customer id
- returnListOfReportTypes() - Static method in class scheduler.model.Reports
- returnLocalTime() - Static method in class scheduler.model.TimeManagement
-
Returns the list of times.
- returnMonths() - Static method in class scheduler.model.Reports
-
Returns a list of the 12 months of the year.
- returnNumberOfAppointmentsThisWeekDAO() - Static method in class scheduler.Dao.daoReports
-
Returns the sum of appointments that's start time falls in the next 7 calendar days.
- returnNumberOfAppointmentsThisWeekDAO() - Static method in class scheduler.model.Reports
-
Returns the sum of appointments that's start time falls in the next 7 calendar days.
- returnNumberOfAppointmentsToday() - Static method in class scheduler.model.Reports
-
Returns the sum of appointments that have start times that fall between the current time, and the end of the current business day.
- returnNumberOfAppointmentsTodayDAO() - Static method in class scheduler.Dao.daoReports
-
Returns the sum of appointments that have start times that fall between the current time, and the end of the current business day.
- returnNumberOfAppointmentsTomorrow() - Static method in class scheduler.model.Reports
-
Returns the number of appointments that are scheduled for the next business day.
- returnNumberOfAppointmentsTomorrowDAO() - Static method in class scheduler.Dao.daoReports
-
Returns the number of appointments that are scheduled for the next business day.
- returnTimeZone() - Static method in class scheduler.model.TimeManagement
-
Get the timezone of the user's system.
- returnTimeZoneID() - Static method in class scheduler.model.TimeManagement
-
Get the TimeZone ID of the user's system.
- returnTypeAggregates(String) - Static method in class scheduler.model.Reports
- returnTypeAggregatesDAO(String) - Static method in class scheduler.Dao.daoReports
-
Returns the number of appointments sorted by Type of appointment.
- returnTypes() - Static method in class scheduler.model.Type
-
Return a list of types
- returnZoneIDString() - Static method in class scheduler.model.TimeManagement
-
Get a human readable string that indicates what timezone is set on the user's system.
All Classes All Packages