Go to the source code of this file.
|
| | getDefFam (Action &$action) |
| |
| | getDefFld (Action &$action) |
| |
| | getDefUSort (Action &$action, $def="-revdate", $famid="") |
| |
| | getDefUKey (Action &$action) |
| |
| | setUkey (Action &$action, $famid, $key) |
| |
| | getDefU (Action &$action, $key) |
| |
| | getSplitMode (Action &$action, $famid="") |
| |
| | getViewMode (Action &$action, $famid="") |
| |
| | getTabLetter (Action &$action, $famid="") |
| |
| | getInherit (Action &$action, $famid="") |
| |
| | setSplitMode (Action &$action, $famid, $split) |
| |
| | setViewMode (&$action, $famid, $view) |
| |
| | setTabLetter (&$action, $famid, $letter) |
| |
| | setInherit (&$action, $famid, $inherit) |
| |
| | getFamilyParameters (&$action, $key) |
| |
| | getFamilyParameter (&$action, $famid, $key, $def="") |
| |
| | setFamilyParameter (Action &$action, $famid, $attrid, $value) |
| |
| | deleteFamilyParameter (Action &$action, $famid, $attrid) |
| |
| | getChildCatg ($docid, $level, $notfldsearch=false, $maxlevel=2) |
| |
| | getSqlFrom ($dbaccess, $docid) |
| |
| deleteFamilyParameter |
( |
Action & |
$action, |
|
|
|
$famid, |
|
|
|
$attrid |
|
) |
| |
delete family attribute for generic application
Definition at line 268 of file generic_util.php.
| getChildCatg |
( |
|
$docid, |
|
|
|
$level, |
|
|
|
$notfldsearch = false, |
|
|
|
$maxlevel = 2 |
|
) |
| |
| getDefU |
( |
Action & |
$action, |
|
|
|
$key |
|
) |
| |
return parameters key search
- Parameters
-
| action | $action | current action |
| string | $key | parameter name return string the value of the parameter according to default family |
Definition at line 123 of file generic_util.php.
| getDefUKey |
( |
Action & |
$action | ) |
|
| getDefUSort |
( |
Action & |
$action, |
|
|
|
$def = "-revdate", |
|
|
|
$famid = "" |
|
) |
| |
| getFamilyParameter |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$key, |
|
|
|
$def = "" |
|
) |
| |
return parameters key search
- Parameters
-
| action | $action | current action |
| int | $famid | family identifier |
| string | $key | parameter name return string the value of the parameter according to family |
Definition at line 222 of file generic_util.php.
| getFamilyParameters |
( |
& |
$action, |
|
|
|
$key |
|
) |
| |
return parameters key search for all familly
- Parameters
-
| action | $action | current action |
| string | $key | parameter name return array all values indexed by family id |
Definition at line 202 of file generic_util.php.
| getInherit |
( |
Action & |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return if search is also in inherit famileis
- Returns
- string [Y|N] Yes/No according to family
Definition at line 159 of file generic_util.php.
| getSplitMode |
( |
Action & |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return attribute split mode
- Returns
- string [V|H] vertical or horizontal split according to family
Definition at line 132 of file generic_util.php.
| getSqlFrom |
( |
|
$dbaccess, |
|
|
|
$docid |
|
) |
| |
| getTabLetter |
( |
Action & |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return attribute view tab letters
- Returns
- string [Y|N] Yes/No according to family
Definition at line 150 of file generic_util.php.
| getViewMode |
( |
Action & |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return attribute view mode
- Returns
- string [abstract|column] according to family
Definition at line 141 of file generic_util.php.
| setFamilyParameter |
( |
Action & |
$action, |
|
|
|
$famid, |
|
|
|
$attrid, |
|
|
|
$value |
|
) |
| |
| setInherit |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$inherit |
|
) |
| |
set attribute view tab letters
- Parameters
-
| string | $inherit | [Y|N] Yes/No |
Definition at line 192 of file generic_util.php.
| setSplitMode |
( |
Action & |
$action, |
|
|
|
$famid, |
|
|
|
$split |
|
) |
| |
| setTabLetter |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$letter |
|
) |
| |
set attribute view tab letters
- Parameters
-
| string | $letter | [Y|N] Yes/No |
Definition at line 184 of file generic_util.php.
| setUkey |
( |
Action & |
$action, |
|
|
|
$famid, |
|
|
|
$key |
|
) |
| |
memorize search key for generic applications
- Parameters
-
| Action | $action | current action |
| int | $famid | family identifier |
| string | $key | key to memorize |
- Returns
- string
Definition at line 88 of file generic_util.php.
| setViewMode |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$view |
|
) |
| |
set attribute view mode
- Parameters
-
| string | $view | [abstract|column] |
Definition at line 176 of file generic_util.php.