Static Public Member Functions

BizDataObj_Assoc Class Reference

Static Public Member Functions

static addRecord ($dataObj, $recArr, &$isParentObjUpdated)
static removeRecord ($dataObj, $recArr, &$isParentObjUpdated)

Detailed Description

Definition at line 26 of file BizDataObj_Assoc.php.


Member Function Documentation

static addRecord ( dataObj,
recArr,
&$  isParentObjUpdated 
) [static]

Add a new record to current record set

Parameters:
BizDataObj$dataObj- the instance of BizDataObj
array$recArr- the record array to be added in the data object
boolean&$isParentObjUpdated- flag that indicates if the parent form needs to be updated
Returns:
boolean

Definition at line 37 of file BizDataObj_Assoc.php.

static removeRecord ( dataObj,
recArr,
&$  isParentObjUpdated 
) [static]

Remove a record from current record set of current association relationship

Parameters:
BizDataObj$dataObj- the instance of BizDataObj
array$recArr- the record array to be removed from the data object
boolean&$isParentObjUpdated- flag that indicates if the parent form needs to be updated
Returns:
boolean

Definition at line 209 of file BizDataObj_Assoc.php.


The documentation for this class was generated from the following file: