dotr\Maia\Builder
CLASS ObjectBuilder

CLASS dotr.Maia.Builder.ObjectBuilder


Property Summary
LOGICAL ForceBuild PUBLIC GET PRIVATE SET
           
 

Method Summary
CONSTRUCTOR ()
           
CONSTRUCTOR (LOGICAL p_Force)
           
VOID BuildObject (CHARACTER p_ObjectConfig)
           get the object of the supplied parameter
VOID BuildObject (ObjectConfig p_ObjectConfig)
           build supplied object
VOID GetDBProperties (ObjectConfig p_ObjectConfig)
           read database table, getting fields and create properties based on those fields
 

Property Detail

ForceBuild

LOGICAL PUBLIC GET PRIVATE SET

Method Detail

CONSTRUCTOR

CONSTRUCTOR()

CONSTRUCTOR

CONSTRUCTOR(LOGICAL p_Force)

BuildObject

PUBLIC VOID BuildObject(CHARACTER p_ObjectConfig)
get the object of the supplied parameter

Parameters:
p_ObjectConfig - : name of the object to buidl

BuildObject

PUBLIC VOID BuildObject(ObjectConfig p_ObjectConfig)
build supplied object

this is the main component of the ObjectBuilder. All templates are read and parsed here and the appropriate directive invoked
Parameters:
p_ObjectConfig - : object to buidl

GetDBProperties

PUBLIC VOID GetDBProperties(ObjectConfig p_ObjectConfig)
read database table, getting fields and create properties based on those fields

Parameters:
p_ObjectConfig - : object to build