Type.registerNamespace('WebApp.library.webservices');
WebApp.library.webservices.WebService1=function() {
WebApp.library.webservices.WebService1.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebApp.library.webservices.WebService1.prototype={
GetUserJuminDupleCheckByJumin:function(strJumin1,strJumin2,succeededCallback, failedCallback, userContext) {
return this._invoke(WebApp.library.webservices.WebService1.get_path(), 'GetUserJuminDupleCheckByJumin',true,{strJumin1:strJumin1,strJumin2:strJumin2},succeededCallback,failedCallback,userContext); },
GetUserWithdrawCheckByJumin:function(strJumin1,strJumin2,succeededCallback, failedCallback, userContext) {
return this._invoke(WebApp.library.webservices.WebService1.get_path(), 'GetUserWithdrawCheckByJumin',true,{strJumin1:strJumin1,strJumin2:strJumin2},succeededCallback,failedCallback,userContext); },
GetUserIdDupleByUserId:function(userCd,succeededCallback, failedCallback, userContext) {
return this._invoke(WebApp.library.webservices.WebService1.get_path(), 'GetUserIdDupleByUserId',true,{userCd:userCd},succeededCallback,failedCallback,userContext); },
GetNickNmDupleByNickNm:function(nickNm,succeededCallback, failedCallback, userContext) {
return this._invoke(WebApp.library.webservices.WebService1.get_path(), 'GetNickNmDupleByNickNm',true,{nickNm:nickNm},succeededCallback,failedCallback,userContext); },
GetStoreListByHost:function(host,area,succeededCallback, failedCallback, userContext) {
return this._invoke(WebApp.library.webservices.WebService1.get_path(), 'GetStoreListByHost',true,{host:host,area:area},succeededCallback,failedCallback,userContext); },
GetShopList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebApp.library.webservices.WebService1.get_path(), 'GetShopList',true,{},succeededCallback,failedCallback,userContext); },
GetUserInfoByUserCd:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebApp.library.webservices.WebService1.get_path(), 'GetUserInfoByUserCd',true,{},succeededCallback,failedCallback,userContext); },
GetItemSearch:function(itemCd,succeededCallback, failedCallback, userContext) {
return this._invoke(WebApp.library.webservices.WebService1.get_path(), 'GetItemSearch',true,{itemCd:itemCd},succeededCallback,failedCallback,userContext); }}
WebApp.library.webservices.WebService1.registerClass('WebApp.library.webservices.WebService1',Sys.Net.WebServiceProxy);
WebApp.library.webservices.WebService1._staticInstance = new WebApp.library.webservices.WebService1();
WebApp.library.webservices.WebService1.set_path = function(value) { WebApp.library.webservices.WebService1._staticInstance._path = value; }
WebApp.library.webservices.WebService1.get_path = function() { return WebApp.library.webservices.WebService1._staticInstance._path; }
WebApp.library.webservices.WebService1.set_timeout = function(value) { WebApp.library.webservices.WebService1._staticInstance._timeout = value; }
WebApp.library.webservices.WebService1.get_timeout = function() { return WebApp.library.webservices.WebService1._staticInstance._timeout; }
WebApp.library.webservices.WebService1.set_defaultUserContext = function(value) { WebApp.library.webservices.WebService1._staticInstance._userContext = value; }
WebApp.library.webservices.WebService1.get_defaultUserContext = function() { return WebApp.library.webservices.WebService1._staticInstance._userContext; }
WebApp.library.webservices.WebService1.set_defaultSucceededCallback = function(value) { WebApp.library.webservices.WebService1._staticInstance._succeeded = value; }
WebApp.library.webservices.WebService1.get_defaultSucceededCallback = function() { return WebApp.library.webservices.WebService1._staticInstance._succeeded; }
WebApp.library.webservices.WebService1.set_defaultFailedCallback = function(value) { WebApp.library.webservices.WebService1._staticInstance._failed = value; }
WebApp.library.webservices.WebService1.get_defaultFailedCallback = function() { return WebApp.library.webservices.WebService1._staticInstance._failed; }
WebApp.library.webservices.WebService1.set_path("/library/webservices/WebService1.asmx");
WebApp.library.webservices.WebService1.GetUserJuminDupleCheckByJumin= function(strJumin1,strJumin2,onSuccess,onFailed,userContext) {WebApp.library.webservices.WebService1._staticInstance.GetUserJuminDupleCheckByJumin(strJumin1,strJumin2,onSuccess,onFailed,userContext); }
WebApp.library.webservices.WebService1.GetUserWithdrawCheckByJumin= function(strJumin1,strJumin2,onSuccess,onFailed,userContext) {WebApp.library.webservices.WebService1._staticInstance.GetUserWithdrawCheckByJumin(strJumin1,strJumin2,onSuccess,onFailed,userContext); }
WebApp.library.webservices.WebService1.GetUserIdDupleByUserId= function(userCd,onSuccess,onFailed,userContext) {WebApp.library.webservices.WebService1._staticInstance.GetUserIdDupleByUserId(userCd,onSuccess,onFailed,userContext); }
WebApp.library.webservices.WebService1.GetNickNmDupleByNickNm= function(nickNm,onSuccess,onFailed,userContext) {WebApp.library.webservices.WebService1._staticInstance.GetNickNmDupleByNickNm(nickNm,onSuccess,onFailed,userContext); }
WebApp.library.webservices.WebService1.GetStoreListByHost= function(host,area,onSuccess,onFailed,userContext) {WebApp.library.webservices.WebService1._staticInstance.GetStoreListByHost(host,area,onSuccess,onFailed,userContext); }
WebApp.library.webservices.WebService1.GetShopList= function(onSuccess,onFailed,userContext) {WebApp.library.webservices.WebService1._staticInstance.GetShopList(onSuccess,onFailed,userContext); }
WebApp.library.webservices.WebService1.GetUserInfoByUserCd= function(onSuccess,onFailed,userContext) {WebApp.library.webservices.WebService1._staticInstance.GetUserInfoByUserCd(onSuccess,onFailed,userContext); }
WebApp.library.webservices.WebService1.GetItemSearch= function(itemCd,onSuccess,onFailed,userContext) {WebApp.library.webservices.WebService1._staticInstance.GetItemSearch(itemCd,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Jo.Framework.Components');
if (typeof(Jo.Framework.Components.AccountUserInfo) === 'undefined') {
Jo.Framework.Components.AccountUserInfo=gtc("Jo.Framework.Components.AccountUserInfo");
Jo.Framework.Components.AccountUserInfo.registerClass('Jo.Framework.Components.AccountUserInfo');
}
Type.registerNamespace('Jo.DAL.Components');
if (typeof(Jo.DAL.Components.StoreDetails) === 'undefined') {
Jo.DAL.Components.StoreDetails=gtc("Jo.DAL.Components.StoreDetails");
Jo.DAL.Components.StoreDetails.registerClass('Jo.DAL.Components.StoreDetails');
}
if (typeof(Jo.DAL.Components.ShopInfo) === 'undefined') {
Jo.DAL.Components.ShopInfo=gtc("Jo.DAL.Components.ShopInfo");
Jo.DAL.Components.ShopInfo.registerClass('Jo.DAL.Components.ShopInfo');
}
