[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 497 lines (18 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Vtiger_ListView_Model:: (14 methods):
getModule()
getSideBarLinks()
getListViewLinks()
getListViewMassActions()
getListViewHeaders()
getListViewEntries()
getListViewCount()
getQuery()
getInstance()
getInstanceForPopup()
getAdvancedLinks()
getSettingLinks()
getBasicLinks()
extendPopupFields()
Class: Vtiger_ListView_Model - X-Ref
Vtiger ListView Model ClassgetModule() X-Ref |
Function to get the Module Model return: Vtiger_Module_Model instance |
getSideBarLinks($linkParams) X-Ref |
Function to get the Quick Links for the List view of the module param: <Array> $linkParams return: <Array> List of Vtiger_Link_Model instances |
getListViewLinks($linkParams) X-Ref |
Function to get the list of listview links for the module param: <Array> $linkParams return: <Array> - Associate array of Link Type to List of Vtiger_Link_Model instances |
getListViewMassActions($linkParams) X-Ref |
Function to get the list of Mass actions for the module param: <Array> $linkParams return: <Array> - Associative array of Link type to List of Vtiger_Link_Model instances for Mass Actions |
getListViewHeaders() X-Ref |
Function to get the list view header return: <Array> - List of Vtiger_Field_Model instances |
getListViewEntries($pagingModel) X-Ref |
Function to get the list view entries param: Vtiger_Paging_Model $pagingModel return: <Array> - Associative array of record id mapped to Vtiger_Record_Model instance. |
getListViewCount() X-Ref |
Function to get the list view entries param: Vtiger_Paging_Model $pagingModel return: <Array> - Associative array of record id mapped to Vtiger_Record_Model instance. |
getQuery() X-Ref |
No description |
getInstance($moduleName, $viewId='0') X-Ref |
Static Function to get the Instance of Vtiger ListView model for a given module and custom view param: <String> $moduleName - Module Name param: <Number> $viewId - Custom View Id return: Vtiger_ListView_Model instance |
getInstanceForPopup($value) X-Ref |
Static Function to get the Instance of Vtiger ListView model for a given module and custom view param: <String> $value - Module Name param: <Number> $viewId - Custom View Id return: Vtiger_ListView_Model instance |
getAdvancedLinks() X-Ref |
No description |
getSettingLinks() X-Ref |
No description |
getBasicLinks() X-Ref |
No description |
extendPopupFields($fieldsList) X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |