|
||||
CLASS dotr.Maia.Builder.BuildCrud INHERITS Basic
| Method Summary | |
|---|---|
|
CONSTRUCTOR
(ObjectConfig p_ObjectConfig)
|
VOID
|
CreateAssign
(Directive p_Directive)
void method to insert assign code after the create statement |
VOID
|
crud_WriteRecord_CatchError
(Directive p_Directive)
catch any errors while saving the record |
VOID
|
crud_WriteRecord_NotFound
(Directive p_Directive)
what should we do if the supplied record is not found ? |
VOID
|
CrudDelete
(Directive p_Directive)
delete phrase of crud |
VOID
|
crudGetFound
(Directive p_Directive)
create statement to assign database fields to properties |
VOID
|
crudGetNotFound
(Directive p_Directive)
void method to insert "not found" code |
VOID
|
CrudUpdateAssign
(Directive p_Directive)
create statement to assign properties to database fields |
VOID
|
DefineCrudEvent
(Directive p_Directive)
define an event in the crud class |
VOID
|
GenerateGUID
(Directive p_Directive)
generate guid statements |
VOID
|
GetUnknown
(Directive p_Directive)
what should we do if there is an unknown value passed to the get method ? |
VOID
|
NextValue
(Directive p_Directive)
generate next-value statements |
| Method Detail |
|---|
CONSTRUCTOR(ObjectConfig p_ObjectConfig)
PUBLIC VOID
CreateAssign(Directive p_Directive)
PUBLIC VOID
crud_WriteRecord_CatchError(Directive p_Directive)
PUBLIC VOID
crud_WriteRecord_NotFound(Directive p_Directive)
PUBLIC VOID
CrudDelete(Directive p_Directive)
PUBLIC VOID
crudGetFound(Directive p_Directive)
PUBLIC VOID
crudGetNotFound(Directive p_Directive)
PUBLIC VOID
CrudUpdateAssign(Directive p_Directive)
PUBLIC VOID
DefineCrudEvent(Directive p_Directive)
PUBLIC VOID
GenerateGUID(Directive p_Directive)
PUBLIC VOID
GetUnknown(Directive p_Directive)
PUBLIC VOID
NextValue(Directive p_Directive)