Show / Hide Table of Contents

Class DocumentPdfAdminAppService

Inheritance
object
ApplicationService
DocsCommonAppServiceBase
DocumentPdfAppService
DocumentPdfAdminAppService
Implements
IAvoidDuplicateCrossCuttingConcerns
IValidationEnabled
IUnitOfWorkEnabled
IAuditingEnabled
IGlobalFeatureCheckingEnabled
ITransientDependency
IDocumentPdfAdminAppService
IDocumentPdfAppService
IApplicationService
IRemoteService
Inherited Members
DocumentPdfAppService.DownloadPdfAsync(DocumentPdfGeneratorInput)
DocumentPdfAppService.ExistsAsync(DocumentPdfGeneratorInput)
DocumentPdfAppService.ProjectPdfGenerator
DocumentPdfAppService.ProjectRepository
DocumentPdfAppService.ProjectPdfFileStore
DocumentPdfAppService.Options
ApplicationService.CheckPolicyAsync(string)
ApplicationService.CreateLocalizer()
ApplicationService.LazyServiceProvider
ApplicationService.ServiceProvider
ApplicationService.CommonPostfixes
ApplicationService.AppliedCrossCuttingConcerns
ApplicationService.UnitOfWorkManager
ApplicationService.AsyncExecuter
ApplicationService.ObjectMapperContext
ApplicationService.ObjectMapper
ApplicationService.GuidGenerator
ApplicationService.LoggerFactory
ApplicationService.CurrentTenant
ApplicationService.DataFilter
ApplicationService.CurrentUser
ApplicationService.SettingProvider
ApplicationService.Clock
ApplicationService.AuthorizationService
ApplicationService.FeatureChecker
ApplicationService.StringLocalizerFactory
ApplicationService.L
ApplicationService.LocalizationResource
ApplicationService.CurrentUnitOfWork
ApplicationService.Logger
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Docs.Admin.Documents
Assembly: Volo.Docs.Admin.Application.dll
Syntax
[Authorize("Docs.Admin.Projects.ManagePdfFiles")]
public class DocumentPdfAdminAppService : DocumentPdfAppService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IDocumentPdfAdminAppService, IDocumentPdfAppService, IApplicationService, IRemoteService

Constructors

DocumentPdfAdminAppService(IProjectPdfGenerator, IProjectRepository, IProjectPdfFileStore, IOptions<DocsProjectPdfGeneratorOptions>, IBackgroundJobManager, IAbpDistributedLock)

Declaration
public DocumentPdfAdminAppService(IProjectPdfGenerator projectPdfGenerator, IProjectRepository projectRepository, IProjectPdfFileStore projectPdfFileStore, IOptions<DocsProjectPdfGeneratorOptions> options, IBackgroundJobManager backgroundJobManager, IAbpDistributedLock distributedLock)
Parameters
Type Name Description
IProjectPdfGenerator projectPdfGenerator
IProjectRepository projectRepository
IProjectPdfFileStore projectPdfFileStore
IOptions<DocsProjectPdfGeneratorOptions> options
IBackgroundJobManager backgroundJobManager
IAbpDistributedLock distributedLock

Properties

BackgroundJobManager

Declaration
protected IBackgroundJobManager BackgroundJobManager { get; }
Property Value
Type Description
IBackgroundJobManager

DistributedLock

Declaration
protected IAbpDistributedLock DistributedLock { get; }
Property Value
Type Description
IAbpDistributedLock

Methods

DeletePdfFileAsync(DeletePdfFileInput)

Declaration
public virtual Task DeletePdfFileAsync(DeletePdfFileInput input)
Parameters
Type Name Description
DeletePdfFileInput input
Returns
Type Description
Task

GeneratePdfAsync(DocumentPdfGeneratorInput)

Declaration
public virtual Task GeneratePdfAsync(DocumentPdfGeneratorInput input)
Parameters
Type Name Description
DocumentPdfGeneratorInput input
Returns
Type Description
Task

GetPdfFilesAsync(GetPdfFilesInput)

Declaration
public virtual Task<PagedResultDto<ProjectPdfFileDto>> GetPdfFilesAsync(GetPdfFilesInput input)
Parameters
Type Name Description
GetPdfFilesInput input
Returns
Type Description
Task<PagedResultDto<ProjectPdfFileDto>>

Implements

IAvoidDuplicateCrossCuttingConcerns
IValidationEnabled
IUnitOfWorkEnabled
IAuditingEnabled
IGlobalFeatureCheckingEnabled
ITransientDependency
IDocumentPdfAdminAppService
IDocumentPdfAppService
IApplicationService
IRemoteService

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform