Static Public Member Functions | |
static | addRecord ($dataObj, $recArr, &$isParentObjUpdated) |
static | removeRecord ($dataObj, $recArr, &$isParentObjUpdated) |
Definition at line 26 of file BizDataObj_Assoc.php.
static addRecord | ( | $ | dataObj, |
$ | recArr, | ||
&$ | isParentObjUpdated | ||
) | [static] |
Add a new record to current record set
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 |
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
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 |
Definition at line 209 of file BizDataObj_Assoc.php.