com.liferay.portal.service.impl
Class SystemEventLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.SystemEventLocalServiceBaseImpl
com.liferay.portal.service.impl.SystemEventLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, SystemEventLocalService
public class SystemEventLocalServiceImpl
- extends SystemEventLocalServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.SystemEventLocalServiceBaseImpl |
companyLocalService, companyPersistence, counterLocalService, groupFinder, groupLocalService, groupPersistence, persistedModelLocalServiceRegistry, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence |
|
Method Summary |
protected SystemEvent |
addSystemEvent(long userId,
long companyId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData,
String userName)
|
SystemEvent |
addSystemEvent(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData)
|
SystemEvent |
addSystemEvent(long companyId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData)
|
void |
deleteSystemEvents(long groupId)
|
void |
deleteSystemEvents(long groupId,
long systemEventSetKey)
|
SystemEvent |
fetchSystemEvent(long groupId,
long classNameId,
long classPK,
int type)
|
List<SystemEvent> |
getSystemEvents(long groupId,
long classNameId,
long classPK)
|
List<SystemEvent> |
getSystemEvents(long groupId,
long classNameId,
long classPK,
int type)
|
| Methods inherited from class com.liferay.portal.service.base.SystemEventLocalServiceBaseImpl |
addSystemEvent, afterPropertiesSet, createSystemEvent, deletePersistedModel, deleteSystemEvent, deleteSystemEvent, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchSystemEvent, getActionableDynamicQuery, getCompanyLocalService, getCompanyPersistence, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getSystemEvent, getSystemEventLocalService, getSystemEventPersistence, getSystemEvents, getSystemEventsCount, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setCompanyLocalService, setCompanyPersistence, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, updateSystemEvent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemEventLocalServiceImpl
public SystemEventLocalServiceImpl()
addSystemEvent
public SystemEvent addSystemEvent(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData)
throws PortalException
- Throws:
PortalException
addSystemEvent
public SystemEvent addSystemEvent(long companyId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData)
throws PortalException
- Throws:
PortalException
deleteSystemEvents
public void deleteSystemEvents(long groupId)
deleteSystemEvents
public void deleteSystemEvents(long groupId,
long systemEventSetKey)
fetchSystemEvent
public SystemEvent fetchSystemEvent(long groupId,
long classNameId,
long classPK,
int type)
getSystemEvents
public List<SystemEvent> getSystemEvents(long groupId,
long classNameId,
long classPK)
getSystemEvents
public List<SystemEvent> getSystemEvents(long groupId,
long classNameId,
long classPK,
int type)
addSystemEvent
protected SystemEvent addSystemEvent(long userId,
long companyId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int type,
String extraData,
String userName)
throws PortalException
- Throws:
PortalException