@ProviderType
public interface DLFileEntryConfigurationProvider
Modifier and Type | Method and Description |
---|---|
int |
getCompanyMaxNumberOfPages(long companyId) |
long |
getCompanyPreviewableProcessorMaxSize(long companyId) |
int |
getGroupMaxNumberOfPages(long groupId) |
long |
getGroupPreviewableProcessorMaxSize(long groupId) |
java.util.Map<java.lang.Long,java.lang.Long> |
getGroupPreviewableProcessorMaxSizeMap() |
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 |
getSystemMaxNumberOfPages() |
long |
getSystemPreviewableProcessorMaxSize() |
void |
update(long maxFileSize,
int maxNumberOfPages,
com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope,
long scopePK) |
int getCompanyMaxNumberOfPages(long companyId)
long getCompanyPreviewableProcessorMaxSize(long companyId)
int getGroupMaxNumberOfPages(long groupId)
long getGroupPreviewableProcessorMaxSize(long groupId)
java.util.Map<java.lang.Long,java.lang.Long> getGroupPreviewableProcessorMaxSizeMap()
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 getSystemMaxNumberOfPages()
long getSystemPreviewableProcessorMaxSize()
void update(long maxFileSize, int maxNumberOfPages, com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) throws java.lang.Exception
java.lang.Exception