|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.journal.service.persistence.JournalArticleImageUtil
public class JournalArticleImageUtil
The persistence utility for the journal article image service. This utility wraps JournalArticleImagePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Never modify this class directly. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
Caching information and settings can be found in portal.properties
JournalArticleImagePersistence
,
JournalArticleImagePersistenceImpl
Constructor Summary | |
---|---|
JournalArticleImageUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(JournalArticleImage journalArticleImage)
Caches the journal article image in the entity cache if it is enabled. |
static void |
cacheResult(List<JournalArticleImage> journalArticleImages)
Caches the journal article images in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(JournalArticleImage journalArticleImage)
|
static int |
countAll()
Counts all the journal article images. |
static int |
countByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Counts all the journal article images where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ?. |
static int |
countByG_A_V(long groupId,
String articleId,
double version)
Counts all the journal article images where groupId = ? and articleId = ? and version = ?. |
static int |
countByGroupId(long groupId)
Counts all the journal article images where groupId = ?. |
static int |
countByTempImage(boolean tempImage)
Counts all the journal article images where tempImage = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static JournalArticleImage |
create(long articleImageId)
Creates a new journal article image with the primary key. |
static JournalArticleImage |
fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Finds the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found. |
static JournalArticleImage |
fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId,
boolean retrieveFromCache)
Finds the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticleImage |
fetchByPrimaryKey(long articleImageId)
Finds the journal article image with the primary key or returns null if it could not be found. |
static List<JournalArticleImage> |
findAll()
Finds all the journal article images. |
static List<JournalArticleImage> |
findAll(int start,
int end)
Finds a range of all the journal article images. |
static List<JournalArticleImage> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal article images. |
static JournalArticleImage |
findByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Finds the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found. |
static JournalArticleImage |
findByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Finds the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage |
findByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Finds the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage[] |
findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Finds the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static List<JournalArticleImage> |
findByG_A_V(long groupId,
String articleId,
double version)
Finds all the journal article images where groupId = ? and articleId = ? and version = ?. |
static List<JournalArticleImage> |
findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end)
Finds a range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
static List<JournalArticleImage> |
findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal article image in the ordered set where groupId = ?. |
static JournalArticleImage |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal article image in the ordered set where groupId = ?. |
static JournalArticleImage[] |
findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator orderByComparator)
Finds the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
static List<JournalArticleImage> |
findByGroupId(long groupId)
Finds all the journal article images where groupId = ?. |
static List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the journal article images where groupId = ?. |
static List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal article images where groupId = ?. |
static JournalArticleImage |
findByPrimaryKey(long articleImageId)
Finds the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found. |
static JournalArticleImage |
findByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Finds the first journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Finds the last journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage[] |
findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator orderByComparator)
Finds the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
static List<JournalArticleImage> |
findByTempImage(boolean tempImage)
Finds all the journal article images where tempImage = ?. |
static List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end)
Finds a range of all the journal article images where tempImage = ?. |
static List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal article images where tempImage = ?. |
static List<JournalArticleImage> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalArticleImage> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalArticleImage> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static JournalArticleImagePersistence |
getPersistence()
|
static JournalArticleImage |
remove(JournalArticleImage journalArticleImage)
|
static JournalArticleImage |
remove(long articleImageId)
Removes the journal article image with the primary key from the database. |
static void |
removeAll()
Removes all the journal article images from the database. |
static void |
removeByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database. |
static void |
removeByG_A_V(long groupId,
String articleId,
double version)
Removes all the journal article images where groupId = ? and articleId = ? and version = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the journal article images where groupId = ? from the database. |
static void |
removeByTempImage(boolean tempImage)
Removes all the journal article images where tempImage = ? from the database. |
void |
setPersistence(JournalArticleImagePersistence persistence)
|
static JournalArticleImage |
update(JournalArticleImage journalArticleImage,
boolean merge)
|
static JournalArticleImage |
update(JournalArticleImage journalArticleImage,
boolean merge,
ServiceContext serviceContext)
|
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 |
Constructor Detail |
---|
public JournalArticleImageUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(JournalArticleImage journalArticleImage)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<JournalArticleImage> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<JournalArticleImage> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<JournalArticleImage> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static JournalArticleImage remove(JournalArticleImage journalArticleImage) throws SystemException
SystemException
BasePersistence.remove(com.liferay.portal.model.BaseModel)
public static JournalArticleImage update(JournalArticleImage journalArticleImage, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static JournalArticleImage update(JournalArticleImage journalArticleImage, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(JournalArticleImage journalArticleImage)
journalArticleImage
- the journal article image to cachepublic static void cacheResult(List<JournalArticleImage> journalArticleImages)
journalArticleImages
- the journal article images to cachepublic static JournalArticleImage create(long articleImageId)
articleImageId
- the primary key for the new journal article image
public static JournalArticleImage remove(long articleImageId) throws SystemException, NoSuchArticleImageException
articleImageId
- the primary key of the journal article image to remove
NoSuchArticleImageException
- if a journal article image with the primary key could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage updateImpl(JournalArticleImage journalArticleImage, boolean merge) throws SystemException
SystemException
public static JournalArticleImage findByPrimaryKey(long articleImageId) throws SystemException, NoSuchArticleImageException
NoSuchArticleImageException
if it could not be found.
articleImageId
- the primary key of the journal article image to find
NoSuchArticleImageException
- if a journal article image with the primary key could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage fetchByPrimaryKey(long articleImageId) throws SystemException
null
if it could not be found.
articleImageId
- the primary key of the journal article image to find
null
if a journal article image with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static JournalArticleImage findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage[] findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
articleImageId
- the primary key of the current journal article imagegroupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a journal article image with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByTempImage(boolean tempImage) throws SystemException
tempImage
- the temp image to search with
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByTempImage(boolean tempImage, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tempImage
- the temp image to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tempImage
- the temp image to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static JournalArticleImage findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tempImage
- the temp image to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tempImage
- the temp image to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage[] findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
articleImageId
- the primary key of the current journal article imagetempImage
- the temp image to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a journal article image with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version) throws SystemException
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search with
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static JournalArticleImage findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage[] findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator orderByComparator) throws SystemException, NoSuchArticleImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
articleImageId
- the primary key of the current journal article imagegroupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- if a journal article image with the primary key could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage findByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId) throws SystemException, NoSuchArticleImageException
NoSuchArticleImageException
if it could not be found.
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
NoSuchArticleImageException
- if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage fetchByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
null
if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static JournalArticleImage fetchByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
null
if a matching journal article image could not be found
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<JournalArticleImage> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static void removeByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static void removeByTempImage(boolean tempImage) throws SystemException
tempImage
- the temp image to search with
SystemException
- if a system exception occurredpublic static void removeByG_A_V(long groupId, String articleId, double version) throws SystemException
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search with
SystemException
- if a system exception occurredpublic static void removeByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId) throws SystemException, NoSuchArticleImageException
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
SystemException
- if a system exception occurred
NoSuchArticleImageException
public static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static int countByTempImage(boolean tempImage) throws SystemException
tempImage
- the temp image to search with
SystemException
- if a system exception occurredpublic static int countByG_A_V(long groupId, String articleId, double version) throws SystemException
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search with
SystemException
- if a system exception occurredpublic static int countByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId) throws SystemException
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static JournalArticleImagePersistence getPersistence()
public void setPersistence(JournalArticleImagePersistence persistence)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |