Package com.liferay.portal.kernel.audit
Class AuditMessageFactory
Object
com.liferay.portal.kernel.audit.AuditMessageFactory
- Author:
- Amos Fong
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuditMessage
(String message) getAuditMessage
(String eventType, long companyId, long groupId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfoJSONObject) getAuditMessage
(String eventType, long companyId, long userId, String userName) getAuditMessage
(String eventType, long companyId, long userId, String userName, String className, String classPK) getAuditMessage
(String eventType, long companyId, long userId, String userName, String className, String classPK, String message) getAuditMessage
(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, JSONObject additionalInfoJSONObject) getAuditMessage
(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfoJSONObject)
-
Constructor Details
-
AuditMessageFactory
public AuditMessageFactory()
-
-
Method Details
-
getAuditMessage
- Throws:
JSONException
-
getAuditMessage
public AuditMessage getAuditMessage(String eventType, long companyId, long groupId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfoJSONObject) -
getAuditMessage
-
getAuditMessage
public AuditMessage getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK) -
getAuditMessage
-
getAuditMessage
public AuditMessage getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, Date timestamp, JSONObject additionalInfoJSONObject) -
getAuditMessage
public AuditMessage getAuditMessage(String eventType, long companyId, long userId, String userName, String className, String classPK, String message, JSONObject additionalInfoJSONObject)
-