|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
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 Client in semorg.gui |
---|
Fields in semorg.gui declared as Client | |
---|---|
private Client |
ClientWindow.input
Holds the data of the actual displayed data record. |
Methods in semorg.gui with parameters of type Client | |
---|---|
private void |
ClientWindow.setInput(Client client)
Loads a given client 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 Client | |
---|---|
ClientWindow(org.eclipse.swt.widgets.Shell parent,
Client input,
AssociationTabControl caller)
Creates an instance of this class, sets the input and finally opens it. |
|
ClientWindow(org.eclipse.swt.widgets.Shell parent,
Client input,
ForeignKeyConstraintSelector caller)
Creates an instance of this class, sets the input and finally opens it. |
Uses of Client in semorg.sql.tables |
---|
Methods in semorg.sql.tables that return Client | |
---|---|
static Client |
Client.getClient(int clientId)
Returns a Client instance for a given client id. |
static Client |
Client.getNext(int currentId)
Returns for a DB-ID the Client instance according to the record which has the next bigger id. |
static Client |
Client.getPrevious(int currentId)
Returns for a DB-ID the Client instance according to the record which has the next smaller id. |
Methods in semorg.sql.tables that return types with arguments of type Client | |
---|---|
static DistinctVector<Client> |
Client.getEmployees(int companyId)
Returns all Client objects which are employed by a certain company specified by a given company id. |
private static DistinctVector<Client> |
Client.getVector(ResultSet resultSet)
Creates for each element in a given ResultSet instance an Client object and returns a vector with the resulting Client instances. |
static DistinctVector<Client> |
Client.getVectorFromDB(Vector<DBConstraint> additionalConstraints,
String sortString)
Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of Client instances corresponding to the ResultSet of the query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |