Class RatingsDataTransformerUtil
Object
com.liferay.ratings.kernel.transformer.RatingsDataTransformerUtil
- Author:
- Roberto Díaz, Sergio González
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getPropertyKey
(String className) static void
transformCompanyRatingsData
(long companyId, PortletPreferences oldPortletPreferences, UnicodeProperties unicodeProperties) static void
transformGroupRatingsData
(long groupId, UnicodeProperties oldUnicodeProperties, UnicodeProperties unicodeProperties)
-
Method Details
-
getPropertyKey
-
transformCompanyRatingsData
public static void transformCompanyRatingsData(long companyId, PortletPreferences oldPortletPreferences, UnicodeProperties unicodeProperties) throws PortalException - Throws:
PortalException
-
transformGroupRatingsData
public static void transformGroupRatingsData(long groupId, UnicodeProperties oldUnicodeProperties, UnicodeProperties unicodeProperties) throws PortalException - Throws:
PortalException
-