Interface DLFileEntryConfigurationProvider


@ProviderType public interface DLFileEntryConfigurationProvider
  • Method Details

    • getCompanyMaxNumberOfPages

      int getCompanyMaxNumberOfPages(long companyId)
    • getCompanyPreviewableProcessorMaxSize

      long getCompanyPreviewableProcessorMaxSize(long companyId)
    • getGroupMaxNumberOfPages

      int getGroupMaxNumberOfPages(long groupId)
    • getGroupPreviewableProcessorMaxSize

      long getGroupPreviewableProcessorMaxSize(long groupId)
    • getGroupPreviewableProcessorMaxSizeMap

      Map<Long,Long> getGroupPreviewableProcessorMaxSizeMap()
    • getMaxNumberOfPages

      int getMaxNumberOfPages(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
    • getMaxNumberOfPagesLimit

      int getMaxNumberOfPagesLimit(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
    • getPreviewableProcessorMaxSize

      long getPreviewableProcessorMaxSize(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
    • getPreviewableProcessorMaxSizeLimit

      long getPreviewableProcessorMaxSizeLimit(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
    • getSystemMaxNumberOfPages

      int getSystemMaxNumberOfPages()
    • getSystemPreviewableProcessorMaxSize

      long getSystemPreviewableProcessorMaxSize()
    • update

      void update(long maxFileSize, int maxNumberOfPages, com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) throws Exception
      Throws:
      Exception