Interface DLFileEntryConfigurationProvider
@ProviderType
public interface DLFileEntryConfigurationProvider
-
Method Summary
Modifier and TypeMethodDescriptionint
getCompanyMaxNumberOfPages
(long companyId) long
getCompanyPreviewableProcessorMaxSize
(long companyId) int
getGroupMaxNumberOfPages
(long groupId) long
getGroupPreviewableProcessorMaxSize
(long groupId) int
getMaxNumberOfPages
(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) int
getMaxNumberOfPagesLimit
(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) long
getPreviewableProcessorMaxSize
(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) long
getPreviewableProcessorMaxSizeLimit
(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) int
long
void
update
(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
-