com.liferay.portal.verify
Class VerifyGroupedModel
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.verify.VerifyProcess
com.liferay.portal.verify.VerifyGroupedModel
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.db.DBProcess
public class VerifyGroupedModel
- extends VerifyProcess
| Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
connection |
|
Method Summary |
protected void |
doVerify()
|
protected long |
getGroupId(Connection con,
String tableName,
String primaryKeColumnName,
long primKey)
|
protected boolean |
isForceConcurrent(Collection<? extends com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable> throwableAwareRunnables)
|
void |
verify(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel... verifiableGroupedModels)
|
protected void |
verifyGroupedModel(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel verifiableGroupedModel)
|
| Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
doHasTable, hasColumn, hasRows, hasRows, hasTable, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyGroupedModel
public VerifyGroupedModel()
verify
public void verify(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel... verifiableGroupedModels)
throws Exception
- Throws:
Exception
doVerify
protected void doVerify()
throws Exception
- Overrides:
doVerify in class VerifyProcess
- Throws:
Exception
getGroupId
protected long getGroupId(Connection con,
String tableName,
String primaryKeColumnName,
long primKey)
throws Exception
- Throws:
Exception
isForceConcurrent
protected boolean isForceConcurrent(Collection<? extends com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable> throwableAwareRunnables)
- Overrides:
isForceConcurrent in class VerifyProcess
verifyGroupedModel
protected void verifyGroupedModel(com.liferay.portal.kernel.verify.model.VerifiableGroupedModel verifiableGroupedModel)
throws Exception
- Throws:
Exception