com.liferay.portal.verify
Class VerifyUUID
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.verify.VerifyProcess
com.liferay.portal.verify.VerifyUUID
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.db.DBProcess
public class VerifyUUID
- extends VerifyProcess
| Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
connection |
|
Method Summary |
protected void |
doVerify()
|
protected void |
doVerify(com.liferay.portal.kernel.verify.model.VerifiableUUIDModel... verifiableUUIDModels)
|
protected void |
updateUUID(Connection con,
com.liferay.portal.kernel.verify.model.VerifiableUUIDModel verifiableUUIDModel,
long primKey)
|
static void |
verify(com.liferay.portal.kernel.verify.model.VerifiableUUIDModel... verifiableUUIDModels)
|
protected void |
verifyUUID(com.liferay.portal.kernel.verify.model.VerifiableUUIDModel verifiableUUIDModel)
|
| Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
doHasTable, hasColumn, 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 |
VerifyUUID
public VerifyUUID()
verify
public static void verify(com.liferay.portal.kernel.verify.model.VerifiableUUIDModel... verifiableUUIDModels)
throws Exception
- Throws:
Exception
doVerify
protected void doVerify()
throws Exception
- Overrides:
doVerify in class VerifyProcess
- Throws:
Exception
doVerify
protected void doVerify(com.liferay.portal.kernel.verify.model.VerifiableUUIDModel... verifiableUUIDModels)
throws Exception
- Throws:
Exception
updateUUID
protected void updateUUID(Connection con,
com.liferay.portal.kernel.verify.model.VerifiableUUIDModel verifiableUUIDModel,
long primKey)
throws Exception
- Throws:
Exception
verifyUUID
protected void verifyUUID(com.liferay.portal.kernel.verify.model.VerifiableUUIDModel verifiableUUIDModel)
throws Exception
- Throws:
Exception