Type.registerNamespace('GeneralMills.BettyCrocker');
GeneralMills.BettyCrocker.LatestContent=function() {
GeneralMills.BettyCrocker.LatestContent.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GeneralMills.BettyCrocker.LatestContent.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return GeneralMills.BettyCrocker.LatestContent._staticInstance.get_path();},
GetNewestCouponsPanel:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewestCouponsPanel',false,{},succeededCallback,failedCallback,userContext); },
GetNewestPromotionsPanel:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewestPromotionsPanel',false,{},succeededCallback,failedCallback,userContext); },
GetNewestArticlesPanel:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewestArticlesPanel',false,{},succeededCallback,failedCallback,userContext); },
GetNewestRecipesPanel:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewestRecipesPanel',false,{},succeededCallback,failedCallback,userContext); }}
GeneralMills.BettyCrocker.LatestContent.registerClass('GeneralMills.BettyCrocker.LatestContent',Sys.Net.WebServiceProxy);
GeneralMills.BettyCrocker.LatestContent._staticInstance = new GeneralMills.BettyCrocker.LatestContent();
GeneralMills.BettyCrocker.LatestContent.set_path = function(value) { GeneralMills.BettyCrocker.LatestContent._staticInstance.set_path(value); }
GeneralMills.BettyCrocker.LatestContent.get_path = function() { return GeneralMills.BettyCrocker.LatestContent._staticInstance.get_path(); }
GeneralMills.BettyCrocker.LatestContent.set_timeout = function(value) { GeneralMills.BettyCrocker.LatestContent._staticInstance.set_timeout(value); }
GeneralMills.BettyCrocker.LatestContent.get_timeout = function() { return GeneralMills.BettyCrocker.LatestContent._staticInstance.get_timeout(); }
GeneralMills.BettyCrocker.LatestContent.set_defaultUserContext = function(value) { GeneralMills.BettyCrocker.LatestContent._staticInstance.set_defaultUserContext(value); }
GeneralMills.BettyCrocker.LatestContent.get_defaultUserContext = function() { return GeneralMills.BettyCrocker.LatestContent._staticInstance.get_defaultUserContext(); }
GeneralMills.BettyCrocker.LatestContent.set_defaultSucceededCallback = function(value) { GeneralMills.BettyCrocker.LatestContent._staticInstance.set_defaultSucceededCallback(value); }
GeneralMills.BettyCrocker.LatestContent.get_defaultSucceededCallback = function() { return GeneralMills.BettyCrocker.LatestContent._staticInstance.get_defaultSucceededCallback(); }
GeneralMills.BettyCrocker.LatestContent.set_defaultFailedCallback = function(value) { GeneralMills.BettyCrocker.LatestContent._staticInstance.set_defaultFailedCallback(value); }
GeneralMills.BettyCrocker.LatestContent.get_defaultFailedCallback = function() { return GeneralMills.BettyCrocker.LatestContent._staticInstance.get_defaultFailedCallback(); }
GeneralMills.BettyCrocker.LatestContent.set_path("/layouts/content/latestcontent.asmx");
GeneralMills.BettyCrocker.LatestContent.GetNewestCouponsPanel= function(onSuccess,onFailed,userContext) {GeneralMills.BettyCrocker.LatestContent._staticInstance.GetNewestCouponsPanel(onSuccess,onFailed,userContext); }
GeneralMills.BettyCrocker.LatestContent.GetNewestPromotionsPanel= function(onSuccess,onFailed,userContext) {GeneralMills.BettyCrocker.LatestContent._staticInstance.GetNewestPromotionsPanel(onSuccess,onFailed,userContext); }
GeneralMills.BettyCrocker.LatestContent.GetNewestArticlesPanel= function(onSuccess,onFailed,userContext) {GeneralMills.BettyCrocker.LatestContent._staticInstance.GetNewestArticlesPanel(onSuccess,onFailed,userContext); }
GeneralMills.BettyCrocker.LatestContent.GetNewestRecipesPanel= function(onSuccess,onFailed,userContext) {GeneralMills.BettyCrocker.LatestContent._staticInstance.GetNewestRecipesPanel(onSuccess,onFailed,userContext); }

