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 con,
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, verify
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 con, 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