Type.registerNamespace('EMICMGLicensing');
EMICMGLicensing.LicenseSummaryService=function() {
EMICMGLicensing.LicenseSummaryService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EMICMGLicensing.LicenseSummaryService.prototype={
SelectLicenseContactInfo:function(LicenseId,succeededCallback, failedCallback, userContext) {
return this._invoke(EMICMGLicensing.LicenseSummaryService.get_path(), 'SelectLicenseContactInfo',false,{LicenseId:LicenseId},succeededCallback,failedCallback,userContext); },
UpdateLicenseWithPayPalFields:function(LicenseId,FirstName,LastName,Organization,Address1,Address2,City,State,ZipCode,succeededCallback, failedCallback, userContext) {
return this._invoke(EMICMGLicensing.LicenseSummaryService.get_path(), 'UpdateLicenseWithPayPalFields',false,{LicenseId:LicenseId,FirstName:FirstName,LastName:LastName,Organization:Organization,Address1:Address1,Address2:Address2,City:City,State:State,ZipCode:ZipCode},succeededCallback,failedCallback,userContext); }}
EMICMGLicensing.LicenseSummaryService.registerClass('EMICMGLicensing.LicenseSummaryService',Sys.Net.WebServiceProxy);
EMICMGLicensing.LicenseSummaryService._staticInstance = new EMICMGLicensing.LicenseSummaryService();
EMICMGLicensing.LicenseSummaryService.set_path = function(value) { EMICMGLicensing.LicenseSummaryService._staticInstance._path = value; }
EMICMGLicensing.LicenseSummaryService.get_path = function() { return EMICMGLicensing.LicenseSummaryService._staticInstance._path; }
EMICMGLicensing.LicenseSummaryService.set_timeout = function(value) { EMICMGLicensing.LicenseSummaryService._staticInstance._timeout = value; }
EMICMGLicensing.LicenseSummaryService.get_timeout = function() { return EMICMGLicensing.LicenseSummaryService._staticInstance._timeout; }
EMICMGLicensing.LicenseSummaryService.set_defaultUserContext = function(value) { EMICMGLicensing.LicenseSummaryService._staticInstance._userContext = value; }
EMICMGLicensing.LicenseSummaryService.get_defaultUserContext = function() { return EMICMGLicensing.LicenseSummaryService._staticInstance._userContext; }
EMICMGLicensing.LicenseSummaryService.set_defaultSucceededCallback = function(value) { EMICMGLicensing.LicenseSummaryService._staticInstance._succeeded = value; }
EMICMGLicensing.LicenseSummaryService.get_defaultSucceededCallback = function() { return EMICMGLicensing.LicenseSummaryService._staticInstance._succeeded; }
EMICMGLicensing.LicenseSummaryService.set_defaultFailedCallback = function(value) { EMICMGLicensing.LicenseSummaryService._staticInstance._failed = value; }
EMICMGLicensing.LicenseSummaryService.get_defaultFailedCallback = function() { return EMICMGLicensing.LicenseSummaryService._staticInstance._failed; }
EMICMGLicensing.LicenseSummaryService.set_path("/WebServices/LicenseSummaryService.asmx");
EMICMGLicensing.LicenseSummaryService.SelectLicenseContactInfo= function(LicenseId,onSuccess,onFailed,userContext) {EMICMGLicensing.LicenseSummaryService._staticInstance.SelectLicenseContactInfo(LicenseId,onSuccess,onFailed,userContext); }
EMICMGLicensing.LicenseSummaryService.UpdateLicenseWithPayPalFields= function(LicenseId,FirstName,LastName,Organization,Address1,Address2,City,State,ZipCode,onSuccess,onFailed,userContext) {EMICMGLicensing.LicenseSummaryService._staticInstance.UpdateLicenseWithPayPalFields(LicenseId,FirstName,LastName,Organization,Address1,Address2,City,State,ZipCode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(EMICMGLicensing.LicensingContact) === 'undefined') {
EMICMGLicensing.LicensingContact=gtc("EMICMGLicensing.LicensingContact");
EMICMGLicensing.LicensingContact.registerClass('EMICMGLicensing.LicensingContact');
}
