// 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 (AppCommunity == null) var AppCommunity = {}; AppCommunity._path = '/dwr'; AppCommunity.search = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'search', p0, callback); } AppCommunity.listImages = function(p0, p1, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'listImages', p0, p1, callback); } AppCommunity.updateImage = function(p0, p1, p2, p3, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'updateImage', p0, p1, p2, p3, callback); } AppCommunity.signUp = function(p0, p1, p2, p3, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'signUp', p0, p1, p2, p3, callback); } AppCommunity.getUsersMainPerson = function(callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getUsersMainPerson', callback); } AppCommunity.signUpFromInvitation = function(p0, p1, p2, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'signUpFromInvitation', p0, p1, p2, callback); } AppCommunity.getProcess = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getProcess', p0, callback); } AppCommunity.getProfileGuiData = function(callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getProfileGuiData', callback); } AppCommunity.getUserProfile = function(callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getUserProfile', callback); } AppCommunity.updateUserProfile = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'updateUserProfile', p0, callback); } AppCommunity.getInvitations = function(callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getInvitations', callback); } AppCommunity.getUsersMainPersonsAddresses = function(callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getUsersMainPersonsAddresses', callback); } AppCommunity.updateUsersMainPerson = function(p0, p1, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'updateUsersMainPerson', p0, p1, callback); } AppCommunity.createInvitation = function(p0, p1, p2, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'createInvitation', p0, p1, p2, callback); } AppCommunity.getLatest = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getLatest', p0, callback); } AppCommunity.getLatestImages = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getLatestImages', p0, callback); } AppCommunity.searchUsers = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'searchUsers', p0, callback); } AppCommunity.getLatestTags = function(callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getLatestTags', callback); } AppCommunity.getTagCloud = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getTagCloud', p0, callback); } AppCommunity.listPersons = function(callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'listPersons', callback); } AppCommunity.listPrivateBookmarks = function(p0, p1, p2, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'listPrivateBookmarks', p0, p1, p2, callback); } AppCommunity.getInternetAddress = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getInternetAddress', p0, callback); } AppCommunity.lookupInternetAddress = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'lookupInternetAddress', p0, callback); } AppCommunity.saveInternetAddress = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'saveInternetAddress', p0, callback); } AppCommunity.loadPerson = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'loadPerson', p0, callback); } AppCommunity.getImage = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getImage', p0, callback); } AppCommunity.getImageInfo = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getImageInfo', p0, callback); } AppCommunity.updateImageInfo = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'updateImageInfo', p0, callback); } AppCommunity.savePerson = function(p0, p1, p2, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'savePerson', p0, p1, p2, callback); } AppCommunity.sendFeedback = function(p0, p1, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'sendFeedback', p0, p1, callback); } AppCommunity.getImageLocation = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'getImageLocation', p0, callback); } AppCommunity.searchLocations = function(p0, callback) { dwr.engine._execute(AppCommunity._path, 'AppCommunity', 'searchLocations', p0, callback); }