|
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.portal.service.persistence.impl.BasePersistenceImpl<SocialEquityLog> com.liferay.portlet.social.service.persistence.SocialEquityLogPersistenceImpl
public class SocialEquityLogPersistenceImpl
The persistence implementation for the social equity log service.
Never modify or reference this class directly. Always use SocialEquityLogUtil
to access the social equity log persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
Caching information and settings can be found in portal.properties
SocialEquityLogPersistence
,
SocialEquityLogUtil
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
Constructor Summary | |
---|---|
SocialEquityLogPersistenceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Initializes the social equity log persistence. |
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. |
void |
clearCache()
Clears the cache for all social equity logs. |
void |
clearCache(SocialEquityLog socialEquityLog)
Clears the cache for the social equity log. |
int |
countAll()
Counts all the social equity logs. |
int |
countByAEI_AID_A_T(long assetEntryId,
String actionId,
boolean active,
int type)
Counts all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
int |
countByAEI_AID_AD_A_T(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Counts all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
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_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Counts all the social equity logs where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
int |
countByU_AID_A_T(long userId,
String actionId,
boolean active,
int type)
Counts all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?. |
int |
countByU_AID_AD_A_T(long userId,
String actionId,
int actionDate,
boolean active,
int type)
Counts all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
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 |
fetchByPrimaryKey(Serializable primaryKey)
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(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or returns null if it could not be found. |
SocialEquityLog |
fetchByU_AEI_AID_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
boolean retrieveFromCache)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? 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_T_First(long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
findByAEI_AID_A_T_Last(long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog[] |
findByAEI_AID_A_T_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
boolean active,
int type,
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 type = ?. |
List<SocialEquityLog> |
findByAEI_AID_A_T(long assetEntryId,
String actionId,
boolean active,
int type)
Finds all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByAEI_AID_A_T(long assetEntryId,
String actionId,
boolean active,
int type,
int start,
int end)
Finds a range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByAEI_AID_A_T(long assetEntryId,
String actionId,
boolean active,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
findByAEI_AID_AD_A_T_First(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
findByAEI_AID_AD_A_T_Last(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog[] |
findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
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 = ?. |
List<SocialEquityLog> |
findByAEI_AID_AD_A_T(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Finds all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByAEI_AID_AD_A_T(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
int start,
int end)
Finds a range of all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByAEI_AID_AD_A_T(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
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 = ?. |
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 |
findByPrimaryKey(Serializable primaryKey)
Finds the social equity log with the primary key or throws a NoSuchModelException if it could not be found. |
SocialEquityLog |
findByU_AEI_AID_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or throws a NoSuchEquityLogException if it could not be found. |
SocialEquityLog |
findByU_AID_A_T_First(long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
findByU_AID_A_T_Last(long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog[] |
findByU_AID_A_T_PrevAndNext(long equityLogId,
long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByU_AID_A_T(long userId,
String actionId,
boolean active,
int type)
Finds all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByU_AID_A_T(long userId,
String actionId,
boolean active,
int type,
int start,
int end)
Finds a range of all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByU_AID_A_T(long userId,
String actionId,
boolean active,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social equity logs where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
findByU_AID_AD_A_T_First(long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
findByU_AID_AD_A_T_Last(long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog[] |
findByU_AID_AD_A_T_PrevAndNext(long equityLogId,
long userId,
String actionId,
int actionDate,
boolean active,
int type,
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 = ?. |
List<SocialEquityLog> |
findByU_AID_AD_A_T(long userId,
String actionId,
int actionDate,
boolean active,
int type)
Finds all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByU_AID_AD_A_T(long userId,
String actionId,
int actionDate,
boolean active,
int type,
int start,
int end)
Finds a range of all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
List<SocialEquityLog> |
findByU_AID_AD_A_T(long userId,
String actionId,
int actionDate,
boolean active,
int type,
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 = ?. |
protected SocialEquityLog |
getByAEI_AID_A_T_PrevAndNext(Session session,
SocialEquityLog socialEquityLog,
long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialEquityLog |
getByAEI_AID_AD_A_T_PrevAndNext(Session session,
SocialEquityLog socialEquityLog,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialEquityLog |
getByAEI_T_A_PrevAndNext(Session session,
SocialEquityLog socialEquityLog,
long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialEquityLog |
getByU_AID_A_T_PrevAndNext(Session session,
SocialEquityLog socialEquityLog,
long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialEquityLog |
getByU_AID_AD_A_T_PrevAndNext(Session session,
SocialEquityLog socialEquityLog,
long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator,
boolean previous)
|
SocialEquityLog |
remove(long equityLogId)
Removes the social equity log with the primary key from the database. |
SocialEquityLog |
remove(Serializable primaryKey)
Removes the social equity log with the primary key from the database. |
void |
removeAll()
Removes all the social equity logs from the database. |
void |
removeByAEI_AID_A_T(long assetEntryId,
String actionId,
boolean active,
int type)
Removes all the social equity logs where assetEntryId = ? and actionId = ? and active = ? and type = ? from the database. |
void |
removeByAEI_AID_AD_A_T(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Removes all the social equity logs where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? 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_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database. |
void |
removeByU_AID_A_T(long userId,
String actionId,
boolean active,
int type)
Removes all the social equity logs where userId = ? and actionId = ? and active = ? and type = ? from the database. |
void |
removeByU_AID_AD_A_T(long userId,
String actionId,
int actionDate,
boolean active,
int type)
Removes all the social equity logs where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database. |
protected SocialEquityLog |
removeImpl(SocialEquityLog socialEquityLog)
Removes the model instance from the database. |
protected SocialEquityLog |
toUnwrappedModel(SocialEquityLog socialEquityLog)
|
SocialEquityLog |
updateImpl(SocialEquityLog socialEquityLog,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
Field Detail |
---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_AEI_T_A
public static final FinderPath FINDER_PATH_COUNT_BY_AEI_T_A
public static final FinderPath FINDER_PATH_FIND_BY_U_AID_A_T
public static final FinderPath FINDER_PATH_COUNT_BY_U_AID_A_T
public static final FinderPath FINDER_PATH_FIND_BY_AEI_AID_A_T
public static final FinderPath FINDER_PATH_COUNT_BY_AEI_AID_A_T
public static final FinderPath FINDER_PATH_FIND_BY_U_AID_AD_A_T
public static final FinderPath FINDER_PATH_COUNT_BY_U_AID_AD_A_T
public static final FinderPath FINDER_PATH_FIND_BY_AEI_AID_AD_A_T
public static final FinderPath FINDER_PATH_COUNT_BY_AEI_AID_AD_A_T
public static final FinderPath FINDER_PATH_FETCH_BY_U_AEI_AID_AD_A_T
public static final FinderPath FINDER_PATH_COUNT_BY_U_AEI_AID_AD_A_T
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialEquityAssetEntryPersistence.class) protected SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence
@BeanReference(type=SocialEquityHistoryPersistence.class) protected SocialEquityHistoryPersistence socialEquityHistoryPersistence
@BeanReference(type=SocialEquityLogPersistence.class) protected SocialEquityLogPersistence socialEquityLogPersistence
@BeanReference(type=SocialEquitySettingPersistence.class) protected SocialEquitySettingPersistence socialEquitySettingPersistence
@BeanReference(type=SocialEquityUserPersistence.class) protected SocialEquityUserPersistence socialEquityUserPersistence
@BeanReference(type=SocialRelationPersistence.class) protected SocialRelationPersistence socialRelationPersistence
@BeanReference(type=SocialRequestPersistence.class) protected SocialRequestPersistence socialRequestPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
Constructor Detail |
---|
public SocialEquityLogPersistenceImpl()
Method Detail |
---|
public void cacheResult(SocialEquityLog socialEquityLog)
cacheResult
in interface SocialEquityLogPersistence
socialEquityLog
- the social equity log to cachepublic void cacheResult(List<SocialEquityLog> socialEquityLogs)
cacheResult
in interface SocialEquityLogPersistence
socialEquityLogs
- the social equity logs to cachepublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<SocialEquityLog>
clearCache
in class BasePersistenceImpl<SocialEquityLog>
public void clearCache(SocialEquityLog socialEquityLog)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<SocialEquityLog>
clearCache
in class BasePersistenceImpl<SocialEquityLog>
socialEquityLog
- the instance of this model to clear the cache forpublic SocialEquityLog create(long equityLogId)
create
in interface SocialEquityLogPersistence
equityLogId
- the primary key for the new social equity log
public SocialEquityLog remove(Serializable primaryKey) throws NoSuchModelException, SystemException
remove
in interface BasePersistence<SocialEquityLog>
remove
in class BasePersistenceImpl<SocialEquityLog>
primaryKey
- the primary key of the social equity log to remove
NoSuchModelException
- if a social equity log with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialEquityLog remove(long equityLogId) throws NoSuchEquityLogException, SystemException
remove
in interface SocialEquityLogPersistence
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 occurredprotected SocialEquityLog removeImpl(SocialEquityLog socialEquityLog) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.update(BaseModel,
boolean)
depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl
in class BasePersistenceImpl<SocialEquityLog>
socialEquityLog
- the model instance to remove
SystemException
- if a system exception occurredpublic SocialEquityLog updateImpl(SocialEquityLog socialEquityLog, boolean merge) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface SocialEquityLogPersistence
updateImpl
in class BasePersistenceImpl<SocialEquityLog>
socialEquityLog
- the model instance to updatemerge
- whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredprotected SocialEquityLog toUnwrappedModel(SocialEquityLog socialEquityLog)
public SocialEquityLog findByPrimaryKey(Serializable primaryKey) throws NoSuchModelException, SystemException
NoSuchModelException
if it could not be found.
findByPrimaryKey
in interface BasePersistence<SocialEquityLog>
findByPrimaryKey
in class BasePersistenceImpl<SocialEquityLog>
primaryKey
- the primary key of the social equity log to find
NoSuchModelException
- if a social equity log with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialEquityLog findByPrimaryKey(long equityLogId) throws NoSuchEquityLogException, SystemException
NoSuchEquityLogException
if it could not be found.
findByPrimaryKey
in interface SocialEquityLogPersistence
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 occurredpublic SocialEquityLog fetchByPrimaryKey(Serializable primaryKey) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface BasePersistence<SocialEquityLog>
fetchByPrimaryKey
in class BasePersistenceImpl<SocialEquityLog>
primaryKey
- 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 occurredpublic SocialEquityLog fetchByPrimaryKey(long equityLogId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface SocialEquityLogPersistence
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 occurredpublic List<SocialEquityLog> findByAEI_T_A(long assetEntryId, int type, boolean active) throws SystemException
findByAEI_T_A
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withtype
- the type to search withactive
- the active to search with
SystemException
- if a system exception occurredpublic 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.
findByAEI_T_A
in interface SocialEquityLogPersistence
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 occurredpublic 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.
findByAEI_T_A
in interface SocialEquityLogPersistence
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 occurredpublic SocialEquityLog findByAEI_T_A_First(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_T_A_First
in interface SocialEquityLogPersistence
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 occurredpublic SocialEquityLog findByAEI_T_A_Last(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_T_A_Last
in interface SocialEquityLogPersistence
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 occurredpublic SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_T_A_PrevAndNext
in interface SocialEquityLogPersistence
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 occurredprotected SocialEquityLog getByAEI_T_A_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, int type, boolean active, OrderByComparator orderByComparator, boolean previous)
public List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type) throws SystemException
findByU_AID_A_T
in interface SocialEquityLogPersistence
userId
- the user id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type, 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.
findByU_AID_A_T
in interface SocialEquityLogPersistence
userId
- the user id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredpublic List<SocialEquityLog> findByU_AID_A_T(long userId, String actionId, boolean active, int type, 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.
findByU_AID_A_T
in interface SocialEquityLogPersistence
userId
- the user id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredpublic SocialEquityLog findByU_AID_A_T_First(long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByU_AID_A_T_First
in interface SocialEquityLogPersistence
userId
- the user id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredpublic SocialEquityLog findByU_AID_A_T_Last(long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByU_AID_A_T_Last
in interface SocialEquityLogPersistence
userId
- the user id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredpublic SocialEquityLog[] findByU_AID_A_T_PrevAndNext(long equityLogId, long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByU_AID_A_T_PrevAndNext
in interface SocialEquityLogPersistence
equityLogId
- the primary key of the current social equity loguserId
- the user id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredprotected SocialEquityLog getByU_AID_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long userId, String actionId, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
public List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type) throws SystemException
findByAEI_AID_A_T
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type, 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.
findByAEI_AID_A_T
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredpublic List<SocialEquityLog> findByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type, 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.
findByAEI_AID_A_T
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredpublic SocialEquityLog findByAEI_AID_A_T_First(long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_AID_A_T_First
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredpublic SocialEquityLog findByAEI_AID_A_T_Last(long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_AID_A_T_Last
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type 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 occurredpublic SocialEquityLog[] findByAEI_AID_A_T_PrevAndNext(long equityLogId, long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_AID_A_T_PrevAndNext
in interface SocialEquityLogPersistence
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 withtype
- the type 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 occurredprotected SocialEquityLog getByAEI_AID_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, String actionId, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
public List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type) throws SystemException
findByU_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
SystemException
- if a system exception occurredpublic List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type, 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.
findByU_AID_AD_A_T
in interface SocialEquityLogPersistence
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 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 occurredpublic List<SocialEquityLog> findByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type, 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.
findByU_AID_AD_A_T
in interface SocialEquityLogPersistence
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 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 occurredpublic SocialEquityLog findByU_AID_AD_A_T_First(long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByU_AID_AD_A_T_First
in interface SocialEquityLogPersistence
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 withorderByComparator
- the comparator to order the set by
NoSuchEquityLogException
- if a matching social equity log could not be found
SystemException
- if a system exception occurredpublic SocialEquityLog findByU_AID_AD_A_T_Last(long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByU_AID_AD_A_T_Last
in interface SocialEquityLogPersistence
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 withorderByComparator
- the comparator to order the set by
NoSuchEquityLogException
- if a matching social equity log could not be found
SystemException
- if a system exception occurredpublic SocialEquityLog[] findByU_AID_AD_A_T_PrevAndNext(long equityLogId, long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByU_AID_AD_A_T_PrevAndNext
in interface SocialEquityLogPersistence
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 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 occurredprotected SocialEquityLog getByU_AID_AD_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long userId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
public List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type) throws SystemException
findByAEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
SystemException
- if a system exception occurredpublic List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type, 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.
findByAEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 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 occurredpublic List<SocialEquityLog> findByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type, 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.
findByAEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 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 occurredpublic SocialEquityLog findByAEI_AID_AD_A_T_First(long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_AID_AD_A_T_First
in interface SocialEquityLogPersistence
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 withorderByComparator
- the comparator to order the set by
NoSuchEquityLogException
- if a matching social equity log could not be found
SystemException
- if a system exception occurredpublic SocialEquityLog findByAEI_AID_AD_A_T_Last(long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_AID_AD_A_T_Last
in interface SocialEquityLogPersistence
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 withorderByComparator
- the comparator to order the set by
NoSuchEquityLogException
- if a matching social equity log could not be found
SystemException
- if a system exception occurredpublic SocialEquityLog[] findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId, long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator) throws NoSuchEquityLogException, 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.
findByAEI_AID_AD_A_T_PrevAndNext
in interface SocialEquityLogPersistence
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 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 occurredprotected SocialEquityLog getByAEI_AID_AD_A_T_PrevAndNext(Session session, SocialEquityLog socialEquityLog, long assetEntryId, String actionId, int actionDate, boolean active, int type, OrderByComparator orderByComparator, boolean previous)
public SocialEquityLog findByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type) throws NoSuchEquityLogException, SystemException
NoSuchEquityLogException
if it could not be found.
findByU_AEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
NoSuchEquityLogException
- if a matching social equity log could not be found
SystemException
- if a system exception occurredpublic SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type) throws SystemException
null
if it could not be found. Uses the finder cache.
fetchByU_AEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
null
if a matching social equity log could not be found
SystemException
- if a system exception occurredpublic SocialEquityLog fetchByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
fetchByU_AEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
null
if a matching social equity log could not be found
SystemException
- if a system exception occurredpublic List<SocialEquityLog> findAll() throws SystemException
findAll
in interface SocialEquityLogPersistence
SystemException
- if a system exception occurredpublic 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.
findAll
in interface SocialEquityLogPersistence
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 occurredpublic 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.
findAll
in interface SocialEquityLogPersistence
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 occurredpublic void removeByAEI_T_A(long assetEntryId, int type, boolean active) throws SystemException
removeByAEI_T_A
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withtype
- the type to search withactive
- the active to search with
SystemException
- if a system exception occurredpublic void removeByU_AID_A_T(long userId, String actionId, boolean active, int type) throws SystemException
removeByU_AID_A_T
in interface SocialEquityLogPersistence
userId
- the user id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic void removeByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type) throws SystemException
removeByAEI_AID_A_T
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic void removeByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type) throws SystemException
removeByU_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
SystemException
- if a system exception occurredpublic void removeByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type) throws SystemException
removeByAEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
SystemException
- if a system exception occurredpublic void removeByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type) throws NoSuchEquityLogException, SystemException
removeByU_AEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
SystemException
- if a system exception occurred
NoSuchEquityLogException
public void removeAll() throws SystemException
removeAll
in interface SocialEquityLogPersistence
SystemException
- if a system exception occurredpublic int countByAEI_T_A(long assetEntryId, int type, boolean active) throws SystemException
countByAEI_T_A
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withtype
- the type to search withactive
- the active to search with
SystemException
- if a system exception occurredpublic int countByU_AID_A_T(long userId, String actionId, boolean active, int type) throws SystemException
countByU_AID_A_T
in interface SocialEquityLogPersistence
userId
- the user id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic int countByAEI_AID_A_T(long assetEntryId, String actionId, boolean active, int type) throws SystemException
countByAEI_AID_A_T
in interface SocialEquityLogPersistence
assetEntryId
- the asset entry id to search withactionId
- the action id to search withactive
- the active to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic int countByU_AID_AD_A_T(long userId, String actionId, int actionDate, boolean active, int type) throws SystemException
countByU_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
SystemException
- if a system exception occurredpublic int countByAEI_AID_AD_A_T(long assetEntryId, String actionId, int actionDate, boolean active, int type) throws SystemException
countByAEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
SystemException
- if a system exception occurredpublic int countByU_AEI_AID_AD_A_T(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type) throws SystemException
countByU_AEI_AID_AD_A_T
in interface SocialEquityLogPersistence
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 with
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface SocialEquityLogPersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |