public class VerifyAuditedModel extends VerifyProcess
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifyAuditedModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify() |
protected Object[] |
getAuditedModelArray(Connection con,
String tableName,
String pkColumnName,
long primKey,
boolean allowAnonymousUser,
long previousUserId) |
protected Object[] |
getDefaultUserArray(Connection con,
long companyId) |
protected String |
getUserName(Connection con,
long userId) |
void |
verify(com.liferay.portal.kernel.verify.model.VerifiableAuditedModel... verifiableAuditedModels) |
protected void |
verifyAuditedModel(Connection con,
PreparedStatement ps,
String tableName,
long primKey,
Object[] auditedModelArray,
boolean updateDates) |
protected void |
verifyAuditedModel(com.liferay.portal.kernel.verify.model.VerifiableAuditedModel verifiableAuditedModel) |
doVerify, getBuildNumber, getPortalTableNames, isForceConcurrent, isPortalTableName, verify, verifypublic void verify(com.liferay.portal.kernel.verify.model.VerifiableAuditedModel... verifiableAuditedModels)
throws Exception
Exceptionprotected void doVerify()
throws Exception
doVerify in class VerifyProcessExceptionprotected Object[] getAuditedModelArray(Connection con, String tableName, String pkColumnName, long primKey, boolean allowAnonymousUser, long previousUserId) throws Exception
Exceptionprotected Object[] getDefaultUserArray(Connection con, long companyId) throws Exception
Exceptionprotected String getUserName(Connection con, long userId) throws Exception
Exceptionprotected void verifyAuditedModel(Connection con, PreparedStatement ps, String tableName, long primKey, Object[] auditedModelArray, boolean updateDates) throws Exception
Exception