Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.util
Class ExpandoConverterUtil

java.lang.Object
  extended by com.liferay.portlet.expando.util.ExpandoConverterUtil

public class ExpandoConverterUtil
extends Object


Constructor Summary
ExpandoConverterUtil()
           
 
Method Summary
static Serializable getAttributeFromString(int type, String attribute)
           
static Serializable getAttributeFromStringArray(int type, String[] attribute)
           
static String getStringFromAttribute(int type, Serializable attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoConverterUtil

public ExpandoConverterUtil()
Method Detail

getAttributeFromString

public static Serializable getAttributeFromString(int type,
                                                  String attribute)

getAttributeFromStringArray

public static Serializable getAttributeFromStringArray(int type,
                                                       String[] attribute)

getStringFromAttribute

public static String getStringFromAttribute(int type,
                                            Serializable attribute)

Liferay 6.1.2-ce-ga3