Uses of Class
de.ispsoft.jaxme.generator.javasource.JavaMethod

Packages that use JavaMethod
de.ispsoft.jaxme.generator   
de.ispsoft.jaxme.generator.beanwriter   
de.ispsoft.jaxme.generator.javaclasswriter   
de.ispsoft.jaxme.generator.javasource   
de.ispsoft.jaxme.generator.parselets   
de.ispsoft.jaxme.generator.types   
 

Uses of JavaMethod in de.ispsoft.jaxme.generator
 

Methods in de.ispsoft.jaxme.generator that return JavaMethod
protected  JavaMethod ComparatorWriter.getInitMethod(JavaSource pJs, SchemaComplexElement pElement)
           
protected  JavaMethod ComparatorWriter.getGetInstanceMethod(JavaSource pJs, SchemaComplexElement pElement)
           
 

Methods in de.ispsoft.jaxme.generator with parameters of type JavaMethod
 int SchemaSimpleType.createPrepareStatement(SchemaAbstractSimpleElement pElement, JavaMethod pJm, int pNum, int pMode)
          Creates Java code for preparing a JDBC statement.
 void SchemaSimpleType.createSaxEvents(SchemaAbstractSimpleElement pElement, JavaMethod pJm, java.lang.String pFieldName, java.lang.String pMarshaller, java.lang.String pIndent)
          Creates Java code for firing SAX events.
 

Uses of JavaMethod in de.ispsoft.jaxme.generator.beanwriter
 

Methods in de.ispsoft.jaxme.generator.beanwriter that return JavaMethod
protected  JavaMethod SessionBeanClassWriter.generateCreateMethod(JavaSource js)
          Generates the create() method.
protected  JavaMethod SessionBeanClassWriter.generateEjbPostCreateMethod(JavaSource js)
          Generates the ejbPostCreate() method.
protected  JavaMethod SessionBeanClassWriter.generateFindByPrimaryKeyMethod(JavaSource js)
          Generates the findByPrimaryKey() method.
protected  JavaMethod SessionBeanClassWriter.generateFindByQueryOneArgMethod(JavaSource js)
          Generates the findByQuery() method with one argument.
protected  JavaMethod SessionBeanClassWriter.generateFindByQueryTwoArgsMethod(JavaSource js)
          Generates the findByQuery() method with two arguments.
protected  JavaMethod SessionBeanClassWriter.generateFindByQueryThreeArgsMethod(JavaSource js)
          Generates the findByQuery() method with three arguments.
protected  JavaMethod SessionBeanClassWriter.generateFindByQueryFourArgsMethod(JavaSource js)
          Generates the findByQuery() method with four arguments.
protected  JavaMethod SessionBeanClassWriter.generateGetXMLMethod(JavaSource js)
          Generates the getXML() method.
protected  JavaMethod SessionBeanClassWriter.generateUpdateMethod(JavaSource js)
          Generates the update() method.
protected  JavaMethod SessionBeanClassWriter.generateEjbStoreMethod(JavaSource js)
          Generates the ejbStore() method.
protected  JavaMethod SessionBeanClassWriter.generateEjbLoadMethod(JavaSource js)
          Generates the ejbLoad() method.
protected  JavaMethod SessionBeanClassWriter.generateEjbRemoveMethod(JavaSource js)
          Generates the ejbRemove() method.
protected  JavaMethod SessionBeanClassWriter.generateSetContextMethod(JavaSource js)
          Generates the setEntityContext() method.
protected  JavaMethod SessionBeanClassWriter.generateUnsetContextMethod(JavaSource js)
          Generates the unsetEntityContext() method.
protected  JavaMethod SessionBeanClassWriter.generateIsModifiedMethod(JavaSource js)
          Generates the isModified() method.
protected  JavaMethod SessionBeanClassWriter.getListMethod(JavaSource pJs, JdbcListMethod pMethod)
           
protected  JavaMethod EntityBeanClassWriter.generateCreateMethod(JavaSource js)
          Generates the create() method.
protected  JavaMethod EntityBeanClassWriter.generateEjbPostCreateMethod(JavaSource js)
          Generates the ejbPostCreate() method.
protected  JavaMethod EntityBeanClassWriter.generateFindByPrimaryKeyMethod(JavaSource js)
          Generates the findByPrimaryKey() method.
protected  JavaMethod EntityBeanClassWriter.generateFindByQueryOneArgMethod(JavaSource js)
          Generates the findByQuery() method with one argument.
protected  JavaMethod EntityBeanClassWriter.generateFindByQueryTwoArgsMethod(JavaSource js)
          Generates the findByQuery() method with two arguments.
protected  JavaMethod EntityBeanClassWriter.generateFindByQueryThreeArgsMethod(JavaSource js)
          Generates the findByQuery() method with three arguments.
protected  JavaMethod EntityBeanClassWriter.generateFindByQueryFourArgsMethod(JavaSource js)
          Generates the findByQuery() method with four arguments.
protected  JavaMethod EntityBeanClassWriter.generateGetXMLMethod(JavaSource js)
          Generates the getXML() method.
protected  JavaMethod EntityBeanClassWriter.generateUpdateMethod(JavaSource js)
          Generates the update() method.
protected  JavaMethod EntityBeanClassWriter.generateBeanClassInitializer(JavaSource js)
          Generates the bean classes class constructor.
protected  JavaMethod EntityBeanClassWriter.generateEjbStoreMethod(JavaSource js)
          Generates the ejbStore() method.
protected  JavaMethod EntityBeanClassWriter.generateEjbLoadMethod(JavaSource js)
          Generates the ejbLoad() method.
protected  JavaMethod EntityBeanClassWriter.generateEjbActivateMethod(JavaSource js)
          Generates the ejbActivate() method.
protected  JavaMethod EntityBeanClassWriter.generateEjbPassivateMethod(JavaSource js)
          Generates the ejbPassivate() method.
protected  JavaMethod EntityBeanClassWriter.generateEjbRemoveMethod(JavaSource js)
          Generates the ejbRemove() method.
protected  JavaMethod EntityBeanClassWriter.generateSetContextMethod(JavaSource js)
          Generates the setEntityContext() method.
protected  JavaMethod EntityBeanClassWriter.generateUnsetContextMethod(JavaSource js)
          Generates the unsetEntityContext() method.
protected  JavaMethod EntityBeanClassWriter.generateIsModifiedMethod(JavaSource js)
          Generates the isModified() method.
protected  JavaMethod EntityBeanClassWriter.getListMethod(JavaSource pJs, JdbcListMethod pMethod)
           
 

Uses of JavaMethod in de.ispsoft.jaxme.generator.javaclasswriter
 

Methods in de.ispsoft.jaxme.generator.javaclasswriter that return JavaMethod
protected  JavaMethod JdbcViewClassWriter.getGetWhereMethod(JavaSource pJs)
           
protected  JavaMethod JdbcViewClassWriter.getGetTableListMethod(JavaSource pJs)
           
protected  JavaMethod JdbcViewClassWriter.getGetFieldListMethod(JavaSource pJs)
           
protected  JavaMethod JdbcViewClassWriter.getInsertMethod(JavaSource pJs)
           
protected  JavaMethod JdbcViewClassWriter.getUpdateMethod(JavaSource pJs)
           
protected  JavaMethod JdbcViewClassWriter.getDeleteMethod(JavaSource pJs)
           
protected  JavaMethod JdbcViewClassWriter.getQueryMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getGetWhereMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getGetTableListMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getGetFieldListMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getInitMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getInsertMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getUpdateMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getDeleteMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getListMethod(JdbcListMethod pMethod)
           
protected  JavaMethod JdbcTableClassWriter.getVoidListMethod(JdbcListMethod pMethod)
           
protected  JavaMethod JdbcTableClassWriter.getGetInsertCreatesPrimaryKeyMethod(JavaSource pJs)
           
protected  JavaMethod JdbcTableClassWriter.getNewPrimaryKeyMethod(JavaSource pJs)
           
protected  JavaMethod BasicJavaClassWriter.getGetFieldMethod(JavaSource pJs, SchemaElement pChild)
          Creates a fields get method.
protected  JavaMethod BasicJavaClassWriter.getSetFieldMethod(JavaSource pJs, SchemaElement pChild)
          Creates a fields set method.
protected  JavaMethod BasicJavaClassWriter.getAddFieldMethod(JavaSource pJs, SchemaElement pChild)
          Creates a fields add method.
protected  JavaMethod BasicJavaClassWriter.getGetElementMethod(JavaSource pJs)
          Generates the methods getElement() method.
protected  JavaMethod BasicJavaClassWriter.getGetAttributeMethod(JavaSource pJs)
          Generates the methods getAttribute() method.
protected  JavaMethod BasicJavaClassWriter.getSetAttributeMethod(JavaSource pJs)
          Generates the methods setAttribute() method.
protected  JavaMethod BasicJavaClassWriter.getValidateMethod(JavaSource pJs)
          Generates the validate() method.
protected  JavaMethod BasicJavaClassWriter.getValidateMeMethod(JavaSource pJs)
          Generates the validateMe() method.
protected  JavaMethod BasicJavaClassWriter.getChildsToSAXMethod(JavaSource pJs)
          Generates the childsToSAX() method.
protected  JavaMethod BasicJavaClassWriter.getGetAttributesMethod()
          Generates the method getAttributes().
