Liferay 6.2-ce-ga5

com.liferay.portal.verify
Class VerifyJournal

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.VerifyJournal
All Implemented Interfaces:
DBProcess

public class VerifyJournal
extends VerifyProcess


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
protected  void doVerify()
           
protected  void updateDocumentLibraryElements(Element element)
           
protected  void updateDynamicElements(List<Element> dynamicElements)
           
protected  void updateElement(long groupId, Element element)
           
protected  void updateFolderAssets()
           
protected  void updateImageElement(Element element, String name, int index)
           
protected  void updateLinkToLayoutElements(long groupId, Element element)
           
protected  void updateURLTitle(long groupId, String articleId, String urlTitle)
           
protected  void verifyContent()
           
protected  void verifyContentSearch(long groupId, String portletId)
           
protected  void verifyDynamicElements()
           
protected  void verifyDynamicElements(JournalArticle article)
           
protected  void verifyOracleNewLine()
           
protected  void verifyPermissionsAndAssets()
           
protected  void verifySearch()
           
protected  void verifyTree()
           
protected  void verifyURLTitle()
           
 
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
 

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

doVerify

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

updateDynamicElements

protected void updateDynamicElements(List<Element> dynamicElements)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

updateDocumentLibraryElements

protected void updateDocumentLibraryElements(Element element)
                                      throws Exception
Throws:
Exception

updateElement

protected void updateElement(long groupId,
                             Element element)
                      throws Exception
Throws:
Exception

updateFolderAssets

protected void updateFolderAssets()
                           throws Exception
Throws:
Exception

updateImageElement

protected void updateImageElement(Element element,
                                  String name,
                                  int index)
                           throws SystemException
Throws:
SystemException

updateLinkToLayoutElements

protected void updateLinkToLayoutElements(long groupId,
                                          Element element)

updateURLTitle

protected void updateURLTitle(long groupId,
                              String articleId,
                              String urlTitle)
                       throws Exception
Throws:
Exception

verifyContent

protected void verifyContent()
                      throws Exception
Throws:
Exception

verifyContentSearch

protected void verifyContentSearch(long groupId,
                                   String portletId)
                            throws Exception
Throws:
Exception

verifyDynamicElements

protected void verifyDynamicElements()
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

verifyDynamicElements

protected void verifyDynamicElements(JournalArticle article)
                              throws Exception
Throws:
Exception

verifyOracleNewLine

protected void verifyOracleNewLine()
                            throws Exception
Throws:
Exception

verifyPermissionsAndAssets

protected void verifyPermissionsAndAssets()
                                   throws Exception
Throws:
Exception

verifySearch

protected void verifySearch()
                     throws Exception
Throws:
Exception

verifyTree

protected void verifyTree()
                   throws Exception
Throws:
Exception

verifyURLTitle

protected void verifyURLTitle()
                       throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5