Type.registerNamespace('DAGSystem.Showcase.Web.UI');
DAGSystem.Showcase.Web.UI.AppMenuService=function() {
DAGSystem.Showcase.Web.UI.AppMenuService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DAGSystem.Showcase.Web.UI.AppMenuService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.get_path();},
GetAllMediaPhotos:function(propertyId,cultureId,typeId,succeededCallback, failedCallback, userContext) {
/// <param name="propertyId" type="Number">System.Int32</param>
/// <param name="cultureId" type="Number">System.Int32</param>
/// <param name="typeId" 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(), 'GetAllMediaPhotos',false,{propertyId:propertyId,cultureId:cultureId,typeId:typeId},succeededCallback,failedCallback,userContext); },
GetAllApplications:function(cultureId,succeededCallback, failedCallback, userContext) {
/// <param name="cultureId" 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(), 'GetAllApplications',false,{cultureId:cultureId},succeededCallback,failedCallback,userContext); },
changeSlideShowSource:function(applicationId,cultureId,succeededCallback, failedCallback, userContext) {
/// <param name="applicationId" type="Number">System.Int32</param>
/// <param name="cultureId" 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(), 'changeSlideShowSource',false,{applicationId:applicationId,cultureId:cultureId},succeededCallback,failedCallback,userContext); }}
DAGSystem.Showcase.Web.UI.AppMenuService.registerClass('DAGSystem.Showcase.Web.UI.AppMenuService',Sys.Net.WebServiceProxy);
DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance = new DAGSystem.Showcase.Web.UI.AppMenuService();
DAGSystem.Showcase.Web.UI.AppMenuService.set_path = function(value) {
DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.set_path(value); }
DAGSystem.Showcase.Web.UI.AppMenuService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.get_path();}
DAGSystem.Showcase.Web.UI.AppMenuService.set_timeout = function(value) {
DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.set_timeout(value); }
DAGSystem.Showcase.Web.UI.AppMenuService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.get_timeout(); }
DAGSystem.Showcase.Web.UI.AppMenuService.set_defaultUserContext = function(value) { 
DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.set_defaultUserContext(value); }
DAGSystem.Showcase.Web.UI.AppMenuService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.get_defaultUserContext(); }
DAGSystem.Showcase.Web.UI.AppMenuService.set_defaultSucceededCallback = function(value) { 
 DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.set_defaultSucceededCallback(value); }
DAGSystem.Showcase.Web.UI.AppMenuService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.get_defaultSucceededCallback(); }
DAGSystem.Showcase.Web.UI.AppMenuService.set_defaultFailedCallback = function(value) { 
DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.set_defaultFailedCallback(value); }
DAGSystem.Showcase.Web.UI.AppMenuService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.get_defaultFailedCallback(); }
DAGSystem.Showcase.Web.UI.AppMenuService.set_path("/AppMenuService.asmx");
DAGSystem.Showcase.Web.UI.AppMenuService.GetAllMediaPhotos= function(propertyId,cultureId,typeId,onSuccess,onFailed,userContext) {
/// <param name="propertyId" type="Number">System.Int32</param>
/// <param name="cultureId" type="Number">System.Int32</param>
/// <param name="typeId" 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>
DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.GetAllMediaPhotos(propertyId,cultureId,typeId,onSuccess,onFailed,userContext); }
DAGSystem.Showcase.Web.UI.AppMenuService.GetAllApplications= function(cultureId,onSuccess,onFailed,userContext) {
/// <param name="cultureId" 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>
DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.GetAllApplications(cultureId,onSuccess,onFailed,userContext); }
DAGSystem.Showcase.Web.UI.AppMenuService.changeSlideShowSource= function(applicationId,cultureId,onSuccess,onFailed,userContext) {
/// <param name="applicationId" type="Number">System.Int32</param>
/// <param name="cultureId" 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>
DAGSystem.Showcase.Web.UI.AppMenuService._staticInstance.changeSlideShowSource(applicationId,cultureId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('DAGSystem.Showcase.BussinessEntities');
if (typeof(DAGSystem.Showcase.BussinessEntities.MediaEntity) === 'undefined') {
DAGSystem.Showcase.BussinessEntities.MediaEntity=gtc("DAGSystem.Showcase.BussinessEntities.MediaEntity");
DAGSystem.Showcase.BussinessEntities.MediaEntity.registerClass('DAGSystem.Showcase.BussinessEntities.MediaEntity');
}
if (typeof(DAGSystem.Showcase.BussinessEntities.ApplicationEntity) === 'undefined') {
DAGSystem.Showcase.BussinessEntities.ApplicationEntity=gtc("DAGSystem.Showcase.BussinessEntities.ApplicationEntity");
DAGSystem.Showcase.BussinessEntities.ApplicationEntity.registerClass('DAGSystem.Showcase.BussinessEntities.ApplicationEntity');
}