protected  JavaMethod BasicJavaClassWriter.getCloneMethod()
          Generates the clone() method.
 JavaMethod BasicJavaClassWriter.getGetPrefixListMethod()
          Generates the getPrefixList method.
protected  JavaMethod BasicJavaClassWriter.getNewResultNodeMethod(JavaSource pJs)
          Generates a newResultNode() method for the handler class.
protected  JavaMethod BasicJavaClassWriter.getNewContentHandlerMethod(JavaSource pJs)
          Generates the handlers newHandler() method.
protected  JavaMethod BasicJavaClassWriter.getProcessResultNodeMethod(JavaSource pJs)
          Generates the processResultNode() method.
 

Methods in de.ispsoft.jaxme.generator.javaclasswriter with parameters of type JavaMethod
protected  void JdbcTableClassWriter.generatePrepareStatements(JavaMethod jm, java.util.List pFields, java.util.List pModes, java.lang.String pQuery)
           
protected  int JdbcTableClassWriter.addColumnReadCode(JavaMethod pJm, SqlField pSf, java.lang.String pVariable, java.lang.String pRsVariable, int pTemp, int pCount)
           
protected  void BasicJavaClassWriter.addValidationException(JavaMethod pMethod, java.lang.Integer pErrorCode, java.lang.String pIndent, java.lang.String pMsg, java.lang.String pContext)
          Adds a ValidationException to the validateMe() method.
protected  void BasicJavaClassWriter.addRestrictions(JavaSource pSource, JavaMethod pMethod, SchemaAbstractSimpleElement pChild, java.lang.String pFieldName, java.lang.String pContext, java.lang.String pIndent)
          Adds handling for restrictions to the validateMe() method.
protected  int BasicJavaClassWriter.generateCloneFor(JavaMethod pJm, SchemaElement pElement, int i)
          Clones a single attribute or child element.
 

Uses of JavaMethod in de.ispsoft.jaxme.generator.javasource
 

Subclasses of JavaMethod in de.ispsoft.jaxme.generator.javasource
 class JavaClassInitializer
          Implements a Java class constructor.
 class JavaConstructor
          An implementation of a Java constructor.
 

Methods in de.ispsoft.jaxme.generator.javasource with parameters of type JavaMethod
 void JavaSource.addMethod(JavaMethod m)
          Adds a method to this classes list of methods.
 

Uses of JavaMethod in de.ispsoft.jaxme.generator.parselets
 

Methods in de.ispsoft.jaxme.generator.parselets that return JavaMethod
protected  JavaMethod ParseletWriter.getParseMethod(JavaSource pJs, SchemaComplexElement pElement, ParseletDecorator pDecorator)
          Creates the "parse" method.
protected  JavaMethod ParseletWriter.getSerializeMethod(JavaSource pJs, SchemaComplexElement pElement, ParseletDecorator pDecorator)
           
 

Uses of JavaMethod in de.ispsoft.jaxme.generator.types
 

Methods in de.ispsoft.jaxme.generator.types with parameters of type JavaMethod
 int UserDefinedSimpleType.createPrepareStatement(SchemaAbstractSimpleElement pElement, JavaMethod pJm, int pNum, int pMode)
          Creates Java code for preparing a JDBC statement.
 void UserDefinedSimpleType.createSaxEvents(SchemaAbstractSimpleElement pElement, JavaMethod pJm, java.lang.String pFieldName, java.lang.String pMarshaller, java.lang.String pIndent)
          Creates Java code for firing SAX events.
 int SimpleTypeWrapper.createPrepareStatement(SchemaAbstractSimpleElement pElement, JavaMethod pJm, int pNum, int pMode)
          Creates Java code for preparing a JDBC statement.
 void SimpleTypeWrapper.createSaxEvents(SchemaAbstractSimpleElement pElement, JavaMethod pJm, java.lang.String pFieldName, java.lang.String pMarshaller, java.lang.String pIndent)
          Creates Java code for firing SAX events.
 int SchemaSimpleTypeImpl.createPrepareStatement(SchemaAbstractSimpleElement pElement, JavaMethod pJm, int pNum, int pMode)
          Creates Java code for preparing a JDBC statement.
 void SchemaSimpleTypeImpl.createSaxEvents(SchemaAbstractSimpleElement pElement, JavaMethod pJm, java.lang.String pFieldName, java.lang.String pMarshaller, java.lang.String pIndent)
          Creates Java code for firing SAX events.
 int AutoUpdateDateTimeType.createPrepareStatement(SchemaAbstractSimpleElement pElement, JavaMethod pJm, int pNum, int pMode)
          Creates Java code for preparing a JDBC statement.
 int AutoSqlType.createPrepareStatement(SchemaAbstractSimpleElement pElement, JavaMethod pJm, int pNum, int pMode)
          Creates Java code for preparing a JDBC statement.