// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (ActivityLogService == null) var ActivityLogService = {}; ActivityLogService._path = '/Hotklix/dwr'; ActivityLogService.insertFanActivity = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(ActivityLogService._path, 'ActivityLogService', 'insertFanActivity', p0, p1, p2, p3, p4, p5, p6, p7, callback); } ActivityLogService.insertActivity = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(ActivityLogService._path, 'ActivityLogService', 'insertActivity', p0, p1, p2, p3, p4, p5, p6, p7, callback); } ActivityLogService.getActivityLogByType = function(p0, callback) { dwr.engine._execute(ActivityLogService._path, 'ActivityLogService', 'getActivityLogByType', p0, callback); } ActivityLogService.getActivityLogByTypeDwr = function(callback) { dwr.engine._execute(ActivityLogService._path, 'ActivityLogService', 'getActivityLogByTypeDwr', callback); } ActivityLogService.setActivityLogDao = function(p0, callback) { dwr.engine._execute(ActivityLogService._path, 'ActivityLogService', 'setActivityLogDao', p0, callback); }