Uses of Interface
ch.sahits.model.IGeneratedObject

Packages that use IGeneratedObject
ch.sahits.codegen.generator   
ch.sahits.codegen.input   
ch.sahits.codegen.java.input   
ch.sahits.codegen.model   
ch.sahits.codegen.php   
ch.sahits.codegen.wizards   
ch.sahits.model   
ch.sahits.model.db   
ch.sahits.model.java   
ch.sahits.model.java.db   
ch.sahits.model.java.gui   
ch.sahits.model.php.db   
 

Uses of IGeneratedObject in ch.sahits.codegen.generator
 

Methods in ch.sahits.codegen.generator that return IGeneratedObject
 IGeneratedObject HibernateConfigurationCreator.createModel(IProgressMonitor monitor, IOutputFileModel model)
          Create an arbitrary model for the generator class.
 IGeneratedObject IGeneralGenerator.createModel(IProgressMonitor monitor, IOutputFileModel model)
          Create an arbitrary model for the generator class.
 IGeneratedObject BasicAxis2ModelGenerator.createModel(IProgressMonitor monitor, IOutputFileModel model)
          Create an arbitrary model for the generator class.
 

Methods in ch.sahits.codegen.generator with parameters of type IGeneratedObject
 void HibernateConfigurationCreator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the model this generators model The model must be an instance of IDBTable.
 void IGeneralGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the model this generators model The exact type of the model is arbitrary to the implementing class.
 void Axis2MessageInOutReciever.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the Registry after the initialisation of the model
 void Axis2ServiceStubGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the Registry after the initialisation of the model
 void Axis2ServiceXMLGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the Registry after the initialisation of the model
 void BasicAxis2ModelGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the model this generators model The model must be an instance of IWebservice.
 

Uses of IGeneratedObject in ch.sahits.codegen.input
 

Methods in ch.sahits.codegen.input that return IGeneratedObject
 IGeneratedObject IXMLGeneralInputFileParser.generateModel()
          Convert the XML file into a model object
 IGeneratedObject IInputParser.parse()
          Parse the input file into an object that represents a database table.
 IGeneratedObject IXMLGeneralInputFileParser.parse()
          Deprecated. Use the IXMLGeneralInputFileParser.generateModel() instead
 IGeneratedObject IXMLJavaInputFileParser.parse()
          Deprecated. Use the IXMLJavaInputFileParser.generateModel(String, String, boolean, boolean, boolean) instead
 IGeneratedObject XMLJDomParser.parse()
          This method is depricated use the appropriate generateModel method instead.
 

Uses of IGeneratedObject in ch.sahits.codegen.java.input
 

Methods in ch.sahits.codegen.java.input that return IGeneratedObject
 IGeneratedObject CSVInputFileParser.parse()
          Parse the CVS file and determine its values from the first row.
 IGeneratedObject ClassFileParser.parse()
          Parse the class into a ClassModel.
 IGeneratedObject IXMLJavaInputFileParser.parse()
          Deprecated. Use the IXMLJavaInputFileParser.generateModel(String, String, boolean, boolean, boolean) instead
 

Uses of IGeneratedObject in ch.sahits.codegen.model
 

Methods in ch.sahits.codegen.model that return IGeneratedObject
protected  IGeneratedObject BasicModelFactoryHelper.createModelFromExtension(java.lang.String inputFile, java.lang.String extension, IProgressMonitor monitor)
          Create a model based on a input file extension
static IGeneratedObject BasicModelGenerator.createModelWithDBInputFile(java.lang.String typeName, java.lang.String dbProduct, java.lang.String inputFilePath, IJavaProject project, IProgressMonitor monitor)
          Generates the model based on the class name and the inputFilePath Data in the wizard provided but not contained in the inputfilePath must be added to the model by the caller
static IGeneratedObject HeadlessBasicModelFactory.createModelWithoutDB(java.lang.String inputFilePath, IProgressMonitor monitor)
          Generates a model for the class that is not based on a database table
static IGeneratedObject BasicModelGenerator.createModelWithoutDB(java.lang.String typeName, java.lang.String inputFilePath, IProgressMonitor monitor)
          Generates a model for the class that is not based on a database table
