Interface AuditEventManager


@ProviderType public interface AuditEventManager
  • Method Summary

    Modifier and Type
    Method
    Description
    addAuditEvent(com.liferay.portal.kernel.audit.AuditMessage auditMessage)
     
    void
    addAuditEvents(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)
     
    int
    getAuditEventsCount(long companyId)
     
    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)
     
  • Method Details

    • addAuditEvent

      AuditEvent addAuditEvent(com.liferay.portal.kernel.audit.AuditMessage auditMessage)
    • addAuditEvents

      void addAuditEvents(List<com.liferay.portal.kernel.audit.AuditMessage> auditMessages)
    • fetchAuditEvent

      AuditEvent fetchAuditEvent(long auditEventId)
    • 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)