A B C D E F G H I J K L M N O P Q R S T U V W X

H

handleOnClickWithDBConnection(boolean) - Method in interface ch.sahits.codegen.java.wizards.IInputMethodSelectionHandler
Handle the action of the selecting/unselecting of the radio button with database connection.
handleOnClickWithInputFile(boolean) - Method in interface ch.sahits.codegen.java.wizards.IInputMethodSelectionHandler
Handle the action of the selecting/unselecting of the radio button with input file
handleOnClickWithoutDB(boolean) - Method in interface ch.sahits.codegen.java.wizards.IInputMethodSelectionHandler
Handle the action of the selecting/unselecting of the radio button without database
hasButton() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a button
hasChanged() - Method in interface ch.sahits.util.IObersvable
 
hasCheckBox() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a check box
hasChild(Element) - Method in class ch.sahits.codegen.input.XMLJDomParser
Check whether an element has at least one child
hasChild(Element, String) - Method in class ch.sahits.codegen.input.XMLJDomParser
Check whether an element has at least on child of a given name
hasChild(Element, String[]) - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
Check whether any of the elements children are of at least a given type
hasCombo() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a combo box
hasConstructor(Class[]) - Method in class ch.sahits.util.ClassChecker
Check whether the class implements a constructor with the given types.
hasDefaultConstructor() - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Check whether the default constructor is defined.
hasFileBrowse() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a File browser field
hasFormField(Element) - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
Check if the element has a form field as a child.
HASH - Static variable in interface ch.sahits.codegen.java.input.db.IMySQLCreateToken
The hash keyword
hashCode() - Method in class ch.sahits.codegen.model.Config
compute the hash code based on all fields unless Config.mProject and Config.mForceOverwrite which are excluded from Config.equals(Object)
hashCode() - Method in class ch.sahits.datastructure.Pair
hashCode() - Method in class ch.sahits.model.db.BasicDataBaseTable
 
hashCode() - Method in class ch.sahits.model.db.DataBaseTableField
 
hashCode() - Method in class ch.sahits.model.db.DataBaseTableIndex
 
hashCode() - Method in class ch.sahits.model.java.BeanMethod
 
hashCode() - Method in class ch.sahits.model.java.ClassModel
 
hashCode() - Method in class ch.sahits.model.java.db.DataBaseTable
 
hashCode() - Method in class ch.sahits.model.java.GeneratedJavaClass
 
hashCode() - Method in class ch.sahits.model.java.SimpleBean
 
hashCode() - Method in class ch.sahits.test.ComparetorResult
 
