com.liferay.portal.verify
Class VerifyJournal

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

public class VerifyJournal
extends VerifyProcess

View Source

Author:
Alexander Chow

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

DEFAULT_GROUP_ID

public static final long DEFAULT_GROUP_ID
See Also:
Constant Field Values

NUM_OF_ARTICLES

public static final int NUM_OF_ARTICLES
See Also:
Constant Field Values
Constructor Detail

VerifyJournal

public VerifyJournal()
Method Detail

verify

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

verifyOracleNewLine

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

verifyJournal

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