Interface AuditEventManager
@ProviderType
public interface AuditEventManager
-
Method Summary
Modifier and TypeMethodDescriptionaddAuditEvent(com.liferay.portal.kernel.audit.AuditMessage auditMessage) voidaddAuditEvents(List<com.liferay.portal.kernel.audit.AuditMessage> auditMessages) fetchAuditEvent(long auditEventId) getAuditEvents(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.security.audit.storage.model.AuditEvent> orderByComparator) getAuditEvents(long companyId, long groupId, long userId, String userName, Date createDateGT, Date createDateLT, long[] accountEntryIds, String className, String classPK, String clientHost, String clientIP, String contextName, String eventType, String serverName, int serverPort, String sessionID, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.security.audit.storage.model.AuditEvent> orderByComparator) intgetAuditEventsCount(long companyId) intgetAuditEventsCount(long companyId, long groupId, long userId, String userName, Date createDateGT, Date createDateLT, long[] accountEntryIds, String className, String classPK, String clientHost, String clientIP, String contextName, String eventType, String serverName, int serverPort, String sessionID, boolean andSearch)
-
Method Details
-
addAuditEvent
-
addAuditEvents
-
fetchAuditEvent
-
getAuditEvents
List<AuditEvent> getAuditEvents(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.security.audit.storage.model.AuditEvent> orderByComparator) -
getAuditEvents
List<AuditEvent> getAuditEvents(long companyId, long groupId, long userId, String userName, Date createDateGT, Date createDateLT, long[] accountEntryIds, String className, String classPK, String clientHost, String clientIP, String contextName, String eventType, String serverName, int serverPort, String sessionID, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.security.audit.storage.model.AuditEvent> orderByComparator) -
getAuditEventsCount
int getAuditEventsCount(long companyId) -
getAuditEventsCount
int getAuditEventsCount(long companyId, long groupId, long userId, String userName, Date createDateGT, Date createDateLT, long[] accountEntryIds, String className, String classPK, String clientHost, String clientIP, String contextName, String eventType, String serverName, int serverPort, String sessionID, boolean andSearch)
-