if (typeof MemLocServVO != "function") { function MemLocServVO() { this.serviceType = null; this.seg = null; this.service = null; this.ip = null; this.memCd = null; } } if (typeof MemberIpVO != "function") { function MemberIpVO() { this.ip = null; } } if (typeof ServiceMasterVO != "function") { function ServiceMasterVO() { this.serviceType = null; this.charges = 0; this.segment = null; this.serviceId = 0; this.serviceName = null; } } if (typeof MemberLocationVO != "function") { function MemberLocationVO() { this.seg = null; this.ip = null; this.serviceList = null; this.memCd = null; this.reqNo = 0; } } if (typeof MemberVO != "function") { function MemberVO() { this.toIp = null; this.ipAvailDt = null; this.fromIP = null; this.memCd = null; this.userId = null; } } if (typeof MemberServicesVO != "function") { function MemberServicesVO() { this.memCd = null; this.reqNo = 0; this.serviceId = null; this.ipList = null; } } if (typeof ActiveIPReportVO != "function") { function ActiveIPReportVO() { this.activeCount = 0; this.date = null; this.memName = null; this.memCd = null; this.serviceId = 0; this.serviceName = null; } } if (typeof MonthlyChargesReportVO != "function") { function MonthlyChargesReportVO() { this.fromDate = null; this.ip = null; this.toDate = null; this.amt = 0; this.memCd = null; this.serviceName = null; } } if (typeof ResetPasswordVO != "function") { function ResetPasswordVO() { this.password = null; this.confirmPasswd = null; this.memCd = null; this.serviceId = 0; this.userId = null; } } if (typeof MemProfileVO != "function") { function MemProfileVO() { this.mobNo = null; this.address = null; this.faxNo = null; this.memName = null; this.name = null; this.setByAdmin = false; this.memCd = null; this.emailId = null; this.phoneNo = null; } } if (typeof ChargesMasterVO != "function") { function ChargesMasterVO() { this.serviceType = null; this.serviceCharges = 0; } } if (typeof ServiceVO != "function") { function ServiceVO() { this.serviceType = null; this.seg = null; this.serviceId = null; this.serviceName = null; this.serviceName_Type = null; } } // 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 (Controller == null) var Controller = {}; Controller._path = '/c2nutility/dwr'; Controller.getServiceInfo = function(callback) { dwr.engine._execute(Controller._path, 'Controller', 'getServiceInfo', callback); } Controller.getALLServices = function(p0, p1, callback) { dwr.engine._execute(Controller._path, 'Controller', 'getALLServices', p0, p1, callback); } Controller.getMemberServicesName = function(p0, p1, callback) { dwr.engine._execute(Controller._path, 'Controller', 'getMemberServicesName', p0, p1, callback); } Controller.resetPassword = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'resetPassword', p0, callback); } Controller.getMemberProfile = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'getMemberProfile', p0, callback); } Controller.updateMemProfile = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'updateMemProfile', p0, callback); } Controller.setMemberByAdmin = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'setMemberByAdmin', p0, callback); } Controller.checkIsLastService = function(p0, p1, callback) { dwr.engine._execute(Controller._path, 'Controller', 'checkIsLastService', p0, p1, callback); } Controller.addMemberLocation = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'addMemberLocation', p0, callback); } Controller.removeIp = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'removeIp', p0, callback); } Controller.changeIp = function(p0, p1, callback) { dwr.engine._execute(Controller._path, 'Controller', 'changeIp', p0, p1, callback); } Controller.getMemberIPForServices = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'getMemberIPForServices', p0, callback); } Controller.getUnRegisteredIPByMemForServ = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'getUnRegisteredIPByMemForServ', p0, callback); } Controller.addMemberServices = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'addMemberServices', p0, callback); } Controller.removeMemberServices = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'removeMemberServices', p0, callback); } Controller.getMemberIP = function(callback) { dwr.engine._execute(Controller._path, 'Controller', 'getMemberIP', callback); } Controller.getALLServicesBySeg = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'getALLServicesBySeg', p0, callback); } Controller.logNoUpdateClick = function(callback) { dwr.engine._execute(Controller._path, 'Controller', 'logNoUpdateClick', callback); } Controller.getServicesFromIP = function(p0, callback) { dwr.engine._execute(Controller._path, 'Controller', 'getServicesFromIP', p0, callback); } Controller.logout = function(callback) { dwr.engine._execute(Controller._path, 'Controller', 'logout', callback); }