DeepSee.WizardUtils implements utility methods used by various DeepSee Wizards. More...
Static Private Member Functions | |
GenerateCubeDefinition (_.Library.String pSourceClass, _.Library.String pCubeName, _.Library.String pCubeClass, _.Library.Integer pAutoDelete) | |
DeepSee.WizardUtils implements utility methods used by various DeepSee Wizards. More... | |
DeepSee.WizardUtils implements utility methods used by various DeepSee Wizards.
|
staticprivate |
DeepSee.WizardUtils implements utility methods used by various DeepSee Wizards.
Generate a DeepSee Cube definition class from a compiled persistent class.
pSourceClass | The name of the class from which a cube definition is to be generated. |
pCubeName | The name of the cube to be generated. |
pCubeClass | The name of the cube definition class to be generated. |
pAutoDelete | If passed as a non-zero value then the generator will automatically delete the cube definition class if it already exists. |
This method returns a status value indicating success or failure. If this method fails then the cube class definition is not created.