com.liferay.portal.service.base
Class ImageLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.ImageLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.service.ImageLocalService
Direct Known Subclasses:
ImageLocalServiceImpl

public abstract class ImageLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.ImageLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ImageLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.model.Image addImage(com.liferay.portal.model.Image model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portal.model.Image updateImage(com.liferay.portal.model.Image model)
           
 
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.service.ImageLocalService
deleteImage, getImage, getImages, getImages, getImagesBySize, updateImage
 

Constructor Detail

ImageLocalServiceBaseImpl

public ImageLocalServiceBaseImpl()
Method Detail

addImage

public com.liferay.portal.model.Image addImage(com.liferay.portal.model.Image model)
                                        throws com.liferay.portal.SystemException
Specified by:
addImage in interface com.liferay.portal.service.ImageLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.ImageLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.ImageLocalService
Throws:
com.liferay.portal.SystemException

updateImage

public com.liferay.portal.model.Image updateImage(com.liferay.portal.model.Image model)
                                           throws com.liferay.portal.SystemException
Specified by:
updateImage in interface com.liferay.portal.service.ImageLocalService
Throws:
com.liferay.portal.SystemException