com.liferay.portal.kernel.repository.capabilities
Interface ThumbnailCapability
- All Superinterfaces:
- Capability
public interface ThumbnailCapability
- extends Capability
fetchImageFileEntry
FileEntry fetchImageFileEntry(long imageId)
getCustom1ImageId
long getCustom1ImageId(FileEntry fileEntry)
getCustom2ImageId
long getCustom2ImageId(FileEntry fileEntry)
getLargeImageId
long getLargeImageId(FileEntry fileEntry)
getSmallImageId
long getSmallImageId(FileEntry fileEntry)
setCustom1ImageId
FileEntry setCustom1ImageId(FileEntry fileEntry,
long imageId)
throws PortalException
- Throws:
PortalException
setCustom2ImageId
FileEntry setCustom2ImageId(FileEntry fileEntry,
long imageId)
throws PortalException
- Throws:
PortalException
setLargeImageId
FileEntry setLargeImageId(FileEntry fileEntry,
long imageId)
throws PortalException
- Throws:
PortalException
setSmallImageId
FileEntry setSmallImageId(FileEntry fileEntry,
long imageId)
throws PortalException
- Throws:
PortalException