|
Liferay 6.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface SocialActivityPersistence
The persistence interface for the social activity service.
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()
Returns the number of social activities. |
int |
countByActivitySetId(long activitySetId)
Returns the number of social activities where activitySetId = ?. |
int |
countByC_C_T(long classNameId,
long classPK,
int type)
Returns the number of social activities where classNameId = ? and classPK = ? and type = ?. |
int |
countByC_C(long classNameId,
long classPK)
Returns the number of social activities where classNameId = ? and classPK = ?. |
int |
countByClassNameId(long classNameId)
Returns the number of social activities where classNameId = ?. |
int |
countByCompanyId(long companyId)
Returns the number of social activities where companyId = ?. |
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 = ?. |
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 = ?. |
int |
countByGroupId(long groupId)
Returns the number of social activities where groupId = ?. |
int |
countByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Returns the number of social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
int |
countByMirrorActivityId(long mirrorActivityId)
Returns the number of social activities where mirrorActivityId = ?. |
int |
countByReceiverUserId(long receiverUserId)
Returns the number of social activities where receiverUserId = ?. |
int |
countByUserId(long userId)
Returns the number of social activities where userId = ?. |
SocialActivity |
create(long activityId)
Creates a new social activity with the primary key. |
SocialActivity |
fetchByActivitySetId_First(long activitySetId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where activitySetId = ?. |
SocialActivity |
fetchByActivitySetId_Last(long activitySetId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where activitySetId = ?. |
SocialActivity |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity |
fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity |
fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
SocialActivity |
fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
SocialActivity |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
SocialActivity |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
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 = ?. |
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 = ?. |
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. |
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. |
SocialActivity |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
SocialActivity |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
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 = ?. |
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 = ?. |
SocialActivity |
fetchByMirrorActivityId(long mirrorActivityId)
Returns the social activity where mirrorActivityId = ? or returns null if it could not be found. |
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. |
SocialActivity |
fetchByPrimaryKey(long activityId)
Returns the social activity with the primary key or returns null if it could not be found. |
SocialActivity |
fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
SocialActivity |
fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
List<SocialActivity> |
findAll()
Returns all the social activities. |
List<SocialActivity> |
findAll(int start,
int end)
Returns a range of all the social activities. |
List<SocialActivity> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities. |
SocialActivity |
findByActivitySetId_First(long activitySetId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where activitySetId = ?. |
SocialActivity |
findByActivitySetId_Last(long activitySetId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where activitySetId = ?. |
SocialActivity[] |
findByActivitySetId_PrevAndNext(long activityId,
long activitySetId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?. |
List<SocialActivity> |
findByActivitySetId(long activitySetId)
Returns all the social activities where activitySetId = ?. |
List<SocialActivity> |
findByActivitySetId(long activitySetId,
int start,
int end)
Returns a range of all the social activities where activitySetId = ?. |
List<SocialActivity> |
findByActivitySetId(long activitySetId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where activitySetId = ?. |
SocialActivity |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
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 = ?. |
SocialActivity |
findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity |
findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity[] |
findByC_C_T_PrevAndNext(long activityId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivity> |
findByC_C_T(long classNameId,
long classPK,
int type)
Returns all the social activities where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivity> |
findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the social activities where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivity> |
findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivity> |
findByC_C(long classNameId,
long classPK)
Returns all the social activities where classNameId = ? and classPK = ?. |
List<SocialActivity> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns 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)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ?. |
SocialActivity |
findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
SocialActivity |
findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
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 = ?. |
List<SocialActivity> |
findByClassNameId(long classNameId)
Returns all the social activities where classNameId = ?. |
List<SocialActivity> |
findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the social activities where classNameId = ?. |
List<SocialActivity> |
findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where classNameId = ?. |
SocialActivity |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
SocialActivity |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
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 = ?. |
List<SocialActivity> |
findByCompanyId(long companyId)
Returns all the social activities where companyId = ?. |
List<SocialActivity> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social activities where companyId = ?. |
List<SocialActivity> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where companyId = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
SocialActivity |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
SocialActivity |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
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 = ?. |
List<SocialActivity> |
findByGroupId(long groupId)
Returns all the social activities where groupId = ?. |
List<SocialActivity> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activities where groupId = ?. |
List<SocialActivity> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where groupId = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
List<SocialActivity> |
findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Returns 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)
Returns 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)
Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
findByMirrorActivityId(long mirrorActivityId)
Returns the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found. |
SocialActivity |
findByPrimaryKey(long activityId)
Returns the social activity with the primary key or throws a NoSuchActivityException if it could not be found. |
SocialActivity |
findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
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 = ?. |
List<SocialActivity> |
findByReceiverUserId(long receiverUserId)
Returns all the social activities where receiverUserId = ?. |
List<SocialActivity> |
findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social activities where receiverUserId = ?. |
List<SocialActivity> |
findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where receiverUserId = ?. |
SocialActivity |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
SocialActivity |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
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 = ?. |
List<SocialActivity> |
findByUserId(long userId)
Returns all the social activities where userId = ?. |
List<SocialActivity> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the social activities where userId = ?. |
List<SocialActivity> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns 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 |
removeByActivitySetId(long activitySetId)
Removes all the social activities where activitySetId = ? from the database. |
void |
removeByC_C_T(long classNameId,
long classPK,
int type)
Removes all the social activities where classNameId = ? and classPK = ? and type = ? 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_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. |
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. |
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. |
SocialActivity |
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)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<SocialActivity> findByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
void removeByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<SocialActivity> findByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
void removeByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int countByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<SocialActivity> findByUserId(long userId)
throws SystemException
userId - the user ID
SystemException - if a system exception occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
void removeByUserId(long userId)
throws SystemException
userId - the user ID
SystemException - if a system exception occurred
int countByUserId(long userId)
throws SystemException
userId - the user ID
SystemException - if a system exception occurred
List<SocialActivity> findByActivitySetId(long activitySetId)
throws SystemException
activitySetId - the activity set ID
SystemException - if a system exception occurred
List<SocialActivity> findByActivitySetId(long activitySetId,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
activitySetId - the activity set 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 occurred
List<SocialActivity> findByActivitySetId(long activitySetId,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
activitySetId - the activity set 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 occurred
SocialActivity findByActivitySetId_First(long activitySetId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivityException
activitySetId - the activity set 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 occurred
SocialActivity fetchByActivitySetId_First(long activitySetId,
OrderByComparator orderByComparator)
throws SystemException
activitySetId - the activity set 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 occurred
SocialActivity findByActivitySetId_Last(long activitySetId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivityException
activitySetId - the activity set 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 occurred
SocialActivity fetchByActivitySetId_Last(long activitySetId,
OrderByComparator orderByComparator)
throws SystemException
activitySetId - the activity set 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 occurred
SocialActivity[] findByActivitySetId_PrevAndNext(long activityId,
long activitySetId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivityException
activityId - the primary key of the current social activityactivitySetId - the activity set 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 occurred
void removeByActivitySetId(long activitySetId)
throws SystemException
activitySetId - the activity set ID
SystemException - if a system exception occurred
int countByActivitySetId(long activitySetId)
throws SystemException
activitySetId - the activity set ID
SystemException - if a system exception occurred
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 occurred
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 occurred
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 occurred
SocialActivity removeByMirrorActivityId(long mirrorActivityId)
throws SystemException,
NoSuchActivityException
mirrorActivityId - the mirror activity ID
SystemException - if a system exception occurred
NoSuchActivityException
int countByMirrorActivityId(long mirrorActivityId)
throws SystemException
mirrorActivityId - the mirror activity ID
SystemException - if a system exception occurred
List<SocialActivity> findByClassNameId(long classNameId)
throws SystemException
classNameId - the class name ID
SystemException - if a system exception occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
void removeByClassNameId(long classNameId)
throws SystemException
classNameId - the class name ID
SystemException - if a system exception occurred
int countByClassNameId(long classNameId)
throws SystemException
classNameId - the class name ID
SystemException - if a system exception occurred
List<SocialActivity> findByReceiverUserId(long receiverUserId)
throws SystemException
receiverUserId - the receiver user ID
SystemException - if a system exception occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
void removeByReceiverUserId(long receiverUserId)
throws SystemException
receiverUserId - the receiver user ID
SystemException - if a system exception occurred
int countByReceiverUserId(long receiverUserId)
throws SystemException
receiverUserId - the receiver user ID
SystemException - if a system exception occurred
List<SocialActivity> findByC_C(long classNameId,
long classPK)
throws SystemException
classNameId - the class name IDclassPK - the class p k
SystemException - if a system exception occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
void removeByC_C(long classNameId,
long classPK)
throws SystemException
classNameId - the class name IDclassPK - the class p k
SystemException - if a system exception occurred
int countByC_C(long classNameId,
long classPK)
throws SystemException
classNameId - the class name IDclassPK - the class p k
SystemException - if a system exception occurred
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
List<SocialActivity> findByC_C_T(long classNameId,
long classPK,
int type)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurred
List<SocialActivity> findByC_C_T(long classNameId,
long classPK,
int type,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p ktype - the typestart - 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 occurred
List<SocialActivity> findByC_C_T(long classNameId,
long classPK,
int type,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p ktype - the typestart - 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 occurred
SocialActivity findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivityException
classNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityException - if a matching social activity could not be found
SystemException - if a system exception occurred
SocialActivity fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity could not be found
SystemException - if a system exception occurred
SocialActivity findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivityException
classNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityException - if a matching social activity could not be found
SystemException - if a system exception occurred
SocialActivity fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity could not be found
SystemException - if a system exception occurred
SocialActivity[] findByC_C_T_PrevAndNext(long activityId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivityException
activityId - the primary key of the current social activityclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - 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 occurred
void removeByC_C_T(long classNameId,
long classPK,
int type)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurred
int countByC_C_T(long classNameId,
long classPK,
int type)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurred
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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 occurred
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
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 occurredvoid cacheResult(SocialActivity socialActivity)
socialActivity - the social activityvoid cacheResult(List<SocialActivity> socialActivities)
socialActivities - the social activitiesSocialActivity 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
NoSuchActivityException - if a social activity with the primary key could not be found
SystemException - if a system exception occurred
SocialActivity updateImpl(SocialActivity socialActivity)
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
NoSuchActivityException - if a social activity with the primary key could not be found
SystemException - if a system exception occurred
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 occurred
List<SocialActivity> findAll()
throws SystemException
SystemException - if a system exception occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivityModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||