Type.registerNamespace('CW35.WebServices.DataIslands');
CW35.WebServices.DataIslands.DataIslands=function() {
CW35.WebServices.DataIslands.DataIslands.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CW35.WebServices.DataIslands.DataIslands.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CW35.WebServices.DataIslands.DataIslands._staticInstance.get_path();},
GetLevel1Data:function(intLeadSourceId,blnIsEndLevel,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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(), 'GetLevel1Data',false,{intLeadSourceId:intLeadSourceId,blnIsEndLevel:blnIsEndLevel},succeededCallback,failedCallback,userContext); },
GetLevel2Data:function(intLeadSourceId,intLevel1Id,blnIsEndLevel,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intLevel1Id" type="Number">System.Int32</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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(), 'GetLevel2Data',false,{intLeadSourceId:intLeadSourceId,intLevel1Id:intLevel1Id,blnIsEndLevel:blnIsEndLevel},succeededCallback,failedCallback,userContext); },
GetLevel3Data:function(intLeadSourceId,intLevel1Id,intLevel2Id,blnIsEndLevel,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intLevel1Id" type="Number">System.Int32</param>
/// <param name="intLevel2Id" type="Number">System.Int32</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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(), 'GetLevel3Data',false,{intLeadSourceId:intLeadSourceId,intLevel1Id:intLevel1Id,intLevel2Id:intLevel2Id,blnIsEndLevel:blnIsEndLevel},succeededCallback,failedCallback,userContext); },
GetLevel1JSONData:function(intLeadSourceId,strTargetId,blnIsEndLevel,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="strTargetId" type="String">System.String</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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(), 'GetLevel1JSONData',false,{intLeadSourceId:intLeadSourceId,strTargetId:strTargetId,blnIsEndLevel:blnIsEndLevel},succeededCallback,failedCallback,userContext); },
GetLevel2JSONData:function(intLeadSourceId,intLevel1Id,strTargetId,blnIsEndLevel,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intLevel1Id" type="Number">System.Int32</param>
/// <param name="strTargetId" type="String">System.String</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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(), 'GetLevel2JSONData',false,{intLeadSourceId:intLeadSourceId,intLevel1Id:intLevel1Id,strTargetId:strTargetId,blnIsEndLevel:blnIsEndLevel},succeededCallback,failedCallback,userContext); },
GetLevel3JSONData:function(intLeadSourceId,intLevel1Id,intLevel2Id,strTargetId,blnIsEndLevel,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intLevel1Id" type="Number">System.Int32</param>
/// <param name="intLevel2Id" type="Number">System.Int32</param>
/// <param name="strTargetId" type="String">System.String</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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(), 'GetLevel3JSONData',false,{intLeadSourceId:intLeadSourceId,intLevel1Id:intLevel1Id,intLevel2Id:intLevel2Id,strTargetId:strTargetId,blnIsEndLevel:blnIsEndLevel},succeededCallback,failedCallback,userContext); },
IsValidLevelComboId:function(intLeadSourceId,strProgramCode,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="strProgramCode" 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(), 'IsValidLevelComboId',false,{intLeadSourceId:intLeadSourceId,strProgramCode:strProgramCode},succeededCallback,failedCallback,userContext); },
GetTransmitValues:function(intLeadSourceId,intProgramCode,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intProgramCode" type="Number">System.Int32</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(), 'GetTransmitValues',false,{intLeadSourceId:intLeadSourceId,intProgramCode:intProgramCode},succeededCallback,failedCallback,userContext); },
GetLevelDepth:function(intLeadSourceId,succeededCallback, failedCallback, userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</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(), 'GetLevelDepth',false,{intLeadSourceId:intLeadSourceId},succeededCallback,failedCallback,userContext); },
GetStateCountryByZip:function(strZip,succeededCallback, failedCallback, userContext) {
/// <param name="strZip" 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(), 'GetStateCountryByZip',false,{strZip:strZip},succeededCallback,failedCallback,userContext); },
GetValidEdLevelValues:function(intDegreeId,intClientId,strTarget,succeededCallback, failedCallback, userContext) {
/// <param name="intDegreeId" type="Number">System.Int32</param>
/// <param name="intClientId" type="Number">System.Int32</param>
/// <param name="strTarget" 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(), 'GetValidEdLevelValues',false,{intDegreeId:intDegreeId,intClientId:intClientId,strTarget:strTarget},succeededCallback,failedCallback,userContext); }}
CW35.WebServices.DataIslands.DataIslands.registerClass('CW35.WebServices.DataIslands.DataIslands',Sys.Net.WebServiceProxy);
CW35.WebServices.DataIslands.DataIslands._staticInstance = new CW35.WebServices.DataIslands.DataIslands();
CW35.WebServices.DataIslands.DataIslands.set_path = function(value) {
CW35.WebServices.DataIslands.DataIslands._staticInstance.set_path(value); }
CW35.WebServices.DataIslands.DataIslands.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CW35.WebServices.DataIslands.DataIslands._staticInstance.get_path();}
CW35.WebServices.DataIslands.DataIslands.set_timeout = function(value) {
CW35.WebServices.DataIslands.DataIslands._staticInstance.set_timeout(value); }
CW35.WebServices.DataIslands.DataIslands.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CW35.WebServices.DataIslands.DataIslands._staticInstance.get_timeout(); }
CW35.WebServices.DataIslands.DataIslands.set_defaultUserContext = function(value) { 
CW35.WebServices.DataIslands.DataIslands._staticInstance.set_defaultUserContext(value); }
CW35.WebServices.DataIslands.DataIslands.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CW35.WebServices.DataIslands.DataIslands._staticInstance.get_defaultUserContext(); }
CW35.WebServices.DataIslands.DataIslands.set_defaultSucceededCallback = function(value) { 
 CW35.WebServices.DataIslands.DataIslands._staticInstance.set_defaultSucceededCallback(value); }
CW35.WebServices.DataIslands.DataIslands.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CW35.WebServices.DataIslands.DataIslands._staticInstance.get_defaultSucceededCallback(); }
CW35.WebServices.DataIslands.DataIslands.set_defaultFailedCallback = function(value) { 
CW35.WebServices.DataIslands.DataIslands._staticInstance.set_defaultFailedCallback(value); }
CW35.WebServices.DataIslands.DataIslands.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CW35.WebServices.DataIslands.DataIslands._staticInstance.get_defaultFailedCallback(); }
CW35.WebServices.DataIslands.DataIslands.set_path("/irf/iframes/dataislands/DataIslands.asmx");
CW35.WebServices.DataIslands.DataIslands.GetLevel1Data= function(intLeadSourceId,blnIsEndLevel,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetLevel1Data(intLeadSourceId,blnIsEndLevel,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetLevel2Data= function(intLeadSourceId,intLevel1Id,blnIsEndLevel,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intLevel1Id" type="Number">System.Int32</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetLevel2Data(intLeadSourceId,intLevel1Id,blnIsEndLevel,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetLevel3Data= function(intLeadSourceId,intLevel1Id,intLevel2Id,blnIsEndLevel,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intLevel1Id" type="Number">System.Int32</param>
/// <param name="intLevel2Id" type="Number">System.Int32</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetLevel3Data(intLeadSourceId,intLevel1Id,intLevel2Id,blnIsEndLevel,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetLevel1JSONData= function(intLeadSourceId,strTargetId,blnIsEndLevel,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="strTargetId" type="String">System.String</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetLevel1JSONData(intLeadSourceId,strTargetId,blnIsEndLevel,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetLevel2JSONData= function(intLeadSourceId,intLevel1Id,strTargetId,blnIsEndLevel,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intLevel1Id" type="Number">System.Int32</param>
/// <param name="strTargetId" type="String">System.String</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetLevel2JSONData(intLeadSourceId,intLevel1Id,strTargetId,blnIsEndLevel,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetLevel3JSONData= function(intLeadSourceId,intLevel1Id,intLevel2Id,strTargetId,blnIsEndLevel,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intLevel1Id" type="Number">System.Int32</param>
/// <param name="intLevel2Id" type="Number">System.Int32</param>
/// <param name="strTargetId" type="String">System.String</param>
/// <param name="blnIsEndLevel" type="Boolean">System.Boolean</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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetLevel3JSONData(intLeadSourceId,intLevel1Id,intLevel2Id,strTargetId,blnIsEndLevel,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.IsValidLevelComboId= function(intLeadSourceId,strProgramCode,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="strProgramCode" 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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.IsValidLevelComboId(intLeadSourceId,strProgramCode,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetTransmitValues= function(intLeadSourceId,intProgramCode,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</param>
/// <param name="intProgramCode" type="Number">System.Int32</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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetTransmitValues(intLeadSourceId,intProgramCode,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetLevelDepth= function(intLeadSourceId,onSuccess,onFailed,userContext) {
/// <param name="intLeadSourceId" type="Number">System.Int32</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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetLevelDepth(intLeadSourceId,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetStateCountryByZip= function(strZip,onSuccess,onFailed,userContext) {
/// <param name="strZip" 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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetStateCountryByZip(strZip,onSuccess,onFailed,userContext); }
CW35.WebServices.DataIslands.DataIslands.GetValidEdLevelValues= function(intDegreeId,intClientId,strTarget,onSuccess,onFailed,userContext) {
/// <param name="intDegreeId" type="Number">System.Int32</param>
/// <param name="intClientId" type="Number">System.Int32</param>
/// <param name="strTarget" 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>
CW35.WebServices.DataIslands.DataIslands._staticInstance.GetValidEdLevelValues(intDegreeId,intClientId,strTarget,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataSet) === 'undefined') {
System.Data.DataSet=gtc("System.Data.DataSet");
System.Data.DataSet.registerClass('System.Data.DataSet');
}
