A B C D E F G H I J K L M N O P Q R S T U V W Y Z

P

packagePrice - Variable in class semorg.sql.tables.CompanyInternalPresentation
The package prize of the company internal presentation.
packagePriceText - Variable in class semorg.gui.CompanyInternalPresentationWindow
 
parent - Variable in class semorg.gui.SelectLanguageWindow
 
parent - Variable in class semorg.gui.util.CalendarControl
The parent composite.
parseFloat(String) - Static method in class semorg.sql.util.Utility
Parses a float-number from a given string.
parseInteger(String) - Static method in class semorg.sql.util.Utility
Parses a integer from a given string.
password - Variable in class semorg.sql.tables.Associate
The password for the login.
passwordText - Variable in class semorg.gui.AssociateWindow
 
paymentBehaviorButton - Variable in class semorg.gui.ClientBookingWindow
The button to check the payment behavior.
paymentBehaviorButton - Variable in class semorg.gui.CompanyBookingWindow
The button to check the payment behavior.
Person - Class in semorg.sql.tables
This class models a person and serves as the superclass for several classes which model different roles of persons, such as Client or Lecturer.
Person(int, String, String, String, String, String, String, String, String, String, String, String, String, String, Date, Date, String, String, Timestamp, Timestamp) - Constructor for class semorg.sql.tables.Person
Creates an instance of this class with the given values.
personInsertString - Static variable in class semorg.sql.tables.Person
Parameterized SQL statement for inserting a person.
personUpdateString - Static variable in class semorg.sql.tables.Person
Parameterized SQL statement for updating a person data record.
phone - Variable in class semorg.sql.tables.Company
The phone number.
phone - Variable in class semorg.sql.tables.Person
The phone number.
phoneText - Variable in class semorg.gui.AssociateWindow
 
phoneText - Variable in class semorg.gui.ClientWindow
 
phoneText - Variable in class semorg.gui.CompanyWindow
 
phoneText - Variable in class semorg.gui.LecturerWindow
 
popup - Variable in class semorg.gui.util.CalendarControl
The popup.
popupClosed(CalendarControl.SWTCalendarEvent) - Method in interface semorg.gui.util.CalendarControl.SWTCalendarPopupListener
Is called when the Popup is closed.
popupListeners - Variable in class semorg.gui.util.CalendarControl
The popup listeners.
popupOpened(CalendarControl.SWTCalendarEvent) - Method in interface semorg.gui.util.CalendarControl.SWTCalendarPopupListener
Is called when the Popup is opened.
popupShell - Variable in class semorg.gui.util.CalendarControl.SWTCalendarPopup
The popup shell.
Presentation - Class in semorg.sql.tables
The super class for all presentation classes.
Presentation(int, int, Integer, Date, Date, Time, Time, Time, Time, String, String, String, String, String, String, boolean, Timestamp, Timestamp) - Constructor for class semorg.sql.tables.Presentation
Initializes the common properties of all presentations with the given parameters.
presentationControl - Variable in class semorg.gui.SeminarTypeWindow
 
presentationId - Variable in class semorg.gui.util.DelayedPaymentItem
The id of the presentation the debtor didn't pay the charge for.
presentationId - Variable in class semorg.sql.tables.ClientBooking
The id of the presantation booked by the client.
presentationId - Variable in class semorg.sql.tables.CompanyBooking
The id of the presantation booked by the company.
presentationId - Variable in class semorg.sql.tables.Instructor
The id of the presentation.
presentationId - Variable in class semorg.sql.tables.Supervisor
The id of the presentation.
presentationInsertString - Static variable in class semorg.sql.tables.Presentation
SQL query to insert a presentation record.
PresentationListWindow - Class in semorg.gui.list
Provides the list window for presentation data records.
PresentationListWindow() - Constructor for class semorg.gui.list.PresentationListWindow
Instantiates a new list window.
PresentationListWindow(AssociationTabControl) - Constructor for class semorg.gui.list.PresentationListWindow
Instantiates a new list window as a popup.
PresentationListWindow(ForeignKeyConstraintSelector) - Constructor for class semorg.gui.list.PresentationListWindow
Instantiates a new list window as a popup.
presentationQueryString - Static variable in class semorg.sql.tables.Presentation
SQL query to get all presentations of a certain seminartype.
presentationSelector - Variable in class semorg.gui.ClientBookingWindow
 
