
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.EsfServiceProxy');

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

EsfServiceProxy._path = '/dwr';







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




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






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





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





























EsfServiceProxy.esfList = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16, p17, p18, p19, p20, p21, p22, p23, p24, callback) {
return dwr.engine._execute(EsfServiceProxy._path, 'EsfServiceProxy', 'esfList', arguments);
};





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





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





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






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







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
















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






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










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





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


