com.liferay.portal.service
Interface ImageService

All Known Implementing Classes:
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 com.liferay.portal.service.impl.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.

Author:
Brian Wing Shun Chan
See Also:
ImageServiceUtil, ImageServiceBaseImpl, com.liferay.portal.service.impl.ImageServiceImpl
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