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) intgetAuditEventsCount(long companyId) intgetAuditEventsCount(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.voidsetWrappedService(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:
getAuditEventsin 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:
getAuditEventsin 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:
getAuditEventsin 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:
getAuditEventsin interfaceAuditEventService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAuditEventsCount
public int getAuditEventsCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAuditEventsCountin 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:
getAuditEventsCountin interfaceAuditEventService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAuditEventService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AuditEventService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AuditEventService>
-