Liferay 6.1.10-ee-ga1

com.liferay.portal.service
Interface ImageService

All Known Implementing Classes:
ImageServiceWrapper

@JSONWebService
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface ImageService

The interface for the image remote service.

This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

See Also:
ImageServiceUtil, ImageServiceBaseImpl, com.liferay.portal.service.impl.ImageServiceImpl

Method Summary
 Image getImage(long imageId)
           
 

Method Detail

getImage

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Image getImage(long imageId)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

Liferay 6.1.10-ee-ga1