|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquityHistoryPersistence
The persistence interface for the social equity history service.
Caching information and settings can be found in portal.properties
SocialEquityHistoryPersistenceImpl,
SocialEquityHistoryUtil| Method Summary | |
|---|---|
void |
cacheResult(List<SocialEquityHistory> socialEquityHistories)
Caches the social equity histories in the entity cache if it is enabled. |
void |
cacheResult(SocialEquityHistory socialEquityHistory)
Caches the social equity history in the entity cache if it is enabled. |
int |
countAll()
Returns the number of social equity histories. |
SocialEquityHistory |
create(long equityHistoryId)
Creates a new social equity history with the primary key. |
SocialEquityHistory |
fetchByPrimaryKey(long equityHistoryId)
Returns the social equity history with the primary key or returns null if it could not be found. |
List<SocialEquityHistory> |
findAll()
Returns all the social equity histories. |
List<SocialEquityHistory> |
findAll(int start,
int end)
Returns a range of all the social equity histories. |
List<SocialEquityHistory> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social equity histories. |
SocialEquityHistory |
findByPrimaryKey(long equityHistoryId)
Returns the social equity history with the primary key or throws a NoSuchEquityHistoryException if it could not be found. |
SocialEquityHistory |
remove(long equityHistoryId)
Removes the social equity history with the primary key from the database. |
SocialEquityHistory |
remove(SocialEquityHistory socialEquityHistory)
Removes the model instance from the database. |
void |
removeAll()
Removes all the social equity histories from the database. |
SocialEquityHistory |
updateImpl(SocialEquityHistory socialEquityHistory,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(SocialEquityHistory socialEquityHistory)
socialEquityHistory - the social equity historyvoid cacheResult(List<SocialEquityHistory> socialEquityHistories)
socialEquityHistories - the social equity historiesSocialEquityHistory create(long equityHistoryId)
equityHistoryId - the primary key for the new social equity history
SocialEquityHistory remove(long equityHistoryId)
throws SystemException,
NoSuchEquityHistoryException
equityHistoryId - the primary key of the social equity history
NoSuchEquityHistoryException - if a social equity history with the primary key could not be found
SystemException - if a system exception occurred
SocialEquityHistory updateImpl(SocialEquityHistory socialEquityHistory,
boolean merge)
throws SystemException
SystemException
SocialEquityHistory findByPrimaryKey(long equityHistoryId)
throws SystemException,
NoSuchEquityHistoryException
NoSuchEquityHistoryException if it could not be found.
equityHistoryId - the primary key of the social equity history
NoSuchEquityHistoryException - if a social equity history with the primary key could not be found
SystemException - if a system exception occurred
SocialEquityHistory fetchByPrimaryKey(long equityHistoryId)
throws SystemException
null if it could not be found.
equityHistoryId - the primary key of the social equity history
null if a social equity history with the primary key could not be found
SystemException - if a system exception occurred
List<SocialEquityHistory> findAll()
throws SystemException
SystemException - if a system exception occurred
List<SocialEquityHistory> 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 historiesend - the upper bound of the range of social equity histories (not inclusive)
SystemException - if a system exception occurred
List<SocialEquityHistory> 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 historiesend - the upper bound of the range of social equity histories (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
SocialEquityHistory remove(SocialEquityHistory socialEquityHistory)
throws SystemException
BasePersistence
remove in interface BasePersistence<SocialEquityHistory>socialEquityHistory - the model instance to remove
SystemException - if a system exception occurred
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||