C# Class Core.Web.Controllers.T4MVC_PagesController

Inheritance: Core.Web.Controllers.PagesController
Mostrar archivo Open project: coreframework/Core-Framework

Public Methods

Method Description
AddWidget ( long pageId, long widgetId ) : System.Web.Mvc.ActionResult
ApplyPagePermissions ( Core model ) : System.Web.Mvc.ActionResult
ApplyWidgetPermissions ( Core model ) : System.Web.Mvc.ActionResult
ChangeLanguage ( long pageId, string culture ) : System.Web.Mvc.ActionResult
ChangeLayout ( long pageId, long layoutTemplateId ) : System.Web.Mvc.ActionResult
ChangePageMode ( Core pageMode ) : System.Web.Mvc.ActionResult
CreateNewPage ( long parentPageId ) : System.Web.Mvc.ActionResult
Index ( Core currentPage ) : System.Web.Mvc.ActionResult
RefreshWidget ( long pageWidgetId ) : System.Web.Mvc.ActionResult
RemovePage ( long pageId ) : System.Web.Mvc.ActionResult
RemovePageWidget ( long pageWidgetId ) : System.Web.Mvc.ActionResult
SavePageCommonSettings ( Core model ) : System.Web.Mvc.ActionResult
Show ( string url ) : System.Web.Mvc.ActionResult
ShowAvailableWidgets ( long pageId, bool isTemplate ) : System.Web.Mvc.ActionResult
ShowChangeLayoutForm ( long pageId ) : System.Web.Mvc.ActionResult
ShowLayoutSettingsForm ( long pageId ) : System.Web.Mvc.ActionResult
ShowPageCSS ( long pageId ) : System.Web.Mvc.ActionResult
ShowPageCommonSettings ( long pageId ) : System.Web.Mvc.ActionResult
ShowPageLookAndFeel ( long pageId ) : System.Web.Mvc.ActionResult
ShowPagePermissions ( long pageId ) : System.Web.Mvc.ActionResult
ShowSettings ( long pageWidgetId ) : System.Web.Mvc.ActionResult
ShowWidgetCSS ( long pageWidgetId ) : System.Web.Mvc.ActionResult
ShowWidgetLookAndFeel ( long pageWidgetId ) : System.Web.Mvc.ActionResult
ShowWidgetPermissions ( long pageWidgetId ) : System.Web.Mvc.ActionResult
T4MVC_PagesController ( ) : System
Unlink ( long pageId ) : System.Web.Mvc.ActionResult
UpdateLayoutSettingsForm ( Core layoutSettings ) : System.Web.Mvc.ActionResult
UpdatePageCSS ( Core model ) : System.Web.Mvc.ActionResult
UpdatePageCommonSettings ( Core model ) : System.Web.Mvc.ActionResult
UpdatePageLookAndFeel ( Core model ) : System.Web.Mvc.ActionResult
UpdatePagePosition ( long pageId, int orderNumber ) : System.Web.Mvc.ActionResult
UpdatePageWidgetInstance ( long pageWidgetId, long instanceId ) : System.Web.Mvc.ActionResult
UpdateWidgetCSS ( Core model ) : System.Web.Mvc.ActionResult
UpdateWidgetLookAndFeel ( Core model ) : System.Web.Mvc.ActionResult
UpdateWidgetsPositions ( long widgetId, int pageSection, int columnNumber, int orderNumber ) : System.Web.Mvc.ActionResult

Method Details

AddWidget() public method

public AddWidget ( long pageId, long widgetId ) : System.Web.Mvc.ActionResult
pageId long
widgetId long
return System.Web.Mvc.ActionResult

ApplyPagePermissions() public method

public ApplyPagePermissions ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

ApplyWidgetPermissions() public method

public ApplyWidgetPermissions ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

ChangeLanguage() public method

public ChangeLanguage ( long pageId, string culture ) : System.Web.Mvc.ActionResult
pageId long
culture string
return System.Web.Mvc.ActionResult

ChangeLayout() public method

public ChangeLayout ( long pageId, long layoutTemplateId ) : System.Web.Mvc.ActionResult
pageId long
layoutTemplateId long
return System.Web.Mvc.ActionResult

ChangePageMode() public method

public ChangePageMode ( Core pageMode ) : System.Web.Mvc.ActionResult
pageMode Core
return System.Web.Mvc.ActionResult

CreateNewPage() public method

public CreateNewPage ( long parentPageId ) : System.Web.Mvc.ActionResult
parentPageId long
return System.Web.Mvc.ActionResult

Index() public method

