Type.registerNamespace('EditEnabledControls.InPlaceEdit');
EditEnabledControls.InPlaceEdit.EditPanelHandler=function() {
EditEnabledControls.InPlaceEdit.EditPanelHandler.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EditEnabledControls.InPlaceEdit.EditPanelHandler.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.get_path();},
ShowEditControl:function(ProcessingExtenderID,contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="ProcessingExtenderID" type="String">System.String</param>
/// <param name="contextKey" type="String">System.String</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(), 'ShowEditControl',false,{ProcessingExtenderID:ProcessingExtenderID,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
SaveShowEditControl:function(PersistID,HeaderID,Content,ContentLanguage,UrlPath,succeededCallback, failedCallback, userContext) {
/// <param name="PersistID" type="String">System.String</param>
/// <param name="HeaderID" type="String">System.String</param>
/// <param name="Content" type="String">System.String</param>
/// <param name="ContentLanguage" type="String">System.String</param>
/// <param name="UrlPath" type="String">System.String</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(), 'SaveShowEditControl',false,{PersistID:PersistID,HeaderID:HeaderID,Content:Content,ContentLanguage:ContentLanguage,UrlPath:UrlPath},succeededCallback,failedCallback,userContext); },
LoadShowEditControl:function(PersistID,HeadingID,ContentLanguage,UrlPath,succeededCallback, failedCallback, userContext) {
/// <param name="PersistID" type="String">System.String</param>
/// <param name="HeadingID" type="String">System.String</param>
/// <param name="ContentLanguage" type="String">System.String</param>
/// <param name="UrlPath" type="String">System.String</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(), 'LoadShowEditControl',false,{PersistID:PersistID,HeadingID:HeadingID,ContentLanguage:ContentLanguage,UrlPath:UrlPath},succeededCallback,failedCallback,userContext); },
fillMenu:function(contentTypeUid,succeededCallback, failedCallback, userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</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(), 'fillMenu',false,{contentTypeUid:contentTypeUid},succeededCallback,failedCallback,userContext); },
fillSubMenu:function(contentTypeUid,key,succeededCallback, failedCallback, userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="key" type="String">System.String</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(), 'fillSubMenu',false,{contentTypeUid:contentTypeUid,key:key},succeededCallback,failedCallback,userContext); },
addMenu:function(contentTypeUid,id,order,succeededCallback, failedCallback, userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="id" type="String">System.String</param>
/// <param name="order" type="Number">System.Int16</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(), 'addMenu',false,{contentTypeUid:contentTypeUid,id:id,order:order},succeededCallback,failedCallback,userContext); },
addSubMenu:function(contentTypeUid,menu_uid,submenu_id,submenu_order,succeededCallback, failedCallback, userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="menu_uid" type="String">System.String</param>
/// <param name="submenu_id" type="String">System.String</param>
/// <param name="submenu_order" type="Number">System.Int16</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(), 'addSubMenu',false,{contentTypeUid:contentTypeUid,menu_uid:menu_uid,submenu_id:submenu_id,submenu_order:submenu_order},succeededCallback,failedCallback,userContext); },
removeMenu:function(contentTypeUid,uid,succeededCallback, failedCallback, userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="uid" type="String">System.String</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(), 'removeMenu',false,{contentTypeUid:contentTypeUid,uid:uid},succeededCallback,failedCallback,userContext); },
removeSubMenu:function(contentTypeUid,uid,succeededCallback, failedCallback, userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="uid" type="String">System.String</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(), 'removeSubMenu',false,{contentTypeUid:contentTypeUid,uid:uid},succeededCallback,failedCallback,userContext); }}
EditEnabledControls.InPlaceEdit.EditPanelHandler.registerClass('EditEnabledControls.InPlaceEdit.EditPanelHandler',Sys.Net.WebServiceProxy);
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance = new EditEnabledControls.InPlaceEdit.EditPanelHandler();
EditEnabledControls.InPlaceEdit.EditPanelHandler.set_path = function(value) {
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.set_path(value); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.get_path();}
EditEnabledControls.InPlaceEdit.EditPanelHandler.set_timeout = function(value) {
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.set_timeout(value); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.get_timeout(); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.set_defaultUserContext = function(value) { 
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.set_defaultUserContext(value); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.get_defaultUserContext(); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.set_defaultSucceededCallback = function(value) { 
 EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.set_defaultSucceededCallback(value); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.get_defaultSucceededCallback(); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.set_defaultFailedCallback = function(value) { 
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.set_defaultFailedCallback(value); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.get_defaultFailedCallback(); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.set_enableJsonp = function(value) { EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.set_enableJsonp(value); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.get_enableJsonp(); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.set_jsonpCallbackParameter = function(value) { EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.set_jsonpCallbackParameter(value); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.get_jsonpCallbackParameter(); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.set_path("/EditPanelHandler.asmx");
EditEnabledControls.InPlaceEdit.EditPanelHandler.ShowEditControl= function(ProcessingExtenderID,contextKey,onSuccess,onFailed,userContext) {
/// <param name="ProcessingExtenderID" type="String">System.String</param>
/// <param name="contextKey" type="String">System.String</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.ShowEditControl(ProcessingExtenderID,contextKey,onSuccess,onFailed,userContext); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.SaveShowEditControl= function(PersistID,HeaderID,Content,ContentLanguage,UrlPath,onSuccess,onFailed,userContext) {
/// <param name="PersistID" type="String">System.String</param>
/// <param name="HeaderID" type="String">System.String</param>
/// <param name="Content" type="String">System.String</param>
/// <param name="ContentLanguage" type="String">System.String</param>
/// <param name="UrlPath" type="String">System.String</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.SaveShowEditControl(PersistID,HeaderID,Content,ContentLanguage,UrlPath,onSuccess,onFailed,userContext); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.LoadShowEditControl= function(PersistID,HeadingID,ContentLanguage,UrlPath,onSuccess,onFailed,userContext) {
/// <param name="PersistID" type="String">System.String</param>
/// <param name="HeadingID" type="String">System.String</param>
/// <param name="ContentLanguage" type="String">System.String</param>
/// <param name="UrlPath" type="String">System.String</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.LoadShowEditControl(PersistID,HeadingID,ContentLanguage,UrlPath,onSuccess,onFailed,userContext); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.fillMenu= function(contentTypeUid,onSuccess,onFailed,userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.fillMenu(contentTypeUid,onSuccess,onFailed,userContext); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.fillSubMenu= function(contentTypeUid,key,onSuccess,onFailed,userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="key" type="String">System.String</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.fillSubMenu(contentTypeUid,key,onSuccess,onFailed,userContext); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.addMenu= function(contentTypeUid,id,order,onSuccess,onFailed,userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="id" type="String">System.String</param>
/// <param name="order" type="Number">System.Int16</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.addMenu(contentTypeUid,id,order,onSuccess,onFailed,userContext); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.addSubMenu= function(contentTypeUid,menu_uid,submenu_id,submenu_order,onSuccess,onFailed,userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="menu_uid" type="String">System.String</param>
/// <param name="submenu_id" type="String">System.String</param>
/// <param name="submenu_order" type="Number">System.Int16</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.addSubMenu(contentTypeUid,menu_uid,submenu_id,submenu_order,onSuccess,onFailed,userContext); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.removeMenu= function(contentTypeUid,uid,onSuccess,onFailed,userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="uid" type="String">System.String</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.removeMenu(contentTypeUid,uid,onSuccess,onFailed,userContext); }
EditEnabledControls.InPlaceEdit.EditPanelHandler.removeSubMenu= function(contentTypeUid,uid,onSuccess,onFailed,userContext) {
/// <param name="contentTypeUid" type="String">System.Guid</param>
/// <param name="uid" type="String">System.String</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>
EditEnabledControls.InPlaceEdit.EditPanelHandler._staticInstance.removeSubMenu(contentTypeUid,uid,onSuccess,onFailed,userContext); }

