@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ImageService extends BaseService
ImageServiceUtil| Modifier and Type | Method and Description |
|---|---|
Image |
getImage(long imageId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@Transactional(propagation=SUPPORTS, readOnly=true) Image getImage(long imageId) throws PortalException
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.PortalExceptionString getOSGiServiceIdentifier()