public Index ( Core currentPage ) : System.Web.Mvc.ActionResult
currentPage Core
return System.Web.Mvc.ActionResult

RefreshWidget() public method

public RefreshWidget ( long pageWidgetId ) : System.Web.Mvc.ActionResult
pageWidgetId long
return System.Web.Mvc.ActionResult

RemovePage() public method

public RemovePage ( long pageId ) : System.Web.Mvc.ActionResult
pageId long
return System.Web.Mvc.ActionResult

RemovePageWidget() public method

public RemovePageWidget ( long pageWidgetId ) : System.Web.Mvc.ActionResult
pageWidgetId long
return System.Web.Mvc.ActionResult

SavePageCommonSettings() public method

public SavePageCommonSettings ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

Show() public method

public Show ( string url ) : System.Web.Mvc.ActionResult
url string
return System.Web.Mvc.ActionResult

ShowAvailableWidgets() public method

public ShowAvailableWidgets ( long pageId, bool isTemplate ) : System.Web.Mvc.ActionResult
pageId long
isTemplate bool
return System.Web.Mvc.ActionResult

ShowChangeLayoutForm() public method

public ShowChangeLayoutForm ( long pageId ) : System.Web.Mvc.ActionResult
pageId long
return System.Web.Mvc.ActionResult

ShowLayoutSettingsForm() public method

public ShowLayoutSettingsForm ( long pageId ) : System.Web.Mvc.ActionResult
pageId long
return System.Web.Mvc.ActionResult

ShowPageCSS() public method

public ShowPageCSS ( long pageId ) : System.Web.Mvc.ActionResult
pageId long
return System.Web.Mvc.ActionResult

ShowPageCommonSettings() public method

public ShowPageCommonSettings ( long pageId ) : System.Web.Mvc.ActionResult
pageId long
return System.Web.Mvc.ActionResult

ShowPageLookAndFeel() public method

public ShowPageLookAndFeel ( long pageId ) : System.Web.Mvc.ActionResult
pageId long
return System.Web.Mvc.ActionResult

ShowPagePermissions() public method

public ShowPagePermissions ( long pageId ) : System.Web.Mvc.ActionResult
pageId long
return System.Web.Mvc.ActionResult

ShowSettings() public method

public ShowSettings ( long pageWidgetId ) : System.Web.Mvc.ActionResult
pageWidgetId long
return System.Web.Mvc.ActionResult

ShowWidgetCSS() public method

public ShowWidgetCSS ( long pageWidgetId ) : System.Web.Mvc.ActionResult
pageWidgetId long
return System.Web.Mvc.ActionResult

ShowWidgetLookAndFeel() public method

public ShowWidgetLookAndFeel ( long pageWidgetId ) : System.Web.Mvc.ActionResult
pageWidgetId long
return System.Web.Mvc.ActionResult

ShowWidgetPermissions() public method

public ShowWidgetPermissions ( long pageWidgetId ) : System.Web.Mvc.ActionResult
pageWidgetId long
return System.Web.Mvc.ActionResult

T4MVC_PagesController() public method

public T4MVC_PagesController ( ) : System
return System

Unlink() public method

public Unlink ( long pageId ) : System.Web.Mvc.ActionResult
pageId long
return System.Web.Mvc.ActionResult

UpdateLayoutSettingsForm() public method

public UpdateLayoutSettingsForm ( Core layoutSettings ) : System.Web.Mvc.ActionResult
layoutSettings Core
return System.Web.Mvc.ActionResult

UpdatePageCSS() public method

public UpdatePageCSS ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

UpdatePageCommonSettings() public method

public UpdatePageCommonSettings ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

UpdatePageLookAndFeel() public method

public UpdatePageLookAndFeel ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

UpdatePagePosition() public method

public UpdatePagePosition ( long pageId, int orderNumber ) : System.Web.Mvc.ActionResult
pageId long
orderNumber int
return System.Web.Mvc.ActionResult

UpdatePageWidgetInstance() public method

public UpdatePageWidgetInstance ( long pageWidgetId, long instanceId ) : System.Web.Mvc.ActionResult
pageWidgetId long
instanceId long
return System.Web.Mvc.ActionResult

UpdateWidgetCSS() public method

public UpdateWidgetCSS ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

UpdateWidgetLookAndFeel() public method

public UpdateWidgetLookAndFeel ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

UpdateWidgetsPositions() public method

public UpdateWidgetsPositions ( long widgetId, int pageSection, int columnNumber, int orderNumber ) : System.Web.Mvc.ActionResult
widgetId long
pageSection int
columnNumber int
orderNumber int
return System.Web.Mvc.ActionResult