var ecom_PartDetailModal=function() {
ecom_PartDetailModal.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ecom_PartDetailModal.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ecom_PartDetailModal._staticInstance.get_path();},
FetchWindow:function(panelName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FetchWindow',false,{panelName:panelName},succeededCallback,failedCallback,userContext); },
BuildDetailPanel:function(strContext,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BuildDetailPanel',false,{strContext:strContext},succeededCallback,failedCallback,userContext); },
DeconDetailPanel:function(strPartNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeconDetailPanel',false,{strPartNumber:strPartNumber},succeededCallback,failedCallback,userContext); }}
ecom_PartDetailModal.registerClass('ecom_PartDetailModal',Sys.Net.WebServiceProxy);
ecom_PartDetailModal._staticInstance = new ecom_PartDetailModal();
ecom_PartDetailModal.set_path = function(value) { ecom_PartDetailModal._staticInstance.set_path(value); }
ecom_PartDetailModal.get_path = function() { return ecom_PartDetailModal._staticInstance.get_path(); }
ecom_PartDetailModal.set_timeout = function(value) { ecom_PartDetailModal._staticInstance.set_timeout(value); }
ecom_PartDetailModal.get_timeout = function() { return ecom_PartDetailModal._staticInstance.get_timeout(); }
ecom_PartDetailModal.set_defaultUserContext = function(value) { ecom_PartDetailModal._staticInstance.set_defaultUserContext(value); }
ecom_PartDetailModal.get_defaultUserContext = function() { return ecom_PartDetailModal._staticInstance.get_defaultUserContext(); }
ecom_PartDetailModal.set_defaultSucceededCallback = function(value) { ecom_PartDetailModal._staticInstance.set_defaultSucceededCallback(value); }
ecom_PartDetailModal.get_defaultSucceededCallback = function() { return ecom_PartDetailModal._staticInstance.get_defaultSucceededCallback(); }
ecom_PartDetailModal.set_defaultFailedCallback = function(value) { ecom_PartDetailModal._staticInstance.set_defaultFailedCallback(value); }
ecom_PartDetailModal.get_defaultFailedCallback = function() { return ecom_PartDetailModal._staticInstance.get_defaultFailedCallback(); }
ecom_PartDetailModal.set_path("/ecom_PartDetailModal.asmx");
ecom_PartDetailModal.FetchWindow= function(panelName,onSuccess,onFailed,userContext) {ecom_PartDetailModal._staticInstance.FetchWindow(panelName,onSuccess,onFailed,userContext); }
ecom_PartDetailModal.BuildDetailPanel= function(strContext,onSuccess,onFailed,userContext) {ecom_PartDetailModal._staticInstance.BuildDetailPanel(strContext,onSuccess,onFailed,userContext); }
ecom_PartDetailModal.DeconDetailPanel= function(strPartNumber,onSuccess,onFailed,userContext) {ecom_PartDetailModal._staticInstance.DeconDetailPanel(strPartNumber,onSuccess,onFailed,userContext); }

