Class RatingsDataTransformerUtil
Object
com.liferay.ratings.kernel.transformer.RatingsDataTransformerUtil
- Author:
- Roberto Díaz, Sergio González
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPropertyKey(String className) static voidtransformCompanyRatingsData(long companyId, PortletPreferences oldPortletPreferences, UnicodeProperties unicodeProperties) static voidtransformGroupRatingsData(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
-