public class ImageServiceUtil
extends Object
com.liferay.portal.service.impl.ImageServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.ImageService| Constructor and Description |
|---|
ImageServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Image |
getImage(long imageId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ImageService |
getService() |
public static 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.PortalExceptionpublic static String getOSGiServiceIdentifier()
public static ImageService getService()