protected  IGeneratedObject BasicModelFactoryHelper.createModelWithoutDBFromXML(java.lang.String inputFilePath, IProgressMonitor monitor)
          Create a model for a Java class without data base from an XML file
 IGeneratedObject BasicModelGenerator.initModel(IProgressMonitor monitor, IOutputFileModel model, IBasicDBDefinitionPage dbDefintionPage)
          Create and initialize a model for the class to be generated
 

Uses of IGeneratedObject in ch.sahits.codegen.php
 

Methods in ch.sahits.codegen.php that return IGeneratedObject
 IGeneratedObject PHPCodeGenerator.createModel(IProgressMonitor monitor, IOutputFileModel model)
          Create an arbitrary model for the generator class.
 IGeneratedObject PHPXMLInputParser.generateModel()
          Generate the IPHPModel
 IGeneratedObject PHPXMLInputParser.parse()
          This method is depricated use the appropriate generateModel method instead.
 

Methods in ch.sahits.codegen.php with parameters of type IGeneratedObject
 void PHPCodeGenerator.init(IOutputFileModel outputModel, IGeneratedObject model)
          Initialize the model this generators model The model must be an instance of IPHPDBModel.
 

Uses of IGeneratedObject in ch.sahits.codegen.wizards
 

Methods in ch.sahits.codegen.wizards that return IGeneratedObject
 IGeneratedObject ICodeGeneratorDelegate.initModel(IProgressMonitor monitor, IBasicDBDefinitionPage dbDefinitionPage)
          Create and initialize a model for the class to be generated
 IGeneratedObject MinimalArtifactDelegate.initModel(IProgressMonitor monitor, IBasicDBDefinitionPage dbDefinitionPage)
          Delegate the generation of the model to BasicModelGenerator.
 

Uses of IGeneratedObject in ch.sahits.model
 

Subinterfaces of IGeneratedObject in ch.sahits.model
 interface IWebservice
          This interface defines the getter methods of a webservice metadata model.
 

Uses of IGeneratedObject in ch.sahits.model.db
 

Subinterfaces of IGeneratedObject in ch.sahits.model.db
 interface IConnectableDataBaseTable
          This interface combines the Description of a database table with the information to its accessability
 interface IDBTable
          This interface defines the methods that are needed for data to access a database
 

Classes in ch.sahits.model.db that implement IGeneratedObject
 class BasicDataBaseTable
          Implementation of a database table model
 

Uses of IGeneratedObject in ch.sahits.model.java
 

Subinterfaces of IGeneratedObject in ch.sahits.model.java
 interface IGeneratedJavaClass
          Deprecated. Use the interface IGeneratedJavaClass2 that does not define the setter methods
 interface IGeneratedJavaClass2
          This interface defines a Java generated class
 interface IGeneratedJavaDBClass
          Deprecated. since 1.2.0 because it implements the depreciated interface IGeneratedJavaClass. Use IGeneratedJavaDBClass2 instead
 interface IGeneratedJavaDBClass2
          This interface defines the method that must be provided by a model for a class to be generated.
 

Classes in ch.sahits.model.java that implement IGeneratedObject
 class ClassModel
          Model of a class with members and methods (without exceptions
 class GeneratedJavaClass
          This class is the Java specific extension of GeneratedClass.
 class GeneratedJavaDBClass
          This class adds database specific data to the data class model of a Java specific data class.
 

Uses of IGeneratedObject in ch.sahits.model.java.db
 

Classes in ch.sahits.model.java.db that implement IGeneratedObject
 class DataBaseTable
          This bean represents the meta data of a table.
 

Uses of IGeneratedObject in ch.sahits.model.java.gui
 

Subinterfaces of IGeneratedObject in ch.sahits.model.java.gui
 interface IJavaForm
          This interface defines the method for a java based GUI from model
 

Uses of IGeneratedObject in ch.sahits.model.php.db
 

Subinterfaces of IGeneratedObject in ch.sahits.model.php.db
 interface IPHPDBModel
          Interface defining the PHP class model