com.liferay.portal.verify
Class VerifyUUID

java.lang.Object
  extended by com.liferay.portal.verify.VerifyProcess
      extended by com.liferay.portal.verify.VerifyUUID

public class VerifyUUID
extends VerifyProcess

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Constructor Summary
VerifyUUID()
           
 
Method Summary
 void verify()
           
protected  void verifyModel(java.lang.String serviceClassName, java.lang.String modelName, long pk)
           
protected  void verifyModel(java.lang.String serviceClassName, java.lang.String modelName, java.lang.String pkColumnName)
           
protected  void verifyUUID()
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyUUID

public VerifyUUID()
Method Detail

verify

public void verify()
            throws VerifyException
Specified by:
verify in class VerifyProcess
Throws:
VerifyException

verifyModel

protected void verifyModel(java.lang.String serviceClassName,
                           java.lang.String modelName,
                           java.lang.String pkColumnName)
                    throws java.lang.Exception
Throws:
java.lang.Exception

verifyModel

protected void verifyModel(java.lang.String serviceClassName,
                           java.lang.String modelName,
                           long pk)
                    throws java.lang.Exception
Throws:
java.lang.Exception

verifyUUID

protected void verifyUUID()
                   throws java.lang.Exception
Throws:
java.lang.Exception