com.liferay.portlet.social.service.persistence
Class SocialActivityPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
      extended by 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:

Field Summary
static java.lang.String FINDER_CLASS_NAME_ENTITY
           
static java.lang.String FINDER_CLASS_NAME_LIST
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CLASSNAMEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_U_CD_C_C_T_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_M_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_MIRRORACTIVITYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_RECEIVERUSERID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_USERID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_U_CD_C_C_T_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_MIRRORACTIVITYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_CLASSNAMEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_COMPANYID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_GROUPID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_M_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_RECEIVERUSERID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_USERID
           
protected  com.liferay.portal.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialRelationPersistence socialRelationPersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialRequestPersistence socialRequestPersistence
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
 
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
 
Constructor Summary
SocialActivityPersistenceImpl()
           
 
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()
           
 void clearCache(com.liferay.portlet.social.model.SocialActivity socialActivity)
           
 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)
           
 void destroy()
           
 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 orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity[] findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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 orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByClassNameId_First(long classNameId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByClassNameId_Last(long classNameId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity[] findByClassNameId_PrevAndNext(long activityId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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 orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity[] findByCompanyId_PrevAndNext(long activityId, long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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 orderByComparator)
           
 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 orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity[] findByGroupId_PrevAndNext(long activityId, long groupId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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 orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity[] findByM_C_C_PrevAndNext(long activityId, long mirrorActivityId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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 orderByComparator)
           
 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 orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByReceiverUserId_Last(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity[] findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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 orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 com.liferay.portlet.social.model.SocialActivity[] findByUserId_PrevAndNext(long activityId, long userId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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 orderByComparator)
           
protected  com.liferay.portlet.social.model.SocialActivity getByC_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.social.model.SocialActivity socialActivity, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.social.model.SocialActivity getByClassNameId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.social.model.SocialActivity socialActivity, long classNameId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.social.model.SocialActivity getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.social.model.SocialActivity socialActivity, long companyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.social.model.SocialActivity getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.social.model.SocialActivity socialActivity, long groupId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.social.model.SocialActivity getByM_C_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.social.model.SocialActivity socialActivity, long mirrorActivityId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.social.model.SocialActivity getByReceiverUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.social.model.SocialActivity socialActivity, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.social.model.SocialActivity getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.social.model.SocialActivity socialActivity, long userId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
 com.liferay.portlet.social.model.SocialActivity remove(long activityId)
           
 com.liferay.portlet.social.model.SocialActivity remove(java.io.Serializable primaryKey)
           
 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 update(com.liferay.portlet.social.model.SocialActivity socialActivity)
          Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean).
 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, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, 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, remove, setDataSource, unregisterListener, update
 

Field Detail

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_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_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_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_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_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_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_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(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence

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

groupPersistence

@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class)
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence

layoutPersistence

@BeanReference(type=com.liferay.portal.service.persistence.LayoutPersistence.class)
protected com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence

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
Constructor Detail

SocialActivityPersistenceImpl

public SocialActivityPersistenceImpl()
Method Detail

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>

clearCache

public void clearCache(com.liferay.portlet.social.model.SocialActivity socialActivity)
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.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.SystemException

remove

public com.liferay.portlet.social.model.SocialActivity remove(long activityId)
                                                       throws com.liferay.portlet.social.NoSuchActivityException,
                                                              com.liferay.portal.SystemException
Specified by:
remove in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

removeImpl

protected com.liferay.portlet.social.model.SocialActivity removeImpl(com.liferay.portlet.social.model.SocialActivity socialActivity)
                                                              throws com.liferay.portal.SystemException
Overrides:
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivity>
Throws:
com.liferay.portal.SystemException

update

public com.liferay.portlet.social.model.SocialActivity update(com.liferay.portlet.social.model.SocialActivity socialActivity)
                                                       throws com.liferay.portal.SystemException
Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean).

Specified by:
update in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

updateImpl

public com.liferay.portlet.social.model.SocialActivity updateImpl(com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                  boolean merge)
                                                           throws com.liferay.portal.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.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.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.SystemException

findByPrimaryKey

public com.liferay.portlet.social.model.SocialActivity findByPrimaryKey(long activityId)
                                                                 throws com.liferay.portlet.social.NoSuchActivityException,
                                                                        com.liferay.portal.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

fetchByPrimaryKey

public com.liferay.portlet.social.model.SocialActivity fetchByPrimaryKey(java.io.Serializable primaryKey)
                                                                  throws com.liferay.portal.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.SystemException

fetchByPrimaryKey

public com.liferay.portlet.social.model.SocialActivity fetchByPrimaryKey(long activityId)
                                                                  throws com.liferay.portal.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByGroupId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByGroupId(long groupId)
                                                                              throws com.liferay.portal.SystemException
Specified by:
findByGroupId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByGroupId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByGroupId(long groupId,
                                                                                     int start,
                                                                                     int end)
                                                                              throws com.liferay.portal.SystemException
Specified by:
findByGroupId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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 orderByComparator)
                                                                              throws com.liferay.portal.SystemException
Specified by:
findByGroupId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByGroupId_First

public com.liferay.portlet.social.model.SocialActivity findByGroupId_First(long groupId,
                                                                           com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                    throws com.liferay.portlet.social.NoSuchActivityException,
                                                                           com.liferay.portal.SystemException
Specified by:
findByGroupId_First in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByGroupId_Last

public com.liferay.portlet.social.model.SocialActivity findByGroupId_Last(long groupId,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                   throws com.liferay.portlet.social.NoSuchActivityException,
                                                                          com.liferay.portal.SystemException
Specified by:
findByGroupId_Last in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByGroupId_PrevAndNext

public com.liferay.portlet.social.model.SocialActivity[] findByGroupId_PrevAndNext(long activityId,
                                                                                   long groupId,
                                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                            throws com.liferay.portlet.social.NoSuchActivityException,
                                                                                   com.liferay.portal.SystemException
Specified by:
findByGroupId_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

getByGroupId_PrevAndNext

protected com.liferay.portlet.social.model.SocialActivity getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                   com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                                   long groupId,
                                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                   boolean previous)

findByCompanyId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByCompanyId(long companyId)
                                                                                throws com.liferay.portal.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByCompanyId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByCompanyId(long companyId,
                                                                                       int start,
                                                                                       int end)
                                                                                throws com.liferay.portal.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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 orderByComparator)
                                                                                throws com.liferay.portal.SystemException
Specified by:
findByCompanyId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByCompanyId_First

public com.liferay.portlet.social.model.SocialActivity findByCompanyId_First(long companyId,
                                                                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                      throws com.liferay.portlet.social.NoSuchActivityException,
                                                                             com.liferay.portal.SystemException
Specified by:
findByCompanyId_First in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByCompanyId_Last

public com.liferay.portlet.social.model.SocialActivity findByCompanyId_Last(long companyId,
                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                     throws com.liferay.portlet.social.NoSuchActivityException,
                                                                            com.liferay.portal.SystemException
Specified by:
findByCompanyId_Last in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByCompanyId_PrevAndNext

public com.liferay.portlet.social.model.SocialActivity[] findByCompanyId_PrevAndNext(long activityId,
                                                                                     long companyId,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                              throws com.liferay.portlet.social.NoSuchActivityException,
                                                                                     com.liferay.portal.SystemException
Specified by:
findByCompanyId_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

getByCompanyId_PrevAndNext

protected com.liferay.portlet.social.model.SocialActivity getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                     com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                                     long companyId,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                     boolean previous)

findByUserId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByUserId(long userId)
                                                                             throws com.liferay.portal.SystemException
Specified by:
findByUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByUserId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByUserId(long userId,
                                                                                    int start,
                                                                                    int end)
                                                                             throws com.liferay.portal.SystemException
Specified by:
findByUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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 orderByComparator)
                                                                             throws com.liferay.portal.SystemException
Specified by:
findByUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByUserId_First

public com.liferay.portlet.social.model.SocialActivity findByUserId_First(long userId,
                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                   throws com.liferay.portlet.social.NoSuchActivityException,
                                                                          com.liferay.portal.SystemException
Specified by:
findByUserId_First in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByUserId_Last

public com.liferay.portlet.social.model.SocialActivity findByUserId_Last(long userId,
                                                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                  throws com.liferay.portlet.social.NoSuchActivityException,
                                                                         com.liferay.portal.SystemException
Specified by:
findByUserId_Last in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByUserId_PrevAndNext

public com.liferay.portlet.social.model.SocialActivity[] findByUserId_PrevAndNext(long activityId,
                                                                                  long userId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                           throws com.liferay.portlet.social.NoSuchActivityException,
                                                                                  com.liferay.portal.SystemException
Specified by:
findByUserId_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

getByUserId_PrevAndNext

protected com.liferay.portlet.social.model.SocialActivity getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                  com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                                  long userId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                  boolean previous)

findByMirrorActivityId

public com.liferay.portlet.social.model.SocialActivity findByMirrorActivityId(long mirrorActivityId)
                                                                       throws com.liferay.portlet.social.NoSuchActivityException,
                                                                              com.liferay.portal.SystemException
Specified by:
findByMirrorActivityId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

fetchByMirrorActivityId

public com.liferay.portlet.social.model.SocialActivity fetchByMirrorActivityId(long mirrorActivityId)
                                                                        throws com.liferay.portal.SystemException
Specified by:
fetchByMirrorActivityId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

fetchByMirrorActivityId

public com.liferay.portlet.social.model.SocialActivity fetchByMirrorActivityId(long mirrorActivityId,
                                                                               boolean retrieveFromCache)
                                                                        throws com.liferay.portal.SystemException
Specified by:
fetchByMirrorActivityId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByClassNameId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByClassNameId(long classNameId)
                                                                                  throws com.liferay.portal.SystemException
Specified by:
findByClassNameId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByClassNameId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByClassNameId(long classNameId,
                                                                                         int start,
                                                                                         int end)
                                                                                  throws com.liferay.portal.SystemException
Specified by:
findByClassNameId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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 orderByComparator)
                                                                                  throws com.liferay.portal.SystemException
Specified by:
findByClassNameId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByClassNameId_First

public com.liferay.portlet.social.model.SocialActivity findByClassNameId_First(long classNameId,
                                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                        throws com.liferay.portlet.social.NoSuchActivityException,
                                                                               com.liferay.portal.SystemException
Specified by:
findByClassNameId_First in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByClassNameId_Last

public com.liferay.portlet.social.model.SocialActivity findByClassNameId_Last(long classNameId,
                                                                              com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                       throws com.liferay.portlet.social.NoSuchActivityException,
                                                                              com.liferay.portal.SystemException
Specified by:
findByClassNameId_Last in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByClassNameId_PrevAndNext

public com.liferay.portlet.social.model.SocialActivity[] findByClassNameId_PrevAndNext(long activityId,
                                                                                       long classNameId,
                                                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                throws com.liferay.portlet.social.NoSuchActivityException,
                                                                                       com.liferay.portal.SystemException
Specified by:
findByClassNameId_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

getByClassNameId_PrevAndNext

protected com.liferay.portlet.social.model.SocialActivity getByClassNameId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                       com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                                       long classNameId,
                                                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                       boolean previous)

findByReceiverUserId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByReceiverUserId(long receiverUserId)
                                                                                     throws com.liferay.portal.SystemException
Specified by:
findByReceiverUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByReceiverUserId

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByReceiverUserId(long receiverUserId,
                                                                                            int start,
                                                                                            int end)
                                                                                     throws com.liferay.portal.SystemException
Specified by:
findByReceiverUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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 orderByComparator)
                                                                                     throws com.liferay.portal.SystemException
Specified by:
findByReceiverUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByReceiverUserId_First

public com.liferay.portlet.social.model.SocialActivity findByReceiverUserId_First(long receiverUserId,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                           throws com.liferay.portlet.social.NoSuchActivityException,
                                                                                  com.liferay.portal.SystemException
Specified by:
findByReceiverUserId_First in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByReceiverUserId_Last

public com.liferay.portlet.social.model.SocialActivity findByReceiverUserId_Last(long receiverUserId,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                          throws com.liferay.portlet.social.NoSuchActivityException,
                                                                                 com.liferay.portal.SystemException
Specified by:
findByReceiverUserId_Last in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByReceiverUserId_PrevAndNext

public com.liferay.portlet.social.model.SocialActivity[] findByReceiverUserId_PrevAndNext(long activityId,
                                                                                          long receiverUserId,
                                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                   throws com.liferay.portlet.social.NoSuchActivityException,
                                                                                          com.liferay.portal.SystemException
Specified by:
findByReceiverUserId_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

getByReceiverUserId_PrevAndNext

protected com.liferay.portlet.social.model.SocialActivity getByReceiverUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                          com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                                          long receiverUserId,
                                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                          boolean previous)

findByC_C

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findByC_C(long classNameId,
                                                                                 long classPK)
                                                                          throws com.liferay.portal.SystemException
Specified by:
findByC_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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.SystemException
Specified by:
findByC_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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 orderByComparator)
                                                                          throws com.liferay.portal.SystemException
Specified by:
findByC_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findByC_C_First

public com.liferay.portlet.social.model.SocialActivity findByC_C_First(long classNameId,
                                                                       long classPK,
                                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                throws com.liferay.portlet.social.NoSuchActivityException,
                                                                       com.liferay.portal.SystemException
Specified by:
findByC_C_First in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

findByC_C_Last

public com.liferay.portlet.social.model.SocialActivity findByC_C_Last(long classNameId,
                                                                      long classPK,
                                                                      com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                               throws com.liferay.portlet.social.NoSuchActivityException,
                                                                      com.liferay.portal.SystemException
Specified by:
findByC_C_Last in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.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 orderByComparator)
                                                                        throws com.liferay.portlet.social.NoSuchActivityException,
                                                                               com.liferay.portal.SystemException
Specified by:
findByC_C_PrevAndNext in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

getByC_C_PrevAndNext

protected com.liferay.portlet.social.model.SocialActivity getByC_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                               com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                               long classNameId,
                                                                               long classPK,
                                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                               boolean previous)

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.SystemException
Specified by:
findByM_C_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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.SystemException
Specified by:
findByM_C_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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 orderByComparator)
                                                                            throws com.liferay.portal.SystemException
Specified by:
findByM_C_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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 orderByComparator)
                                                                  throws com.liferay.portlet.social.NoSuchActivityException,
                                                                         com.liferay.portal.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.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 orderByComparator)
                                                                 throws com.liferay.portlet.social.NoSuchActivityException,
                                                                        com.liferay.portal.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.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 orderByComparator)
                                                                          throws com.liferay.portlet.social.NoSuchActivityException,
                                                                                 com.liferay.portal.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.SystemException

getByM_C_C_PrevAndNext

protected com.liferay.portlet.social.model.SocialActivity getByM_C_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                 com.liferay.portlet.social.model.SocialActivity socialActivity,
                                                                                 long mirrorActivityId,
                                                                                 long classNameId,
                                                                                 long classPK,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                 boolean previous)

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.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.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.SystemException
Specified by:
fetchByG_U_CD_C_C_T_R in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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.SystemException
Specified by:
fetchByG_U_CD_C_C_T_R in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findAll()
                                                                        throws com.liferay.portal.SystemException
Specified by:
findAll in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findAll(int start,
                                                                               int end)
                                                                        throws com.liferay.portal.SystemException
Specified by:
findAll in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List<com.liferay.portlet.social.model.SocialActivity> findAll(int start,
                                                                               int end,
                                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                        throws com.liferay.portal.SystemException
Specified by:
findAll in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

removeByGroupId

public void removeByGroupId(long groupId)
                     throws com.liferay.portal.SystemException
Specified by:
removeByGroupId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

removeByCompanyId

public void removeByCompanyId(long companyId)
                       throws com.liferay.portal.SystemException
Specified by:
removeByCompanyId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

removeByUserId

public void removeByUserId(long userId)
                    throws com.liferay.portal.SystemException
Specified by:
removeByUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

removeByMirrorActivityId

public void removeByMirrorActivityId(long mirrorActivityId)
                              throws com.liferay.portlet.social.NoSuchActivityException,
                                     com.liferay.portal.SystemException
Specified by:
removeByMirrorActivityId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portlet.social.NoSuchActivityException
com.liferay.portal.SystemException

removeByClassNameId

public void removeByClassNameId(long classNameId)
                         throws com.liferay.portal.SystemException
Specified by:
removeByClassNameId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

removeByReceiverUserId

public void removeByReceiverUserId(long receiverUserId)
                            throws com.liferay.portal.SystemException
Specified by:
removeByReceiverUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

removeByC_C

public void removeByC_C(long classNameId,
                        long classPK)
                 throws com.liferay.portal.SystemException
Specified by:
removeByC_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

removeByM_C_C

public void removeByM_C_C(long mirrorActivityId,
                          long classNameId,
                          long classPK)
                   throws com.liferay.portal.SystemException
Specified by:
removeByM_C_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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.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.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.SystemException
Specified by:
removeAll in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countByGroupId

public int countByGroupId(long groupId)
                   throws com.liferay.portal.SystemException
Specified by:
countByGroupId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countByCompanyId

public int countByCompanyId(long companyId)
                     throws com.liferay.portal.SystemException
Specified by:
countByCompanyId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countByUserId

public int countByUserId(long userId)
                  throws com.liferay.portal.SystemException
Specified by:
countByUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countByMirrorActivityId

public int countByMirrorActivityId(long mirrorActivityId)
                            throws com.liferay.portal.SystemException
Specified by:
countByMirrorActivityId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countByClassNameId

public int countByClassNameId(long classNameId)
                       throws com.liferay.portal.SystemException
Specified by:
countByClassNameId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countByReceiverUserId

public int countByReceiverUserId(long receiverUserId)
                          throws com.liferay.portal.SystemException
Specified by:
countByReceiverUserId in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countByC_C

public int countByC_C(long classNameId,
                      long classPK)
               throws com.liferay.portal.SystemException
Specified by:
countByC_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countByM_C_C

public int countByM_C_C(long mirrorActivityId,
                        long classNameId,
                        long classPK)
                 throws com.liferay.portal.SystemException
Specified by:
countByM_C_C in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.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.SystemException
Specified by:
countByG_U_CD_C_C_T_R in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

countAll

public int countAll()
             throws com.liferay.portal.SystemException
Specified by:
countAll in interface com.liferay.portlet.social.service.persistence.SocialActivityPersistence
Throws:
com.liferay.portal.SystemException

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()