Uses of Class
semorg.sql.tables.SeminarType

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

Fields in semorg.gui declared as SeminarType
private  SeminarType SeminarTypeWindow.input
          Holds the data of the actual displayed data record.
 

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

Uses of SeminarType in semorg.sql.tables
 

Methods in semorg.sql.tables that return SeminarType
static SeminarType SeminarType.getNext(int semTypeId)
          Returns for a DB-ID the SeminarType object according to the data record which has the next bigger id.
static SeminarType SeminarType.getPrevious(int semTypeId)
          Returns for a DB-ID the SeminarType instance according to the record which has the next smaller id.
static SeminarType Presentation.getSeminarTypeForPresId(int presId)
          Returns the seminartype for the given presentation id.
static SeminarType SeminarType.getSeminarTypeFromDB(int semTypeId)
          Returns for a given id the corresponding SeminarType object.
 

Methods in semorg.sql.tables that return types with arguments of type SeminarType
static DistinctVector<SeminarType> SeminarType.getSemTypeConductedBy(int lecturerId)
          Returns for a given lecturer id the seminartypes whose are conducted by the lecturer corresponding to the id.
private static DistinctVector<SeminarType> SeminarType.getVector(ResultSet resultSet)
          Creates for each element in a given ResultSet instance an instance of this class and returns a vector with the resulting class objects.
static DistinctVector<SeminarType> SeminarType.getVectorFromDB(Vector<DBConstraint> additionalConstraints, String sortString)
          Creates a PreparedStatement instance with the given parameters, executes the query and returns a vector of instances of this class corresponding to the ResultSet of the query.
 

Methods in semorg.sql.tables with parameters of type SeminarType
 boolean SeminarType.equals(SeminarType otherSeminarType)
          Compares the ids of a given object and the current one.