Uses of Class
net.noco.dtogen.model.BeanPropertySkel

Packages that use BeanPropertySkel
net.noco.dtogen.model   
net.noco.dtogen.transformer   
net.noco.dtogen.write   
 

Uses of BeanPropertySkel in net.noco.dtogen.model
 

Methods in net.noco.dtogen.model that return BeanPropertySkel
static BeanPropertySkel ModelFactory.createBeanProperty(com.thoughtworks.qdox.model.BeanProperty bp, java.lang.String name, java.lang.String tagName, boolean isPK)
          Creates a BeanPropertySkel.
 

Uses of BeanPropertySkel in net.noco.dtogen.transformer
 

Methods in net.noco.dtogen.transformer that return BeanPropertySkel
private  BeanPropertySkel ModelExtractor.injectBeanProperty(java.util.Map propRepository, DTOClassSkel skeleton, com.thoughtworks.qdox.model.BeanProperty bp, java.lang.String modelFqn, boolean usePrefix, java.lang.String tagName, boolean isPK)
           
 

Methods in net.noco.dtogen.transformer with parameters of type BeanPropertySkel
private  void ModelExtractor.fillBeanProperty(BeanPropertySkel bp, java.util.Map skeletonIds)
           
private  boolean ModelExtractor.fillElementType(BeanPropertySkel bp, java.util.Map skeletonIds)
           
private  boolean ModelExtractor.fillKeyType(BeanPropertySkel bp, java.util.Map skeletonIds)
           
private  boolean ModelExtractor.fillAccessor(BeanPropertySkel bp)
           
private  boolean ModelExtractor.fillMutator(BeanPropertySkel bp)
           
private  boolean ModelExtractor.fillField(BeanPropertySkel bp, java.util.Map skeletonIds)
           
 

Uses of BeanPropertySkel in net.noco.dtogen.write
 

Methods in net.noco.dtogen.write with parameters of type BeanPropertySkel
private  void ToolCodeWriter.writeInverseSimpleSetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi)
          creates the code that sets a simple property on the original POJO.
private  void ToolCodeWriter.writeInverseCollectionSetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, int colIndex)
           
private  void ToolCodeWriter.writeInverseArraySetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, int arrayIdx)
           
private  void ToolCodeWriter.writeDirectSimpleSetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, java.lang.String paramName)
          creates the Code for a simple setter.
private  void ToolCodeWriter.writeDirectCollectionSetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, java.lang.String paramName, int collIndex)
          BUGFIX #6
private  void ToolCodeWriter.writeDirectArraySetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, java.lang.String paramName, int arrayIndex)
           
 com.thoughtworks.qdox.model.JavaClass BeanPropertyWriter.writeBeanProperty(com.thoughtworks.qdox.model.JavaClass clazz, BeanPropertySkel bp)
          adds to the current JavaClass the necessary fields, methods for a Bean Property.
 CodeJavaMethod BeanPropertyWriter.writeCollectionAddMutator(com.thoughtworks.qdox.model.JavaClass clazz, BeanPropertySkel bp)
           
 CodeJavaMethod BeanPropertyWriter.writeCollectionRemoveMutator(com.thoughtworks.qdox.model.JavaClass clazz, BeanPropertySkel bp)
           
 WritableJavaField BeanPropertyWriter.writeBeanField(com.thoughtworks.qdox.model.JavaClass clazz, BeanPropertySkel bp, com.thoughtworks.qdox.model.Type fieldType)
           
 CodeJavaMethod BeanPropertyWriter.writeBeanAccessor(com.thoughtworks.qdox.model.JavaClass clazz, BeanPropertySkel bp, com.thoughtworks.qdox.model.Type returnType)
           
 CodeJavaMethod BeanPropertyWriter.writeBeanMutator(com.thoughtworks.qdox.model.JavaClass clazz, BeanPropertySkel bp, com.thoughtworks.qdox.model.Type paramType)
           
 



Copyright © 2004 Alexandru Popescu (a.k.a. the_mindstorm). All Rights Reserved.