com.liferay.portlet.social.service.persistence
Class SocialActivityPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
com.liferay.portlet.social.service.persistence.SocialActivityPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialActivity>, com.liferay.portlet.social.service.persistence.SocialActivityPersistence
public class SocialActivityPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
- implements com.liferay.portlet.social.service.persistence.SocialActivityPersistence
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:
SocialActivityPersistence
,
SocialActivityUtil
- 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 |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.social.model.SocialActivity> socialActivities)
|
void |
cacheResult(com.liferay.portlet.social.model.SocialActivity socialActivity)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
int |
countByClassNameId(long classNameId)
|
int |
countByCompanyId(long companyId)
|
int |
countByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
|
int |
countByGroupId(long groupId)
|
int |
countByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
|
int |
countByMirrorActivityId(long mirrorActivityId)
|
int |
countByReceiverUserId(long receiverUserId)
|
int |
countByUserId(long userId)
|
com.liferay.portlet.social.model.SocialActivity |
create(long activityId)
|
com.liferay.portlet.social.model.SocialActivity |
fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
|
com.liferay.portlet.social.model.SocialActivity |
fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
|
com.liferay.portlet.social.model.SocialActivity |
fetchByMirrorActivityId(long mirrorActivityId)
|
com.liferay.portlet.social.model.SocialActivity |
fetchByMirrorActivityId(long mirrorActivityId,
boolean retrieveFromCache)
|
com.liferay.portlet.social.model.SocialActivity |
fetchByPrimaryKey(long activityId)
|
com.liferay.portlet.social.model.SocialActivity |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findAll()
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity[] |
findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByC_C(long classNameId,
long classPK)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByClassNameId_First(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByClassNameId_Last(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity[] |
findByClassNameId_PrevAndNext(long activityId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByClassNameId(long classNameId)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByClassNameId(long classNameId,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByClassNameId(long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity[] |
findByCompanyId_PrevAndNext(long activityId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByCompanyId(long companyId)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
|
com.liferay.portlet.social.model.SocialActivity |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity[] |
findByGroupId_PrevAndNext(long activityId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByGroupId(long groupId)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity[] |
findByM_C_C_PrevAndNext(long activityId,
long mirrorActivityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByMirrorActivityId(long mirrorActivityId)
|
com.liferay.portlet.social.model.SocialActivity |
findByPrimaryKey(long activityId)
|
com.liferay.portlet.social.model.SocialActivity |
findByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.social.model.SocialActivity |
findByReceiverUserId_First(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByReceiverUserId_Last(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity[] |
findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByReceiverUserId(long receiverUserId)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByReceiverUserId(long receiverUserId,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.social.model.SocialActivity[] |
findByUserId_PrevAndNext(long activityId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByUserId(long userId)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByUserId(long userId,
int start,
int end)
|
java.util.List<com.liferay.portlet.social.model.SocialActivity> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
com.liferay.portlet.social.model.SocialActivity |
remove(long activityId)
|
com.liferay.portlet.social.model.SocialActivity |
remove(java.io.Serializable primaryKey)
|
com.liferay.portlet.social.model.SocialActivity |
remove(com.liferay.portlet.social.model.SocialActivity socialActivity)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
removeByClassNameId(long classNameId)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
|
void |
removeByMirrorActivityId(long mirrorActivityId)
|
void |
removeByReceiverUserId(long receiverUserId)
|
void |
removeByUserId(long userId)
|
protected com.liferay.portlet.social.model.SocialActivity |
removeImpl(com.liferay.portlet.social.model.SocialActivity socialActivity)
|
protected com.liferay.portlet.social.model.SocialActivity |
toUnwrappedModel(com.liferay.portlet.social.model.SocialActivity socialActivity)
|
com.liferay.portlet.social.model.SocialActivity |
updateImpl(com.liferay.portlet.social.model.SocialActivity socialActivity,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, 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 |
getListeners, registerListener, 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_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_GROUPID
FINDER_PATH_FIND_BY_OBC_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_GROUPID
FINDER_PATH_COUNT_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
FINDER_PATH_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_COMPANYID
FINDER_PATH_FIND_BY_OBC_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_COMPANYID
FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
FINDER_PATH_FIND_BY_USERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_USERID
FINDER_PATH_FIND_BY_OBC_USERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_USERID
FINDER_PATH_COUNT_BY_USERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_USERID
FINDER_PATH_FETCH_BY_MIRRORACTIVITYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_MIRRORACTIVITYID
FINDER_PATH_COUNT_BY_MIRRORACTIVITYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_MIRRORACTIVITYID
FINDER_PATH_FIND_BY_CLASSNAMEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_CLASSNAMEID
FINDER_PATH_FIND_BY_OBC_CLASSNAMEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_CLASSNAMEID
FINDER_PATH_COUNT_BY_CLASSNAMEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CLASSNAMEID
FINDER_PATH_FIND_BY_RECEIVERUSERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_RECEIVERUSERID
FINDER_PATH_FIND_BY_OBC_RECEIVERUSERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_RECEIVERUSERID
FINDER_PATH_COUNT_BY_RECEIVERUSERID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_RECEIVERUSERID
FINDER_PATH_FIND_BY_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_C
FINDER_PATH_FIND_BY_OBC_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_C_C
FINDER_PATH_COUNT_BY_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C
FINDER_PATH_FIND_BY_M_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_M_C_C
FINDER_PATH_FIND_BY_OBC_M_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_M_C_C
FINDER_PATH_COUNT_BY_M_C_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_M_C_C
FINDER_PATH_FETCH_BY_G_U_CD_C_C_T_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_U_CD_C_C_T_R
FINDER_PATH_COUNT_BY_G_U_CD_C_C_T_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_U_CD_C_C_T_R
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(name="com.liferay.portlet.social.service.persistence.SocialActivityPersistence")
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
socialRelationPersistence
@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialRelationPersistence")
protected com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
socialRequestPersistence
@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialRequestPersistence")
protected com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence
groupPersistence
@BeanReference(name="com.liferay.portal.service.persistence.GroupPersistence")
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
layoutPersistence
@BeanReference(name="com.liferay.portal.service.persistence.LayoutPersistence")
protected com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence
resourcePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
userPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
SocialActivityPersistenceImpl
public SocialActivityPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.social.model.SocialActivity socialActivity)
- Specified by:
cacheResult
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.social.model.SocialActivity> socialActivities)
- Specified by:
cacheResult
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialActivity>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
create
public com.liferay.portlet.social.model.SocialActivity create(long activityId)
- Specified by:
create
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
remove
public com.liferay.portlet.social.model.SocialActivity 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.SocialActivity>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.social.model.SocialActivity remove(long activityId)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.social.model.SocialActivity remove(com.liferay.portlet.social.model.SocialActivity socialActivity)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialActivity>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeImpl
protected com.liferay.portlet.social.model.SocialActivity removeImpl(com.liferay.portlet.social.model.SocialActivity socialActivity)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateImpl
public com.liferay.portlet.social.model.SocialActivity updateImpl(com.liferay.portlet.social.model.SocialActivity socialActivity,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
- Throws:
com.liferay.portal.kernel.exception.SystemException
toUnwrappedModel
protected com.liferay.portlet.social.model.SocialActivity toUnwrappedModel(com.liferay.portlet.social.model.SocialActivity socialActivity)
findByPrimaryKey
public com.liferay.portlet.social.model.SocialActivity 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.SocialActivity>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public com.liferay.portlet.social.model.SocialActivity findByPrimaryKey(long activityId)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.social.model.SocialActivity 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.SocialActivity>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.social.model.SocialActivity fetchByPrimaryKey(long activityId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
public com.liferay.portlet.social.model.SocialActivity findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId_First
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByGroupId_Last
public com.liferay.portlet.social.model.SocialActivity findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId_Last
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByGroupId_PrevAndNext
public com.liferay.portlet.social.model.SocialActivity[] findByGroupId_PrevAndNext(long activityId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByCompanyId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByCompanyId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByCompanyId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First
public com.liferay.portlet.social.model.SocialActivity findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByCompanyId_First
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last
public com.liferay.portlet.social.model.SocialActivity findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByCompanyId_Last
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext
public com.liferay.portlet.social.model.SocialActivity[] findByCompanyId_PrevAndNext(long activityId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByCompanyId_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByUserId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByUserId(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserId_First
public com.liferay.portlet.social.model.SocialActivity findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUserId_First
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByUserId_Last
public com.liferay.portlet.social.model.SocialActivity findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUserId_Last
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByUserId_PrevAndNext
public com.liferay.portlet.social.model.SocialActivity[] findByUserId_PrevAndNext(long activityId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUserId_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByMirrorActivityId
public com.liferay.portlet.social.model.SocialActivity findByMirrorActivityId(long mirrorActivityId)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByMirrorActivityId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
fetchByMirrorActivityId
public com.liferay.portlet.social.model.SocialActivity fetchByMirrorActivityId(long mirrorActivityId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByMirrorActivityId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByMirrorActivityId
public com.liferay.portlet.social.model.SocialActivity fetchByMirrorActivityId(long mirrorActivityId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByMirrorActivityId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByClassNameId(long classNameId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByClassNameId(long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByClassNameId_First
public com.liferay.portlet.social.model.SocialActivity findByClassNameId_First(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId_First
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByClassNameId_Last
public com.liferay.portlet.social.model.SocialActivity findByClassNameId_Last(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId_Last
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByClassNameId_PrevAndNext
public com.liferay.portlet.social.model.SocialActivity[] findByClassNameId_PrevAndNext(long activityId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByClassNameId_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByReceiverUserId(long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByReceiverUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByReceiverUserId(long receiverUserId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByReceiverUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByReceiverUserId(long receiverUserId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByReceiverUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId_First
public com.liferay.portlet.social.model.SocialActivity findByReceiverUserId_First(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByReceiverUserId_First
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId_Last
public com.liferay.portlet.social.model.SocialActivity findByReceiverUserId_Last(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByReceiverUserId_Last
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByReceiverUserId_PrevAndNext
public com.liferay.portlet.social.model.SocialActivity[] findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByReceiverUserId_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByC_C
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByC_C(long classNameId,
long classPK,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_C_First
public com.liferay.portlet.social.model.SocialActivity findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_C_First
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByC_C_Last
public com.liferay.portlet.social.model.SocialActivity findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_C_Last
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByC_C_PrevAndNext
public com.liferay.portlet.social.model.SocialActivity[] findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_C_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByM_C_C
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByM_C_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByM_C_C
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByM_C_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByM_C_C
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByM_C_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByM_C_C_First
public com.liferay.portlet.social.model.SocialActivity findByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByM_C_C_First
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByM_C_C_Last
public com.liferay.portlet.social.model.SocialActivity findByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByM_C_C_Last
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByM_C_C_PrevAndNext
public com.liferay.portlet.social.model.SocialActivity[] findByM_C_C_PrevAndNext(long activityId,
long mirrorActivityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByM_C_C_PrevAndNext
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
findByG_U_CD_C_C_T_R
public com.liferay.portlet.social.model.SocialActivity findByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_U_CD_C_C_T_R
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
fetchByG_U_CD_C_C_T_R
public com.liferay.portlet.social.model.SocialActivity fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByG_U_CD_C_C_T_R
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_U_CD_C_C_T_R
public com.liferay.portlet.social.model.SocialActivity fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByG_U_CD_C_C_T_R
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialActivity>
- Overrides:
findWithDynamicQuery
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
- Throws:
com.liferay.portal.kernel.exception.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.social.model.SocialActivity>
- Overrides:
findWithDynamicQuery
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.social.model.SocialActivity> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByGroupId
public void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByGroupId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCompanyId
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByCompanyId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUserId
public void removeByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByMirrorActivityId
public void removeByMirrorActivityId(long mirrorActivityId)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByMirrorActivityId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.kernel.exception.SystemException
removeByClassNameId
public void removeByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByClassNameId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByReceiverUserId
public void removeByReceiverUserId(long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByReceiverUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_C
public void removeByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByC_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByM_C_C
public void removeByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByM_C_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U_CD_C_C_T_R
public void removeByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws com.liferay.portlet.social.NoSuchActivityException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByG_U_CD_C_C_T_R
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portlet.social.NoSuchActivityException
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.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
public int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByGroupId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
public int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByCompanyId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUserId
public int countByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByMirrorActivityId
public int countByMirrorActivityId(long mirrorActivityId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByMirrorActivityId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByClassNameId
public int countByClassNameId(long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByClassNameId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByReceiverUserId
public int countByReceiverUserId(long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByReceiverUserId
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_C
public int countByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByC_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByM_C_C
public int countByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByM_C_C
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U_CD_C_C_T_R
public int countByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByG_U_CD_C_C_T_R
in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
- 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.SocialActivityPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
afterPropertiesSet
public void afterPropertiesSet()