| java.lang.Object org.jaffa.tools.patternmetaengine.BuildObjectMaintenance_2
BuildObjectMaintenance_2 | public class BuildObjectMaintenance_2 implements IBuilder(Code) | | Build a simple maintenace component for a domain object.
This will give the user the ability to create, update and delete this object.
Its main access point for update and deleve will be via a related finder component.
At this point the pattern does not support linking to related many entities for
maintenace. Once the pattern evolves, this generator will be enhanced.
author: PaulE |
buildPhase1 | public void buildPhase1(boolean fullPackage) throws Exception(Code) | | Causes the meta data object to be build ready for saving.
Parameters: fullPackage - If true then the .applications. and .modules. package namesare used. If this is false, these are ommited for a much more condensed packagenaming convention |
buildPhase2 | public void buildPhase2(boolean fullPackage) throws Exception(Code) | | Causes the meta data object to be build ready for saving.
Parameters: fullPackage - If true then the .applications. and .modules. package namesare used. If this is false, these are ommited for a much more condensed packagenaming convention |
getComponentControllerClass | public String getComponentControllerClass()(Code) | | |
getComponentControllerPackage | public String getComponentControllerPackage()(Code) | | |
save | public boolean save()(Code) | | Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
|
|
|