var AllianceWebService=function() {
AllianceWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AllianceWebService.prototype={
getImageGalleryPopupHTML:function(imageID,galleryID,succeededCallback, failedCallback, userContext) {
return this._invoke(AllianceWebService.get_path(), 'getImageGalleryPopupHTML',false,{imageID:imageID,galleryID:galleryID},succeededCallback,failedCallback,userContext); },
getImageGalleryEditHTML:function(imageID,galleryID,succeededCallback, failedCallback, userContext) {
return this._invoke(AllianceWebService.get_path(), 'getImageGalleryEditHTML',false,{imageID:imageID,galleryID:galleryID},succeededCallback,failedCallback,userContext); },
saveCaption:function(imageID,galleryID,newCaption,succeededCallback, failedCallback, userContext) {
return this._invoke(AllianceWebService.get_path(), 'saveCaption',false,{imageID:imageID,galleryID:galleryID,newCaption:newCaption},succeededCallback,failedCallback,userContext); },
checkCustomerLogin:function(userName,password,succeededCallback, failedCallback, userContext) {
return this._invoke(AllianceWebService.get_path(), 'checkCustomerLogin',false,{userName:userName,password:password},succeededCallback,failedCallback,userContext); },
getServiceCategoryHTML:function(categoryID,succeededCallback, failedCallback, userContext) {
return this._invoke(AllianceWebService.get_path(), 'getServiceCategoryHTML',false,{categoryID:categoryID},succeededCallback,failedCallback,userContext); },
getServiceHTML:function(servID,succeededCallback, failedCallback, userContext) {
return this._invoke(AllianceWebService.get_path(), 'getServiceHTML',false,{servID:servID},succeededCallback,failedCallback,userContext); },
getTestimony:function(succeededCallback, failedCallback, userContext) {
return this._invoke(AllianceWebService.get_path(), 'getTestimony',false,{},succeededCallback,failedCallback,userContext); },
GetSlides:function(succeededCallback, failedCallback, userContext) {
return this._invoke(AllianceWebService.get_path(), 'GetSlides',false,{},succeededCallback,failedCallback,userContext); }}
AllianceWebService.registerClass('AllianceWebService',Sys.Net.WebServiceProxy);
AllianceWebService._staticInstance = new AllianceWebService();
AllianceWebService.set_path = function(value) { AllianceWebService._staticInstance._path = value; }
AllianceWebService.get_path = function() { return AllianceWebService._staticInstance._path; }
AllianceWebService.set_timeout = function(value) { AllianceWebService._staticInstance._timeout = value; }
AllianceWebService.get_timeout = function() { return AllianceWebService._staticInstance._timeout; }
AllianceWebService.set_defaultUserContext = function(value) { AllianceWebService._staticInstance._userContext = value; }
AllianceWebService.get_defaultUserContext = function() { return AllianceWebService._staticInstance._userContext; }
AllianceWebService.set_defaultSucceededCallback = function(value) { AllianceWebService._staticInstance._succeeded = value; }
AllianceWebService.get_defaultSucceededCallback = function() { return AllianceWebService._staticInstance._succeeded; }
AllianceWebService.set_defaultFailedCallback = function(value) { AllianceWebService._staticInstance._failed = value; }
AllianceWebService.get_defaultFailedCallback = function() { return AllianceWebService._staticInstance._failed; }
AllianceWebService.set_path("/AllianceWebService.asmx");
AllianceWebService.getImageGalleryPopupHTML= function(imageID,galleryID,onSuccess,onFailed,userContext) {AllianceWebService._staticInstance.getImageGalleryPopupHTML(imageID,galleryID,onSuccess,onFailed,userContext); }
AllianceWebService.getImageGalleryEditHTML= function(imageID,galleryID,onSuccess,onFailed,userContext) {AllianceWebService._staticInstance.getImageGalleryEditHTML(imageID,galleryID,onSuccess,onFailed,userContext); }
AllianceWebService.saveCaption= function(imageID,galleryID,newCaption,onSuccess,onFailed,userContext) {AllianceWebService._staticInstance.saveCaption(imageID,galleryID,newCaption,onSuccess,onFailed,userContext); }
AllianceWebService.checkCustomerLogin= function(userName,password,onSuccess,onFailed,userContext) {AllianceWebService._staticInstance.checkCustomerLogin(userName,password,onSuccess,onFailed,userContext); }
AllianceWebService.getServiceCategoryHTML= function(categoryID,onSuccess,onFailed,userContext) {AllianceWebService._staticInstance.getServiceCategoryHTML(categoryID,onSuccess,onFailed,userContext); }
AllianceWebService.getServiceHTML= function(servID,onSuccess,onFailed,userContext) {AllianceWebService._staticInstance.getServiceHTML(servID,onSuccess,onFailed,userContext); }
AllianceWebService.getTestimony= function(onSuccess,onFailed,userContext) {AllianceWebService._staticInstance.getTestimony(onSuccess,onFailed,userContext); }
AllianceWebService.GetSlides= function(onSuccess,onFailed,userContext) {AllianceWebService._staticInstance.GetSlides(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.Slide) === 'undefined') {
AjaxControlToolkit.Slide=gtc("AjaxControlToolkit.Slide");
AjaxControlToolkit.Slide.registerClass('AjaxControlToolkit.Slide');
}
