com.liferay.portlet.social.service.persistence
Class SocialEquityLogPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
com.liferay.portlet.social.service.persistence.SocialEquityLogPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityLog>, com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
public class SocialEquityLogPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
- implements com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialEquityLogPersistence
,
SocialEquityLogUtil
- Generated:
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 |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.social.model.SocialEquityLog> socialEquityLogs)
|
void |
cacheResult(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
|
void |
clearCache()
|
void |
clearCache(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
|
int |
countAll()
|
int |
countByAEI_T_A(long assetEntryId,
int type,
boolean active)
|
int |
countByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active)
|
com.liferay.portlet.social.model.SocialEquityLog |
create(long equityLogId)
|
com.liferay.portlet.social.model.SocialEquityLog |
fetchByPrimaryKey(long equityLogId)
|
com.liferay.portlet.social.model.SocialEquityLog |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findAll()
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquityLog |
findByAEI_T_A_First(long assetEntryId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquityLog |
findByAEI_T_A_Last(long assetEntryId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquityLog[] |
findByAEI_T_A_PrevAndNext(long equityLogId,
long assetEntryId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findByAEI_T_A(long assetEntryId,
int type,
boolean active)
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findByAEI_T_A(long assetEntryId,
int type,
boolean active,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findByAEI_T_A(long assetEntryId,
int type,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquityLog |
findByPrimaryKey(long equityLogId)
|
com.liferay.portlet.social.model.SocialEquityLog |
findByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.social.model.SocialEquityLog |
findByU_AEI_A_A_First(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquityLog |
findByU_AEI_A_A_Last(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.social.model.SocialEquityLog[] |
findByU_AEI_A_A_PrevAndNext(long equityLogId,
long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active)
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialEquityLog> |
findByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
protected com.liferay.portlet.social.model.SocialEquityLog |
getByAEI_T_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialEquityLog socialEquityLog,
long assetEntryId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.social.model.SocialEquityLog |
getByU_AEI_A_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialEquityLog socialEquityLog,
long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
com.liferay.portlet.social.model.SocialEquityLog |
remove(long equityLogId)
|
com.liferay.portlet.social.model.SocialEquityLog |
remove(java.io.Serializable primaryKey)
|
com.liferay.portlet.social.model.SocialEquityLog |
remove(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
|
void |
removeAll()
|
void |
removeByAEI_T_A(long assetEntryId,
int type,
boolean active)
|
void |
removeByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active)
|
protected com.liferay.portlet.social.model.SocialEquityLog |
removeImpl(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
|
protected com.liferay.portlet.social.model.SocialEquityLog |
toUnwrappedModel(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
|
com.liferay.portlet.social.model.SocialEquityLog |
updateImpl(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, 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, setDataSource, unregisterListener, update |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FIND_BY_AEI_T_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_AEI_T_A
FINDER_PATH_COUNT_BY_AEI_T_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_AEI_T_A
FINDER_PATH_FIND_BY_U_AEI_A_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_U_AEI_A_A
FINDER_PATH_COUNT_BY_U_AEI_A_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_U_AEI_A_A
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
socialActivityPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
socialEquityAssetEntryPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence
socialEquityHistoryPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityHistoryPersistence socialEquityHistoryPersistence
socialEquityLogPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence socialEquityLogPersistence
socialEquitySettingPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquitySettingPersistence socialEquitySettingPersistence
socialEquityUserPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialEquityUserPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialEquityUserPersistence socialEquityUserPersistence
socialRelationPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialRelationPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
socialRequestPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialRequestPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence
resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
assetEntryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryPersistence.class)
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
SocialEquityLogPersistenceImpl
public SocialEquityLogPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
- Specified by:
cacheResult
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.social.model.SocialEquityLog> socialEquityLogs)
- Specified by:
cacheResult
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityLog>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
clearCache
public void clearCache(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityLog>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
create
public com.liferay.portlet.social.model.SocialEquityLog create(long equityLogId)
- Specified by:
create
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
remove
public com.liferay.portlet.social.model.SocialEquityLog remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityLog>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.social.model.SocialEquityLog remove(long equityLogId)
throws com.liferay.portlet.social.NoSuchEquityLogException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquityLogException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.social.model.SocialEquityLog remove(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityLog>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeImpl
protected com.liferay.portlet.social.model.SocialEquityLog removeImpl(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateImpl
public com.liferay.portlet.social.model.SocialEquityLog updateImpl(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
- Throws:
com.liferay.portal.kernel.exception.SystemException
toUnwrappedModel
protected com.liferay.portlet.social.model.SocialEquityLog toUnwrappedModel(com.liferay.portlet.social.model.SocialEquityLog socialEquityLog)
findByPrimaryKey
public com.liferay.portlet.social.model.SocialEquityLog findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityLog>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public com.liferay.portlet.social.model.SocialEquityLog findByPrimaryKey(long equityLogId)
throws com.liferay.portlet.social.NoSuchEquityLogException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquityLogException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.social.model.SocialEquityLog fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialEquityLog>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialEquityLog>
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.social.model.SocialEquityLog fetchByPrimaryKey(long equityLogId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByAEI_T_A
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findByAEI_T_A(long assetEntryId,
int type,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByAEI_T_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByAEI_T_A
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findByAEI_T_A(long assetEntryId,
int type,
boolean active,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByAEI_T_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByAEI_T_A
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findByAEI_T_A(long assetEntryId,
int type,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByAEI_T_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByAEI_T_A_First
public com.liferay.portlet.social.model.SocialEquityLog findByAEI_T_A_First(long assetEntryId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquityLogException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByAEI_T_A_First
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquityLogException
com.liferay.portal.kernel.exception.SystemException
findByAEI_T_A_Last
public com.liferay.portlet.social.model.SocialEquityLog findByAEI_T_A_Last(long assetEntryId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquityLogException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByAEI_T_A_Last
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquityLogException
com.liferay.portal.kernel.exception.SystemException
findByAEI_T_A_PrevAndNext
public com.liferay.portlet.social.model.SocialEquityLog[] findByAEI_T_A_PrevAndNext(long equityLogId,
long assetEntryId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquityLogException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByAEI_T_A_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquityLogException
com.liferay.portal.kernel.exception.SystemException
getByAEI_T_A_PrevAndNext
protected com.liferay.portlet.social.model.SocialEquityLog getByAEI_T_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialEquityLog socialEquityLog,
long assetEntryId,
int type,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByU_AEI_A_A
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByU_AEI_A_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByU_AEI_A_A
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByU_AEI_A_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByU_AEI_A_A
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByU_AEI_A_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByU_AEI_A_A_First
public com.liferay.portlet.social.model.SocialEquityLog findByU_AEI_A_A_First(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquityLogException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByU_AEI_A_A_First
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquityLogException
com.liferay.portal.kernel.exception.SystemException
findByU_AEI_A_A_Last
public com.liferay.portlet.social.model.SocialEquityLog findByU_AEI_A_A_Last(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquityLogException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByU_AEI_A_A_Last
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquityLogException
com.liferay.portal.kernel.exception.SystemException
findByU_AEI_A_A_PrevAndNext
public com.liferay.portlet.social.model.SocialEquityLog[] findByU_AEI_A_A_PrevAndNext(long equityLogId,
long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.social.NoSuchEquityLogException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByU_AEI_A_A_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portlet.social.NoSuchEquityLogException
com.liferay.portal.kernel.exception.SystemException
getByU_AEI_A_A_PrevAndNext
protected com.liferay.portlet.social.model.SocialEquityLog getByU_AEI_A_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.social.model.SocialEquityLog socialEquityLog,
long userId,
long assetEntryId,
java.lang.String actionId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findAll
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.social.model.SocialEquityLog> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByAEI_T_A
public void removeByAEI_T_A(long assetEntryId,
int type,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByAEI_T_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByU_AEI_A_A
public void removeByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByU_AEI_A_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByAEI_T_A
public int countByAEI_T_A(long assetEntryId,
int type,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByAEI_T_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByU_AEI_A_A
public int countByU_AEI_A_A(long userId,
long assetEntryId,
java.lang.String actionId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByU_AEI_A_A
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
afterPropertiesSet
public void afterPropertiesSet()