if (typeof UserGroup != "function") { function UserGroup() { this.id = 0; this.group = null; this.user = null; } } if (typeof User != "function") { function User() { this.primaryOffice = null; this.id = 0; this.lastName = null; this.birthday = null; this.userGroups = null; this.phoneNumber = null; this.email = null; this.login = null; this.firstName = null; this.agent = 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 (ListingApprovalInterface == null) var ListingApprovalInterface = {}; ListingApprovalInterface._path = '/dwr'; ListingApprovalInterface.search = function(p0, callback) { dwr.engine._execute(ListingApprovalInterface._path, 'ListingApprovalInterface', 'search', p0, callback); } ListingApprovalInterface.movePhoto = function(p0, p1, callback) { dwr.engine._execute(ListingApprovalInterface._path, 'ListingApprovalInterface', 'movePhoto', p0, p1, callback); } ListingApprovalInterface.deletePhoto = function(p0, p1, callback) { dwr.engine._execute(ListingApprovalInterface._path, 'ListingApprovalInterface', 'deletePhoto', p0, p1, callback); } ListingApprovalInterface.getMyProperties = function(callback) { dwr.engine._execute(ListingApprovalInterface._path, 'ListingApprovalInterface', 'getMyProperties', callback); } ListingApprovalInterface.saveApproval = function(p0, callback) { dwr.engine._execute(ListingApprovalInterface._path, 'ListingApprovalInterface', 'saveApproval', p0, callback); } ListingApprovalInterface.getApproval = function(p0, callback) { dwr.engine._execute(ListingApprovalInterface._path, 'ListingApprovalInterface', 'getApproval', p0, callback); } ListingApprovalInterface.getApprovalPhotos = function(p0, callback) { dwr.engine._execute(ListingApprovalInterface._path, 'ListingApprovalInterface', 'getApprovalPhotos', p0, callback); }