[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 119 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Products_Module_Model:: (6 methods):
getQueryByModuleField()
getSpecificRelationQuery()
getPricesForProducts()
isSummaryViewSupported()
searchRecord()
get_product_pricebooks()
Class: Products_Module_Model - X-Ref
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 |
getSpecificRelationQuery($relatedModule) X-Ref |
Function to get Specific Relation Query for this Module param: <type> $relatedModule return: <type> |
getPricesForProducts($currencyId, $productIdsList) X-Ref |
Function to get prices for specified products with specific currency param: <Integer> $currenctId param: <Array> $productIdsList return: <Array> |
isSummaryViewSupported() X-Ref |
Function to check whether the module is summary view supported return: <Boolean> - true/false |
searchRecord($searchValue, $parentId=false, $parentModule=false, $relatedModule=false) X-Ref |
Function searches the records in the module, if parentId & parentModule is given then searches only those records related to them. param: <String> $searchValue - Search value param: <Integer> $parentId - parent recordId param: <String> $parentModule - parent module name return: <Array of Vtiger_Record_Model> |
get_product_pricebooks($recordModel, $relatedModuleModel) X-Ref |
Function returns query for Product-PriceBooks relation param: <Vtiger_Record_Model> $recordModel param: <Vtiger_Record_Model> $relatedModuleModel return: <String> |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |