|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| __construct () | |
| paintSearchConfig (&$asset, &$o, $prefix) | |
| processSearchConfig (&$asset, &$o, $prefix) | |
| paintTestConnection (&$asset, &$o, $prefix) | |
| processTestConnection (&$asset, &$o, $prefix) | |
| paintSystemUrl (&$asset, &$o, $prefix) | |
| processSystemUrl (&$asset, &$o, $prefix) | |
| paintConnectorLink (&$asset, &$o, $prefix) | |
| processConnectorLink (&$asset, &$o, $prefix) | |
| paintListSelection (&$asset, $o, $prefix) | |
| processListSelection (&$asset, $o, $prefix) | |
| paintSynchCheck (&$asset, &$o, $prefix) | |
| processSynchCheck (&$asset, &$o, $prefix) | |
| paintDownloadFile (&$asset, $o, $prefix) | |
| processDownloadFile (&$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 () | |
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
| $static_screens | |
Definition at line 32 of file sharepoint_saved_search_edit_fns.inc.
| __construct | ( | ) |
Constructor
Definition at line 40 of file sharepoint_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 sharepoint_saved_search_edit_fns.inc.
| paintDownloadFile | ( | & | $asset, |
| $o, | |||
| $prefix | |||
| ) |
Paint function for Download File
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 627 of file sharepoint_saved_search_edit_fns.inc.
| paintListSelection | ( | & | $asset, |
| $o, | |||
| $prefix | |||
| ) |
paint function for selecting list
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 509 of file sharepoint_saved_search_edit_fns.inc.
| paintSearchConfig | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Paint the search configuration interface
| object | &$asset | The asset that might use the files |
| string | &$o | Backend outputter |
| string | $prefix | the prefix for this asset |
Definition at line 61 of file sharepoint_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 577 of file sharepoint_saved_search_edit_fns.inc.
| paintSystemUrl | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
paint the interface for editing wsdl url
| object | $asset | |
| object | $o | |
| string | $prefix |
Definition at line 368 of file sharepoint_saved_search_edit_fns.inc.
| paintTestConnection | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Test connection
| object | $asset | |
| object | $o | |
| object | $prefix |
Definition at line 321 of file sharepoint_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 sharepoint_saved_search_edit_fns.inc.
| processDownloadFile | ( | & | $asset, |
| $o, | |||
| $prefix | |||
| ) |
Process function for Download File
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 655 of file sharepoint_saved_search_edit_fns.inc.
| processListSelection | ( | & | $asset, |
| $o, | |||
| $prefix | |||
| ) |
process function for selecting list
| object | &$asset | asset being painted |
| object | &$o | backend outputter |
| string | $prefix | prefix for the html doc element name |
Definition at line 551 of file sharepoint_saved_search_edit_fns.inc.
| processSearchConfig | ( | & | $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 219 of file sharepoint_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 611 of file sharepoint_saved_search_edit_fns.inc.
| processSystemUrl | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
prcoess the interface for editing wsdl url
| object | $asset | |
| object | $o | |
| string | $prefix |
Definition at line 392 of file sharepoint_saved_search_edit_fns.inc.
| processTestConnection | ( | & | $asset, |
| & | $o, | ||
| $prefix | |||
| ) |
Test connection
| object | $asset | |
| object | $o | |
| object | $prefix |
Definition at line 354 of file sharepoint_saved_search_edit_fns.inc.