com.liferay.portal.verify
Class VerifyOracle

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

public class VerifyOracle
extends VerifyProcess

View Source

Author:
Brian Wing Shun Chan

Field Summary
static int NUM_OF_ARTICLES
           
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Constructor Summary
VerifyOracle()
           
 
Method Summary
 void verify()
           
protected  void verifyOracle()
           
 
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
 

Field Detail

NUM_OF_ARTICLES

public static final int NUM_OF_ARTICLES
Constructor Detail

VerifyOracle

public VerifyOracle()
Method Detail

verify

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

verifyOracle

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