Interface DLFileEntryConfigurationProvider
@ProviderType
public interface DLFileEntryConfigurationProvider
-
Method Summary
Modifier and TypeMethodDescriptionintgetCompanyMaxNumberOfPages(long companyId) longgetCompanyPreviewableProcessorMaxSize(long companyId) intgetGroupMaxNumberOfPages(long groupId) longgetGroupPreviewableProcessorMaxSize(long groupId) intgetMaxNumberOfPages(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) intgetMaxNumberOfPagesLimit(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) longgetPreviewableProcessorMaxSize(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) longgetPreviewableProcessorMaxSizeLimit(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) intlongvoidupdate(long maxFileSize, int maxNumberOfPages, com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
-
Method Details
-
getCompanyMaxNumberOfPages
int getCompanyMaxNumberOfPages(long companyId) -
getCompanyPreviewableProcessorMaxSize
long getCompanyPreviewableProcessorMaxSize(long companyId) -
getGroupMaxNumberOfPages
int getGroupMaxNumberOfPages(long groupId) -
getGroupPreviewableProcessorMaxSize
long getGroupPreviewableProcessorMaxSize(long groupId) -
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
-