var wsMoreThanRewards=function() {
wsMoreThanRewards.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsMoreThanRewards.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wsMoreThanRewards._staticInstance.get_path();},
GetToolbarHTML:function(iStoreID,succeededCallback, failedCallback, userContext) {
/// <param name="iStoreID" 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(), 'GetToolbarHTML',false,{iStoreID:iStoreID},succeededCallback,failedCallback,userContext); },
jsCheckAvailabilityOfDateTimeForJeff:function(sDate,sTime,iTimeZoneOffset,succeededCallback, failedCallback, userContext) {
/// <param name="sDate" type="String">System.String</param>
/// <param name="sTime" type="String">System.String</param>
/// <param name="iTimeZoneOffset" 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(), 'jsCheckAvailabilityOfDateTimeForJeff',false,{sDate:sDate,sTime:sTime,iTimeZoneOffset:iTimeZoneOffset},succeededCallback,failedCallback,userContext); }}
wsMoreThanRewards.registerClass('wsMoreThanRewards',Sys.Net.WebServiceProxy);
wsMoreThanRewards._staticInstance = new wsMoreThanRewards();
wsMoreThanRewards.set_path = function(value) {
wsMoreThanRewards._staticInstance.set_path(value); }
wsMoreThanRewards.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return wsMoreThanRewards._staticInstance.get_path();}
wsMoreThanRewards.set_timeout = function(value) {
wsMoreThanRewards._staticInstance.set_timeout(value); }
wsMoreThanRewards.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return wsMoreThanRewards._staticInstance.get_timeout(); }
wsMoreThanRewards.set_defaultUserContext = function(value) { 
wsMoreThanRewards._staticInstance.set_defaultUserContext(value); }
wsMoreThanRewards.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return wsMoreThanRewards._staticInstance.get_defaultUserContext(); }
wsMoreThanRewards.set_defaultSucceededCallback = function(value) { 
 wsMoreThanRewards._staticInstance.set_defaultSucceededCallback(value); }
wsMoreThanRewards.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return wsMoreThanRewards._staticInstance.get_defaultSucceededCallback(); }
wsMoreThanRewards.set_defaultFailedCallback = function(value) { 
wsMoreThanRewards._staticInstance.set_defaultFailedCallback(value); }
wsMoreThanRewards.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return wsMoreThanRewards._staticInstance.get_defaultFailedCallback(); }
wsMoreThanRewards.set_enableJsonp = function(value) { wsMoreThanRewards._staticInstance.set_enableJsonp(value); }
wsMoreThanRewards.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return wsMoreThanRewards._staticInstance.get_enableJsonp(); }
wsMoreThanRewards.set_jsonpCallbackParameter = function(value) { wsMoreThanRewards._staticInstance.set_jsonpCallbackParameter(value); }
wsMoreThanRewards.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return wsMoreThanRewards._staticInstance.get_jsonpCallbackParameter(); }
wsMoreThanRewards.set_path("/wsMoreThanRewards.asmx");
wsMoreThanRewards.GetToolbarHTML= function(iStoreID,onSuccess,onFailed,userContext) {
/// <param name="iStoreID" 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>
wsMoreThanRewards._staticInstance.GetToolbarHTML(iStoreID,onSuccess,onFailed,userContext); }
wsMoreThanRewards.jsCheckAvailabilityOfDateTimeForJeff= function(sDate,sTime,iTimeZoneOffset,onSuccess,onFailed,userContext) {
/// <param name="sDate" type="String">System.String</param>
/// <param name="sTime" type="String">System.String</param>
/// <param name="iTimeZoneOffset" 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>
wsMoreThanRewards._staticInstance.jsCheckAvailabilityOfDateTimeForJeff(sDate,sTime,iTimeZoneOffset,onSuccess,onFailed,userContext); }
