|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct () | |
| paintGeneralOptions (&$asset, &$o, $prefix) | |
| paintDataMapping (&$asset, &$o, $prefix) | |
| processDataMapping (&$asset, &$o, $prefix) | |
| processGeneralOptions (&$asset, &$o, $prefix) | |
| paintWsdlUrl (&$asset, &$o, $prefix) | |
| processWsdlUrl (&$asset, &$o, $prefix) | |
| paintConnectorLink (&$asset, &$o, $prefix) | |
| processConnectorLink (&$asset, &$o, $prefix) | |
| paintSynchCheck (&$asset, &$o, $prefix) | |
| processSynchCheck (&$asset, &$o, $prefix) | |
| paintRetrieveFields (&$asset, &$o, $prefix) | |
| processRetrieveFields (&$asset, &$o, $prefix) | |
| paintSearchFields (&$asset, &$o, $prefix) | |
| processSearchFields (&$asset, &$o, $prefix) | |
| paintResultFields (&$asset, &$o, $prefix) | |
| processResultFields (&$asset, &$o, $prefix) | |
| paintRecordTypeFilter (&$asset, &$o, $prefix) | |
| processRecordTypeFilter (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Data_Source_Edit_Fns | |
| __construct () | |
| paintShadow (Data_Source $asset, Backend_Outputter $o, $prefix) | |
| processShadow (Data_Source $asset, Backend_Outputter $o, $prefix) | |
| paintKeywords (Data_Source $asset, Backend_Outputter $o, $prefix) | |
| processKeywords (Data_Source $asset, Backend_Outputter $o, $prefix) | |
| paintRecordFilter (&$asset, &$o, $prefix) | |
| processRecordFilter (&$asset, &$o, $prefix) | |
| resultSetExists (&$asset, $prefix) | |
| paintDynamicData (&$asset, &$o, $prefix) | |
| processDynamicData (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Asset_Edit_Fns | |
| Asset_Edit_Fns () | |
| paintPaths (&$asset, &$o, $prefix) | |
| paintEditRemapURLs (&$asset, &$o, $prefix) | |
| processPaths (&$asset, &$o, $prefix) | |
| processEditRemapURLs (&$asset, &$o, $prefix) | |
| paintURLs (&$asset, &$o, $prefix) | |
| paintAddRemapURLs (&$asset, &$o, $prefix) | |
| processAddRemapURLs (&$asset, &$o, $prefix) | |
| isWorkflowComplete (&$asset) | |
| paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) | |
| processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) | |
| isSearchInstalled (&$asset, $prefix) | |
| isBeingCreated (&$asset) | |
| isNotBeingCreated (&$asset) | |
| paintAutomaticRemapSetting (&$asset, &$o, $prefix) | |
| paintCreateLink (&$asset, &$o, $prefix) | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Data Fields | |
| $dsn = NULL | |
| $result = NULL | |
| $fields = Array() | |
| $selected_fields = Array() | |
| $group_by = Array() | |
| $conn = NULL | |
Definition at line 32 of file trim_saved_search_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 47 of file trim_saved_search_edit_fns.inc.
| paintConnectorLink | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the root node selection box
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 422 of file trim_saved_search_edit_fns.inc.
| paintDataMapping | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
paint data mapping
| object | $asset | |
| object | $o | |
| string | $prefix |
Definition at line 183 of file trim_saved_search_edit_fns.inc.
| paintGeneralOptions | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paint the dynamic data interface
| object | &$asset | The asset that might use the files |
| string | &$o | Backend outputter |
| string | $prefix | the prefix for this asset |
Definition at line 68 of file trim_saved_search_edit_fns.inc.
| paintRecordTypeFilter | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for record type filter
| object | &$asset | the search page asset |
| object | &$o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 1043 of file trim_saved_search_edit_fns.inc.
| paintResultFields | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for adding and deleting result fields.
| object | &$asset | the search page asset |
| object | &$o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 916 of file trim_saved_search_edit_fns.inc.
| paintRetrieveFields | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
paint function for retrieving fields from TRIM server
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 563 of file trim_saved_search_edit_fns.inc.
| paintSearchFields | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the interface for adding and configuring search fields.
| object | &$asset | the search page asset |
| object | &$o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 655 of file trim_saved_search_edit_fns.inc.
| paintSynchCheck | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
paint function for synching
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 510 of file trim_saved_search_edit_fns.inc.
| paintWsdlUrl | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
paint the interface for editing wsdl url
| object | $asset | |
| object | $o | |
| string | $prefix |
Definition at line 368 of file trim_saved_search_edit_fns.inc.
| processConnectorLink | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paints the root node selection box
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 456 of file trim_saved_search_edit_fns.inc.
| processDataMapping | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
process data mapping
| object | $asset | |
| object | $o | |
| string | $prefix |
Definition at line 215 of file trim_saved_search_edit_fns.inc.
| processGeneralOptions | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Process the dynamic data interface
| object | &$asset | The asset that might use the files |
| string | &$o | Backend outputter |
| string | $prefix | the prefix for this asset |
Definition at line 243 of file trim_saved_search_edit_fns.inc.
| processRecordTypeFilter | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for adding and deleting record types filter
| object | &$asset | the search page asset |
| object | &$o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 1118 of file trim_saved_search_edit_fns.inc.
| processResultFields | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for adding and deleting result fields
| object | &$asset | the search page asset |
| object | &$o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 1001 of file trim_saved_search_edit_fns.inc.
| processRetrieveFields | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
process function for retrieving fields from TRIM server
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 603 of file trim_saved_search_edit_fns.inc.
| processSearchFields | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Processes the interface for adding and configuring search fields.
| object | &$asset | the search page asset |
| object | &$o | the backend outputter |
| string | $prefix | prefix for form elements |
Definition at line 826 of file trim_saved_search_edit_fns.inc.
| processSynchCheck | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
process function for synching
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 547 of file trim_saved_search_edit_fns.inc.
| processWsdlUrl | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
prcoess the interface for editing wsdl url
| object | $asset | |
| object | $o | |
| string | $prefix |
Definition at line 392 of file trim_saved_search_edit_fns.inc.