com.liferay.portlet.journal.service.persistence
Class JournalArticleImageUtil
java.lang.Object
com.liferay.portlet.journal.service.persistence.JournalArticleImageUtil
public class JournalArticleImageUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalArticleImagePersistence
,
JournalArticleImagePersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(JournalArticleImage journalArticleImage)
|
static void |
cacheResult(java.util.List<JournalArticleImage> journalArticleImages)
|
static void |
clearCache()
|
static int |
countAll()
|
static int |
countByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId)
|
static int |
countByG_A_V(long groupId,
java.lang.String articleId,
double version)
|
static int |
countByGroupId(long groupId)
|
static int |
countByTempImage(boolean tempImage)
|
static JournalArticleImage |
create(long articleImageId)
|
static JournalArticleImage |
fetchByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId)
|
static JournalArticleImage |
fetchByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId,
boolean retrieveFromCache)
|
static JournalArticleImage |
fetchByPrimaryKey(long articleImageId)
|
static java.util.List<JournalArticleImage> |
findAll()
|
static java.util.List<JournalArticleImage> |
findAll(int start,
int end)
|
static java.util.List<JournalArticleImage> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage |
findByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId)
|
static JournalArticleImage |
findByG_A_V_First(long groupId,
java.lang.String articleId,
double version,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage |
findByG_A_V_Last(long groupId,
java.lang.String articleId,
double version,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage[] |
findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
java.lang.String articleId,
double version,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalArticleImage> |
findByG_A_V(long groupId,
java.lang.String articleId,
double version)
|
static java.util.List<JournalArticleImage> |
findByG_A_V(long groupId,
java.lang.String articleId,
double version,
int start,
int end)
|
static java.util.List<JournalArticleImage> |
findByG_A_V(long groupId,
java.lang.String articleId,
double version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage[] |
findByGroupId_PrevAndNext(long articleImageId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalArticleImage> |
findByGroupId(long groupId)
|
static java.util.List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end)
|
static java.util.List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage |
findByPrimaryKey(long articleImageId)
|
static JournalArticleImage |
findByTempImage_First(boolean tempImage,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage |
findByTempImage_Last(boolean tempImage,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static JournalArticleImage[] |
findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<JournalArticleImage> |
findByTempImage(boolean tempImage)
|
static java.util.List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end)
|
static java.util.List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static JournalArticleImagePersistence |
getPersistence()
|
static JournalArticleImage |
remove(JournalArticleImage journalArticleImage)
|
static JournalArticleImage |
remove(long articleImageId)
|
static void |
removeAll()
|
static void |
removeByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId)
|
static void |
removeByG_A_V(long groupId,
java.lang.String articleId,
double version)
|
static void |
removeByGroupId(long groupId)
|
static void |
removeByTempImage(boolean tempImage)
|
void |
setPersistence(JournalArticleImagePersistence persistence)
|
static JournalArticleImage |
update(JournalArticleImage journalArticleImage,
boolean merge)
|
static JournalArticleImage |
updateImpl(JournalArticleImage journalArticleImage,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalArticleImageUtil
public JournalArticleImageUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static JournalArticleImage remove(JournalArticleImage journalArticleImage)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static JournalArticleImage update(JournalArticleImage journalArticleImage,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(JournalArticleImage journalArticleImage)
cacheResult
public static void cacheResult(java.util.List<JournalArticleImage> journalArticleImages)
create
public static JournalArticleImage create(long articleImageId)
remove
public static JournalArticleImage remove(long articleImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
updateImpl
public static JournalArticleImage updateImpl(JournalArticleImage journalArticleImage,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static JournalArticleImage findByPrimaryKey(long articleImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
fetchByPrimaryKey
public static JournalArticleImage fetchByPrimaryKey(long articleImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public static java.util.List<JournalArticleImage> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public static java.util.List<JournalArticleImage> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public static java.util.List<JournalArticleImage> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
public static JournalArticleImage findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByGroupId_Last
public static JournalArticleImage findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByGroupId_PrevAndNext
public static JournalArticleImage[] findByGroupId_PrevAndNext(long articleImageId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByTempImage
public static java.util.List<JournalArticleImage> findByTempImage(boolean tempImage)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTempImage
public static java.util.List<JournalArticleImage> findByTempImage(boolean tempImage,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTempImage
public static java.util.List<JournalArticleImage> findByTempImage(boolean tempImage,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByTempImage_First
public static JournalArticleImage findByTempImage_First(boolean tempImage,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByTempImage_Last
public static JournalArticleImage findByTempImage_Last(boolean tempImage,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByTempImage_PrevAndNext
public static JournalArticleImage[] findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByG_A_V
public static java.util.List<JournalArticleImage> findByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_V
public static java.util.List<JournalArticleImage> findByG_A_V(long groupId,
java.lang.String articleId,
double version,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_V
public static java.util.List<JournalArticleImage> findByG_A_V(long groupId,
java.lang.String articleId,
double version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_V_First
public static JournalArticleImage findByG_A_V_First(long groupId,
java.lang.String articleId,
double version,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByG_A_V_Last
public static JournalArticleImage findByG_A_V_Last(long groupId,
java.lang.String articleId,
double version,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByG_A_V_PrevAndNext
public static JournalArticleImage[] findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
java.lang.String articleId,
double version,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
findByG_A_V_E_E_L
public static JournalArticleImage findByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
fetchByG_A_V_E_E_L
public static JournalArticleImage fetchByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_A_V_E_E_L
public static JournalArticleImage fetchByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<JournalArticleImage> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<JournalArticleImage> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<JournalArticleImage> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByGroupId
public static void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByTempImage
public static void removeByTempImage(boolean tempImage)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_A_V
public static void removeByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_A_V_E_E_L
public static void removeByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleImageException
removeAll
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
public static int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByTempImage
public static int countByTempImage(boolean tempImage)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_A_V
public static int countByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_A_V_E_E_L
public static int countByG_A_V_E_E_L(long groupId,
java.lang.String articleId,
double version,
java.lang.String elInstanceId,
java.lang.String elName,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static JournalArticleImagePersistence getPersistence()
setPersistence
public void setPersistence(JournalArticleImagePersistence persistence)