[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/PriceBooks/models/ -> Record.php (summary)

(no description)

File Size: 74 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PriceBooks_Record_Model:: (4 methods):
  getProductListPriceURL()
  getProductsListPrice()
  updateListPrice()
  deleteListPrice()


Class: PriceBooks_Record_Model  - X-Ref

PriceBooks Record Model Class

getProductListPriceURL()   X-Ref
Function return the url to fetch List Price of the Product for the current PriceBook

return: <String>

getProductsListPrice($relatedRecordId)   X-Ref
Function returns the List Price for PriceBook-Product/Service relation

param: <Integer> $relatedRecordId - Product/Service Id
return: <Integer>

updateListPrice($relatedRecordId, $price)   X-Ref
Function updates ListPrice for PriceBook-Product/Service relation

param: <Integer> $relatedRecordId - Product/Service Id
param: <Integer> $price - listprice

deleteListPrice($relatedRecordId)   X-Ref
Function deletes the List Price for PriceBooks-Product/Services relationship

param: <Integer> $relatedRecordId - Product/Service Id



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1