Uses of Class
semorg.sql.tables.CompanyInternalPresentation

Packages that use CompanyInternalPresentation
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 CompanyInternalPresentation in semorg.gui
 

Fields in semorg.gui declared as CompanyInternalPresentation
private  CompanyInternalPresentation CompanyInternalPresentationWindow.input
          Holds the data of the actual displayed CompanyBookingWindow record.
 

Methods in semorg.gui with parameters of type CompanyInternalPresentation
private  void CompanyInternalPresentationWindow.setInput(CompanyInternalPresentation presentation)
          Loads a given CompanyInternalPresentation 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 CompanyInternalPresentation
CompanyInternalPresentationWindow(org.eclipse.swt.widgets.Shell parent, CompanyInternalPresentation input, AssociationTabControl caller)
          Creates an instance of this class, sets the input and finally opens it.
CompanyInternalPresentationWindow(org.eclipse.swt.widgets.Shell parent, CompanyInternalPresentation input, ForeignKeyConstraintSelector caller)
          Creates an instance of this class, sets the input and finally opens it.
 

Uses of CompanyInternalPresentation in semorg.sql.tables
 

Methods in semorg.sql.tables that return CompanyInternalPresentation
static CompanyInternalPresentation CompanyInternalPresentation.getCompanyInternalPresentation(int presentationId)
          Provides for a given id the corresponding company internal presentation.
static CompanyInternalPresentation CompanyInternalPresentation.getNext(int currentId)
          Returns for a DB-ID the CompanyInternalPresentation instance according to the record which has the next bigger id.
static CompanyInternalPresentation CompanyInternalPresentation.getPrevious(int currentId)
          Returns for a DB-ID the CompanyInternalPresentation instance according to the record which has the next smaller id.
 

Methods in semorg.sql.tables that return types with arguments of type CompanyInternalPresentation
private static DistinctVector<CompanyInternalPresentation> CompanyInternalPresentation.getVector(ResultSet resultSet)
          Creates for each element in a given ResultSet instance an CompanyInternalPresentation object and returns a vector with the resulting instances.
static DistinctVector<CompanyInternalPresentation> CompanyInternalPresentation.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of CompanyInternalPresentation instances corresponding to the ResultSet of the query.