public class VerifyGroupedModel extends VerifyProcess
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifyGroupedModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify() |
protected long |
getGroupId(Connection connection,
String tableName,
String primaryKeColumnName,
long primKey) |
protected boolean |
isForceConcurrent(Collection<? extends Callable<Void>> callables) |
void |
verify(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel... verifiableGroupedModels) |
protected void |
verifyGroupedModel(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel verifiableGroupedModel) |
doVerify, getBuildNumber, getPortalTableNames, isPortalTableName, verify, verifyaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, doHasTable, dropIndexes, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringpublic void verify(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel... verifiableGroupedModels)
throws Exception
Exceptionprotected void doVerify()
throws Exception
doVerify in class VerifyProcessExceptionprotected long getGroupId(Connection connection,
String tableName,
String primaryKeColumnName,
long primKey)
throws Exception
Exceptionprotected boolean isForceConcurrent(Collection<? extends Callable<Void>> callables)
isForceConcurrent in class VerifyProcessprotected void verifyGroupedModel(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel verifiableGroupedModel)
throws Exception
Exception