hasHiddenFields() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if the form has hidden fields
hasImageButton() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is an image button
hasInputField() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a input field
hasList() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a list
hasMethod(String, Class[]) - Method in class ch.sahits.util.ClassChecker
Check whether the class implements a method with the given name and types.
hasMultipleConstructors() - Method in class ch.sahits.codegen.java.model.util.MethodReflector
Check whether the class has defined multiple constructors
hasNext() - Method in class ch.sahits.codegen.java.model.util.JETInterfaceImplementer
Check if there is a further method signature
hasPasswordField() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a password field
hasRadioButton() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a radio button
hasResetButton() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a reset button
hasSchema() - Method in interface ch.sahits.codegen.input.IDBInputParser
Indicates if this database works through schemas
hasSchema() - Method in class ch.sahits.codegen.java.input.db.MySQLConnectionModelGenerator
Indicates if this database works through schemas
hasSchema() - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
MySQL has no schema concept
hasSchema() - Method in class ch.sahits.codegen.java.input.db.OracleConnectorModelGenerator
Indicates if this database works through schemas
hasSchema() - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
Indicates if this database works through schemas
hasSchema() - Method in class ch.sahits.codegen.java.input.db.SQLServerConnectionModelGenerator
SQL Server uses schema
hasSchema() - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
SQL Server uses schemas
hasSchema() - Method in interface ch.sahits.codegen.model.IBasicDBConnectionModelGenerator
Indicates if this database works through schemas
hasSchemaAndTableName() - Method in class ch.sahits.codegen.sql.generator.BasicDataManipulator
Test if the table name and owner are valid
hasSchemaName() - Method in class ch.sahits.codegen.sql.generator.BasicDataManipulator
Test if the owner is valid
hasSuperClass() - Method in class ch.sahits.model.GeneratedClass
Check if there is any specific superclass defined.
hasSuperClass() - Method in interface ch.sahits.model.IGeneratorClass2
Check if there is any specific superclass defined.
hasTableName() - Method in class ch.sahits.codegen.sql.generator.BasicDataManipulator
Test if the table name is valid
hasText(Element) - Method in class ch.sahits.codegen.input.XMLJDomParser
Check whether the element has textual value
hasTextArea() - Method in class ch.sahits.codegen.java.gui.util.GUIHelper
Check if there is a text input area
hasTextWithFormField(Element) - Method in class ch.sahits.codegen.java.gui.input.XHTMLModelParser
Check wether there is some form field with some text
hasTypeRestriction() - Method in interface ch.sahits.model.gui.IFormFileUpload
Check if the file upload is restricted to any types
hasTypeSize(String) - Method in class ch.sahits.codegen.java.input.db.MySQLCreateScriptInputParser
Check if the type has a length definition
hasTypeSize(String) - Method in class ch.sahits.codegen.java.input.db.OracleSQLCreateScriptInputParser
Check if the type has any size property.
hasTypeSize(String) - Method in class ch.sahits.codegen.java.input.db.SQLServerCreateScriptInputParser
Check if the type has a length definition
hasTypeSize(String) - Method in class ch.sahits.codegen.java.input.SQLCreateScriptInput
Check if the type has any size property
hasWhereClause() - Method in class ch.sahits.codegen.sql.model.InsertScriptWizardModel
Check if a non empty where clause exists
HeadlessArtefactGenerator - Class in ch.sahits.codegen.wizards
This class provides an entry point for a headless code generation.
HeadlessArtefactGenerator() - Constructor for class ch.sahits.codegen.wizards.HeadlessArtefactGenerator
 
HeadlessBasicModelFactory - Class in ch.sahits.codegen.model
This Model factory class is a factory for input data models for non Java code.
HeadlessJavaGenerator - Class in ch.sahits.codegen.java.wizards
Generator for generation of java classes through the generator in a Headless manner.
HeadlessJavaGenerator() - Constructor for class ch.sahits.codegen.java.wizards.HeadlessJavaGenerator
 
HeadlessJavaModelFactory - Class in ch.sahits.codegen.java.model
This factory class provides a model for the class to be generated
In the model factory the monitor is processed according to the workload model generator.
HeadlessJavaModelFactory() - Constructor for class ch.sahits.codegen.java.model.HeadlessJavaModelFactory
 
HeadlessJavaXMLSerializerFactoryFactory - Class in ch.sahits.codegen.java.input
/** This class produces the factory method for the XML Serialzer.
HeadlessJavaXMLSerializerFactoryFactory() - Constructor for class ch.sahits.codegen.java.input.HeadlessJavaXMLSerializerFactoryFactory
 
HeadlessProjectClassLoader - Class in ch.sahits.codegen.core.util
This class loader searches first in the classpath of the current project and then in the classpath of all other projects of java nature on the workspace.
HeadlessProjectClassLoader(IJavaProject) - Constructor for class ch.sahits.codegen.core.util.HeadlessProjectClassLoader
Initialize the project for witch the class should be loaded
HeadlessXMLSerializerFactoryFactory - Class in ch.sahits.codegen.input
This factory factory provides a serializer factory for the headless execution.
HeadlessXMLSerializerFactoryFactory() - Constructor for class ch.sahits.codegen.input.HeadlessXMLSerializerFactoryFactory
 
HibernateConfigurationCreator - Class in ch.sahits.codegen.generator
This class generates a Hibernate XML configuration file.
HibernateConfigurationCreator() - Constructor for class ch.sahits.codegen.generator.HibernateConfigurationCreator
 
host - Variable in class ch.sahits.codegen.java.input.db.DBConnection
Host name of the server where the DB is hosted
host(String) - Method in interface ch.sahits.model.IOutputFileModelBuilder
Initialize the host
host(String) - Method in interface ch.sahits.model.php.db.IPHPClassDeclarationBuilder
 

A B C D E F G H I J K L M N O P Q R S T U V W X