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 (LoginController == null) var LoginController = {}; LoginController._path = '/c2nutility/dwr'; LoginController.validateLogin = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(LoginController._path, 'LoginController', 'validateLogin', p0, p1, p2, p3, p4, callback); } LoginController.getIsAdminFlag = function(p0, callback) { dwr.engine._execute(LoginController._path, 'LoginController', 'getIsAdminFlag', p0, callback); } LoginController.get2FAflag = function(callback) { dwr.engine._execute(LoginController._path, 'LoginController', 'get2FAflag', callback); }