|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquityAssetEntryPersistence
The persistence interface for the social equity asset entry service.
Never modify this interface directly. Modify service.xml and rerun ServiceBuilder to regnerate this interface.
SocialEquityAssetEntryPersistenceImpl,
SocialEquityAssetEntryUtil| Method Summary | |
|---|---|
void |
cacheResult(List<SocialEquityAssetEntry> socialEquityAssetEntries)
Caches the social equity asset entries in the entity cache if it is enabled. |
void |
cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
Caches the social equity asset entry in the entity cache if it is enabled. |
int |
countAll()
Counts all the social equity asset entries. |
int |
countByAssetEntryId(long assetEntryId)
Counts all the social equity asset entries where assetEntryId = ?. |
SocialEquityAssetEntry |
create(long equityAssetEntryId)
Creates a new social equity asset entry with the primary key. |
SocialEquityAssetEntry |
fetchByAssetEntryId(long assetEntryId)
Finds the social equity asset entry where assetEntryId = ? or returns null if it could not be found. |
SocialEquityAssetEntry |
fetchByAssetEntryId(long assetEntryId,
boolean retrieveFromCache)
Finds the social equity asset entry where assetEntryId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialEquityAssetEntry |
fetchByPrimaryKey(long equityAssetEntryId)
Finds the social equity asset entry with the primary key or returns null if it could not be found. |
List<SocialEquityAssetEntry> |
findAll()
Finds all the social equity asset entries. |
List<SocialEquityAssetEntry> |
findAll(int start,
int end)
Finds a range of all the social equity asset entries. |
List<SocialEquityAssetEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity asset entries. |
SocialEquityAssetEntry |
findByAssetEntryId(long assetEntryId)
Finds the social equity asset entry where assetEntryId = ? or throws a NoSuchEquityAssetEntryException if it could not be found. |
SocialEquityAssetEntry |
findByPrimaryKey(long equityAssetEntryId)
Finds the social equity asset entry with the primary key or throws a NoSuchEquityAssetEntryException if it could not be found. |
SocialEquityAssetEntry |
remove(long equityAssetEntryId)
Removes the social equity asset entry with the primary key from the database. |
void |
removeAll()
Removes all the social equity asset entries from the database. |
void |
removeByAssetEntryId(long assetEntryId)
Removes the social equity asset entry where assetEntryId = ? from the database. |
SocialEquityAssetEntry |
updateImpl(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
socialEquityAssetEntry - the social equity asset entry to cachevoid cacheResult(List<SocialEquityAssetEntry> socialEquityAssetEntries)
socialEquityAssetEntries - the social equity asset entries to cacheSocialEquityAssetEntry create(long equityAssetEntryId)
equityAssetEntryId - the primary key for the new social equity asset entry
SocialEquityAssetEntry remove(long equityAssetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
equityAssetEntryId - the primary key of the social equity asset entry to remove
NoSuchEquityAssetEntryException - if a social equity asset entry with the primary key could not be found
SystemException - if a system exception occurred
SocialEquityAssetEntry updateImpl(SocialEquityAssetEntry socialEquityAssetEntry,
boolean merge)
throws SystemException
SystemException
SocialEquityAssetEntry findByPrimaryKey(long equityAssetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
NoSuchEquityAssetEntryException if it could not be found.
equityAssetEntryId - the primary key of the social equity asset entry to find
NoSuchEquityAssetEntryException - if a social equity asset entry with the primary key could not be found
SystemException - if a system exception occurred
SocialEquityAssetEntry fetchByPrimaryKey(long equityAssetEntryId)
throws SystemException
null if it could not be found.
equityAssetEntryId - the primary key of the social equity asset entry to find
null if a social equity asset entry with the primary key could not be found
SystemException - if a system exception occurred
SocialEquityAssetEntry findByAssetEntryId(long assetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
NoSuchEquityAssetEntryException if it could not be found.
assetEntryId - the asset entry id to search with
NoSuchEquityAssetEntryException - if a matching social equity asset entry could not be found
SystemException - if a system exception occurred
SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId)
throws SystemException
null if it could not be found. Uses the finder cache.
assetEntryId - the asset entry id to search with
null if a matching social equity asset entry could not be found
SystemException - if a system exception occurred
SocialEquityAssetEntry fetchByAssetEntryId(long assetEntryId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
assetEntryId - the asset entry id to search with
null if a matching social equity asset entry could not be found
SystemException - if a system exception occurred
List<SocialEquityAssetEntry> findAll()
throws SystemException
SystemException - if a system exception occurred
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 entries to returnend - the upper bound of the range of social equity asset entries to return (not inclusive)
SystemException - if a system exception occurred
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 entries to returnend - the upper bound of the range of social equity asset entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
void removeByAssetEntryId(long assetEntryId)
throws SystemException,
NoSuchEquityAssetEntryException
assetEntryId - the asset entry id to search with
SystemException - if a system exception occurred
NoSuchEquityAssetEntryException
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByAssetEntryId(long assetEntryId)
throws SystemException
assetEntryId - the asset entry id to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||