com.liferay.portlet.expando.service
Class ExpandoValueLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoValueLocalServiceUtil

public class ExpandoValueLocalServiceUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class provides static methods for the com.liferay.portlet.expando.service.ExpandoValueLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

Author:
Brian Wing Shun Chan
See Also:
ExpandoValueLocalService

Constructor Summary
ExpandoValueLocalServiceUtil()
           
 
Method Summary
static ExpandoValue addExpandoValue(ExpandoValue expandoValue)
           
static ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, java.lang.String data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String data)
           
static ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] data)
           
static ExpandoValue createExpandoValue(long valueId)
           
static void deleteColumnValues(long columnId)
           
static void deleteExpandoValue(ExpandoValue expandoValue)
           
static void deleteExpandoValue(long valueId)
           
static void deleteRowValues(long rowId)
           
static void deleteTableValues(long tableId)
           
static void deleteValue(long valueId)
           
static void deleteValue(long columnId, long rowId)
           
static void deleteValue(long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK)
           
static void deleteValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
static void deleteValues(long classNameId, long classPK)
           
static void deleteValues(java.lang.String className, long classPK)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List<ExpandoValue> getColumnValues(long columnId, int start, int end)
           
static java.util.List<ExpandoValue> getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
static java.util.List<ExpandoValue> getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end)
           
static java.util.List<ExpandoValue> getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
static java.util.List<ExpandoValue> getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end)
           
static int getColumnValuesCount(long columnId)
           
static int getColumnValuesCount(long classNameId, java.lang.String tableName, java.lang.String columnName)
           
static int getColumnValuesCount(long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data)
           
static int getColumnValuesCount(java.lang.String className, java.lang.String tableName, java.lang.String columnName)
           
static int getColumnValuesCount(java.lang.String className, java.lang.String tableName, java.lang.String columnName, java.lang.String data)
           
static java.io.Serializable getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
static boolean getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean defaultData)
           
static boolean[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] defaultData)
           
static java.util.Date getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date defaultData)
           
static java.util.Date[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] defaultData)
           
static double getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double defaultData)
           
static double[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] defaultData)
           
static float getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float defaultData)
           
static float[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] defaultData)
           
static int getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int defaultData)
           
static int[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] defaultData)
           
static long getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long defaultData)
           
static long[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] defaultData)
           
static short getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short defaultData)
           
static short[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] defaultData)
           
static java.lang.String getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String defaultData)
           
static java.lang.String[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] defaultData)
           
static java.util.List<ExpandoValue> getDefaultTableColumnValues(long classNameId, java.lang.String columnName, int start, int end)
           
static java.util.List<ExpandoValue> getDefaultTableColumnValues(java.lang.String className, java.lang.String columnName, int start, int end)
           
static int getDefaultTableColumnValuesCount(long classNameId, java.lang.String columnName)
           
static int getDefaultTableColumnValuesCount(java.lang.String className, java.lang.String columnName)
           
static ExpandoValue getExpandoValue(long valueId)
           
static java.util.List<ExpandoValue> getExpandoValues(int start, int end)
           
static int getExpandoValuesCount()
           
static java.util.List<ExpandoValue> getRowValues(long rowId)
           
static java.util.List<ExpandoValue> getRowValues(long rowId, int start, int end)
           
static java.util.List<ExpandoValue> getRowValues(long classNameId, java.lang.String tableName, long classPK, int start, int end)
           
static java.util.List<ExpandoValue> getRowValues(java.lang.String className, java.lang.String tableName, long classPK, int start, int end)
           
static int getRowValuesCount(long rowId)
           
static int getRowValuesCount(long classNameId, java.lang.String tableName, long classPK)
           
static int getRowValuesCount(java.lang.String className, java.lang.String tableName, long classPK)
           
static ExpandoValueLocalService getService()
           
static ExpandoValue getValue(long valueId)
           
static ExpandoValue getValue(long columnId, long rowId)
           
static ExpandoValue getValue(long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK)
           
static ExpandoValue getValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 void setService(ExpandoValueLocalService service)
           
static ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueLocalServiceUtil

public ExpandoValueLocalServiceUtil()
Method Detail

addExpandoValue

public static ExpandoValue addExpandoValue(ExpandoValue expandoValue)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createExpandoValue

public static ExpandoValue createExpandoValue(long valueId)

deleteExpandoValue

public static void deleteExpandoValue(long valueId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteExpandoValue

public static void deleteExpandoValue(ExpandoValue expandoValue)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getExpandoValue

public static ExpandoValue getExpandoValue(long valueId)
                                    throws com.liferay.portal.PortalException,
                                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getExpandoValues

public static java.util.List<ExpandoValue> getExpandoValues(int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getExpandoValuesCount

public static int getExpandoValuesCount()
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateExpandoValue

public static ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    boolean data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    boolean[] data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    java.util.Date data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    java.util.Date[] data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    double data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    double[] data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    float data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    float[] data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    int data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    int[] data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    long data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    long[] data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    short data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    short[] data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    java.lang.String data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    java.lang.String[] data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK,
                                    java.lang.Object data)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addValue

public static ExpandoValue addValue(long classNameId,
                                    long tableId,
                                    long columnId,
                                    long classPK,
                                    java.lang.String data)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteColumnValues

public static void deleteColumnValues(long columnId)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteRowValues

public static void deleteRowValues(long rowId)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteTableValues

public static void deleteTableValues(long tableId)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteValue

public static void deleteValue(long valueId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteValue

public static void deleteValue(long columnId,
                               long rowId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteValue

public static void deleteValue(java.lang.String className,
                               java.lang.String tableName,
                               java.lang.String columnName,
                               long classPK)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteValue

public static void deleteValue(long classNameId,
                               java.lang.String tableName,
                               java.lang.String columnName,
                               long classPK)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteValues

public static void deleteValues(java.lang.String className,
                                long classPK)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteValues

public static void deleteValues(long classNameId,
                                long classPK)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValues

public static java.util.List<ExpandoValue> getColumnValues(long columnId,
                                                           int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValues

public static java.util.List<ExpandoValue> getColumnValues(java.lang.String className,
                                                           java.lang.String tableName,
                                                           java.lang.String columnName,
                                                           int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValues

public static java.util.List<ExpandoValue> getColumnValues(long classNameId,
                                                           java.lang.String tableName,
                                                           java.lang.String columnName,
                                                           int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValues

public static java.util.List<ExpandoValue> getColumnValues(java.lang.String className,
                                                           java.lang.String tableName,
                                                           java.lang.String columnName,
                                                           java.lang.String data,
                                                           int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValues

public static java.util.List<ExpandoValue> getColumnValues(long classNameId,
                                                           java.lang.String tableName,
                                                           java.lang.String columnName,
                                                           java.lang.String data,
                                                           int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValuesCount

public static int getColumnValuesCount(long columnId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValuesCount

public static int getColumnValuesCount(java.lang.String className,
                                       java.lang.String tableName,
                                       java.lang.String columnName)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValuesCount

public static int getColumnValuesCount(long classNameId,
                                       java.lang.String tableName,
                                       java.lang.String columnName)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValuesCount

public static int getColumnValuesCount(java.lang.String className,
                                       java.lang.String tableName,
                                       java.lang.String columnName,
                                       java.lang.String data)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnValuesCount

public static int getColumnValuesCount(long classNameId,
                                       java.lang.String tableName,
                                       java.lang.String columnName,
                                       java.lang.String data)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getData

public static boolean getData(java.lang.String className,
                              java.lang.String tableName,
                              java.lang.String columnName,
                              long classPK,
                              boolean defaultData)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static boolean[] getData(java.lang.String className,
                                java.lang.String tableName,
                                java.lang.String columnName,
                                long classPK,
                                boolean[] defaultData)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static java.util.Date getData(java.lang.String className,
                                     java.lang.String tableName,
                                     java.lang.String columnName,
                                     long classPK,
                                     java.util.Date defaultData)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static java.util.Date[] getData(java.lang.String className,
                                       java.lang.String tableName,
                                       java.lang.String columnName,
                                       long classPK,
                                       java.util.Date[] defaultData)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static double getData(java.lang.String className,
                             java.lang.String tableName,
                             java.lang.String columnName,
                             long classPK,
                             double defaultData)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static double[] getData(java.lang.String className,
                               java.lang.String tableName,
                               java.lang.String columnName,
                               long classPK,
                               double[] defaultData)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static float getData(java.lang.String className,
                            java.lang.String tableName,
                            java.lang.String columnName,
                            long classPK,
                            float defaultData)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static float[] getData(java.lang.String className,
                              java.lang.String tableName,
                              java.lang.String columnName,
                              long classPK,
                              float[] defaultData)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static int getData(java.lang.String className,
                          java.lang.String tableName,
                          java.lang.String columnName,
                          long classPK,
                          int defaultData)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static int[] getData(java.lang.String className,
                            java.lang.String tableName,
                            java.lang.String columnName,
                            long classPK,
                            int[] defaultData)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static long getData(java.lang.String className,
                           java.lang.String tableName,
                           java.lang.String columnName,
                           long classPK,
                           long defaultData)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static long[] getData(java.lang.String className,
                             java.lang.String tableName,
                             java.lang.String columnName,
                             long classPK,
                             long[] defaultData)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static short getData(java.lang.String className,
                            java.lang.String tableName,
                            java.lang.String columnName,
                            long classPK,
                            short defaultData)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static short[] getData(java.lang.String className,
                              java.lang.String tableName,
                              java.lang.String columnName,
                              long classPK,
                              short[] defaultData)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static java.lang.String getData(java.lang.String className,
                                       java.lang.String tableName,
                                       java.lang.String columnName,
                                       long classPK,
                                       java.lang.String defaultData)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static java.lang.String[] getData(java.lang.String className,
                                         java.lang.String tableName,
                                         java.lang.String columnName,
                                         long classPK,
                                         java.lang.String[] defaultData)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getData

public static java.io.Serializable getData(java.lang.String className,
                                           java.lang.String tableName,
                                           java.lang.String columnName,
                                           long classPK)
                                    throws com.liferay.portal.PortalException,
                                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getDefaultTableColumnValues

public static java.util.List<ExpandoValue> getDefaultTableColumnValues(java.lang.String className,
                                                                       java.lang.String columnName,
                                                                       int start,
                                                                       int end)
                                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumnValues

public static java.util.List<ExpandoValue> getDefaultTableColumnValues(long classNameId,
                                                                       java.lang.String columnName,
                                                                       int start,
                                                                       int end)
                                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumnValuesCount

public static int getDefaultTableColumnValuesCount(java.lang.String className,
                                                   java.lang.String columnName)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumnValuesCount

public static int getDefaultTableColumnValuesCount(long classNameId,
                                                   java.lang.String columnName)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValues

public static java.util.List<ExpandoValue> getRowValues(long rowId)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValues

public static java.util.List<ExpandoValue> getRowValues(long rowId,
                                                        int start,
                                                        int end)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValues

public static java.util.List<ExpandoValue> getRowValues(java.lang.String className,
                                                        java.lang.String tableName,
                                                        long classPK,
                                                        int start,
                                                        int end)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValues

public static java.util.List<ExpandoValue> getRowValues(long classNameId,
                                                        java.lang.String tableName,
                                                        long classPK,
                                                        int start,
                                                        int end)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValuesCount

public static int getRowValuesCount(long rowId)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValuesCount

public static int getRowValuesCount(java.lang.String className,
                                    java.lang.String tableName,
                                    long classPK)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowValuesCount

public static int getRowValuesCount(long classNameId,
                                    java.lang.String tableName,
                                    long classPK)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getValue

public static ExpandoValue getValue(long valueId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getValue

public static ExpandoValue getValue(long columnId,
                                    long rowId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getValue

public static ExpandoValue getValue(java.lang.String className,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getValue

public static ExpandoValue getValue(long classNameId,
                                    java.lang.String tableName,
                                    java.lang.String columnName,
                                    long classPK)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getService

public static ExpandoValueLocalService getService()

setService

public void setService(ExpandoValueLocalService service)