Type.registerNamespace('BBJWeb.WebServices');
BBJWeb.WebServices.Product_WS=function() {
BBJWeb.WebServices.Product_WS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
BBJWeb.WebServices.Product_WS.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return BBJWeb.WebServices.Product_WS._staticInstance.get_path();},
GetProductsList:function(categoryId,colorParamId,isNewSelection,isRetired,skip,take,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductsList',false,{categoryId:categoryId,colorParamId:colorParamId,isNewSelection:isNewSelection,isRetired:isRetired,skip:skip,take:take},succeededCallback,failedCallback,userContext); },
GetProductsListTotal:function(categoryId,colorId,isNewSelection,isRetired,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductsListTotal',false,{categoryId:categoryId,colorId:colorId,isNewSelection:isNewSelection,isRetired:isRetired},succeededCallback,failedCallback,userContext); }}
BBJWeb.WebServices.Product_WS.registerClass('BBJWeb.WebServices.Product_WS',Sys.Net.WebServiceProxy);
BBJWeb.WebServices.Product_WS._staticInstance = new BBJWeb.WebServices.Product_WS();
BBJWeb.WebServices.Product_WS.set_path = function(value) { BBJWeb.WebServices.Product_WS._staticInstance.set_path(value); }
BBJWeb.WebServices.Product_WS.get_path = function() { return BBJWeb.WebServices.Product_WS._staticInstance.get_path(); }
BBJWeb.WebServices.Product_WS.set_timeout = function(value) { BBJWeb.WebServices.Product_WS._staticInstance.set_timeout(value); }
BBJWeb.WebServices.Product_WS.get_timeout = function() { return BBJWeb.WebServices.Product_WS._staticInstance.get_timeout(); }
BBJWeb.WebServices.Product_WS.set_defaultUserContext = function(value) { BBJWeb.WebServices.Product_WS._staticInstance.set_defaultUserContext(value); }
BBJWeb.WebServices.Product_WS.get_defaultUserContext = function() { return BBJWeb.WebServices.Product_WS._staticInstance.get_defaultUserContext(); }
BBJWeb.WebServices.Product_WS.set_defaultSucceededCallback = function(value) { BBJWeb.WebServices.Product_WS._staticInstance.set_defaultSucceededCallback(value); }
BBJWeb.WebServices.Product_WS.get_defaultSucceededCallback = function() { return BBJWeb.WebServices.Product_WS._staticInstance.get_defaultSucceededCallback(); }
BBJWeb.WebServices.Product_WS.set_defaultFailedCallback = function(value) { BBJWeb.WebServices.Product_WS._staticInstance.set_defaultFailedCallback(value); }
BBJWeb.WebServices.Product_WS.get_defaultFailedCallback = function() { return BBJWeb.WebServices.Product_WS._staticInstance.get_defaultFailedCallback(); }
BBJWeb.WebServices.Product_WS.set_path("/WebServices/Product_WS.asmx");
BBJWeb.WebServices.Product_WS.GetProductsList= function(categoryId,colorParamId,isNewSelection,isRetired,skip,take,onSuccess,onFailed,userContext) {BBJWeb.WebServices.Product_WS._staticInstance.GetProductsList(categoryId,colorParamId,isNewSelection,isRetired,skip,take,onSuccess,onFailed,userContext); }
BBJWeb.WebServices.Product_WS.GetProductsListTotal= function(categoryId,colorId,isNewSelection,isRetired,onSuccess,onFailed,userContext) {BBJWeb.WebServices.Product_WS._staticInstance.GetProductsListTotal(categoryId,colorId,isNewSelection,isRetired,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('BBJServer.Helpers');
if (typeof(BBJServer.Helpers.PageItemData) === 'undefined') {
BBJServer.Helpers.PageItemData=gtc("BBJServer.Helpers.PageItemData");
BBJServer.Helpers.PageItemData.registerClass('BBJServer.Helpers.PageItemData');
}
