|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocialActivityPersistence
The persistence interface for the social activity service.
Never modify or reference this interface directly. Always use SocialActivityUtil
to access the social activity persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this interface.
Caching information and settings can be found in portal.properties
SocialActivityPersistenceImpl
,
SocialActivityUtil
Method Summary | |
---|---|
void |
cacheResult(List<SocialActivity> socialActivities)
Caches the social activities in the entity cache if it is enabled. |
void |
cacheResult(SocialActivity socialActivity)
Caches the social activity in the entity cache if it is enabled. |
int |
countAll()
Counts all the social activities. |
int |
countByC_C(long classNameId,
long classPK)
Counts all the social activities where classNameId = ? and classPK = ?. |
int |
countByClassNameId(long classNameId)
Counts all the social activities where classNameId = ?. |
int |
countByCompanyId(long companyId)
Counts all the social activities where companyId = ?. |
int |
countByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Counts all the social activities where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
int |
countByGroupId(long groupId)
Counts all the social activities where groupId = ?. |
int |
countByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Counts all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
int |
countByMirrorActivityId(long mirrorActivityId)
Counts all the social activities where mirrorActivityId = ?. |
int |
countByReceiverUserId(long receiverUserId)
Counts all the social activities where receiverUserId = ?. |
int |
countByUserId(long userId)
Counts all the social activities where userId = ?. |
SocialActivity |
create(long activityId)
Creates a new social activity with the primary key. |
SocialActivity |
fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds 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. |
SocialActivity |
fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Finds 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. |
SocialActivity |
fetchByMirrorActivityId(long mirrorActivityId)
Finds the social activity where mirrorActivityId = ? or returns null if it could not be found. |
SocialActivity |
fetchByMirrorActivityId(long mirrorActivityId,
boolean retrieveFromCache)
Finds the social activity where mirrorActivityId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivity |
fetchByPrimaryKey(long activityId)
Finds the social activity with the primary key or returns null if it could not be found. |
List<SocialActivity> |
findAll()
Finds all the social activities. |
List<SocialActivity> |
findAll(int start,
int end)
Finds a range of all the social activities. |
List<SocialActivity> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social activities. |
SocialActivity |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity[] |
findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?. |
List<SocialActivity> |
findByC_C(long classNameId,
long classPK)
Finds all the social activities where classNameId = ? and classPK = ?. |
List<SocialActivity> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Finds a range of all the social activities where classNameId = ? and classPK = ?. |
List<SocialActivity> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social activities where classNameId = ? and classPK = ?. |
SocialActivity |
findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Finds the first social activity in the ordered set where classNameId = ?. |
SocialActivity |
findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Finds the last social activity in the ordered set where classNameId = ?. |
SocialActivity[] |
findByClassNameId_PrevAndNext(long activityId,
long classNameId,
OrderByComparator orderByComparator)
Finds the social activities before and after the current social activity in the ordered set where classNameId = ?. |
List<SocialActivity> |
findByClassNameId(long classNameId)
Finds all the social activities where classNameId = ?. |
List<SocialActivity> |
findByClassNameId(long classNameId,
int start,
int end)
Finds a range of all the social activities where classNameId = ?. |
List<SocialActivity> |
findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social activities where classNameId = ?. |
SocialActivity |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first social activity in the ordered set where companyId = ?. |
SocialActivity |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last social activity in the ordered set where companyId = ?. |
SocialActivity[] |
findByCompanyId_PrevAndNext(long activityId,
long companyId,
OrderByComparator orderByComparator)
Finds the social activities before and after the current social activity in the ordered set where companyId = ?. |
List<SocialActivity> |
findByCompanyId(long companyId)
Finds all the social activities where companyId = ?. |
List<SocialActivity> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the social activities where companyId = ?. |
List<SocialActivity> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social activities where companyId = ?. |
SocialActivity |
findByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Finds 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. |
SocialActivity |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first social activity in the ordered set where groupId = ?. |
SocialActivity |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last social activity in the ordered set where groupId = ?. |
SocialActivity[] |
findByGroupId_PrevAndNext(long activityId,
long groupId,
OrderByComparator orderByComparator)
Finds the social activities before and after the current social activity in the ordered set where groupId = ?. |
List<SocialActivity> |
findByGroupId(long groupId)
Finds all the social activities where groupId = ?. |
List<SocialActivity> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the social activities where groupId = ?. |
List<SocialActivity> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social activities where groupId = ?. |
SocialActivity |
findByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
findByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity[] |
findByM_C_C_PrevAndNext(long activityId,
long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
List<SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Finds all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
List<SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
Finds a range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
List<SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
findByMirrorActivityId(long mirrorActivityId)
Finds the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found. |
SocialActivity |
findByPrimaryKey(long activityId)
Finds the social activity with the primary key or throws a NoSuchActivityException if it could not be found. |
SocialActivity |
findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Finds the first social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Finds the last social activity in the ordered set where receiverUserId = ?. |
SocialActivity[] |
findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
OrderByComparator orderByComparator)
Finds the social activities before and after the current social activity in the ordered set where receiverUserId = ?. |
List<SocialActivity> |
findByReceiverUserId(long receiverUserId)
Finds all the social activities where receiverUserId = ?. |
List<SocialActivity> |
findByReceiverUserId(long receiverUserId,
int start,
int end)
Finds a range of all the social activities where receiverUserId = ?. |
List<SocialActivity> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social activities where receiverUserId = ?. |
SocialActivity |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first social activity in the ordered set where userId = ?. |
SocialActivity |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last social activity in the ordered set where userId = ?. |
SocialActivity[] |
findByUserId_PrevAndNext(long activityId,
long userId,
OrderByComparator orderByComparator)
Finds the social activities before and after the current social activity in the ordered set where userId = ?. |
List<SocialActivity> |
findByUserId(long userId)
Finds all the social activities where userId = ?. |
List<SocialActivity> |
findByUserId(long userId,
int start,
int end)
Finds a range of all the social activities where userId = ?. |
List<SocialActivity> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the social activities where userId = ?. |
SocialActivity |
remove(long activityId)
Removes the social activity with the primary key from the database. |
void |
removeAll()
Removes all the social activities from the database. |
void |
removeByC_C(long classNameId,
long classPK)
Removes all the social activities where classNameId = ? and classPK = ? from the database. |
void |
removeByClassNameId(long classNameId)
Removes all the social activities where classNameId = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the social activities where companyId = ? from the database. |
void |
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. |
void |
removeByGroupId(long groupId)
Removes all the social activities where groupId = ? from the database. |
void |
removeByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Removes all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ? from the database. |
void |
removeByMirrorActivityId(long mirrorActivityId)
Removes the social activity where mirrorActivityId = ? from the database. |
void |
removeByReceiverUserId(long receiverUserId)
Removes all the social activities where receiverUserId = ? from the database. |
void |
removeByUserId(long userId)
Removes all the social activities where userId = ? from the database. |
SocialActivity |
updateImpl(SocialActivity socialActivity,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(SocialActivity socialActivity)
socialActivity
- the social activity to cachevoid cacheResult(List<SocialActivity> socialActivities)
socialActivities
- the social activities to cacheSocialActivity create(long activityId)
activityId
- the primary key for the new social activity
SocialActivity remove(long activityId) throws SystemException, NoSuchActivityException
activityId
- the primary key of the social activity to remove
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredSocialActivity updateImpl(SocialActivity socialActivity, boolean merge) throws SystemException
SystemException
SocialActivity findByPrimaryKey(long activityId) throws SystemException, NoSuchActivityException
NoSuchActivityException
if it could not be found.
activityId
- the primary key of the social activity to find
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredSocialActivity fetchByPrimaryKey(long activityId) throws SystemException
null
if it could not be found.
activityId
- the primary key of the social activity to find
null
if a social activity with the primary key could not be found
SystemException
- if a system exception occurredList<SocialActivity> findByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredSocialActivity findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity[] findByGroupId_PrevAndNext(long activityId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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.
activityId
- the primary key of the current social activitygroupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredList<SocialActivity> findByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredSocialActivity findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity[] findByCompanyId_PrevAndNext(long activityId, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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.
activityId
- the primary key of the current social activitycompanyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredList<SocialActivity> findByUserId(long userId) throws SystemException
userId
- the user id to search with
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredSocialActivity findByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity findByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity[] findByUserId_PrevAndNext(long activityId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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.
activityId
- the primary key of the current social activityuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredSocialActivity findByMirrorActivityId(long mirrorActivityId) throws SystemException, NoSuchActivityException
NoSuchActivityException
if it could not be found.
mirrorActivityId
- the mirror activity id to search with
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity fetchByMirrorActivityId(long mirrorActivityId) throws SystemException
null
if it could not be found. Uses the finder cache.
mirrorActivityId
- the mirror activity id to search with
null
if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity fetchByMirrorActivityId(long mirrorActivityId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
mirrorActivityId
- the mirror activity id to search with
null
if a matching social activity could not be found
SystemException
- if a system exception occurredList<SocialActivity> findByClassNameId(long classNameId) throws SystemException
classNameId
- the class name id to search with
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredSocialActivity findByClassNameId_First(long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity[] findByClassNameId_PrevAndNext(long activityId, long classNameId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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.
activityId
- the primary key of the current social activityclassNameId
- the class name id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredList<SocialActivity> findByReceiverUserId(long receiverUserId) throws SystemException
receiverUserId
- the receiver user id to search with
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)
SystemException
- if a system exception occurredList<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 id to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredSocialActivity findByReceiverUserId_First(long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity findByReceiverUserId_Last(long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity[] findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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.
activityId
- the primary key of the current social activityreceiverUserId
- the receiver user id to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredList<SocialActivity> findByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name id to search withclassPK
- the class p k to search with
SystemException
- if a system exception occurredList<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 id to search withclassPK
- the class p k to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)
SystemException
- if a system exception occurredList<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 id to search withclassPK
- the class p k to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredSocialActivity findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withclassPK
- the class p k to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withclassPK
- the class p k to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity[] findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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.
activityId
- the primary key of the current social activityclassNameId
- the class name id to search withclassPK
- the class p k to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredList<SocialActivity> findByM_C_C(long mirrorActivityId, long classNameId, long classPK) throws SystemException
mirrorActivityId
- the mirror activity id to search withclassNameId
- the class name id to search withclassPK
- the class p k to search with
SystemException
- if a system exception occurredList<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 id to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)
SystemException
- if a system exception occurredList<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 id to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withstart
- the lower bound of the range of social activities to returnend
- the upper bound of the range of social activities to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredSocialActivity findByM_C_C_First(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity findByM_C_C_Last(long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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 id to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity[] findByM_C_C_PrevAndNext(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException, NoSuchActivityException
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.
activityId
- the primary key of the current social activitymirrorActivityId
- the mirror activity id to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withorderByComparator
- the comparator to order the set by
NoSuchActivityException
- if a social activity with the primary key could not be found
SystemException
- if a system exception occurredSocialActivity 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 id to search withuserId
- the user id to search withcreateDate
- the create date to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withtype
- the type to search withreceiverUserId
- the receiver user id to search with
NoSuchActivityException
- if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity 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 id to search withuserId
- the user id to search withcreateDate
- the create date to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withtype
- the type to search withreceiverUserId
- the receiver user id to search with
null
if a matching social activity could not be found
SystemException
- if a system exception occurredSocialActivity 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 id to search withuserId
- the user id to search withcreateDate
- the create date to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withtype
- the type to search withreceiverUserId
- the receiver user id to search with
null
if a matching social activity could not be found
SystemException
- if a system exception occurredList<SocialActivity> findAll() throws SystemException
SystemException
- if a system exception occurredList<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 activities to returnend
- the upper bound of the range of social activities to return (not inclusive)
SystemException
- if a system exception occurredList<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 activities to returnend
- the upper bound of the range of social activities to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredvoid removeByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredvoid removeByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredvoid removeByUserId(long userId) throws SystemException
userId
- the user id to search with
SystemException
- if a system exception occurredvoid removeByMirrorActivityId(long mirrorActivityId) throws SystemException, NoSuchActivityException
mirrorActivityId
- the mirror activity id to search with
SystemException
- if a system exception occurred
NoSuchActivityException
void removeByClassNameId(long classNameId) throws SystemException
classNameId
- the class name id to search with
SystemException
- if a system exception occurredvoid removeByReceiverUserId(long receiverUserId) throws SystemException
receiverUserId
- the receiver user id to search with
SystemException
- if a system exception occurredvoid removeByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name id to search withclassPK
- the class p k to search with
SystemException
- if a system exception occurredvoid removeByM_C_C(long mirrorActivityId, long classNameId, long classPK) throws SystemException
mirrorActivityId
- the mirror activity id to search withclassNameId
- the class name id to search withclassPK
- the class p k to search with
SystemException
- if a system exception occurredvoid 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 id to search withuserId
- the user id to search withcreateDate
- the create date to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withtype
- the type to search withreceiverUserId
- the receiver user id to search with
SystemException
- if a system exception occurred
NoSuchActivityException
void removeAll() throws SystemException
SystemException
- if a system exception occurredint countByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredint countByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredint countByUserId(long userId) throws SystemException
userId
- the user id to search with
SystemException
- if a system exception occurredint countByMirrorActivityId(long mirrorActivityId) throws SystemException
mirrorActivityId
- the mirror activity id to search with
SystemException
- if a system exception occurredint countByClassNameId(long classNameId) throws SystemException
classNameId
- the class name id to search with
SystemException
- if a system exception occurredint countByReceiverUserId(long receiverUserId) throws SystemException
receiverUserId
- the receiver user id to search with
SystemException
- if a system exception occurredint countByC_C(long classNameId, long classPK) throws SystemException
classNameId
- the class name id to search withclassPK
- the class p k to search with
SystemException
- if a system exception occurredint countByM_C_C(long mirrorActivityId, long classNameId, long classPK) throws SystemException
mirrorActivityId
- the mirror activity id to search withclassNameId
- the class name id to search withclassPK
- the class p k to search with
SystemException
- if a system exception occurredint 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 id to search withuserId
- the user id to search withcreateDate
- the create date to search withclassNameId
- the class name id to search withclassPK
- the class p k to search withtype
- the type to search withreceiverUserId
- the receiver user id to search with
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |