Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class ImageServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.ImageServiceBaseImpl
          extended by com.liferay.portal.service.impl.ImageServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, ImageService

public class ImageServiceImpl
extends ImageServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.ImageServiceBaseImpl
counterLocalService, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryPersistence, dlFileEntryService, imageLocalService, imagePersistence, imageService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ImageServiceImpl()
           
 
Method Summary
 Image getImage(long imageId)
           
 
Methods inherited from class com.liferay.portal.service.base.ImageServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryPersistence, getDLFileEntryService, getImageLocalService, getImagePersistence, getImageService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryPersistence, setDLFileEntryService, setImageLocalService, setImagePersistence, setImageService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageServiceImpl

public ImageServiceImpl()
Method Detail

getImage

public Image getImage(long imageId)
               throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4