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