| com.metaboss.sdlctools.services.codegeneration.BSDomainSupportServicesImplementationGenerator
BSDomainSupportServicesImplementationGenerator | public interface BSDomainSupportServicesImplementationGenerator (Code) | | This interface offers operations dealing with code generation of the implementation of the
domain support services. It assumes that domain support services interfaces have been generated elsewhere.
|
COMPONENT_URL | final public static String COMPONENT_URL(Code) | | Naming URL of the component
|
generateSourceCodeForDomain | public void generateSourceCodeForDomain(String pGenerationDirectoryPath, String pDomainRef) throws BSException(Code) | | Generates domain support service implementation sourcecode for the particular domain
Parameters: pGenerationDirectoryPath - directory to generate code to Parameters: pDomainRef - domain to generate code for |
generateSourceCodeForSystem | public void generateSourceCodeForSystem(String pGenerationDirectoryPath, String pSystemRef) throws BSException(Code) | | Generates domain support service implementation sourcecode for the particular system
Parameters: pGenerationDirectoryPath - directory to generate code to Parameters: pSystemRef - domain to generate code for |
getImplementationPackageName | public String getImplementationPackageName(String pDomainRef) throws BSException(Code) | | Returns the name of the implementation package for use in jndi mapping
Parameters: pDomainRef - domain to retirn implementation package for |
|
|