|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.social.service.persistence.SocialActivityUtil
public class SocialActivityUtil
The persistence utility for the social activity service. This utility wraps SocialActivityPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
SocialActivityPersistence
,
SocialActivityPersistenceImpl
Constructor Summary | |
---|---|
SocialActivityUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(List<SocialActivity> socialActivities)
Caches the social activities in the entity cache if it is enabled. |
static void |
cacheResult(SocialActivity socialActivity)
Caches the social activity in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(SocialActivity socialActivity)
|
static int |
countAll()
Returns the number of social activities. |
static int |
countByC_C(long classNameId,
long classPK)
Returns the number of social activities where classNameId = ? and classPK = ?. |
static int |
countByClassNameId(long classNameId)
Returns the number of social activities where classNameId = ?. |
static int |
countByCompanyId(long companyId)
Returns the number of social activities where companyId = ?. |
static int |
countByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static int |
countByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social activities where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static int |
countByGroupId(long groupId)
Returns the number of social activities where groupId = ?. |
static int |
countByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Returns the number of social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static int |
countByMirrorActivityId(long mirrorActivityId)
Returns the number of social activities where mirrorActivityId = ?. |
static int |
countByReceiverUserId(long receiverUserId)
Returns the number of social activities where receiverUserId = ?. |
static int |
countByUserId(long userId)
Returns the number of social activities where userId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static SocialActivity |
create(long activityId)
Creates a new social activity with the primary key. |
static SocialActivity |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
static SocialActivity |
fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
static SocialActivity |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
static SocialActivity |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
static SocialActivity |
fetchByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
fetchByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
static SocialActivity |
fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialActivity |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
static SocialActivity |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
static SocialActivity |
fetchByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
fetchByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
fetchByMirrorActivityId(long mirrorActivityId)
Returns the social activity where mirrorActivityId = ? or returns null if it could not be found. |
static SocialActivity |
fetchByMirrorActivityId(long mirrorActivityId,
boolean retrieveFromCache)
Returns the social activity where mirrorActivityId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialActivity |
fetchByPrimaryKey(long activityId)
Returns the social activity with the primary key or returns null if it could not be found. |
static SocialActivity |
fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
static SocialActivity |
fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
static SocialActivity |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
static SocialActivity |
fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
static List<SocialActivity> |
findAll()
Returns all the social activities. |
static List<SocialActivity> |
findAll(int start,
int end)
Returns a range of all the social activities. |
static List<SocialActivity> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities. |
static SocialActivity |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity[] |
findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?. |
static List<SocialActivity> |
findByC_C(long classNameId,
long classPK)
Returns all the social activities where classNameId = ? and classPK = ?. |
static List<SocialActivity> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activities where classNameId = ? and classPK = ?. |
static List<SocialActivity> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ?. |
static SocialActivity |
findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
static SocialActivity |
findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
static SocialActivity[] |
findByClassNameId_PrevAndNext(long activityId,
long classNameId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ?. |
static List<SocialActivity> |
findByClassNameId(long classNameId)
Returns all the social activities where classNameId = ?. |
static List<SocialActivity> |
findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the social activities where classNameId = ?. |
static List<SocialActivity> |
findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where classNameId = ?. |
static SocialActivity |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
static SocialActivity |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
static SocialActivity[] |
findByCompanyId_PrevAndNext(long activityId,
long companyId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where companyId = ?. |
static List<SocialActivity> |
findByCompanyId(long companyId)
Returns all the social activities where companyId = ?. |
static List<SocialActivity> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social activities where companyId = ?. |
static List<SocialActivity> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where companyId = ?. |
static SocialActivity |
findByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
findByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity[] |
findByG_U_C_C_T_R_PrevAndNext(long activityId,
long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static List<SocialActivity> |
findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static List<SocialActivity> |
findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int start,
int end)
Returns a range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static List<SocialActivity> |
findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
findByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchActivityException if it could not be found. |
static SocialActivity |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
static SocialActivity |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
static SocialActivity[] |
findByGroupId_PrevAndNext(long activityId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ?. |
static List<SocialActivity> |
findByGroupId(long groupId)
Returns all the social activities where groupId = ?. |
static List<SocialActivity> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activities where groupId = ?. |
static List<SocialActivity> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where groupId = ?. |
static SocialActivity |
findByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
findByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity[] |
findByM_C_C_PrevAndNext(long activityId,
long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static List<SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Returns all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static List<SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static List<SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
findByMirrorActivityId(long mirrorActivityId)
Returns the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found. |
static SocialActivity |
findByPrimaryKey(long activityId)
Returns the social activity with the primary key or throws a NoSuchActivityException if it could not be found. |
static SocialActivity |
findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
static SocialActivity |
findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
static SocialActivity[] |
findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?. |
static List<SocialActivity> |
findByReceiverUserId(long receiverUserId)
Returns all the social activities where receiverUserId = ?. |
static List<SocialActivity> |
findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social activities where receiverUserId = ?. |
static List<SocialActivity> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where receiverUserId = ?. |
static SocialActivity |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
static SocialActivity |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
static SocialActivity[] |
findByUserId_PrevAndNext(long activityId,
long userId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where userId = ?. |
static List<SocialActivity> |
findByUserId(long userId)
Returns all the social activities where userId = ?. |
static List<SocialActivity> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the social activities where userId = ?. |
static List<SocialActivity> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where userId = ?. |
static List<SocialActivity> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialActivity> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialActivity> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static SocialActivityPersistence |
getPersistence()
|
static SocialActivity |
remove(long activityId)
Removes the social activity with the primary key from the database. |
static void |
removeAll()
Removes all the social activities from the database. |
static void |
removeByC_C(long classNameId,
long classPK)
Removes all the social activities where classNameId = ? and classPK = ? from the database. |
static void |
removeByClassNameId(long classNameId)
Removes all the social activities where classNameId = ? from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the social activities where companyId = ? from the database. |
static void |
removeByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
static SocialActivity |
removeByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the social activities where groupId = ? from the database. |
static void |
removeByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Removes all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ? from the database. |
static SocialActivity |
removeByMirrorActivityId(long mirrorActivityId)
Removes the social activity where mirrorActivityId = ? from the database. |
static void |
removeByReceiverUserId(long receiverUserId)
Removes all the social activities where receiverUserId = ? from the database. |
static void |
removeByUserId(long userId)
Removes all the social activities where userId = ? from the database. |
void |
setPersistence(SocialActivityPersistence persistence)
Deprecated. |
static SocialActivity |
update(SocialActivity socialActivity,
boolean merge)
|
static SocialActivity |
update(SocialActivity socialActivity,
boolean merge,
ServiceContext serviceContext)
|
static SocialActivity |
updateImpl(SocialActivity socialActivity,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocialActivityUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(SocialActivity socialActivity)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<SocialActivity> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<SocialActivity> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<SocialActivity> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static SocialActivity update(SocialActivity socialActivity, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static SocialActivity update(SocialActivity socialActivity, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(SocialActivity socialActivity)
socialActivity
- the social activitypublic static void cacheResult(List<SocialActivity> socialActivities)
socialActivities
- the social activitiespublic static SocialActivity create(long activityId)
activityId
- the primary key for the new social activity
public static SocialActivity remove(long activityId) throws SystemException, NoSuchActivityException
activityId
- the primary key of the social activity
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static SocialActivity updateImpl(SocialActivity socialActivity, boolean merge) throws SystemException
SystemException
public static SocialActivity findByPrimaryKey(long activityId) throws SystemException, NoSuchActivityException
NoSuchActivityException
if it could not be found.
activityId
- the primary key of the social activity
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByPrimaryKey(long activityId) throws SystemException
null
if it could not be found.
activityId
- the primary key of the social activity
null
if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static SocialActivity findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity[] findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
activityId
- the primary key of the current social activitygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static SocialActivity findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity[] findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
activityId
- the primary key of the current social activitycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByUserId(long userId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
userId
- the user IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
userId
- the user IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static SocialActivity findByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity[] findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
activityId
- the primary key of the current social activityuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByMirrorActivityId(long mirrorActivityId) throws SystemException, NoSuchActivityException
NoSuchActivityException
if it could not be found.
mirrorActivityId
- the mirror activity ID
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByMirrorActivityId(long mirrorActivityId) throws SystemException
null
if it could not be found. Uses the finder cache.
mirrorActivityId
- the mirror activity ID
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByMirrorActivityId(long mirrorActivityId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
mirrorActivityId
- the mirror activity IDretrieveFromCache
- whether to use the finder cache
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByClassNameId(long classNameId) throws SystemException
classNameId
- the class name ID
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByClassNameId(long classNameId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
classNameId
- the class name IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
classNameId
- the class name IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static SocialActivity findByClassNameId_First(long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
classNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
classNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity[] findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
activityId
- the primary key of the current social activityclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByReceiverUserId(long receiverUserId) throws SystemException
receiverUserId
- the receiver user ID
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByReceiverUserId(long receiverUserId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
receiverUserId
- the receiver user IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByReceiverUserId(long receiverUserId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
receiverUserId
- the receiver user IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static SocialActivity findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator) throws SystemException
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator) throws SystemException
receiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity[] findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
activityId
- the primary key of the current social activityreceiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByC_C(long classNameId, long classPK, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
classNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
classNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static SocialActivity findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
classNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
classNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
classNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity[] findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
activityId
- the primary key of the current social activityclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByM_C_C(long mirrorActivityId, long classNameId, long classPK) throws SystemException
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByM_C_C(long mirrorActivityId, long classNameId, long classPK, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByM_C_C(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p kstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static SocialActivity findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity[] findByM_C_C_PrevAndNext(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
activityId
- the primary key of the current social activitymirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p korderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByG_U_C_C_T_R(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId) throws SystemException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user ID
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByG_U_C_C_T_R(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findByG_U_C_C_T_R(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user IDstart
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static SocialActivity findByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByG_U_C_C_T_R_First(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByG_U_C_C_T_R_Last(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByG_U_C_C_T_R_Last(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity[] findByG_U_C_C_T_R_PrevAndNext(long activityId, long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
activityId
- the primary key of the current social activitygroupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredpublic static SocialActivity findByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId) throws SystemException, NoSuchActivityException
NoSuchActivityException
if it could not be found.
groupId
- the group IDuserId
- the user IDcreateDate
- the create dateclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user ID
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static SocialActivity fetchByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group IDuserId
- the user IDcreateDate
- the create dateclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user ID
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static 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 SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group IDuserId
- the user IDcreateDate
- the create dateclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user IDretrieveFromCache
- whether to use the finder cache
null
if a matching social activity could not be found
SystemException
- if a system exception occurredpublic static List<SocialActivity> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<SocialActivity> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)
SystemException
- if a system exception occurredpublic static List<SocialActivity> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of social activitiesend
- the upper bound of the range of social activities (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static void removeByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static void removeByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static void removeByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static SocialActivity removeByMirrorActivityId(long mirrorActivityId) throws SystemException, NoSuchActivityException
mirrorActivityId
- the mirror activity ID
SystemException
- if a system exception occurred
NoSuchActivityException
public static void removeByClassNameId(long classNameId) throws SystemException
classNameId
- the class name ID
SystemException
- if a system exception occurredpublic static void removeByReceiverUserId(long receiverUserId) throws SystemException
receiverUserId
- the receiver user ID
SystemException
- if a system exception occurredpublic static void removeByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static void removeByM_C_C(long mirrorActivityId, long classNameId, long classPK) throws SystemException
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static void removeByG_U_C_C_T_R(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId) throws SystemException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user ID
SystemException
- if a system exception occurredpublic static SocialActivity removeByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId) throws SystemException, NoSuchActivityException
groupId
- the group IDuserId
- the user IDcreateDate
- the create dateclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user ID
SystemException
- if a system exception occurred
NoSuchActivityException
public static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static int countByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredpublic static int countByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static int countByMirrorActivityId(long mirrorActivityId) throws SystemException
mirrorActivityId
- the mirror activity ID
SystemException
- if a system exception occurredpublic static int countByClassNameId(long classNameId) throws SystemException
classNameId
- the class name ID
SystemException
- if a system exception occurredpublic static int countByReceiverUserId(long receiverUserId) throws SystemException
receiverUserId
- the receiver user ID
SystemException
- if a system exception occurredpublic static int countByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static int countByM_C_C(long mirrorActivityId, long classNameId, long classPK) throws SystemException
mirrorActivityId
- the mirror activity IDclassNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic static int countByG_U_C_C_T_R(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId) throws SystemException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user ID
SystemException
- if a system exception occurredpublic static int countByG_U_CD_C_C_T_R(long groupId, long userId, long createDate, long classNameId, long classPK, int type, long receiverUserId) throws SystemException
groupId
- the group IDuserId
- the user IDcreateDate
- the create dateclassNameId
- the class name IDclassPK
- the class p ktype
- the typereceiverUserId
- the receiver user ID
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static SocialActivityPersistence getPersistence()
public void setPersistence(SocialActivityPersistence persistence)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |