| com.metaboss.sdlctools.services.codegeneration.BSCoreCodeGenerator
All known Subclasses: com.metaboss.sdlctools.services.codegeneration.corecodegenerator.BSCoreCodeGeneratorImpl,
BSCoreCodeGenerator | public interface BSCoreCodeGenerator (Code) | | This interface offers operations dealing with core code generation of the core.
System core includes :
- Storage layer interfaces for all domains
- Business Object layer interfaces for all domains
- Business Services layer interfaces for all servicemodules
- DataTyes and Structures code for all Servicemodules and DataDictionaries
- Concrete Business Object layer implementation for all domains. Note that
it is possible to fully generate Business Object layer implementation because it
abstracts use of storage via use of Storage layer interfaces.
|
COMPONENT_URL | final public static String COMPONENT_URL(Code) | | Naming URL of the component
|
generateSourceCodeForDataDictionary | public void generateSourceCodeForDataDictionary(String pDestinationDirectory, String pDataDictionaryRef) throws BSException(Code) | | Generates datadictionary core code.
|
generateSourceCodeForSystem | public void generateSourceCodeForSystem(String pDestinationDirectory, String pSystemRef) throws BSException(Code) | | Generates system core code.
|
|
|