
function AjaxPhotoService() { }
AjaxPhotoService._path = '/dwr';

AjaxPhotoService.getDescription = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getDescription', p0, callback);
}

AjaxPhotoService.updatePrivacy = function(p0, p1, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'updatePrivacy', p0, p1, callback);
}

AjaxPhotoService.updateExifType = function(p0, p1, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'updateExifType', p0, p1, callback);
}

AjaxPhotoService.updateLicense = function(p0, p1, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'updateLicense', p0, p1, callback);
}

AjaxPhotoService.updateTitle = function(p0, p1, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'updateTitle', p0, p1, callback);
}

AjaxPhotoService.updateDescription = function(p0, p1, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'updateDescription', p0, p1, callback);
}

AjaxPhotoService.updateComment = function(p0, p1, p2, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'updateComment', p0, p1, p2, callback);
}

AjaxPhotoService.removeComment = function(p0, p1, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'removeComment', p0, p1, callback);
}

AjaxPhotoService.updateMapInfo = function(p0, p1, p2, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'updateMapInfo', p0, p1, p2, callback);
}

AjaxPhotoService.getNearPhotos = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getNearPhotos', p0, p1, p2, p3, callback);
}

AjaxPhotoService.getNearPhotos = function(p0, p1, p2, p3, p4, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getNearPhotos', p0, p1, p2, p3, p4, callback);
}

AjaxPhotoService.getNearOrderPhotos = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getNearOrderPhotos', p0, p1, p2, p3, callback);
}

AjaxPhotoService.getNearOrderPhotos = function(p0, p1, p2, p3, p4, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getNearOrderPhotos', p0, p1, p2, p3, p4, callback);
}

AjaxPhotoService.searchByCategory = function(p0, p1, p2, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'searchByCategory', p0, p1, p2, callback);
}

AjaxPhotoService.searchByModel = function(p0, p1, p2, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'searchByModel', p0, p1, p2, callback);
}

AjaxPhotoService.getPhotosInArea = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getPhotosInArea', p0, p1, p2, p3, p4, p5, p6, p7, callback);
}

AjaxPhotoService.getTitle = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getTitle', p0, callback);
}

AjaxPhotoService.incrementClapCount = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'incrementClapCount', p0, callback);
}

AjaxPhotoService.removeTag = function(p0, p1, p2, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'removeTag', p0, p1, p2, callback);
}

AjaxPhotoService.refuseInvitation = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'refuseInvitation', p0, callback);
}

AjaxPhotoService.createTag = function(p0, p1, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'createTag', p0, p1, callback);
}

AjaxPhotoService.removePool = function(p0, p1, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'removePool', p0, p1, callback);
}

AjaxPhotoService.accceptInvitation = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'accceptInvitation', p0, callback);
}

AjaxPhotoService.getCommentText = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getCommentText', p0, callback);
}

AjaxPhotoService.getPrivacyIndex = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getPrivacyIndex', p0, callback);
}

AjaxPhotoService.getExifTypeIndex = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getExifTypeIndex', p0, callback);
}

AjaxPhotoService.getLicenseIndex = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getLicenseIndex', p0, callback);
}

AjaxPhotoService.getTagSequence = function(p0, callback) {
    DWREngine._execute(AjaxPhotoService._path, 'AjaxPhotoService', 'getTagSequence', p0, callback);
}
