Uses of Interface
net.anotheria.asg.generator.IGenerator
-
-
Uses of IGenerator in net.anotheria.asg.generator
Classes in net.anotheria.asg.generator that implement IGenerator Modifier and Type Class Description classConfiguratorGeneratorTODO please remined another to comment this classMethods in net.anotheria.asg.generator that return IGenerator Modifier and Type Method Description IGeneratorGeneratedClass. getGenerator()Getter for the fieldgenerator.Methods in net.anotheria.asg.generator with parameters of type IGenerator Modifier and Type Method Description static java.lang.StringCommentGenerator. generateJavaTypeComment(java.lang.String className, IGenerator generator)Returns a java file comment for given class and a generator.protected voidAbstractAnoDocGenerator. runGenerator(IGenerator generator, IGenerateable target, Context context, java.util.List<FileEntry> results)runGenerator.voidGeneratedClass. setGenerator(IGenerator aGenerator)Setter for the fieldgenerator. -
Uses of IGenerator in net.anotheria.asg.generator.apputil
Classes in net.anotheria.asg.generator.apputil that implement IGenerator Modifier and Type Class Description classCallContextGeneratorGenerater for the call context.classLog4JConfigurationGeneratorLog4j configuration generator. -
Uses of IGenerator in net.anotheria.asg.generator.model
Classes in net.anotheria.asg.generator.model that implement IGenerator Modifier and Type Class Description classDataFacadeGeneratorThis generator generates the data facade - the interface which defines the behaviour of the document and its attributes.classModuleGeneratorTODO please remined another to comment this classclassServiceGeneratorControls different sub generators for generation of the service layer. -
Uses of IGenerator in net.anotheria.asg.generator.model.db
Classes in net.anotheria.asg.generator.model.db that implement IGenerator Modifier and Type Class Description classJDBCBasedServiceGeneratorGenerates a DB-Backed implementation of a module interface and the according factory.classJDBCPersistenceServiceGeneratorJDBCPersistenceServiceGenerator class.classPersistenceServiceDAOGeneratorThis generator generates the DAO for a Document, the daoexceptions, and the rowmapper.classSQLGeneratorSQLGenerator class.classVOGeneratorGenerates value objects for db bound document implementation. -
Uses of IGenerator in net.anotheria.asg.generator.model.docs
Classes in net.anotheria.asg.generator.model.docs that implement IGenerator Modifier and Type Class Description classCMSBasedServiceGeneratorCMSBasedServiceGenerator class.classDocumentGeneratorThis generator generates an ano-doc framework based implementation of the data object interface previously generated by the DataFacadeGenerator.classModuleFactoryGeneratorTODO please remined another to comment this class -
Uses of IGenerator in net.anotheria.asg.generator.model.federation
Classes in net.anotheria.asg.generator.model.federation that implement IGenerator Modifier and Type Class Description classFederationServiceGeneratorGenerator for the FederationService.classFederationVOGeneratorThis generator generates VO objects for a Module Federation. -
Uses of IGenerator in net.anotheria.asg.generator.model.fixture
Classes in net.anotheria.asg.generator.model.fixture that implement IGenerator Modifier and Type Class Description classFixtureServiceGeneratorFixtureServiceGenerator class. -
Uses of IGenerator in net.anotheria.asg.generator.model.inmemory
Classes in net.anotheria.asg.generator.model.inmemory that implement IGenerator Modifier and Type Class Description classInMemoryServiceGeneratorGenerates an inmemory implementation of a module interface and the according factory. -
Uses of IGenerator in net.anotheria.asg.generator.model.rmi
Classes in net.anotheria.asg.generator.model.rmi that implement IGenerator Modifier and Type Class Description classRMIServiceGeneratorGenerates a RMI-Backed distribution of a module interface and the according factory. -
Uses of IGenerator in net.anotheria.asg.generator.types
Classes in net.anotheria.asg.generator.types that implement IGenerator Modifier and Type Class Description classEnumerationGeneratorTODO please remind another to comment this class.classEnumTypeGeneratorTODO please remind another to comment this class -
Uses of IGenerator in net.anotheria.asg.generator.view.action
Classes in net.anotheria.asg.generator.view.action that implement IGenerator Modifier and Type Class Description classModuleActionsGeneratorThis generator generate module-based actions like delete, create, edit, new, update, show and so on.classModuleBeanGeneratorTODO Please remain lrosenberg to comment BeanGenerator.java -
Uses of IGenerator in net.anotheria.asg.generator.view.jsp
Classes in net.anotheria.asg.generator.view.jsp that implement IGenerator Modifier and Type Class Description classJspGeneratorGenerates the jsps for the edit view.classQueriesPageJspGeneratorGenerator for the queries page.
-