Type.registerNamespace('GEP');
GEP.GepWebService=function() {
GEP.GepWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GEP.GepWebService.prototype={
GetStateDetails:function(CountryID,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'GetStateDetails',false,{CountryID:CountryID},succeededCallback,failedCallback,userContext); },
SaveRegistrationDetails:function(objRegistrationDetails,objAdditionalInfo,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'SaveRegistrationDetails',false,{objRegistrationDetails:objRegistrationDetails,objAdditionalInfo:objAdditionalInfo},succeededCallback,failedCallback,userContext); },
SaveWebinarIntrest:function(objWebinarRegistration,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'SaveWebinarIntrest',false,{objWebinarRegistration:objWebinarRegistration},succeededCallback,failedCallback,userContext); },
SaveFeedbackDetails:function(strFeedBackText,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'SaveFeedbackDetails',false,{strFeedBackText:strFeedBackText},succeededCallback,failedCallback,userContext); },
SaveFeedbackDetails_AdvanceNegotiations:function(strFeedBackText,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'SaveFeedbackDetails_AdvanceNegotiations',false,{strFeedBackText:strFeedBackText},succeededCallback,failedCallback,userContext); },
SaveFeedbackDetails_TailSpendManagement:function(strFeedBackText,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'SaveFeedbackDetails_TailSpendManagement',false,{strFeedBackText:strFeedBackText},succeededCallback,failedCallback,userContext); },
SaveFeedbackDetails_StrategicSourcing:function(strFeedBackText,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'SaveFeedbackDetails_StrategicSourcing',false,{strFeedBackText:strFeedBackText},succeededCallback,failedCallback,userContext); },
SaveFeedbackDetails_ProcurementChallenges:function(strFeedBackText,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'SaveFeedbackDetails_ProcurementChallenges',false,{strFeedBackText:strFeedBackText},succeededCallback,failedCallback,userContext); },
FindEmai:function(objRegistrationDetails,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'FindEmai',false,{objRegistrationDetails:objRegistrationDetails},succeededCallback,failedCallback,userContext); },
FindEmail_Reg:function(objRegistrationDetails,succeededCallback, failedCallback, userContext) {
return this._invoke(GEP.GepWebService.get_path(), 'FindEmail_Reg',false,{objRegistrationDetails:objRegistrationDetails},succeededCallback,failedCallback,userContext); }}
GEP.GepWebService.registerClass('GEP.GepWebService',Sys.Net.WebServiceProxy);
GEP.GepWebService._staticInstance = new GEP.GepWebService();
GEP.GepWebService.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; GEP.GepWebService._staticInstance._path = value; }
GEP.GepWebService.get_path = function() { return GEP.GepWebService._staticInstance._path; }
GEP.GepWebService.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
GEP.GepWebService._staticInstance._timeout = value; }
GEP.GepWebService.get_timeout = function() { 
return GEP.GepWebService._staticInstance._timeout; }
GEP.GepWebService.set_defaultUserContext = function(value) { 
GEP.GepWebService._staticInstance._userContext = value; }
GEP.GepWebService.get_defaultUserContext = function() { 
return GEP.GepWebService._staticInstance._userContext; }
GEP.GepWebService.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; GEP.GepWebService._staticInstance._succeeded = value; }
GEP.GepWebService.get_defaultSucceededCallback = function() { 
return GEP.GepWebService._staticInstance._succeeded; }
GEP.GepWebService.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; GEP.GepWebService._staticInstance._failed = value; }
GEP.GepWebService.get_defaultFailedCallback = function() { 
return GEP.GepWebService._staticInstance._failed; }
GEP.GepWebService.set_path("/Services/GepWebService.asmx");
GEP.GepWebService.GetStateDetails= function(CountryID,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.GetStateDetails(CountryID,onSuccess,onFailed,userContext); }
GEP.GepWebService.SaveRegistrationDetails= function(objRegistrationDetails,objAdditionalInfo,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.SaveRegistrationDetails(objRegistrationDetails,objAdditionalInfo,onSuccess,onFailed,userContext); }
GEP.GepWebService.SaveWebinarIntrest= function(objWebinarRegistration,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.SaveWebinarIntrest(objWebinarRegistration,onSuccess,onFailed,userContext); }
GEP.GepWebService.SaveFeedbackDetails= function(strFeedBackText,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.SaveFeedbackDetails(strFeedBackText,onSuccess,onFailed,userContext); }
GEP.GepWebService.SaveFeedbackDetails_AdvanceNegotiations= function(strFeedBackText,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.SaveFeedbackDetails_AdvanceNegotiations(strFeedBackText,onSuccess,onFailed,userContext); }
GEP.GepWebService.SaveFeedbackDetails_TailSpendManagement= function(strFeedBackText,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.SaveFeedbackDetails_TailSpendManagement(strFeedBackText,onSuccess,onFailed,userContext); }
GEP.GepWebService.SaveFeedbackDetails_StrategicSourcing= function(strFeedBackText,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.SaveFeedbackDetails_StrategicSourcing(strFeedBackText,onSuccess,onFailed,userContext); }
GEP.GepWebService.SaveFeedbackDetails_ProcurementChallenges= function(strFeedBackText,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.SaveFeedbackDetails_ProcurementChallenges(strFeedBackText,onSuccess,onFailed,userContext); }
GEP.GepWebService.FindEmai= function(objRegistrationDetails,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.FindEmai(objRegistrationDetails,onSuccess,onFailed,userContext); }
GEP.GepWebService.FindEmail_Reg= function(objRegistrationDetails,onSuccess,onFailed,userContext) {GEP.GepWebService._staticInstance.FindEmail_Reg(objRegistrationDetails,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(GEP.StateDetails) === 'undefined') {
GEP.StateDetails=gtc("GEP.StateDetails");
GEP.StateDetails.registerClass('GEP.StateDetails');
}
Type.registerNamespace('GEPBL.DTO');
if (typeof(GEPBL.DTO.RegistrationDetails) === 'undefined') {
GEPBL.DTO.RegistrationDetails=gtc("GEPBL.DTO.RegistrationDetails");
GEPBL.DTO.RegistrationDetails.registerClass('GEPBL.DTO.RegistrationDetails');
}
if (typeof(WebinarRegistration) === 'undefined') {
var WebinarRegistration=gtc("WebinarRegistration");
WebinarRegistration.registerClass('WebinarRegistration');
}

