Type.registerNamespace('com.Pinpoint');
com.Pinpoint.SolutionsScriptService=function() {
com.Pinpoint.SolutionsScriptService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
com.Pinpoint.SolutionsScriptService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return com.Pinpoint.SolutionsScriptService._staticInstance.get_path();},
GetChildIndustries:function(industryId,cultureName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChildIndustries',false,{industryId:industryId,cultureName:cultureName},succeededCallback,failedCallback,userContext); },
GetChildProductTypes:function(productTypeId,cultureName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChildProductTypes',false,{productTypeId:productTypeId,cultureName:cultureName},succeededCallback,failedCallback,userContext); },
GetChildProducts:function(productId,cultureName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChildProducts',false,{productId:productId,cultureName:cultureName},succeededCallback,failedCallback,userContext); },
GetChildCompetencies:function(competencyId,cultureName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChildCompetencies',false,{competencyId:competencyId,cultureName:cultureName},succeededCallback,failedCallback,userContext); },
Suggestion:function(partialQuery,cultureName,completionType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Suggestion',false,{partialQuery:partialQuery,cultureName:cultureName,completionType:completionType},succeededCallback,failedCallback,userContext); }}
com.Pinpoint.SolutionsScriptService.registerClass('com.Pinpoint.SolutionsScriptService',Sys.Net.WebServiceProxy);
com.Pinpoint.SolutionsScriptService._staticInstance = new com.Pinpoint.SolutionsScriptService();
com.Pinpoint.SolutionsScriptService.set_path = function(value) { com.Pinpoint.SolutionsScriptService._staticInstance.set_path(value); }
com.Pinpoint.SolutionsScriptService.get_path = function() { return com.Pinpoint.SolutionsScriptService._staticInstance.get_path(); }
com.Pinpoint.SolutionsScriptService.set_timeout = function(value) { com.Pinpoint.SolutionsScriptService._staticInstance.set_timeout(value); }
com.Pinpoint.SolutionsScriptService.get_timeout = function() { return com.Pinpoint.SolutionsScriptService._staticInstance.get_timeout(); }
com.Pinpoint.SolutionsScriptService.set_defaultUserContext = function(value) { com.Pinpoint.SolutionsScriptService._staticInstance.set_defaultUserContext(value); }
com.Pinpoint.SolutionsScriptService.get_defaultUserContext = function() { return com.Pinpoint.SolutionsScriptService._staticInstance.get_defaultUserContext(); }
com.Pinpoint.SolutionsScriptService.set_defaultSucceededCallback = function(value) { com.Pinpoint.SolutionsScriptService._staticInstance.set_defaultSucceededCallback(value); }
com.Pinpoint.SolutionsScriptService.get_defaultSucceededCallback = function() { return com.Pinpoint.SolutionsScriptService._staticInstance.get_defaultSucceededCallback(); }
com.Pinpoint.SolutionsScriptService.set_defaultFailedCallback = function(value) { com.Pinpoint.SolutionsScriptService._staticInstance.set_defaultFailedCallback(value); }
com.Pinpoint.SolutionsScriptService.get_defaultFailedCallback = function() { return com.Pinpoint.SolutionsScriptService._staticInstance.get_defaultFailedCallback(); }
com.Pinpoint.SolutionsScriptService.set_path("/ScriptServices/SolutionsScriptService.svc");
com.Pinpoint.SolutionsScriptService.GetChildIndustries= function(industryId,cultureName,onSuccess,onFailed,userContext) {com.Pinpoint.SolutionsScriptService._staticInstance.GetChildIndustries(industryId,cultureName,onSuccess,onFailed,userContext); }
com.Pinpoint.SolutionsScriptService.GetChildProductTypes= function(productTypeId,cultureName,onSuccess,onFailed,userContext) {com.Pinpoint.SolutionsScriptService._staticInstance.GetChildProductTypes(productTypeId,cultureName,onSuccess,onFailed,userContext); }
com.Pinpoint.SolutionsScriptService.GetChildProducts= function(productId,cultureName,onSuccess,onFailed,userContext) {com.Pinpoint.SolutionsScriptService._staticInstance.GetChildProducts(productId,cultureName,onSuccess,onFailed,userContext); }
com.Pinpoint.SolutionsScriptService.GetChildCompetencies= function(competencyId,cultureName,onSuccess,onFailed,userContext) {com.Pinpoint.SolutionsScriptService._staticInstance.GetChildCompetencies(competencyId,cultureName,onSuccess,onFailed,userContext); }
com.Pinpoint.SolutionsScriptService.Suggestion= function(partialQuery,cultureName,completionType,onSuccess,onFailed,userContext) {com.Pinpoint.SolutionsScriptService._staticInstance.Suggestion(partialQuery,cultureName,completionType,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(com.Pinpoint.DDListItem) === 'undefined') {
com.Pinpoint.DDListItem=gtc("DDListItem:com.Pinpoint");
com.Pinpoint.DDListItem.registerClass('com.Pinpoint.DDListItem');
}
