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

G

getAddress() - Method in class scheduler.model.Customer
Get the Address for the customer.
getAllAppointments() - Static method in class scheduler.model.Scheduler
Returns all Appointments to the UI
getAllAppointmentsDAO() - Static method in class scheduler.Dao.daoAppointment
Returns all appointments that currently exist
getAllContacts() - Static method in class scheduler.model.Scheduler
Returns all contacts back to the UI
getAllContactsDAO() - Static method in class scheduler.Dao.daoAppointment
Returns all Contacts to the application
getAllCountries() - Static method in class scheduler.model.Scheduler
Returns a list of all Countries
getAllcountriesDAO() - Static method in class scheduler.Dao.daoCustomer
Gets a current list of all countries from the database
getAllCustomers() - Static method in class scheduler.model.Scheduler
Retrieves an list of all Customers
getAllCustomersDAO() - Static method in class scheduler.Dao.daoCustomer
Get's all needed values for the customer object, and provides an Observable list for use by the application.
getAppointmentID() - Method in class scheduler.model.Appointment
Returns the Appointment ID for the appointment
getConnection() - Static method in class scheduler.util.dbOperations
Returns the current open connection for use in queries
getContactByID(int) - Static method in class scheduler.model.Scheduler
Returns a Contact object, given their Contact ID
getContactByIDDAO(int) - Static method in class scheduler.Dao.daoAppointment
Returns a contact object, given their ID
getContactID() - Method in class scheduler.model.Appointment
Returns the ContactID
getContactID() - Method in class scheduler.model.Contact
Return Contact ID
getContactName() - Method in class scheduler.model.Appointment
Get the Contact Name associated with the Contact ID
getContactName() - Method in class scheduler.model.Contact
Return Contact Name
getCountry(int) - Static method in class scheduler.model.Scheduler
Given country_id will return the associated country object.
getCountry_id() - Method in class scheduler.model.Country
Return the Country ID
getCountryDAO(int) - Static method in class scheduler.Dao.daoCustomer
Given a country_id returns the Country object
getCountryID() - Method in class scheduler.model.Customer
Return the country ID
getCustomerID() - Method in class scheduler.model.Appointment
Return the customer ID
getCustomerID() - Method in class scheduler.model.Customer
Get the Customer ID
getDescription() - Method in class scheduler.model.Appointment
Returns the description of an appointment
getDivision(int) - Static method in class scheduler.model.Scheduler
Given a Division ID, will return the associated Division object
getDivision(Country) - Static method in class scheduler.model.Scheduler
Returns a list of division id's based on country id
getDivision_id() - Method in class scheduler.model.Division
Return the division Id
getDivisionDAO(int) - Static method in class scheduler.Dao.daoCustomer
Given a division ID value, returns a division object
getDivisionDAO(Country) - Static method in class scheduler.Dao.daoCustomer
Returns an list of Division ID's for the given Country ID
getDivisionID() - Method in class scheduler.model.Customer
Return the Division ID
getEnd() - Method in class scheduler.model.Appointment
Return the end time
getFormattedEnd() - Method in class scheduler.model.Appointment
Return a formatted string for displaying end time
getFormattedStart() - Method in class scheduler.model.Appointment
Return a formatted string for displaying start time
getLocation() - Method in class scheduler.model.Appointment
Returns the location of an appointment
getName() - Method in class scheduler.model.Country
Get the country name
getName() - Method in class scheduler.model.Customer
Get the name of the customer
getName() - Method in class scheduler.model.Division
Return the division name
getNumberOfOccurences() - Method in class scheduler.model.Type
Get number of occurences of a type
getPhoneNumber() - Method in class scheduler.model.Customer
Returns the Customer's Phone number
getPostalCode() - Method in class scheduler.model.Customer
Return the postal code
getStart() - Method in class scheduler.model.Appointment
Return the start date/time.
getTitle() - Method in class scheduler.model.Appointment
Returns the title of an appointment
getType() - Method in class scheduler.model.Appointment
Return the appointment type
getTypeDescription() - Method in class scheduler.model.Type
Return type description
getUserID() - Method in class scheduler.model.Appointment
Get the User ID
getUserID() - Static method in class scheduler.model.Scheduler
Returns the user id of the user who logged in
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