com.liferay.portal.service.persistence
Interface ImagePersistence
- All Known Implementing Classes:
- ImagePersistenceImpl
- public interface ImagePersistence
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countAll()
|
int |
countBySize(int size)
|
com.liferay.portal.model.Image |
create(long imageId)
|
com.liferay.portal.model.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)
|
com.liferay.portal.model.Image |
findByPrimaryKey(long imageId)
|
com.liferay.portal.model.Image |
findBySize_First(int size,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portal.model.Image |
findBySize_Last(int size,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portal.model.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)
|
com.liferay.portal.model.Image |
remove(com.liferay.portal.model.Image image)
|
com.liferay.portal.model.Image |
remove(long imageId)
|
void |
removeAll()
|
void |
removeBySize(int size)
|
com.liferay.portal.model.Image |
update(com.liferay.portal.model.Image image)
|
com.liferay.portal.model.Image |
update(com.liferay.portal.model.Image image,
boolean merge)
|
create
public com.liferay.portal.model.Image create(long imageId)
remove
public com.liferay.portal.model.Image remove(long imageId)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchImageException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchImageException
remove
public com.liferay.portal.model.Image remove(com.liferay.portal.model.Image image)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portal.model.Image update(com.liferay.portal.model.Image image)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portal.model.Image update(com.liferay.portal.model.Image image,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public com.liferay.portal.model.Image findByPrimaryKey(long imageId)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchImageException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchImageException
fetchByPrimaryKey
public com.liferay.portal.model.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 com.liferay.portal.model.Image findBySize_First(int size,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchImageException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchImageException
findBySize_Last
public com.liferay.portal.model.Image findBySize_Last(int size,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchImageException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchImageException
findBySize_PrevAndNext
public com.liferay.portal.model.Image[] findBySize_PrevAndNext(long imageId,
int size,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchImageException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.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