Uses of Class
net.anotheria.asg.generator.meta.MetaModule
-
-
Uses of MetaModule in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return MetaModule Modifier and Type Method Description MetaModuleGeneratorDataRegistry. getModule(java.lang.String name)Returns the module from the storage.Methods in net.anotheria.asg.generator that return types with arguments of type MetaModule Modifier and Type Method Description java.util.Collection<MetaModule>GeneratorDataRegistry. getModules()Returns module from storage.Methods in net.anotheria.asg.generator with parameters of type MetaModule Modifier and Type Method Description voidGeneratorDataRegistry. addModule(MetaModule m)Adds a new parsed module to the storage.java.lang.StringContext. getDataPackageName(MetaModule module)getDataPackageName.java.lang.StringContext. getJspPackageName(MetaModule module)getJspPackageName.java.lang.StringContext. getPackageName(MetaModule module)Getter for the fieldpackageName.java.lang.StringContext. getServicePackageName(MetaModule module)getServicePackageName.Method parameters in net.anotheria.asg.generator with type arguments of type MetaModule Modifier and Type Method Description voidGeneratorDataRegistry. addModules(java.util.List<MetaModule> aModules)Adds some modules to the storage.java.util.List<FileEntry>BasicServiceGenerator. generate(java.util.List<MetaModule> modules)generate.java.util.List<FileEntry>ConfiguratorGenerator. generate(java.util.List<MetaModule> modules)generate.voidDataGenerator. generate(java.lang.String path, java.util.List<MetaModule> modules)generate. -
Uses of MetaModule in net.anotheria.asg.generator.apputil
Method parameters in net.anotheria.asg.generator.apputil with type arguments of type MetaModule Modifier and Type Method Description voidAppUtilGenerator. generate(java.util.List<MetaModule> modules)generate.java.util.List<FileEntry>BasicServiceUtilGenerator. generate(java.util.List<MetaModule> modules)java.util.List<FileEntry>LanguageUtilsGenerator. generate(java.util.List<MetaModule> modules, Context context)generate.java.util.List<FileEntry>XMLExporterGenerator. generate(java.util.List<MetaModule> modules)generate.java.util.List<FileEntry>XMLImporterGenerator. generate(java.util.List<MetaModule> modules, Context context)generate. -
Uses of MetaModule in net.anotheria.asg.generator.meta
Subclasses of MetaModule in net.anotheria.asg.generator.meta Modifier and Type Class Description classMetaFederationModuleMetaFederationModule class.Fields in net.anotheria.asg.generator.meta declared as MetaModule Modifier and Type Field Description static MetaModuleMetaModule. SHAREDThis is a predefined module used to generate package and class names for shared stuff.static MetaModuleMetaModule. USER_SETTINGSThis is a predefined module used to generate package and class names for user settings stuff.Methods in net.anotheria.asg.generator.meta that return MetaModule Modifier and Type Method Description MetaModuleMetaDocument. getParentModule()Getter for the fieldparentModule.Methods in net.anotheria.asg.generator.meta with parameters of type MetaModule Modifier and Type Method Description booleanMetaLink. doesTargetMath(MetaModule module, MetaDocument document)doesTargetMath.voidMetaDocument. setParentModule(MetaModule parentModule)Setter for the fieldparentModule. -
Uses of MetaModule in net.anotheria.asg.generator.model
Methods in net.anotheria.asg.generator.model with parameters of type MetaModule Modifier and Type Method Description protected voidAbstractServiceGenerator. addAdditionalFactoryImports(GeneratedClass clazz, MetaModule module)addAdditionalFactoryImports.protected GeneratedClassAbstractServiceGenerator. generateFactory(MetaModule module)Generates a factory class.static java.lang.StringServiceGenerator. getExceptionImport(MetaModule m)Returns the base exception name for the service for this module.protected java.lang.StringAbstractServiceGenerator. getExceptionName(MetaModule module)Returns the base exception name.static java.lang.StringServiceGenerator. getExceptionName(MetaModule m)Returns the name of the base exception class for the service for the given module.static java.lang.StringServiceGenerator. getFactoryImport(MetaModule m)Returns the import for the factory for the service for a meta-module.java.lang.StringAbstractServiceGenerator. getFactoryName(MetaModule m)Returns the name of the factory class.static java.lang.StringServiceGenerator. getFactoryName(MetaModule m)Returns the factory name for the service for a metamodule.java.lang.StringAbstractServiceGenerator. getImplementationName(MetaModule m)Returns the implementation name for the service for this MetaModule.static java.lang.StringServiceGenerator. getImplementationName(MetaModule m)getImplementationName.static java.lang.StringServiceGenerator. getInterfaceImport(MetaModule m)Returns the import (package and class name) for the service interface for the given module.static java.lang.StringAbstractServiceGenerator. getInterfaceName(MetaModule m)Returns the interface name for the CRUD service for this module.static java.lang.StringServiceGenerator. getInterfaceName(MetaModule module)Returns the interface name for the service for the module.static java.lang.StringServiceGenerator. getItemNotFoundExceptionImport(MetaDocument doc, MetaModule m)getItemNotFoundExceptionImport.static java.lang.StringServiceGenerator. getItemNotFoundExceptionName(MetaDocument doc, MetaModule m)getItemNotFoundExceptionName.static java.lang.StringAbstractDataObjectGenerator. getPackageName(MetaModule module)getPackageName.protected java.lang.StringAbstractServiceGenerator. getPackageName(MetaModule module)getPackageName.static java.lang.StringServiceGenerator. getPackageName(Context context, MetaModule module)getPackageName.static java.lang.StringAbstractServiceGenerator. getServiceName(MetaModule m)Returns the service name for a module.static java.lang.StringServiceGenerator. getServiceName(MetaModule m)Returns the service name for this module.protected java.lang.StringAbstractServiceGenerator. getSupportedInterfacesList(MetaModule module)getSupportedInterfacesList. -
Uses of MetaModule in net.anotheria.asg.generator.model.db
Methods in net.anotheria.asg.generator.model.db with parameters of type MetaModule Modifier and Type Method Description static java.lang.StringJDBCPersistenceServiceGenerator. getExceptionImport(Context c, MetaModule m)getExceptionImport.static java.lang.StringJDBCPersistenceServiceGenerator. getExceptionName(MetaModule m)getExceptionName.static java.lang.StringJDBCPersistenceServiceGenerator. getFactoryImport(Context c, MetaModule m)getFactoryImport.static java.lang.StringJDBCPersistenceServiceGenerator. getFactoryName(MetaModule m)getFactoryName.static java.lang.StringJDBCPersistenceServiceGenerator. getImplementationName(MetaModule m)getImplementationName.static java.lang.StringJDBCPersistenceServiceGenerator. getInterfaceImport(Context c, MetaModule m)getInterfaceImport.static java.lang.StringJDBCPersistenceServiceGenerator. getInterfaceName(MetaModule m)getInterfaceName.static java.lang.StringJDBCPersistenceServiceGenerator. getItemNotFoundExceptionImport(Context c, MetaDocument doc, MetaModule m)getItemNotFoundExceptionImport.static java.lang.StringJDBCPersistenceServiceGenerator. getItemNotFoundExceptionName(MetaDocument doc, MetaModule module)getItemNotFoundExceptionName.static java.lang.StringJDBCPersistenceServiceGenerator. getPackageName(Context context, MetaModule module)getPackageName.static java.lang.StringJDBCPersistenceServiceGenerator. getServiceName(MetaModule m)getServiceName.Method parameters in net.anotheria.asg.generator.model.db with type arguments of type MetaModule Modifier and Type Method Description java.util.List<FileEntry>SQLGenerator. generate(java.util.List<MetaModule> modules)generate. -
Uses of MetaModule in net.anotheria.asg.generator.model.docs
Methods in net.anotheria.asg.generator.model.docs with parameters of type MetaModule Modifier and Type Method Description static java.lang.StringModuleFactoryGenerator. getModuleFactoryName(MetaModule module)getModuleFactoryName. -
Uses of MetaModule in net.anotheria.asg.generator.model.fixture
Methods in net.anotheria.asg.generator.model.fixture with parameters of type MetaModule Modifier and Type Method Description protected voidFixtureServiceGenerator. addAdditionalFactoryImports(GeneratedClass clazz, MetaModule module)addAdditionalFactoryImports.java.lang.StringFixtureServiceGenerator. getFactoryName(MetaModule m)Returns the name of the factory class.static java.lang.StringFixtureServiceGenerator. getFixtureFactoryName(MetaModule m)getFixtureFactoryName.java.lang.StringFixtureServiceGenerator. getImplementationName(MetaModule m)Returns the implementation name for the service for this MetaModule.protected java.lang.StringFixtureServiceGenerator. getPackageName(MetaModule module)getPackageName.protected java.lang.StringFixtureServiceGenerator. getSupportedInterfacesList(MetaModule module)getSupportedInterfacesList. -
Uses of MetaModule in net.anotheria.asg.generator.model.inmemory
Methods in net.anotheria.asg.generator.model.inmemory with parameters of type MetaModule Modifier and Type Method Description protected voidInMemoryServiceGenerator. addAdditionalFactoryImports(GeneratedClass clazz, MetaModule module)addAdditionalFactoryImports.java.lang.StringInMemoryServiceGenerator. getFactoryName(MetaModule m)Returns the name of the factory class.java.lang.StringInMemoryServiceGenerator. getImplementationName(MetaModule m)Returns the implementation name for the service for this MetaModule.static java.lang.StringInMemoryServiceGenerator. getInMemoryFactoryImport(MetaModule m)getInMemoryFactoryImport.static java.lang.StringInMemoryServiceGenerator. getInMemoryFactoryName(MetaModule m)getInMemoryFactoryName.static java.lang.StringInMemoryServiceGenerator. getPackageName(Context context, MetaModule module)getPackageName.protected java.lang.StringInMemoryServiceGenerator. getPackageName(MetaModule module)getPackageName.protected java.lang.StringInMemoryServiceGenerator. getSupportedInterfacesList(MetaModule module)getSupportedInterfacesList. -
Uses of MetaModule in net.anotheria.asg.generator.model.rmi
Methods in net.anotheria.asg.generator.model.rmi with parameters of type MetaModule Modifier and Type Method Description protected voidRMIServiceGenerator. addAdditionalFactoryImports(GeneratedClass clazz, MetaModule aModule)addAdditionalFactoryImports.java.lang.StringRMIServiceGenerator. getFactoryName(MetaModule m)Returns the name of the factory class.java.lang.StringRMIServiceGenerator. getImplementationName(MetaModule m)Returns the implementation name for the service for this MetaModule.static java.lang.StringRMIServiceGenerator. getInterfaceName(MetaModule mod)Returns the name of the remote interface.static java.lang.StringRMIServiceGenerator. getLookupName(MetaModule mod)Returns the name of the rmi lookup function class.static java.lang.StringRMIServiceGenerator. getPackageName(Context context, MetaModule module)getPackageName.protected java.lang.StringRMIServiceGenerator. getPackageName(MetaModule aModule)getPackageName.java.lang.StringRMIServiceGenerator. getRemoteExceptionName(MetaModule m)Returns the name of the remote exception.static java.lang.StringRMIServiceGenerator. getServerName(MetaModule mod)Returns the name of the rmi server class.static java.lang.StringRMIServiceGenerator. getSkeletonName(MetaModule mod)Returns the name of the rmi skeleton class.static java.lang.StringRMIServiceGenerator. getStubName(MetaModule mod)Returns the name of the rmi stub. -
Uses of MetaModule in net.anotheria.asg.generator.parser
Methods in net.anotheria.asg.generator.parser that return types with arguments of type MetaModule Modifier and Type Method Description static java.util.List<MetaModule>XMLDataParser. parseModules(java.lang.String content)parseModules. -
Uses of MetaModule in net.anotheria.asg.generator.util
Methods in net.anotheria.asg.generator.util that return MetaModule Modifier and Type Method Description MetaModuleDirectLink. getModule()Getter for the fieldmodule.Methods in net.anotheria.asg.generator.util with parameters of type MetaModule Modifier and Type Method Description voidDirectLink. setModule(MetaModule module)Setter for the fieldmodule.Constructors in net.anotheria.asg.generator.util with parameters of type MetaModule Constructor Description DirectLink(MetaModule aModule, MetaDocument aDocument, MetaLink aProperty)Constructor for DirectLink. -
Uses of MetaModule in net.anotheria.asg.generator.view.action
Methods in net.anotheria.asg.generator.view.action with parameters of type MetaModule Modifier and Type Method Description static java.lang.StringModuleActionsGenerator. getPackage(Context context, MetaModule module)getPackage.static java.lang.StringModuleActionsGenerator. getPackage(MetaModule module)getPackage.static java.lang.StringModuleBeanGenerator. getPackage(Context context, MetaModule module)getPackage.static java.lang.StringModuleBeanGenerator. getPackage(MetaModule module)getPackage.static java.lang.StringModuleActionsGenerator. getPackageRest(MetaModule module)getPackageRest.static java.lang.StringModuleActionsGenerator. getServiceGetterCall(MetaModule module)getServiceGetterCall.static java.lang.StringModuleActionsGenerator. getServiceGetterName(MetaModule module)getServiceGetterName.static java.lang.StringModuleActionsGenerator. getServiceInstanceName(MetaModule module)getServiceInstanceName. -
Uses of MetaModule in net.anotheria.asg.generator.view.jsp
Methods in net.anotheria.asg.generator.view.jsp with parameters of type MetaModule Modifier and Type Method Description static java.lang.StringAbstractJSPGenerator. getPackage(MetaModule mod)getPackage. -
Uses of MetaModule in net.anotheria.asg.generator.view.meta
Methods in net.anotheria.asg.generator.view.meta that return MetaModule Modifier and Type Method Description MetaModuleMetaModuleSection. getModule()Getter for the fieldmodule.Methods in net.anotheria.asg.generator.view.meta with parameters of type MetaModule Modifier and Type Method Description voidMetaModuleSection. setModule(MetaModule module)Sets target module.
-