Type.registerNamespace('Emap.BOL');
Emap.BOL.FHMGeneral=function() {
Emap.BOL.FHMGeneral.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Emap.BOL.FHMGeneral.prototype={
ValidateEmail:function(strEmail,checkExisting,succeededCallback, failedCallback, userContext) {
return this._invoke(Emap.BOL.FHMGeneral.get_path(), 'ValidateEmail',false,{strEmail:strEmail,checkExisting:checkExisting},succeededCallback,failedCallback,userContext); },
ValidateUsername:function(strUserName,succeededCallback, failedCallback, userContext) {
return this._invoke(Emap.BOL.FHMGeneral.get_path(), 'ValidateUsername',false,{strUserName:strUserName},succeededCallback,failedCallback,userContext); },
GetCovergirls:function(alphaChar,succeededCallback, failedCallback, userContext) {
return this._invoke(Emap.BOL.FHMGeneral.get_path(), 'GetCovergirls',false,{alphaChar:alphaChar},succeededCallback,failedCallback,userContext); },
GetCategoryPlaylists:function(categoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(Emap.BOL.FHMGeneral.get_path(), 'GetCategoryPlaylists',false,{categoryId:categoryId},succeededCallback,failedCallback,userContext); },
UpdateEmailAlert:function(alertId,toEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(Emap.BOL.FHMGeneral.get_path(), 'UpdateEmailAlert',false,{alertId:alertId,toEmail:toEmail},succeededCallback,failedCallback,userContext); }}
Emap.BOL.FHMGeneral.registerClass('Emap.BOL.FHMGeneral',Sys.Net.WebServiceProxy);
Emap.BOL.FHMGeneral._staticInstance = new Emap.BOL.FHMGeneral();
Emap.BOL.FHMGeneral.set_path = function(value) { Emap.BOL.FHMGeneral._staticInstance._path = value; }
Emap.BOL.FHMGeneral.get_path = function() { return Emap.BOL.FHMGeneral._staticInstance._path; }
Emap.BOL.FHMGeneral.set_timeout = function(value) { Emap.BOL.FHMGeneral._staticInstance._timeout = value; }
Emap.BOL.FHMGeneral.get_timeout = function() { return Emap.BOL.FHMGeneral._staticInstance._timeout; }
Emap.BOL.FHMGeneral.set_defaultUserContext = function(value) { Emap.BOL.FHMGeneral._staticInstance._userContext = value; }
Emap.BOL.FHMGeneral.get_defaultUserContext = function() { return Emap.BOL.FHMGeneral._staticInstance._userContext; }
Emap.BOL.FHMGeneral.set_defaultSucceededCallback = function(value) { Emap.BOL.FHMGeneral._staticInstance._succeeded = value; }
Emap.BOL.FHMGeneral.get_defaultSucceededCallback = function() { return Emap.BOL.FHMGeneral._staticInstance._succeeded; }
Emap.BOL.FHMGeneral.set_defaultFailedCallback = function(value) { Emap.BOL.FHMGeneral._staticInstance._failed = value; }
Emap.BOL.FHMGeneral.get_defaultFailedCallback = function() { return Emap.BOL.FHMGeneral._staticInstance._failed; }
Emap.BOL.FHMGeneral.set_path("/Site/WebServices/FHMGeneral.asmx");
Emap.BOL.FHMGeneral.ValidateEmail= function(strEmail,checkExisting,onSuccess,onFailed,userContext) {Emap.BOL.FHMGeneral._staticInstance.ValidateEmail(strEmail,checkExisting,onSuccess,onFailed,userContext); }
Emap.BOL.FHMGeneral.ValidateUsername= function(strUserName,onSuccess,onFailed,userContext) {Emap.BOL.FHMGeneral._staticInstance.ValidateUsername(strUserName,onSuccess,onFailed,userContext); }
Emap.BOL.FHMGeneral.GetCovergirls= function(alphaChar,onSuccess,onFailed,userContext) {Emap.BOL.FHMGeneral._staticInstance.GetCovergirls(alphaChar,onSuccess,onFailed,userContext); }
Emap.BOL.FHMGeneral.GetCategoryPlaylists= function(categoryId,onSuccess,onFailed,userContext) {Emap.BOL.FHMGeneral._staticInstance.GetCategoryPlaylists(categoryId,onSuccess,onFailed,userContext); }
Emap.BOL.FHMGeneral.UpdateEmailAlert= function(alertId,toEmail,onSuccess,onFailed,userContext) {Emap.BOL.FHMGeneral._staticInstance.UpdateEmailAlert(alertId,toEmail,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Emap.BOL.Concrete');
if (typeof(Emap.BOL.Concrete.conPlaylist) === 'undefined') {
Emap.BOL.Concrete.conPlaylist=gtc("Emap.BOL.Concrete.conPlaylist");
Emap.BOL.Concrete.conPlaylist.registerClass('Emap.BOL.Concrete.conPlaylist');
}
