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, getPortalTableNames, isPortalTableName, verify, verify
addIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, alterTableName, doHasTable, dropIndexes, dropTable, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, hasView, process, processConcurrently, processConcurrently, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString
public void verify(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel... verifiableGroupedModels) throws Exception
Exception
protected void doVerify() throws Exception
doVerify
in class VerifyProcess
Exception
protected long getGroupId(Connection connection, String tableName, String primaryKeColumnName, long primKey) throws Exception
Exception
protected boolean isForceConcurrent(Collection<? extends Callable<Void>> callables)
isForceConcurrent
in class VerifyProcess
protected void verifyGroupedModel(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel verifiableGroupedModel) throws Exception
Exception