
// 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 (MyAttentionalFundService == null) var MyAttentionalFundService = {};
MyAttentionalFundService._path = '/dwr';
MyAttentionalFundService.main = function(p0, callback) {
  dwr.engine._execute(MyAttentionalFundService._path, 'MyAttentionalFundService', 'main', p0, callback);
}
MyAttentionalFundService.getInvestAdvisorOutline = function(callback) {
  dwr.engine._execute(MyAttentionalFundService._path, 'MyAttentionalFundService', 'getInvestAdvisorOutline', callback);
}
MyAttentionalFundService.getFundArchivesBean = function(p0, callback) {
  dwr.engine._execute(MyAttentionalFundService._path, 'MyAttentionalFundService', 'getFundArchivesBean', p0, callback);
}
MyAttentionalFundService.getAdvisorAndFund = function(callback) {
  dwr.engine._execute(MyAttentionalFundService._path, 'MyAttentionalFundService', 'getAdvisorAndFund', callback);
}
MyAttentionalFundService.getMyAttentionalFund = function(p0, callback) {
  dwr.engine._execute(MyAttentionalFundService._path, 'MyAttentionalFundService', 'getMyAttentionalFund', p0, callback);
}
MyAttentionalFundService.getMyAttentionalFundString = function(p0, callback) {
  dwr.engine._execute(MyAttentionalFundService._path, 'MyAttentionalFundService', 'getMyAttentionalFundString', p0, callback);
}
MyAttentionalFundService.setMyAttentionalFund = function(p0, p1, callback) {
  dwr.engine._execute(MyAttentionalFundService._path, 'MyAttentionalFundService', 'setMyAttentionalFund', p0, p1, callback);
}
MyAttentionalFundService.addMyAttentionalFund = function(p0, p1, p2, p3, p4, callback) {
  dwr.engine._execute(MyAttentionalFundService._path, 'MyAttentionalFundService', 'addMyAttentionalFund', p0, p1, p2, p3, p4, callback);
}
