Interface FriendlyURLSeparatorConfigurationManager
public interface FriendlyURLSeparatorConfigurationManager
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.json.JSONObject
getFriendlyURLSeparatorsJSONObject
(long companyId) void
updateFriendlyURLSeparatorCompanyConfiguration
(long companyId, String friendlyURLSeparatorsJSON)
-
Method Details
-
getFriendlyURLSeparatorsJSONObject
com.liferay.portal.kernel.json.JSONObject getFriendlyURLSeparatorsJSONObject(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFriendlyURLSeparatorCompanyConfiguration
void updateFriendlyURLSeparatorCompanyConfiguration(long companyId, String friendlyURLSeparatorsJSON) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-