Liferay 6.2-ce-ga5

com.liferay.portal.verify
Class VerifyGroupId

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.BaseDBProcess
      extended by com.liferay.portal.verify.VerifyProcess
          extended by com.liferay.portal.verify.VerifyGroupId
All Implemented Interfaces:
DBProcess

public class VerifyGroupId
extends VerifyProcess


Field Summary
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Constructor Summary
VerifyGroupId()
           
 
Method Summary
protected  void doVerify()
           
protected  long getGroupId(String modelName, String pkColumnName, long primKey)
           
protected  void verifyModel(String modelName, String pkColumnName, String relatedModelName, String relatedPKColumnName)
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
doVerify, getBuildNumber, getPortalTableNames, isPortalTableName, verify, verify
 
Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
runSQL, runSQL, runSQLTemplate, runSQLTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyGroupId

public VerifyGroupId()
Method Detail

doVerify

protected void doVerify()
                 throws Exception
Overrides:
doVerify in class VerifyProcess
Throws:
Exception

getGroupId

protected long getGroupId(String modelName,
                          String pkColumnName,
                          long primKey)
                   throws Exception
Throws:
Exception

verifyModel

protected void verifyModel(String modelName,
                           String pkColumnName,
                           String relatedModelName,
                           String relatedPKColumnName)
                    throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5