Class BaseFriendlyURLFormatUpgradeProcessTestCase
java.lang.Object
com.liferay.friendly.url.test.util.BaseFriendlyURLFormatUpgradeProcessTestCase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalService
protected String
protected static com.liferay.friendly.url.service.FriendlyURLEntryLocalService
protected static com.liferay.portal.kernel.model.Group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addFriendlyURLEntry
(long classPK, long classNameId) void
setUp()
protected void
updateFriendlyURLLocalization
(long classNameId, long classPK, String languageId, String urlTitle)
-
Field Details
-
friendlyURLEntryLocalService
protected static com.liferay.friendly.url.service.FriendlyURLEntryLocalService friendlyURLEntryLocalService -
group
protected static com.liferay.portal.kernel.model.Group group -
counterLocalService
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService -
defaultLanguageId
-
-
Constructor Details
-
BaseFriendlyURLFormatUpgradeProcessTestCase
public BaseFriendlyURLFormatUpgradeProcessTestCase()
-
-
Method Details
-
setUp
- Throws:
Exception
-
addFriendlyURLEntry
protected void addFriendlyURLEntry(long classPK, long classNameId) -
updateFriendlyURLLocalization
-