Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.service.base
Class ImageServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.ImageServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ImageService
Direct Known Subclasses:
ImageServiceImpl

public abstract class ImageServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.ImageService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the image remote service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ImageServiceImpl.

See Also:
ImageServiceImpl, ImageServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder
           
protected  com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService
           
protected  com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence
           
protected  com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService
           
protected  com.liferay.portal.kernel.service.ImageLocalService imageLocalService
           
protected  com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence
           
protected  com.liferay.portal.kernel.service.ImageService imageService
           
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ImageServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder getDLFileEntryFinder()
          Returns the document library file entry finder.
 com.liferay.document.library.kernel.service.DLFileEntryLocalService getDLFileEntryLocalService()
          Returns the document library file entry local service.
 com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence getDLFileEntryPersistence()
          Returns the document library file entry persistence.
 com.liferay.document.library.kernel.service.DLFileEntryService getDLFileEntryService()
          Returns the document library file entry remote service.
 com.liferay.portal.kernel.service.ImageLocalService getImageLocalService()
          Returns the image local service.
 com.liferay.portal.kernel.service.persistence.ImagePersistence getImagePersistence()
          Returns the image persistence.
 com.liferay.portal.kernel.service.ImageService getImageService()
          Returns the image remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDLFileEntryFinder(com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder)
          Sets the document library file entry finder.
 void setDLFileEntryLocalService(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService)
          Sets the document library file entry local service.
 void setDLFileEntryPersistence(com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
          Sets the document library file entry persistence.
 void setDLFileEntryService(com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService)
          Sets the document library file entry remote service.
 void setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
          Sets the image local service.
 void setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
          Sets the image persistence.
 void setImageService(com.liferay.portal.kernel.service.ImageService imageService)
          Sets the image remote service.
 
Methods inherited from class com.liferay.portal.kernel.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
 
Methods inherited from interface com.liferay.portal.kernel.service.ImageService
getImage
 

Field Detail

imageLocalService

@BeanReference(type=com.liferay.portal.kernel.service.ImageLocalService.class)
protected com.liferay.portal.kernel.service.ImageLocalService imageLocalService

imageService

@BeanReference(type=com.liferay.portal.kernel.service.ImageService.class)
protected com.liferay.portal.kernel.service.ImageService imageService

imagePersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.ImagePersistence.class)
protected com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

dlFileEntryLocalService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryLocalService.class)
protected com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService

dlFileEntryService

@BeanReference(type=com.liferay.document.library.kernel.service.DLFileEntryService.class)
protected com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService

dlFileEntryPersistence

@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence.class)
protected com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence

dlFileEntryFinder

@BeanReference(type=com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder.class)
protected com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder
Constructor Detail

ImageServiceBaseImpl

public ImageServiceBaseImpl()
Method Detail

getImageLocalService

public com.liferay.portal.kernel.service.ImageLocalService getImageLocalService()
Returns the image local service.

Returns:
the image local service

setImageLocalService

public void setImageLocalService(com.liferay.portal.kernel.service.ImageLocalService imageLocalService)
Sets the image local service.

Parameters:
imageLocalService - the image local service

getImageService

public com.liferay.portal.kernel.service.ImageService getImageService()
Returns the image remote service.

Returns:
the image remote service

setImageService

public void setImageService(com.liferay.portal.kernel.service.ImageService imageService)
Sets the image remote service.

Parameters:
imageService - the image remote service

getImagePersistence

public com.liferay.portal.kernel.service.persistence.ImagePersistence getImagePersistence()
Returns the image persistence.

Returns:
the image persistence

setImagePersistence

public void setImagePersistence(com.liferay.portal.kernel.service.persistence.ImagePersistence imagePersistence)
Sets the image persistence.

Parameters:
imagePersistence - the image persistence

getCounterLocalService

public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getDLFileEntryLocalService

public com.liferay.document.library.kernel.service.DLFileEntryLocalService getDLFileEntryLocalService()
Returns the document library file entry local service.

Returns:
the document library file entry local service

setDLFileEntryLocalService

public void setDLFileEntryLocalService(com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService)
Sets the document library file entry local service.

Parameters:
dlFileEntryLocalService - the document library file entry local service

getDLFileEntryService

public com.liferay.document.library.kernel.service.DLFileEntryService getDLFileEntryService()
Returns the document library file entry remote service.

Returns:
the document library file entry remote service

setDLFileEntryService

public void setDLFileEntryService(com.liferay.document.library.kernel.service.DLFileEntryService dlFileEntryService)
Sets the document library file entry remote service.

Parameters:
dlFileEntryService - the document library file entry remote service

getDLFileEntryPersistence

public com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence getDLFileEntryPersistence()
Returns the document library file entry persistence.

Returns:
the document library file entry persistence

setDLFileEntryPersistence

public void setDLFileEntryPersistence(com.liferay.document.library.kernel.service.persistence.DLFileEntryPersistence dlFileEntryPersistence)
Sets the document library file entry persistence.

Parameters:
dlFileEntryPersistence - the document library file entry persistence

getDLFileEntryFinder

public com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder getDLFileEntryFinder()
Returns the document library file entry finder.

Returns:
the document library file entry finder

setDLFileEntryFinder

public void setDLFileEntryFinder(com.liferay.document.library.kernel.service.persistence.DLFileEntryFinder dlFileEntryFinder)
Sets the document library file entry finder.

Parameters:
dlFileEntryFinder - the document library file entry finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.ImageService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b7 portal-impl