|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientBooking | |
---|---|
semorg.gui | Provides SWT based classes modelling editing windows for creating new or change existing data records (graphics user interface layer). |
semorg.sql.tables | This package implements the object relational mapping between the relational data model (the tables) and the object oriented data model (the objects within this package). |
Uses of ClientBooking in semorg.gui |
---|
Fields in semorg.gui declared as ClientBooking | |
---|---|
private ClientBooking |
ClientBookingWindow.input
Holds the data of the actual displayed data record. |
Methods in semorg.gui with parameters of type ClientBooking | |
---|---|
private void |
ClientBookingWindow.setInput(ClientBooking booking)
Loads a given data record into the window form of initialize the elements of the form the empty string/null if no data is given. |
Constructors in semorg.gui with parameters of type ClientBooking | |
---|---|
ClientBookingWindow(org.eclipse.swt.widgets.Shell parent,
ClientBooking input,
AssociationTabControl caller)
Creates an instance of this class, sets the input and finally opens it. |
Uses of ClientBooking in semorg.sql.tables |
---|
Methods in semorg.sql.tables that return ClientBooking | |
---|---|
static ClientBooking |
ClientBooking.getClientBooking(int bookingId)
Returns a ClientBooking instance for a given id of a clientbooking record. |
static ClientBooking |
ClientBooking.getNext(int currentId)
Returns for a DB-ID the ClientBooking instance according to the record which has the next bigger id. |
static ClientBooking |
ClientBooking.getPrevious(int currentId)
Returns for a DB-ID the ClientBooking instance according to the record which has the next smaller id. |
Methods in semorg.sql.tables that return types with arguments of type ClientBooking | |
---|---|
static DistinctVector<ClientBooking> |
ClientBooking.getBookingsForPresentation(int presentationId)
Returns all bookings for a presentation for a given presentation id. |
static DistinctVector<ClientBooking> |
ClientBooking.getBookingsOfClient(int clientId)
Returns all bookings of a client according to the given client id. |
private static DistinctVector<ClientBooking> |
ClientBooking.getVector(ResultSet resultSet)
Creates for each element in a given ResultSet instance an ClientBooking object and returns a vector with the resulting ClientBooking instances. |
static DistinctVector<ClientBooking> |
ClientBooking.getVectorFromDB(Vector<DBConstraint> additionalConstraints,
String sortString)
Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of ClientBooking instances corresponding to the ResultSet of the query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |