Uses of Class
net.anotheria.asg.generator.GeneratedClass
-
-
Uses of GeneratedClass in net.anotheria.asg.generator.model
Methods in net.anotheria.asg.generator.model that return GeneratedClass Modifier and Type Method Description protected GeneratedClassAbstractDataObjectGenerator. generateDocumentFactory(MetaDocument doc)generateDocumentFactory.protected GeneratedClassAbstractServiceGenerator. generateFactory(MetaModule module)Generates a factory class.Methods in net.anotheria.asg.generator.model with parameters of type GeneratedClass Modifier and Type Method Description protected voidAbstractServiceGenerator. addAdditionalFactoryImports(GeneratedClass clazz, MetaModule module)addAdditionalFactoryImports. -
Uses of GeneratedClass in net.anotheria.asg.generator.model.fixture
Methods in net.anotheria.asg.generator.model.fixture with parameters of type GeneratedClass Modifier and Type Method Description protected voidFixtureServiceGenerator. addAdditionalFactoryImports(GeneratedClass clazz, MetaModule module)addAdditionalFactoryImports. -
Uses of GeneratedClass in net.anotheria.asg.generator.model.inmemory
Methods in net.anotheria.asg.generator.model.inmemory with parameters of type GeneratedClass Modifier and Type Method Description protected voidInMemoryServiceGenerator. addAdditionalFactoryImports(GeneratedClass clazz, MetaModule module)addAdditionalFactoryImports. -
Uses of GeneratedClass in net.anotheria.asg.generator.model.rmi
Methods in net.anotheria.asg.generator.model.rmi with parameters of type GeneratedClass Modifier and Type Method Description protected voidRMIServiceGenerator. addAdditionalFactoryImports(GeneratedClass clazz, MetaModule aModule)addAdditionalFactoryImports. -
Uses of GeneratedClass in net.anotheria.asg.generator.view.action
Methods in net.anotheria.asg.generator.view.action that return GeneratedClass Modifier and Type Method Description GeneratedClassBaseActionGenerator. generateBaseAction(java.util.List<MetaView> views)Generates the base action.GeneratedClassIndexPageActionGenerator. generateBaseAction(java.util.List<MetaView> views)generateBaseAction.GeneratedClassModuleBeanGenerator. generateDialogForm(MetaDialog dialog, MetaDocument doc)generateDialogForm.GeneratedClassIndexPageActionGenerator. generateDocumentChangeFBviews(java.util.List<MetaView> views)generateDocumentChangeFBviews.GeneratedClassModuleActionsGenerator. generateFormAction(MetaForm form)generateFormAction.GeneratedClassBaseViewActionGenerator. generateViewAction(MetaView view)generateViewAction.
-