Class AuditEventServiceWrapper

java.lang.Object
com.liferay.portal.security.audit.storage.service.AuditEventServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<AuditEventService>, AuditEventService

public class AuditEventServiceWrapper extends Object implements AuditEventService, com.liferay.portal.kernel.service.ServiceWrapper<AuditEventService>
Provides a wrapper for AuditEventService.
See Also:
Generated:
  • Constructor Details

    • AuditEventServiceWrapper

      public AuditEventServiceWrapper()
    • AuditEventServiceWrapper

      public AuditEventServiceWrapper(AuditEventService auditEventService)
  • Method Details

    • getAuditEvents

      public List<AuditEvent> getAuditEvents(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAuditEvents in interface AuditEventService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAuditEvents

      public List<AuditEvent> getAuditEvents(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AuditEvent> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAuditEvents in interface AuditEventService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAuditEvents

      public List<AuditEvent> getAuditEvents(long companyId, long groupId, long userId, String userName, Date createDateGT, Date createDateLT, String eventType, String className, String classPK, String clientHost, String clientIP, String serverName, int serverPort, String sessionID, boolean andSearch, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAuditEvents in interface AuditEventService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAuditEvents

      public List<AuditEvent> getAuditEvents(long companyId, long groupId, long userId, String userName, Date createDateGT, Date createDateLT, String eventType, String className, String classPK, String clientHost, String clientIP, String serverName, int serverPort, String sessionID, boolean andSearch, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AuditEvent> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAuditEvents in interface AuditEventService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAuditEventsCount

      public int getAuditEventsCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAuditEventsCount in interface AuditEventService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAuditEventsCount

      public int getAuditEventsCount(long companyId, long groupId, long userId, String userName, Date createDateGT, Date createDateLT, String eventType, String className, String classPK, String clientHost, String clientIP, String serverName, int serverPort, String sessionID, boolean andSearch) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAuditEventsCount in interface AuditEventService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface AuditEventService
      Returns:
      the OSGi service identifier
    • getWrappedService

      public AuditEventService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AuditEventService>
    • setWrappedService

      public void setWrappedService(AuditEventService auditEventService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AuditEventService>