Liferay 6.0-ee

com.liferay.portal.service
Interface ImageService

All Known Implementing Classes:
ImageServiceBaseImpl, ImageServiceImpl, ImageServiceWrapper

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

The interface for the image remote service.

Never modify or reference this interface directly. Always use ImageServiceUtil to access the image remote service. Add custom service methods to ImageServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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, ImageServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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.0-ee