[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 1125 lines (52 kb) |
Included or required: | 4 times |
Referenced: | 0 times |
Includes or requires: | 3 files modules/Calendar/RenderRelatedListUI.php modules/Users/Users.php modules/Calendar/CalendarCommon.php |
Activity:: (30 methods):
Activity()
save_module()
insertIntoActivityReminderPopup()
insertIntoReminderTable()
insertIntoRecurringTable()
insertIntoInviteeTable()
insertIntoSmActivityRel()
getJoinClause()
getSortOrder()
getOrderBy()
get_contacts()
get_users()
get_full_list()
getCount_Meeting()
get_calendars()
getCount()
get_tasks()
process_list_query1()
activity_reminder()
get_tasksforol()
get_calendarsforol()
unlinkDependencies()
unlinkRelationship()
setActivityReminder()
setRelationTables()
generateReportsSecQuery()
getNonAdminAccessControlQuery()
getReportsNonAdminAccessControlQuery()
setupTemporaryTable()
getListViewAccessibleUsers()
Activity() X-Ref |
No description |
save_module($module) X-Ref |
No description |
insertIntoActivityReminderPopup($cbmodule) X-Ref |
No description |
insertIntoReminderTable($table_name,$module,$recurid) X-Ref |
No description |
insertIntoRecurringTable(& $recurObj) X-Ref |
No description |
insertIntoInviteeTable($module,$invitees_array) X-Ref |
No description |
insertIntoSmActivityRel($module) X-Ref |
No description |
getJoinClause($tableName) X-Ref |
param: String $tableName return: String |
getSortOrder() X-Ref |
Function to get sort order return string $sorder - sortorder string either 'ASC' or 'DESC' |
getOrderBy() X-Ref |
Function to get order by return string $order_by - fieldname(eg: 'subject') |
get_contacts($id, $cur_tab_id, $rel_tab_id, $actions=false) X-Ref |
Function to get Activity related Contacts param: integer $id - activityid |
get_users($id) X-Ref |
Function to get Activity related Users param: integer $id - activityid |
get_full_list($criteria) X-Ref |
Function to get activities for given criteria param: string $criteria - query string |
getCount_Meeting($user_name) X-Ref |
Function to get meeting count param: string $user_name - User Name |
get_calendars($user_name,$from_index,$offset) X-Ref |
No description |
getCount($user_name) X-Ref |
Function to get task count param: string $user_name - User Name |
get_tasks($user_name,$from_index,$offset) X-Ref |
Function to get list of task for user with given limit param: string $user_name - User Name param: string $from_index - query string param: string $offset - query string |
process_list_query1($query) X-Ref |
Function to process the activity list query param: string $query - query string |
activity_reminder($activity_id,$reminder_time,$reminder_sent=0,$recurid,$remindermode='') X-Ref |
Function to get reminder for activity param: integer $activity_id - activity id param: string $reminder_time - reminder time param: integer $reminder_sent - 0 or 1 param: integer $recurid - recuring eventid param: string $remindermode - string like 'edit' |
get_tasksforol($username) X-Ref |
Function to get tasks to display in outlookplugin param: string $username - User name |
get_calendarsforol($user_name) X-Ref |
Function to get calendar query for outlookplugin |
unlinkDependencies($module, $id) X-Ref |
No description |
unlinkRelationship($id, $return_module, $return_id) X-Ref |
No description |
setActivityReminder($status) X-Ref |
this function sets the status flag of activity to true or false depending on the status passed to it param: string $status - the status of the activity flag to set return: :: true if successful; false otherwise |
setRelationTables($secmodule) X-Ref |
No description |
generateReportsSecQuery($module,$secmodule,$queryPlanner) X-Ref |
No description |
getNonAdminAccessControlQuery($module, $user,$scope='') X-Ref |
No description |
getReportsNonAdminAccessControlQuery($tableName, $tabId, $user, $parent_roles,$groups) X-Ref |
To get non admin access query for Reports generation param: type $tableName param: type $tabId param: type $user param: type $parent_roles param: type $groups return: $query |
setupTemporaryTable($tableName, $tabId, $user, $parentRole, $userGroups) X-Ref |
No description |
getListViewAccessibleUsers($sharedid) X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |