|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquityLogPersistence
The persistence interface for the social equity log service.
Caching information and settings can be found in portal.properties
SocialEquityLogPersistenceImpl,
SocialEquityLogUtil| Method Summary | |
|---|---|
void |
cacheResult(List<SocialEquityLog> socialEquityLogs)
Caches the social equity logs in the entity cache if it is enabled. |
void |
cacheResult(SocialEquityLog socialEquityLog)
Caches the social equity log in the entity cache if it is enabled. |
int |
countAll()
Counts all the social equity logs. |
int |
countByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData)
Counts all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
int |
countByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Counts all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
int |
countByAEI_T_A(long assetEntryId,
int type,
boolean active)
Counts all the social equity logs where assetEntryId = ? and type = ? and active = ?. |
int |
countByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData)
Counts all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
int |
countByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Counts all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
int |
countByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Counts all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
int |
countByUserId(long userId)
Counts all the social equity logs where userId = ?. |
SocialEquityLog |
create(long equityLogId)
Creates a new social equity log with the primary key. |
SocialEquityLog |
fetchByPrimaryKey(long equityLogId)
Finds the social equity log with the primary key or returns null if it could not be found. |
SocialEquityLog |
fetchByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? or returns null if it could not be found. |
SocialEquityLog |
fetchByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
boolean retrieveFromCache)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? or returns null if it could not be found, optionally using the finder cache. |
List<SocialEquityLog> |
findAll()
Finds all the social equity logs. |
List<SocialEquityLog> |
findAll(int start,
int end)
Finds a range of all the social equity logs. |
List<SocialEquityLog> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs. |
SocialEquityLog |
findByAEI_AID_A_E_First(long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
SocialEquityLog |
findByAEI_AID_A_E_Last(long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
SocialEquityLog[] |
findByAEI_AID_A_E_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
List<SocialEquityLog> |
findByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData)
Finds all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
List<SocialEquityLog> |
findByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData,
int start,
int end)
Finds a range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
List<SocialEquityLog> |
findByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
SocialEquityLog |
findByAEI_AID_AD_A_T_E_First(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
SocialEquityLog |
findByAEI_AID_AD_A_T_E_Last(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
SocialEquityLog[] |
findByAEI_AID_AD_A_T_E_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
List<SocialEquityLog> |
findByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Finds all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
List<SocialEquityLog> |
findByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
int start,
int end)
Finds a range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
List<SocialEquityLog> |
findByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
SocialEquityLog |
findByAEI_T_A_First(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog |
findByAEI_T_A_Last(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog[] |
findByAEI_T_A_PrevAndNext(long equityLogId,
long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
List<SocialEquityLog> |
findByAEI_T_A(long assetEntryId,
int type,
boolean active)
Finds all the social equity logs where assetEntryId = ? and type = ? and active = ?. |
List<SocialEquityLog> |
findByAEI_T_A(long assetEntryId,
int type,
boolean active,
int start,
int end)
Finds a range of all the social equity logs where assetEntryId = ? and type = ? and active = ?. |
List<SocialEquityLog> |
findByAEI_T_A(long assetEntryId,
int type,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog |
findByPrimaryKey(long equityLogId)
Finds the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found. |
SocialEquityLog |
findByU_AEI_AID_A_E_First(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
SocialEquityLog |
findByU_AEI_AID_A_E_Last(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
SocialEquityLog[] |
findByU_AEI_AID_A_E_PrevAndNext(long equityLogId,
long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
List<SocialEquityLog> |
findByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData)
Finds all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
List<SocialEquityLog> |
findByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
int start,
int end)
Finds a range of all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
List<SocialEquityLog> |
findByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?. |
SocialEquityLog |
findByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? or throws a NoSuchEquityLogException if it could not be found. |
SocialEquityLog |
findByU_AID_AD_A_T_E_First(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
SocialEquityLog |
findByU_AID_AD_A_T_E_Last(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
SocialEquityLog[] |
findByU_AID_AD_A_T_E_PrevAndNext(long equityLogId,
long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
List<SocialEquityLog> |
findByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Finds all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
List<SocialEquityLog> |
findByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
int start,
int end)
Finds a range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
List<SocialEquityLog> |
findByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?. |
SocialEquityLog |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ?. |
SocialEquityLog |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ?. |
SocialEquityLog[] |
findByUserId_PrevAndNext(long equityLogId,
long userId,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ?. |
List<SocialEquityLog> |
findByUserId(long userId)
Finds all the social equity logs where userId = ?. |
List<SocialEquityLog> |
findByUserId(long userId,
int start,
int end)
Finds a range of all the social equity logs where userId = ?. |
List<SocialEquityLog> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs where userId = ?. |
SocialEquityLog |
remove(long equityLogId)
Removes the social equity log with the primary key from the database. |
SocialEquityLog |
remove(SocialEquityLog socialEquityLog)
Removes the model instance from the database. |
void |
removeAll()
Removes all the social equity logs from the database. |
void |
removeByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData)
Removes all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and extraData = ? from the database. |
void |
removeByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Removes all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? from the database. |
void |
removeByAEI_T_A(long assetEntryId,
int type,
boolean active)
Removes all the social equity logs where assetEntryId = ? and type = ? and active = ? from the database. |
void |
removeByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData)
Removes all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ? from the database. |
void |
removeByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? from the database. |
void |
removeByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
Removes all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? from the database. |
void |
removeByUserId(long userId)
Removes all the social equity logs where userId = ? from the database. |
SocialEquityLog |
updateImpl(SocialEquityLog socialEquityLog,
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(SocialEquityLog socialEquityLog)
socialEquityLog - the social equity log to cachevoid cacheResult(List<SocialEquityLog> socialEquityLogs)
socialEquityLogs - the social equity logs to cacheSocialEquityLog create(long equityLogId)
equityLogId - the primary key for the new social equity log
SocialEquityLog remove(long equityLogId)
throws SystemException,
NoSuchEquityLogException
equityLogId - the primary key of the social equity log to remove
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
SocialEquityLog updateImpl(SocialEquityLog socialEquityLog,
boolean merge)
throws SystemException
SystemException
SocialEquityLog findByPrimaryKey(long equityLogId)
throws SystemException,
NoSuchEquityLogException
NoSuchEquityLogException if it could not be found.
equityLogId - the primary key of the social equity log to find
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
SocialEquityLog fetchByPrimaryKey(long equityLogId)
throws SystemException
null if it could not be found.
equityLogId - the primary key of the social equity log to find
null if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
List<SocialEquityLog> findByUserId(long userId)
throws SystemException
userId - the user ID to search with
SystemException - if a system exception occurred
List<SocialEquityLog> findByUserId(long userId,
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.
userId - the user ID to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)
SystemException - if a system exception occurred
List<SocialEquityLog> findByUserId(long userId,
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.
userId - the user ID to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialEquityLog findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
userId - the user ID to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
userId - the user ID to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog[] findByUserId_PrevAndNext(long equityLogId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
equityLogId - the primary key of the current social equity loguserId - the user ID to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
int type,
boolean active)
throws SystemException
assetEntryId - the asset entry ID to search withtype - the type to search withactive - the active to search with
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
int type,
boolean active,
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.
assetEntryId - the asset entry ID to search withtype - the type to search withactive - the active to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_T_A(long assetEntryId,
int type,
boolean active,
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.
assetEntryId - the asset entry ID to search withtype - the type to search withactive - the active to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialEquityLog findByAEI_T_A_First(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
assetEntryId - the asset entry ID to search withtype - the type to search withactive - the active to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog findByAEI_T_A_Last(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
assetEntryId - the asset entry ID to search withtype - the type to search withactive - the active to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId,
long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
equityLogId - the primary key of the current social equity logassetEntryId - the asset entry ID to search withtype - the type to search withactive - the active to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData)
throws SystemException
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search with
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData,
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.
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData,
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.
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialEquityLog findByAEI_AID_A_E_First(long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog findByAEI_AID_A_E_Last(long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog[] findByAEI_AID_A_E_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
equityLogId - the primary key of the current social equity logassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
List<SocialEquityLog> findByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData)
throws SystemException
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search with
SystemException - if a system exception occurred
List<SocialEquityLog> findByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
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.
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)
SystemException - if a system exception occurred
List<SocialEquityLog> findByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
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.
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialEquityLog findByU_AEI_AID_A_E_First(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog findByU_AEI_AID_A_E_Last(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog[] findByU_AEI_AID_A_E_PrevAndNext(long equityLogId,
long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
equityLogId - the primary key of the current social equity loguserId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
List<SocialEquityLog> findByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException
userId - the user ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
SystemException - if a system exception occurred
List<SocialEquityLog> findByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
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.
userId - the user ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)
SystemException - if a system exception occurred
List<SocialEquityLog> findByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
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.
userId - the user ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialEquityLog findByU_AID_AD_A_T_E_First(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
userId - the user ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog findByU_AID_AD_A_T_E_Last(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
userId - the user ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog[] findByU_AID_AD_A_T_E_PrevAndNext(long equityLogId,
long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
equityLogId - the primary key of the current social equity loguserId - the user ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
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.
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)
SystemException - if a system exception occurred
List<SocialEquityLog> findByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
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.
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withstart - the lower bound of the range of social equity logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
SocialEquityLog findByAEI_AID_AD_A_T_E_First(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog findByAEI_AID_AD_A_T_E_Last(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog[] findByAEI_AID_AD_A_T_E_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchEquityLogException
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.
equityLogId - the primary key of the current social equity logassetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search withorderByComparator - the comparator to order the set by
NoSuchEquityLogException - if a social equity log with the primary key could not be found
SystemException - if a system exception occurred
SocialEquityLog findByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException,
NoSuchEquityLogException
NoSuchEquityLogException if it could not be found.
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
NoSuchEquityLogException - if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog fetchByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException
null if it could not be found. Uses the finder cache.
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
null if a matching social equity log could not be found
SystemException - if a system exception occurred
SocialEquityLog fetchByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
null if a matching social equity log could not be found
SystemException - if a system exception occurred
List<SocialEquityLog> findAll()
throws SystemException
SystemException - if a system exception occurred
List<SocialEquityLog> 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 logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)
SystemException - if a system exception occurred
List<SocialEquityLog> 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 logs to returnend - the upper bound of the range of social equity logs to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
void removeByUserId(long userId)
throws SystemException
userId - the user ID to search with
SystemException - if a system exception occurred
void removeByAEI_T_A(long assetEntryId,
int type,
boolean active)
throws SystemException
assetEntryId - the asset entry ID to search withtype - the type to search withactive - the active to search with
SystemException - if a system exception occurred
void removeByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData)
throws SystemException
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search with
SystemException - if a system exception occurred
void removeByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData)
throws SystemException
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search with
SystemException - if a system exception occurred
void removeByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException
userId - the user ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
SystemException - if a system exception occurred
void removeByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
SystemException - if a system exception occurred
void removeByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException,
NoSuchEquityLogException
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
SystemException - if a system exception occurred
NoSuchEquityLogException
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByUserId(long userId)
throws SystemException
userId - the user ID to search with
SystemException - if a system exception occurred
int countByAEI_T_A(long assetEntryId,
int type,
boolean active)
throws SystemException
assetEntryId - the asset entry ID to search withtype - the type to search withactive - the active to search with
SystemException - if a system exception occurred
int countByAEI_AID_A_E(long assetEntryId,
String actionId,
boolean active,
String extraData)
throws SystemException
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search with
SystemException - if a system exception occurred
int countByU_AEI_AID_A_E(long userId,
long assetEntryId,
String actionId,
boolean active,
String extraData)
throws SystemException
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactive - the active to search withextraData - the extra data to search with
SystemException - if a system exception occurred
int countByU_AID_AD_A_T_E(long userId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException
userId - the user ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
SystemException - if a system exception occurred
int countByAEI_AID_AD_A_T_E(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException
assetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
SystemException - if a system exception occurred
int countByU_AEI_AID_AD_A_T_E(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
String extraData)
throws SystemException
userId - the user ID to search withassetEntryId - the asset entry ID to search withactionId - the action ID to search withactionDate - the action date to search withactive - the active to search withtype - the type to search withextraData - the extra data to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
SocialEquityLog remove(SocialEquityLog socialEquityLog)
throws SystemException
BasePersistence
remove in interface BasePersistence<SocialEquityLog>socialEquityLog - the model instance to remove
SystemException - if a system exception occurred
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||