|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.service.persistence.SocialEquityAssetEntryUtil
public class SocialEquityAssetEntryUtil
The persistence utility for the social equity asset entry service. This utility wraps SocialEquityAssetEntryPersistenceImpl 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.
Caching information and settings can be found in portal.properties
SocialEquityAssetEntryPersistence,
SocialEquityAssetEntryPersistenceImpl| Constructor Summary | |
|---|---|
SocialEquityAssetEntryUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<SocialEquityAssetEntry> socialEquityAssetEntries)
Caches the social equity asset entries in the entity cache if it is enabled. |
static void |
cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
Caches the social equity asset entry in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(SocialEquityAssetEntry socialEquityAssetEntry)
|
static int |
countAll()
Returns the number of social equity asset entries. |
static int |
countByAssetEntryId(long assetEntryId)
Returns the number of social equity asset entries where assetEntryId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static SocialEquityAssetEntry |
create(long equityAssetEntryId)
Creates a new social equity asset entry with the primary key. |
static SocialEquityAssetEntry |
fetchByAssetEntryId(long assetEntryId)
Returns the social equity asset entry where assetEntryId = ? or returns null if it could not be found. |
static SocialEquityAssetEntry |
fetchByAssetEntryId(long assetEntryId,
boolean retrieveFromCache)
Returns the social equity asset entry where assetEntryId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialEquityAssetEntry |
fetchByPrimaryKey(long equityAssetEntryId)
Returns the social equity asset entry with the primary key or returns null if it could not be found. |
static List<SocialEquityAssetEntry> |
findAll()
Returns all the social equity asset entries. |
static List<SocialEquityAssetEntry> |
findAll(int start,
int end)
Returns a range of all the social equity asset entries. |
static List<SocialEquityAssetEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social equity asset entries. |
static SocialEquityAssetEntry |
findByAssetEntryId(long assetEntryId)
Returns the social equity asset entry where assetEntryId = ? or throws a NoSuchEquityAssetEntryException if it could not be found. |
static SocialEquityAssetEntry |
findByPrimaryKey(long equityAssetEntryId)
Returns the social equity asset entry with the primary key or throws a NoSuchEquityAssetEntryException if it could not be found. |
static List<SocialEquityAssetEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialEquityAssetEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialEquityAssetEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static SocialEquityAssetEntryPersistence |
getPersistence()
|
static SocialEquityAssetEntry |
remove(long equityAssetEntryId)
Removes the social equity asset entry with the primary key from the database. |
static SocialEquityAssetEntry |
remove(SocialEquityAssetEntry socialEquityAssetEntry)
|
static void |
removeAll()
Removes all the social equity asset entries from the database. |
static void |
removeByAssetEntryId(long assetEntryId)
Removes the social equity asset entry where assetEntryId = ? from the database. |
void |
setPersistence(SocialEquityAssetEntryPersistence persistence)
|
static SocialEquityAssetEntry |
update(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
|
static SocialEquityAssetEntry |
update(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge,
ServiceContext serviceContext)
|
static SocialEquityAssetEntry |
updateImpl(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocialEquityAssetEntryUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(SocialEquityAssetEntry socialEquityAssetEntry)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<SocialEquityAssetEntry> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static SocialEquityAssetEntry remove(SocialEquityAssetEntry socialEquityAssetEntry)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static SocialEquityAssetEntry update(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static SocialEquityAssetEntry update(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
socialEquityAssetEntry - the social equity asset entrypublic static void cacheResult(List<SocialEquityAssetEntry> socialEquityAssetEntries)
socialEquityAssetEntries - the social equity asset entriespublic static SocialEquityAssetEntry create(long equityAssetEntryId)
equityAssetEntryId - the primary key for the new social equity asset entry
public static SocialEquityAssetEntry remove(long equityAssetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
equityAssetEntryId - the primary key of the social equity asset entry
NoSuchEquityAssetEntryException - if a social equity asset entry with the primary key could not be found
SystemException - if a system exception occurred
public static SocialEquityAssetEntry updateImpl(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
throws SystemException
SystemException
public static SocialEquityAssetEntry findByPrimaryKey(long equityAssetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
NoSuchEquityAssetEntryException if it could not be found.
equityAssetEntryId - the primary key of the social equity asset entry
NoSuchEquityAssetEntryException - if a social equity asset entry with the primary key could not be found
SystemException - if a system exception occurred
public static SocialEquityAssetEntry fetchByPrimaryKey(long equityAssetEntryId)
throws SystemException
null if it could not be found.
equityAssetEntryId - the primary key of the social equity asset entry
null if a social equity asset entry with the primary key could not be found
SystemException - if a system exception occurred
public static SocialEquityAssetEntry findByAssetEntryId(long assetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
NoSuchEquityAssetEntryException if it could not be found.
assetEntryId - the asset entry ID
NoSuchEquityAssetEntryException - if a matching social equity asset entry could not be found
SystemException - if a system exception occurred
public static SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId)
throws SystemException
null if it could not be found. Uses the finder cache.
assetEntryId - the asset entry ID
null if a matching social equity asset entry could not be found
SystemException - if a system exception occurred
public static SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
assetEntryId - the asset entry IDretrieveFromCache - whether to use the finder cache
null if a matching social equity asset entry could not be found
SystemException - if a system exception occurred
public static List<SocialEquityAssetEntry> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<SocialEquityAssetEntry> 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 social equity asset entriesend - the upper bound of the range of social equity asset entries (not inclusive)
SystemException - if a system exception occurred
public static List<SocialEquityAssetEntry> 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 social equity asset entriesend - the upper bound of the range of social equity asset entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static void removeByAssetEntryId(long assetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
assetEntryId - the asset entry ID
SystemException - if a system exception occurred
NoSuchEquityAssetEntryException
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByAssetEntryId(long assetEntryId)
throws SystemException
assetEntryId - the asset entry ID
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static SocialEquityAssetEntryPersistence getPersistence()
public void setPersistence(SocialEquityAssetEntryPersistence persistence)
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||