| |
|
| java.lang.Object com.liferay.portal.service.base.ActivityTrackerLocalServiceBaseImpl com.liferay.portal.service.impl.ActivityTrackerLocalServiceImpl
Method Summary | |
public ActivityTracker | addActivityTracker(long userId, long groupId, String className, long classPK, String activity, String extraData, long receiverUserId) | public void | deleteActivityTrackers(String className, long classPK) | public List | getCompanyActivityTrackers(long companyId, int begin, int end) | public int | getCompanyActivityTrackersCount(long companyId) | public List | getGroupActivityTrackers(long groupId, int begin, int end) | public int | getGroupActivityTrackersCount(long groupId) | public List | getUserActivityTrackers(long userId, int begin, int end) | public int | getUserActivityTrackersCount(long userId) |
getCompanyActivityTrackers | public List getCompanyActivityTrackers(long companyId, int begin, int end) throws SystemException(Code) | | |
getCompanyActivityTrackersCount | public int getCompanyActivityTrackersCount(long companyId) throws SystemException(Code) | | |
getGroupActivityTrackersCount | public int getGroupActivityTrackersCount(long groupId) throws SystemException(Code) | | |
getUserActivityTrackersCount | public int getUserActivityTrackersCount(long userId) throws SystemException(Code) | | |
|
|
|