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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuditEvents
(long companyId, int start, int end) getAuditEvents
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AuditEvent> orderByComparator) 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) 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) int
getAuditEventsCount
(long companyId) 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) Returns the OSGi service identifier.void
setWrappedService
(AuditEventService auditEventService)
-
Constructor Details
-
AuditEventServiceWrapper
public AuditEventServiceWrapper() -
AuditEventServiceWrapper
-
-
Method Details
-
getAuditEvents
public List<AuditEvent> getAuditEvents(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAuditEvents
in interfaceAuditEventService
- 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 interfaceAuditEventService
- 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 interfaceAuditEventService
- 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 interfaceAuditEventService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAuditEventsCount
public int getAuditEventsCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAuditEventsCount
in interfaceAuditEventService
- 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 interfaceAuditEventService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAuditEventService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AuditEventService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AuditEventService>
-