Liferay 7.0-ce-b4

com.liferay.portlet.ratings.transformer
Class RatingsDataTransformerUtil

java.lang.Object
  extended by com.liferay.portlet.ratings.transformer.RatingsDataTransformerUtil

public class RatingsDataTransformerUtil
extends Object


Method Summary
static String getPropertyKey(String className)
           
static void transformCompanyRatingsData(long companyId, PortletPreferences oldPortletPreferences, UnicodeProperties unicodeProperties)
           
static void transformGroupRatingsData(long groupId, UnicodeProperties oldUnicodeProperties, UnicodeProperties unicodeProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPropertyKey

public static String getPropertyKey(String className)

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

Liferay 7.0-ce-b4