public class VerifyJournal extends VerifyProcess
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_GROUP_ID |
static int |
NUM_OF_ARTICLES |
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifyJournal() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify() |
protected void |
updateDocumentLibraryElements(com.liferay.portal.kernel.xml.Element element) |
protected void |
updateDynamicElements(java.util.List<com.liferay.portal.kernel.xml.Element> dynamicElements) |
protected void |
updateElement(long groupId,
com.liferay.portal.kernel.xml.Element element) |
protected void |
updateFolderAssets() |
protected void |
updateImageElement(com.liferay.portal.kernel.xml.Element element,
java.lang.String name,
int index) |
protected void |
updateLinkToLayoutElements(long groupId,
com.liferay.portal.kernel.xml.Element element) |
protected void |
updateURLTitle(long groupId,
java.lang.String articleId,
java.lang.String urlTitle) |
protected void |
verifyContent() |
protected void |
verifyContentSearch(long groupId,
java.lang.String portletId) |
protected void |
verifyDynamicElements() |
protected void |
verifyDynamicElements(com.liferay.portlet.journal.model.JournalArticle article) |
protected void |
verifyOracleNewLine() |
protected void |
verifyPermissionsAndAssets() |
protected void |
verifySearch() |
protected void |
verifyTree() |
protected void |
verifyURLTitle() |
doVerify, getBuildNumber, getPortalTableNames, isPortalTableName, verify, verifypublic static final long DEFAULT_GROUP_ID
public static final int NUM_OF_ARTICLES
protected void doVerify()
throws java.lang.Exception
doVerify in class VerifyProcessjava.lang.Exceptionprotected void updateDynamicElements(java.util.List<com.liferay.portal.kernel.xml.Element> dynamicElements)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected void updateDocumentLibraryElements(com.liferay.portal.kernel.xml.Element element)
throws java.lang.Exception
java.lang.Exceptionprotected void updateElement(long groupId,
com.liferay.portal.kernel.xml.Element element)
throws java.lang.Exception
java.lang.Exceptionprotected void updateFolderAssets()
throws java.lang.Exception
java.lang.Exceptionprotected void updateImageElement(com.liferay.portal.kernel.xml.Element element,
java.lang.String name,
int index)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected void updateLinkToLayoutElements(long groupId,
com.liferay.portal.kernel.xml.Element element)
protected void updateURLTitle(long groupId,
java.lang.String articleId,
java.lang.String urlTitle)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyContent()
throws java.lang.Exception
java.lang.Exceptionprotected void verifyContentSearch(long groupId,
java.lang.String portletId)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyDynamicElements()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected void verifyDynamicElements(com.liferay.portlet.journal.model.JournalArticle article)
throws java.lang.Exception
java.lang.Exceptionprotected void verifyOracleNewLine()
throws java.lang.Exception
java.lang.Exceptionprotected void verifyPermissionsAndAssets()
throws java.lang.Exception
java.lang.Exceptionprotected void verifySearch()
throws java.lang.Exception
java.lang.Exceptionprotected void verifyTree()
throws java.lang.Exception
java.lang.Exceptionprotected void verifyURLTitle()
throws java.lang.Exception
java.lang.Exception