presentationSelector - Variable in class semorg.gui.CompanyBookingWindow
 
PresentationTableProvider - Class in semorg.gui.provider
This class provides the common data attributes of the presentation items in the GUI table in the PublicPresentationListWindow, CompanyInternalPresentationListWindow and the PresentationListWindow.
PresentationTableProvider() - Constructor for class semorg.gui.provider.PresentationTableProvider
 
presentationUpdateString - Static variable in class semorg.sql.tables.Presentation
SQL query to update a presentation record.
prevButton - Variable in class semorg.gui.AssociateWindow
The triangle-button with the apex to the left.
prevButton - Variable in class semorg.gui.ClientBookingWindow
The triangle-button with the apex to the left.
prevButton - Variable in class semorg.gui.ClientWindow
The triangle-button with the apex to the left.
prevButton - Variable in class semorg.gui.CompanyBookingWindow
 
prevButton - Variable in class semorg.gui.CompanyInternalPresentationWindow
 
prevButton - Variable in class semorg.gui.CompanyWindow
The triangle-button with the apex to the left.
prevButton - Variable in class semorg.gui.LecturerWindow
The triangle-button with the apex to the left.
prevButton - Variable in class semorg.gui.PublicPresentationWindow
The triangle-button with the apex to the left.
prevButton - Variable in class semorg.gui.SeminarTypeWindow
The triangle-button with the apex to the left.
previouslySelectedIds - Variable in class semorg.gui.util.AssociationTabControl
Contains the ids of the previously selected items.
previousMonth() - Method in class semorg.gui.util.CalendarControl.SWTCalendar
Previous month.
publicColumnName - Variable in class semorg.sql.util.DBColumn
Public column name, used in the GUI layer.
PublicPresentation - Class in semorg.sql.tables
Models a public presentation.
PublicPresentation(int, int, Integer, Date, Date, Time, Time, Time, Time, String, String, String, String, String, String, boolean, String, Float, Timestamp, Timestamp) - Constructor for class semorg.sql.tables.PublicPresentation
Creates an instance of the class PublicPresentation with the given parameters.
publicPresentationCurrentEntrantsString - Variable in class semorg.sql.tables.PublicPresentation
The number of current entrants of a public presentation.
publicPresentationInsertString - Static variable in class semorg.sql.tables.PublicPresentation
Parameterized SQL statement for inserting a public presentation.
PublicPresentationListWindow - Class in semorg.gui.list
Provides the list window for company internal presentation data records.
PublicPresentationListWindow() - Constructor for class semorg.gui.list.PublicPresentationListWindow
Instantiates a new list window.
PublicPresentationListWindow(AssociationTabControl) - Constructor for class semorg.gui.list.PublicPresentationListWindow
Instantiates a new list window as a popup.
PublicPresentationListWindow(ForeignKeyConstraintSelector) - Constructor for class semorg.gui.list.PublicPresentationListWindow
Instantiates a new list window as a popup.
PublicPresentationTableProvider - Class in semorg.gui.provider
This class provides the data of the items in the GUI table in the PublicPresentationListWindow.
PublicPresentationTableProvider() - Constructor for class semorg.gui.provider.PublicPresentationTableProvider
 
publicPresentationUpdateString - Static variable in class semorg.sql.tables.PublicPresentation
Parameterized SQL statement for updating a public presentation.
PublicPresentationWindow - Class in semorg.gui
The window for editing new or existing public presentation records.
PublicPresentationWindow(Shell) - Constructor for class semorg.gui.PublicPresentationWindow
Creates a PublicPresentationWindow instance with the given shell as the parent shell.
PublicPresentationWindow(Shell, PublicPresentation, AssociationTabControl) - Constructor for class semorg.gui.PublicPresentationWindow
Creates an instance of this class, sets the input and finally opens it.
PublicPresentationWindow(Shell, PublicPresentation, ForeignKeyConstraintSelector) - Constructor for class semorg.gui.PublicPresentationWindow
Creates an instance of this class, sets the input and finally opens it.
PublicPresentationWindow.InputChangedListener - Class in semorg.gui
Inner class which provides a listener reacting on changes of the input in the PublicPresentationWindow.
PublicPresentationWindow.InputChangedListener() - Constructor for class semorg.gui.PublicPresentationWindow.InputChangedListener
 

A B C D E F G H I J K L M N O P Q R S T U V W Y Z