[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 345 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Leads_Module_Model:: (12 methods):
getSideBarLinks()
getSettingLinks()
getDeletedRecordCondition()
getRecentRecords()
getLeadsCreated()
getLeadsByStatus()
getLeadsBySource()
getLeadsByIndustry()
getRelationQuery()
getConvertedInfo()
getQueryByModuleField()
getDefaultSearchField()
Class: Leads_Module_Model - X-Ref
getSideBarLinks($linkParams) X-Ref |
Function to get the Quick Links for the module param: <Array> $linkParams return: <Array> List of Vtiger_Link_Model instances |
getSettingLinks() X-Ref |
Function returns Settings Links return: Array |
getDeletedRecordCondition() X-Ref |
Function returns deleted records condition |
getRecentRecords($limit=10) X-Ref |
Function to get the list of recently visisted records param: <Number> $limit return: <Array> - List of Vtiger_Record_Model or Module Specific Record Model instances |
getLeadsCreated($owner, $dateFilter) X-Ref |
Function returns the Number of Leads created per week param: type $data return: <Array> |
getLeadsByStatus($owner,$dateFilter) X-Ref |
Function returns Leads grouped by Status param: type $data return: <Array> |
getLeadsBySource($owner,$dateFilter) X-Ref |
Function returns Leads grouped by Source param: type $data return: <Array> |
getLeadsByIndustry($owner,$dateFilter) X-Ref |
Function returns Leads grouped by Industry param: type $data return: <Array> |
getRelationQuery($recordId, $functionName, $relatedModule) X-Ref |
Function to get relation query for particular module with function name param: <record> $recordId param: <String> $functionName param: Vtiger_Module_Model $relatedModule return: <String> |
getConvertedInfo($recordIdsList = array() X-Ref |
Function to get Converted Information for selected records param: <array> $recordIdsList return: <array> converted Info |
getQueryByModuleField($sourceModule, $field, $record, $listQuery) X-Ref |
Function to get list view query for popup window param: <String> $sourceModule Parent module param: <String> $field parent fieldname param: <Integer> $record parent id param: <String> $listQuery return: <String> Listview Query |
getDefaultSearchField() X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |