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
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Constructor Summary
VerifyJournal()
           
 
Method Summary
protected  long getPortletPreferencesCount(java.lang.String articleId)
           
 void verify()
           
protected  void verifyJournal()
           
protected  void verifyStaleJournalArticle(com.liferay.portlet.journal.model.JournalArticle article)
           
 
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

VerifyJournal

public VerifyJournal()
Method Detail

verify

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

verifyJournal

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

verifyStaleJournalArticle

protected void verifyStaleJournalArticle(com.liferay.portlet.journal.model.JournalArticle article)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getPortletPreferencesCount

protected long getPortletPreferencesCount(java.lang.String articleId)
                                   throws java.lang.Exception
Throws:
java.lang.Exception