com.liferay.portal.service.persistence
Interface ImagePersistence


public interface ImagePersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countAll()
           
 int countBySize(int size)
           
 Image create(long imageId)
           
 Image fetchByPrimaryKey(long imageId)
           
 java.util.List findAll()
           
 java.util.List findAll(int begin, int end)
           
 java.util.List findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Image findByPrimaryKey(long imageId)
           
 Image findBySize_First(int size, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Image findBySize_Last(int size, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Image[] findBySize_PrevAndNext(long imageId, int size, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findBySize(int size)
           
 java.util.List findBySize(int size, int begin, int end)
           
 java.util.List findBySize(int size, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 Image remove(Image image)
           
 Image remove(long imageId)
           
 void removeAll()
           
 void removeBySize(int size)
           
 Image update(Image image)
           
 Image update(Image image, boolean merge)
           
 Image updateImpl(Image image, boolean merge)
           
 

Method Detail

create

public Image create(long imageId)

remove

public Image remove(long imageId)
             throws com.liferay.portal.SystemException,
                    NoSuchImageException
Throws:
com.liferay.portal.SystemException
NoSuchImageException

remove

public Image remove(Image image)
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public Image update(Image image)
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public Image update(Image image,
                    boolean merge)
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateImpl

public Image updateImpl(Image image,
                        boolean merge)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

public Image findByPrimaryKey(long imageId)
                       throws com.liferay.portal.SystemException,
                              NoSuchImageException
Throws:
com.liferay.portal.SystemException
NoSuchImageException

fetchByPrimaryKey

public Image fetchByPrimaryKey(long imageId)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findBySize

public java.util.List findBySize(int size)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findBySize

public java.util.List findBySize(int size,
                                 int begin,
                                 int end)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findBySize

public java.util.List findBySize(int size,
                                 int begin,
                                 int end,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findBySize_First

public Image findBySize_First(int size,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                       throws com.liferay.portal.SystemException,
                              NoSuchImageException
Throws:
com.liferay.portal.SystemException
NoSuchImageException

findBySize_Last

public Image findBySize_Last(int size,
                             com.liferay.portal.kernel.util.OrderByComparator obc)
                      throws com.liferay.portal.SystemException,
                             NoSuchImageException
Throws:
com.liferay.portal.SystemException
NoSuchImageException

findBySize_PrevAndNext

public Image[] findBySize_PrevAndNext(long imageId,
                                      int size,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.SystemException,
                                      NoSuchImageException
Throws:
com.liferay.portal.SystemException
NoSuchImageException

findWithDynamicQuery

public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                           int begin,
                                           int end)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll()
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll(int begin,
                              int end)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll(int begin,
                              int end,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeBySize

public void removeBySize(int size)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countBySize

public int countBySize(int size)
                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

public int countAll()
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException