var InventorySearch=function() {
InventorySearch.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
InventorySearch.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return InventorySearch._staticInstance.get_path();},
FindInventory:function(prefixText,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'FindInventory',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
FindInventoryWithMatrixItem:function(prefixText,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'FindInventoryWithMatrixItem',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
FindInventoryWithMatrixItemAll:function(prefixText,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'FindInventoryWithMatrixItemAll',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
HammmaddelerdenAra:function(prefixText,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'HammmaddelerdenAra',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); }}
InventorySearch.registerClass('InventorySearch',Sys.Net.WebServiceProxy);
InventorySearch._staticInstance = new InventorySearch();
InventorySearch.set_path = function(value) {
InventorySearch._staticInstance.set_path(value); }
InventorySearch.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return InventorySearch._staticInstance.get_path();}
InventorySearch.set_timeout = function(value) {
InventorySearch._staticInstance.set_timeout(value); }
InventorySearch.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return InventorySearch._staticInstance.get_timeout(); }
InventorySearch.set_defaultUserContext = function(value) { 
InventorySearch._staticInstance.set_defaultUserContext(value); }
InventorySearch.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return InventorySearch._staticInstance.get_defaultUserContext(); }
InventorySearch.set_defaultSucceededCallback = function(value) { 
 InventorySearch._staticInstance.set_defaultSucceededCallback(value); }
InventorySearch.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return InventorySearch._staticInstance.get_defaultSucceededCallback(); }
InventorySearch.set_defaultFailedCallback = function(value) { 
InventorySearch._staticInstance.set_defaultFailedCallback(value); }
InventorySearch.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return InventorySearch._staticInstance.get_defaultFailedCallback(); }
InventorySearch.set_path("/ASCX/WebServices/InventorySearch.asmx");
InventorySearch.FindInventory= function(prefixText,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
InventorySearch._staticInstance.FindInventory(prefixText,onSuccess,onFailed,userContext); }
InventorySearch.FindInventoryWithMatrixItem= function(prefixText,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
InventorySearch._staticInstance.FindInventoryWithMatrixItem(prefixText,onSuccess,onFailed,userContext); }
InventorySearch.FindInventoryWithMatrixItemAll= function(prefixText,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
InventorySearch._staticInstance.FindInventoryWithMatrixItemAll(prefixText,onSuccess,onFailed,userContext); }
InventorySearch.HammmaddelerdenAra= function(prefixText,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
InventorySearch._staticInstance.HammmaddelerdenAra(prefixText,onSuccess,onFailed,userContext); }
