C# Class Orchard.Core.Common.Handlers.CommonPartHandler

Inheritance: ContentHandler
Datei anzeigen Open project: ucdavis/Orchard

Public Methods

Method Description
CommonPartHandler ( IRepository commonRepository, IRepository commonVersionRepository, IClock clock, IAuthenticationService authenticationService, IContentManager contentManager, IContentDefinitionManager contentDefinitionManager ) : System

Protected Methods

Method Description
Activating ( Orchard.ContentManagement.Handlers.ActivatingContentContext context ) : void
AssignCreatingDates ( Orchard.ContentManagement.Handlers.InitializingContentContext context, CommonPart part ) : void
AssignCreatingOwner ( Orchard.ContentManagement.Handlers.InitializingContentContext context, CommonPart part ) : void
AssignPublishingDates ( Orchard.ContentManagement.Handlers.PublishContentContext context, CommonPart part ) : void
AssignVersioningDates ( Orchard.ContentManagement.Handlers.VersionContentContext context, CommonPart existing, CommonPart building ) : void
ContentTypeWithACommonPart ( string typeName ) : bool
LazyLoadHandlers ( CommonPart part ) : void
PropertySetHandlers ( Orchard.ContentManagement.Handlers.ActivatedContentContext context, CommonPart part ) : void

Private Methods

Method Description
AssignUpdateDates ( Orchard.ContentManagement.Handlers.UpdateEditorContext context, CommonPart part ) : void

Method Details

Activating() protected method

protected Activating ( Orchard.ContentManagement.Handlers.ActivatingContentContext context ) : void
context Orchard.ContentManagement.Handlers.ActivatingContentContext
return void

AssignCreatingDates() protected method

protected AssignCreatingDates ( Orchard.ContentManagement.Handlers.InitializingContentContext context, CommonPart part ) : void
context Orchard.ContentManagement.Handlers.InitializingContentContext
part CommonPart
return void

AssignCreatingOwner() protected method

protected AssignCreatingOwner ( Orchard.ContentManagement.Handlers.InitializingContentContext context, CommonPart part ) : void
context Orchard.ContentManagement.Handlers.InitializingContentContext
part CommonPart
return void

AssignPublishingDates() protected method

protected AssignPublishingDates ( Orchard.ContentManagement.Handlers.PublishContentContext context, CommonPart part ) : void
context Orchard.ContentManagement.Handlers.PublishContentContext
part CommonPart
return void

AssignVersioningDates() protected method

protected AssignVersioningDates ( Orchard.ContentManagement.Handlers.VersionContentContext context, CommonPart existing, CommonPart building ) : void
context Orchard.ContentManagement.Handlers.VersionContentContext
existing CommonPart
building CommonPart
return void

CommonPartHandler() public method

public CommonPartHandler ( IRepository commonRepository, IRepository commonVersionRepository, IClock clock, IAuthenticationService authenticationService, IContentManager contentManager, IContentDefinitionManager contentDefinitionManager ) : System
commonRepository IRepository
commonVersionRepository IRepository
clock IClock
authenticationService IAuthenticationService
contentManager IContentManager
contentDefinitionManager IContentDefinitionManager
return System

ContentTypeWithACommonPart() protected method

protected ContentTypeWithACommonPart ( string typeName ) : bool
typeName string
return bool

LazyLoadHandlers() protected method

protected LazyLoadHandlers ( CommonPart part ) : void
part CommonPart
return void

PropertySetHandlers() protected static method

protected static PropertySetHandlers ( Orchard.ContentManagement.Handlers.ActivatedContentContext context, CommonPart part ) : void
context Orchard.ContentManagement.Handlers.ActivatedContentContext
part CommonPart
return void