|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JavaSource in de.ispsoft.jaxme.generator |
Methods in de.ispsoft.jaxme.generator that return JavaSource | |
JavaSource |
SourceWriterImpl.newJavaSource(SchemaComplexElement pElement,
java.lang.String pPackage,
java.lang.String pClass,
java.lang.String pProtection)
Creates a new JavaSource object. |
protected JavaSource |
ComparatorWriter.getComparatorClass(SchemaComplexElement pElement)
|
Methods in de.ispsoft.jaxme.generator with parameters of type JavaSource | |
void |
SourceWriterImpl.writeJavaSourceFile(java.io.File pDir,
JavaSource pJs)
Writes a JavaSource file. |
protected void |
ComparatorWriter.getInnerClasses(JavaSource pJs,
SchemaComplexElement pElement)
|
protected JavaInnerClass |
ComparatorWriter.getInnerClass(int pNum,
JavaSource pJs,
SchemaComplexElement pParent,
SchemaAbstractSimpleElement pElement)
|
protected JavaMethod |
ComparatorWriter.getInitMethod(JavaSource pJs,
SchemaComplexElement pElement)
|
protected JavaField |
ComparatorWriter.getTheInstanceField(JavaSource pJs,
SchemaComplexElement pElement)
|
protected JavaMethod |
ComparatorWriter.getGetInstanceMethod(JavaSource pJs,
SchemaComplexElement pElement)
|
Uses of JavaSource in de.ispsoft.jaxme.generator.beanwriter |
Methods in de.ispsoft.jaxme.generator.beanwriter that return JavaSource | |
JavaSource |
SessionBeanClassWriter.generatePrimaryKey()
Generates the primary key class. |
JavaSource |
EntityBeanClassWriter.generateHome()
Generates the beans home interface. |
JavaSource |
EntityBeanClassWriter.generateRemote()
Generates the beans remote interface. |
JavaSource |
EntityBeanClassWriter.generateBean()
Generates the bean class. |
JavaSource |
EntityBeanClassWriter.generatePrimaryKey()
Generates the primary key class. |
JavaSource |
BeanClassWriter.generateHome()
|
JavaSource |
BeanClassWriter.generateRemote()
|
JavaSource |
BeanClassWriter.generateBean()
|
JavaSource |
BeanClassWriter.generatePrimaryKey()
|
Methods in de.ispsoft.jaxme.generator.beanwriter with parameters of type JavaSource | |
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 JavaField |
SessionBeanClassWriter.generateContextField(JavaSource js)
Generates the context field. |
protected JavaField |
SessionBeanClassWriter.generateElementField(JavaSource js)
Generates the element field. |
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 JavaField |
EntityBeanClassWriter.generateContextField(JavaSource js)
Generates the context field. |
protected JavaField |
EntityBeanClassWriter.generateElementField(JavaSource js)
Generates the element field. |
protected JavaMethod |
EntityBeanClassWriter.getListMethod(JavaSource pJs,
JdbcListMethod pMethod)
|
Uses of JavaSource in de.ispsoft.jaxme.generator.javaclasswriter |
Methods in de.ispsoft.jaxme.generator.javaclasswriter that return JavaSource | |
JavaSource |
JdbcViewClassWriter.getManagerClass()
|
JavaSource |
JdbcTableClassWriter.getManagerClass()
|
JavaSource |
JavaClassWriter.getXmlClass()
|
JavaSource |
JavaClassWriter.getManagerClass()
|
JavaSource |
JavaClassWriter.getHandlerClass()
|
JavaSource |
BasicJavaClassWriter.getXmlClass()
Generates a JMAnyElement class. |
JavaSource |
BasicJavaClassWriter.getManagerClass()
Generates a JMManager class. |
JavaSource |
BasicJavaClassWriter.getHandlerClass()
Generates a JMContentHandler. |
Methods in de.ispsoft.jaxme.generator.javaclasswriter with parameters of type JavaSource | |
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.getGetInsertCreatesPrimaryKeyMethod(JavaSource pJs)
|
protected JavaMethod |
JdbcTableClassWriter.getNewPrimaryKeyMethod(JavaSource pJs)
|
protected JavaField |
BasicJavaClassWriter.getNamespaceUriField(JavaSource pJs)
Generates the namespace declaration field. |
protected JavaField |
BasicJavaClassWriter.getLocalNameField(JavaSource pJs)
Generates the local name field. |
protected JavaConstructor |
BasicJavaClassWriter.getDefaultConstructor(JavaSource pJs)
Generates the default constructor. |
protected JavaConstructor |
BasicJavaClassWriter.getProtectedConstructor(JavaSource pJs)
Generates the protected constructor. |
protected JavaField |
BasicJavaClassWriter.getFieldDeclaration(JavaSource pJs,
SchemaElement pChild)
Generates a single attributes or subelements declaration. |
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 void |
BasicJavaClassWriter.generateField(JavaSource pJs,
SchemaElement pChild)
Generates a single attribute or subelement. |
protected void |
BasicJavaClassWriter.generateFields(SchemaElement pElement,
JavaSource pJs)
Adds properties for a complex elements attributes and subelements. |
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 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 JavaMethod |
BasicJavaClassWriter.getValidateMeMethod(JavaSource pJs)
Generates the validateMe() method. |
protected JavaMethod |
BasicJavaClassWriter.getChildsToSAXMethod(JavaSource pJs)
Generates the childsToSAX() method. |
protected JavaField |
BasicJavaClassWriter.getPrefixListField(JavaSource pJs)
Generated the PREFIX_LIST field. |
protected JavaConstructor |
BasicJavaClassWriter.getDefaultHandlerConstructor(JavaSource pJs)
Generates a default constructor for the handler class. |
protected JavaMethod |
BasicJavaClassWriter.getNewResultNodeMethod(JavaSource pJs)
Generates a newResultNode() method for the
handler class. |
protected JavaField |
BasicJavaClassWriter.getMyElemField(JavaSource pJs)
Generates the handles myelem field. |
protected JavaField |
BasicJavaClassWriter.getStateField(JavaSource pJs)
Generates the handles state field. |
protected JavaMethod |
BasicJavaClassWriter.getNewContentHandlerMethod(JavaSource pJs)
Generates the handlers newHandler() method. |
protected JavaMethod |
BasicJavaClassWriter.getProcessResultNodeMethod(JavaSource pJs)
Generates the processResultNode() method. |
Uses of JavaSource in de.ispsoft.jaxme.generator.javasource |
Subclasses of JavaSource in de.ispsoft.jaxme.generator.javasource | |
class |
JavaInnerClass
Implements an inner class. |
Constructors in de.ispsoft.jaxme.generator.javasource with parameters of type JavaSource | |
JavaConstructor(JavaSource js)
Creates a new JavaConstructor with default protection |
|
JavaConstructor(JavaSource js,
java.lang.String protection)
Creates a new JavaConstructor with the given protection. |
Uses of JavaSource in de.ispsoft.jaxme.generator.parselets |
Methods in de.ispsoft.jaxme.generator.parselets that return JavaSource | |
protected JavaSource |
ParseletWriter.createParseletClass(SchemaComplexElement pElement)
Creates the Parselet class for a complex element. |
Methods in de.ispsoft.jaxme.generator.parselets with parameters of type JavaSource | |
protected JavaConstructor |
ParseletWriter.getDefaultConstructor(JavaSource pJs,
SchemaComplexElement pElement,
ParseletDecorator pDecorator)
Creates the Parselets default constructor. |
protected JavaMethod |
ParseletWriter.getParseMethod(JavaSource pJs,
SchemaComplexElement pElement,
ParseletDecorator pDecorator)
Creates the "parse" method. |
protected JavaMethod |
ParseletWriter.getSerializeMethod(JavaSource pJs,
SchemaComplexElement pElement,
ParseletDecorator pDecorator)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |