Liferay 7.0-ce-b4

com.liferay.portal.kernel.repository.capabilities
Interface ThumbnailCapability

All Superinterfaces:
Capability

public interface ThumbnailCapability
extends Capability


Method Summary
 FileEntry fetchImageFileEntry(long imageId)
           
 long getCustom1ImageId(FileEntry fileEntry)
           
 long getCustom2ImageId(FileEntry fileEntry)
           
 long getLargeImageId(FileEntry fileEntry)
           
 long getSmallImageId(FileEntry fileEntry)
           
 FileEntry setCustom1ImageId(FileEntry fileEntry, long imageId)
           
 FileEntry setCustom2ImageId(FileEntry fileEntry, long imageId)
           
 FileEntry setLargeImageId(FileEntry fileEntry, long imageId)
           
 FileEntry setSmallImageId(FileEntry fileEntry, long imageId)
           
 

Method Detail

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

Liferay 7.0-ce-b4