|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocialActivityPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
int |
countByCompanyId(long companyId)
|
int |
countByGroupId(long groupId)
|
int |
countByReceiverUserId(long receiverUserId)
|
int |
countByUserId(long userId)
|
SocialActivity |
create(long activityId)
|
SocialActivity |
fetchByPrimaryKey(long activityId)
|
java.util.List<SocialActivity> |
findAll()
|
java.util.List<SocialActivity> |
findAll(int begin,
int end)
|
java.util.List<SocialActivity> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity[] |
findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SocialActivity> |
findByC_C(long classNameId,
long classPK)
|
java.util.List<SocialActivity> |
findByC_C(long classNameId,
long classPK,
int begin,
int end)
|
java.util.List<SocialActivity> |
findByC_C(long classNameId,
long classPK,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity[] |
findByCompanyId_PrevAndNext(long activityId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SocialActivity> |
findByCompanyId(long companyId)
|
java.util.List<SocialActivity> |
findByCompanyId(long companyId,
int begin,
int end)
|
java.util.List<SocialActivity> |
findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity[] |
findByGroupId_PrevAndNext(long activityId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SocialActivity> |
findByGroupId(long groupId)
|
java.util.List<SocialActivity> |
findByGroupId(long groupId,
int begin,
int end)
|
java.util.List<SocialActivity> |
findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByPrimaryKey(long activityId)
|
SocialActivity |
findByReceiverUserId_First(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByReceiverUserId_Last(long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity[] |
findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SocialActivity> |
findByReceiverUserId(long receiverUserId)
|
java.util.List<SocialActivity> |
findByReceiverUserId(long receiverUserId,
int begin,
int end)
|
java.util.List<SocialActivity> |
findByReceiverUserId(long receiverUserId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SocialActivity[] |
findByUserId_PrevAndNext(long activityId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SocialActivity> |
findByUserId(long userId)
|
java.util.List<SocialActivity> |
findByUserId(long userId,
int begin,
int end)
|
java.util.List<SocialActivity> |
findByUserId(long userId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SocialActivity> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<SocialActivity> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
SocialActivity |
remove(long activityId)
|
SocialActivity |
remove(SocialActivity socialActivity)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByReceiverUserId(long receiverUserId)
|
void |
removeByUserId(long userId)
|
SocialActivity |
update(SocialActivity socialActivity)
Deprecated. Use update(SocialActivity socialActivity, boolean merge) . |
SocialActivity |
update(SocialActivity socialActivity,
boolean merge)
Add, update, or merge, the entity. |
SocialActivity |
updateImpl(SocialActivity socialActivity,
boolean merge)
|
Method Detail |
---|
SocialActivity create(long activityId)
SocialActivity remove(long activityId) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity remove(SocialActivity socialActivity) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SocialActivity update(SocialActivity socialActivity) throws com.liferay.portal.SystemException
update(SocialActivity socialActivity, boolean merge)
.
com.liferay.portal.SystemException
SocialActivity update(SocialActivity socialActivity, boolean merge) throws com.liferay.portal.SystemException
socialActivity
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when socialActivity is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
SocialActivity updateImpl(SocialActivity socialActivity, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SocialActivity findByPrimaryKey(long activityId) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity fetchByPrimaryKey(long activityId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByGroupId(long groupId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SocialActivity findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity[] findByGroupId_PrevAndNext(long activityId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
java.util.List<SocialActivity> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByCompanyId(long companyId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SocialActivity findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity[] findByCompanyId_PrevAndNext(long activityId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
java.util.List<SocialActivity> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByUserId(long userId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByUserId(long userId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SocialActivity findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity[] findByUserId_PrevAndNext(long activityId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
java.util.List<SocialActivity> findByReceiverUserId(long receiverUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByReceiverUserId(long receiverUserId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByReceiverUserId(long receiverUserId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SocialActivity findByReceiverUserId_First(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity findByReceiverUserId_Last(long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity[] findByReceiverUserId_PrevAndNext(long activityId, long receiverUserId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
java.util.List<SocialActivity> findByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByC_C(long classNameId, long classPK, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findByC_C(long classNameId, long classPK, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SocialActivity findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
SocialActivity[] findByC_C_PrevAndNext(long activityId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchActivityException
com.liferay.portal.SystemException
NoSuchActivityException
java.util.List<SocialActivity> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SocialActivity> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByReceiverUserId(long receiverUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByReceiverUserId(long receiverUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |