if (typeof UserGroup != "function") { function UserGroup() { this.id = 0; this.group = null; this.user = null; } } if (typeof User != "function") { function User() { this.birthday = null; this.lastName = null; this.primaryOfficeName = null; this.userGroupsNames = null; this.agent = null; this.id = 0; this.primaryOffice = null; this.userGroups = null; this.phoneNumber = null; this.email = null; this.copierCode = null; this.login = null; this.firstName = null; this.resourceGallerySize = 0; this.disabled = false; } } // 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 (FeedInterface == null) var FeedInterface = {}; FeedInterface._path = '/dwr'; FeedInterface.forceUpdateImages = function(p0, p1, callback) { dwr.engine._execute(FeedInterface._path, 'FeedInterface', 'forceUpdateImages', p0, p1, callback); } FeedInterface.getFeedStatus = function(p0, callback) { dwr.engine._execute(FeedInterface._path, 'FeedInterface', 'getFeedStatus', p0, callback); }