var WCFWebItemPopup=function() {
WCFWebItemPopup.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WCFWebItemPopup.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WCFWebItemPopup._staticInstance.get_path();},
DoWork:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoWork',false,{},succeededCallback,failedCallback,userContext); },
JSON_getItemAttachmentImageSlide:function(uniqueID,itemRef,attachRef,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_getItemAttachmentImageSlide',false,{uniqueID:uniqueID,itemRef:itemRef,attachRef:attachRef},succeededCallback,failedCallback,userContext); },
JSON_getItemInfoDetailByUID:function(uniqueID,itemRef,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_getItemInfoDetailByUID',false,{uniqueID:uniqueID,itemRef:itemRef},succeededCallback,failedCallback,userContext); },
JSON_getItemCommentCountByUID:function(uniqueID,itemRef,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_getItemCommentCountByUID',false,{uniqueID:uniqueID,itemRef:itemRef},succeededCallback,failedCallback,userContext); },
JSON_getItemOfferingCountByUID:function(uniqueID,itemRef,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JSON_getItemOfferingCountByUID',false,{uniqueID:uniqueID,itemRef:itemRef},succeededCallback,failedCallback,userContext); }}
WCFWebItemPopup.registerClass('WCFWebItemPopup',Sys.Net.WebServiceProxy);
WCFWebItemPopup._staticInstance = new WCFWebItemPopup();
WCFWebItemPopup.set_path = function(value) { WCFWebItemPopup._staticInstance.set_path(value); }
WCFWebItemPopup.get_path = function() { return WCFWebItemPopup._staticInstance.get_path(); }
WCFWebItemPopup.set_timeout = function(value) { WCFWebItemPopup._staticInstance.set_timeout(value); }
WCFWebItemPopup.get_timeout = function() { return WCFWebItemPopup._staticInstance.get_timeout(); }
WCFWebItemPopup.set_defaultUserContext = function(value) { WCFWebItemPopup._staticInstance.set_defaultUserContext(value); }
WCFWebItemPopup.get_defaultUserContext = function() { return WCFWebItemPopup._staticInstance.get_defaultUserContext(); }
WCFWebItemPopup.set_defaultSucceededCallback = function(value) { WCFWebItemPopup._staticInstance.set_defaultSucceededCallback(value); }
WCFWebItemPopup.get_defaultSucceededCallback = function() { return WCFWebItemPopup._staticInstance.get_defaultSucceededCallback(); }
WCFWebItemPopup.set_defaultFailedCallback = function(value) { WCFWebItemPopup._staticInstance.set_defaultFailedCallback(value); }
WCFWebItemPopup.get_defaultFailedCallback = function() { return WCFWebItemPopup._staticInstance.get_defaultFailedCallback(); }
WCFWebItemPopup.set_path("/WCF/WCFWebItemPopup.svc");
WCFWebItemPopup.DoWork= function(onSuccess,onFailed,userContext) {WCFWebItemPopup._staticInstance.DoWork(onSuccess,onFailed,userContext); }
WCFWebItemPopup.JSON_getItemAttachmentImageSlide= function(uniqueID,itemRef,attachRef,onSuccess,onFailed,userContext) {WCFWebItemPopup._staticInstance.JSON_getItemAttachmentImageSlide(uniqueID,itemRef,attachRef,onSuccess,onFailed,userContext); }
WCFWebItemPopup.JSON_getItemInfoDetailByUID= function(uniqueID,itemRef,onSuccess,onFailed,userContext) {WCFWebItemPopup._staticInstance.JSON_getItemInfoDetailByUID(uniqueID,itemRef,onSuccess,onFailed,userContext); }
WCFWebItemPopup.JSON_getItemCommentCountByUID= function(uniqueID,itemRef,onSuccess,onFailed,userContext) {WCFWebItemPopup._staticInstance.JSON_getItemCommentCountByUID(uniqueID,itemRef,onSuccess,onFailed,userContext); }
WCFWebItemPopup.JSON_getItemOfferingCountByUID= function(uniqueID,itemRef,onSuccess,onFailed,userContext) {WCFWebItemPopup._staticInstance.JSON_getItemOfferingCountByUID(uniqueID,itemRef,onSuccess,onFailed,userContext); }
