Uses of Class
semorg.sql.tables.PublicPresentation

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

Fields in semorg.gui declared as PublicPresentation
private  PublicPresentation PublicPresentationWindow.input
          Holds the data of the actual displayed public presentation record.
 

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

Uses of PublicPresentation in semorg.sql.tables
 

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

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