C# Class Orchard.Themes.Controllers.AdminController

Inheritance: Controller
Mostra file Open project: ucdavis/Orchard

Public Methods

Method Description
AdminController ( IEnumerable extensionDisplayEventHandlers, IOrchardServices services, IDataMigrationManager dataMigraitonManager, IFeatureManager featureManager, ISiteThemeService siteThemeService, IExtensionManager extensionManager, ShellDescriptor shellDescriptor, IPreviewTheme previewTheme, IThemeService themeService, IReportsCoordinator reportsCoordinator, ShellSettings shellSettings ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Activate ( string themeId ) : System.Web.Mvc.ActionResult
ApplyPreview ( string themeId, string returnUrl ) : System.Web.Mvc.ActionResult
CancelPreview ( string returnUrl ) : System.Web.Mvc.ActionResult
Disable ( string themeId ) : System.Web.Mvc.ActionResult
Enable ( string themeId ) : System.Web.Mvc.ActionResult
Preview ( string themeId, string returnUrl ) : System.Web.Mvc.ActionResult
Update ( string themeId ) : System.Web.Mvc.ActionResult

Method Details

AdminController() public method

public AdminController ( IEnumerable extensionDisplayEventHandlers, IOrchardServices services, IDataMigrationManager dataMigraitonManager, IFeatureManager featureManager, ISiteThemeService siteThemeService, IExtensionManager extensionManager, ShellDescriptor shellDescriptor, IPreviewTheme previewTheme, IThemeService themeService, IReportsCoordinator reportsCoordinator, ShellSettings shellSettings ) : System
extensionDisplayEventHandlers IEnumerable
services IOrchardServices
dataMigraitonManager IDataMigrationManager
featureManager IFeatureManager
siteThemeService ISiteThemeService
extensionManager IExtensionManager
shellDescriptor ShellDescriptor
previewTheme IPreviewTheme
themeService IThemeService
reportsCoordinator IReportsCoordinator
shellSettings ShellSettings
return System

Index() public method

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