@Deprecated public class VerifyAuditedModel extends VerifyProcess
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifyAuditedModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify()
Deprecated.
|
protected Object[] |
getAuditedModelArray(Connection con,
String tableName,
String pkColumnName,
long primKey,
boolean allowAnonymousUser,
long previousUserId)
Deprecated.
|
protected Object[] |
getDefaultUserArray(Connection con,
long companyId)
Deprecated.
|
protected String |
getUserName(Connection con,
long userId)
Deprecated.
|
void |
verify(com.liferay.portal.kernel.verify.model.VerifiableAuditedModel... verifiableAuditedModels)
Deprecated.
|
protected void |
verifyAuditedModel(Connection con,
PreparedStatement ps,
String tableName,
long primKey,
Object[] auditedModelArray,
boolean updateDates)
Deprecated.
|
protected void |
verifyAuditedModel(com.liferay.portal.kernel.verify.model.VerifiableAuditedModel verifiableAuditedModel)
Deprecated.
|
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
Exceptionprotected void verifyAuditedModel(com.liferay.portal.kernel.verify.model.VerifiableAuditedModel verifiableAuditedModel)
throws Exception
Exception