[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/EmailTemplates/models/ -> Module.php (summary)

(no description)

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

Defines 1 class

EmailTemplates_Module_Model:: (12 methods):
  getAlphabetSearchField()
  getCreateRecordUrl()
  saveRecord()
  deleteRecord()
  deleteAllRecords()
  getAllModuleEmailTemplateFields()
  getRelatedFields()
  getRelatedModuleFieldList()
  getAllModuleList()
  getSideBarLinks()
  getRecordIds()
  isQuickSearchEnabled()


Class: EmailTemplates_Module_Model  - X-Ref

getAlphabetSearchField()   X-Ref
Function to get Alphabet Search Field


getCreateRecordUrl()   X-Ref
Function to get the url for the Create Record view of the module

return: <String> - url

saveRecord($recordModel)   X-Ref
Function to save a given record model of the current module

param: EmailtTemplates_Record_Model $recordModel
return: <integer> template id

deleteRecord($recordModel)   X-Ref
Function to delete the email template

param: type $recordIds

deleteAllRecords()   X-Ref
Function to delete all the email templates

param: type $recordIds

getAllModuleEmailTemplateFields()   X-Ref
Function to get Email template fields from modules

return: <array> template fields

getRelatedFields($module, $currentUserModel)   X-Ref
Function to get module fields

param: type $module
param: type $currentUserModel
return: <arrau>

getRelatedModuleFieldList($relModule, $user)   X-Ref
Function to get related module fields

param: type $relModule
param: type $user
return: null

getAllModuleList()   X-Ref
Function to get module list which has the email field.

return: type

getSideBarLinks($linkParams)   X-Ref
Function to get the Quick Links for the module

param: <Array> $linkParams
return: <Array> List of Vtiger_Link_Model instances

getRecordIds($skipRecords)   X-Ref
No description

isQuickSearchEnabled()   X-Ref
Funxtion to identify if the module supports quick search or not




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