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, verify
public void verify(com.liferay.portal.kernel.verify.model.VerifiableAuditedModel... verifiableAuditedModels) throws Exception
Exception
protected void doVerify() throws Exception
doVerify
in class VerifyProcess
Exception
protected Object[] getAuditedModelArray(Connection con, String tableName, String pkColumnName, long primKey, boolean allowAnonymousUser, long previousUserId) throws Exception
Exception
protected Object[] getDefaultUserArray(Connection con, long companyId) throws Exception
Exception
protected String getUserName(Connection con, long userId) throws Exception
Exception
protected void verifyAuditedModel(Connection con, PreparedStatement ps, String tableName, long primKey, Object[] auditedModelArray, boolean updateDates) throws Exception
Exception
protected void verifyAuditedModel(com.liferay.portal.kernel.verify.model.VerifiableAuditedModel verifiableAuditedModel) throws Exception
Exception