com.liferay.portal.service
Interface ImageService
- All Known Implementing Classes:
- ImageServiceBaseImpl, ImageServiceImpl, 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
,
ImageServiceImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
getImage
@Transactional(propagation=SUPPORTS,
readOnly=true)
Image getImage(long imageId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException