
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.InfoServiceProxy');

if (typeof this['InfoServiceProxy'] == 'undefined') InfoServiceProxy = {};

InfoServiceProxy._path = '/dwr';





InfoServiceProxy.getInfo = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'getInfo', arguments);
};




InfoServiceProxy.hasToken = function(callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'hasToken', arguments);
};









InfoServiceProxy.getMyInfo = function(p0, p1, p2, p3, p4, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'getMyInfo', arguments);
};





InfoServiceProxy.addInfo = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'addInfo', arguments);
};





InfoServiceProxy.deleteInfo = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'deleteInfo', arguments);
};
















InfoServiceProxy.adminInfoList = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'adminInfoList', arguments);
};






InfoServiceProxy.authorInfos = function(p0, p1, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'authorInfos', arguments);
};





InfoServiceProxy.deleteInfos = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'deleteInfos', arguments);
};





InfoServiceProxy.deleteMyInfo = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'deleteMyInfo', arguments);
};












InfoServiceProxy.getInfoList = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'getInfoList', arguments);
};





InfoServiceProxy.modifyInfo = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'modifyInfo', arguments);
};





InfoServiceProxy.modifyMyInfo = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'modifyMyInfo', arguments);
};





InfoServiceProxy.getSub = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'getSub', arguments);
};





InfoServiceProxy.addNews = function(p0, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'addNews', arguments);
};







InfoServiceProxy.attachPic = function(p0, p1, p2, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'attachPic', arguments);
};






InfoServiceProxy.detachPic = function(p0, p1, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'detachPic', arguments);
};







InfoServiceProxy.modifyPicTitle = function(p0, p1, p2, callback) {
return dwr.engine._execute(InfoServiceProxy._path, 'InfoServiceProxy', 'modifyPicTitle', arguments);
};


