com.liferay.portlet.expando.service
Interface ExpandoValueLocalService


public interface ExpandoValueLocalService

View Source

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

This interface defines the service. The default implementation is com.liferay.portlet.expando.service.impl.ExpandoValueLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
ExpandoValueLocalServiceUtil

Method Summary
 ExpandoValue addExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, java.lang.String data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String data)
           
 ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] data)
           
 void deleteColumnValues(long columnId)
           
 void deleteExpandoValue(ExpandoValue expandoValue)
           
 void deleteExpandoValue(long valueId)
           
 void deleteRowValues(long rowId)
           
 void deleteTableValues(long tableId)
           
 void deleteValue(long valueId)
           
 void deleteValue(long columnId, long rowId)
           
 void deleteValue(long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 void deleteValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 void deleteValues(long classNameId, long classPK)
           
 void deleteValues(java.lang.String className, long classPK)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<ExpandoValue> getColumnValues(long columnId, int start, int end)
           
 java.util.List<ExpandoValue> getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
 java.util.List<ExpandoValue> getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end)
           
 java.util.List<ExpandoValue> getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
 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)
           
 int getColumnValuesCount(long columnId)
           
 int getColumnValuesCount(long classNameId, java.lang.String tableName, java.lang.String columnName)
           
 int getColumnValuesCount(long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data)
           
 int getColumnValuesCount(java.lang.String className, java.lang.String tableName, java.lang.String columnName)
           
 int getColumnValuesCount(java.lang.String className, java.lang.String tableName, java.lang.String columnName, java.lang.String data)
           
 boolean getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean defaultData)
           
 boolean[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] defaultData)
           
 java.util.Date getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date defaultData)
           
 java.util.Date[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] defaultData)
           
 double getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double defaultData)
           
 double[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] defaultData)
           
 float getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float defaultData)
           
 float[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] defaultData)
           
 int getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int defaultData)
           
 int[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] defaultData)
           
 long getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long defaultData)
           
 long[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] defaultData)
           
 short getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short defaultData)
           
 short[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] defaultData)
           
 java.lang.String getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String defaultData)
           
 java.lang.String[] getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] defaultData)
           
 java.util.List<ExpandoValue> getDefaultTableColumnValues(long classNameId, java.lang.String columnName, int start, int end)
           
 java.util.List<ExpandoValue> getDefaultTableColumnValues(java.lang.String className, java.lang.String columnName, int start, int end)
           
 int getDefaultTableColumnValuesCount(long classNameId, java.lang.String columnName)
           
 int getDefaultTableColumnValuesCount(java.lang.String className, java.lang.String columnName)
           
 ExpandoValue getExpandoValue(long valueId)
           
 java.util.List<ExpandoValue> getExpandoValues(int start, int end)
           
 int getExpandoValuesCount()
           
 java.util.List<ExpandoValue> getRowValues(long rowId)
           
 java.util.List<ExpandoValue> getRowValues(long rowId, int start, int end)
           
 java.util.List<ExpandoValue> getRowValues(long classNameId, java.lang.String tableName, long classPK, int start, int end)
           
 java.util.List<ExpandoValue> getRowValues(java.lang.String className, java.lang.String tableName, long classPK, int start, int end)
           
 int getRowValuesCount(long rowId)
           
 int getRowValuesCount(long classNameId, java.lang.String tableName, long classPK)
           
 int getRowValuesCount(java.lang.String className, java.lang.String tableName, long classPK)
           
 ExpandoValue getValue(long valueId)
           
 ExpandoValue getValue(long columnId, long rowId)
           
 ExpandoValue getValue(long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 ExpandoValue getValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
           
 

Method Detail

addExpandoValue

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

deleteExpandoValue

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

deleteExpandoValue

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

dynamicQuery

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

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

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

getExpandoValues

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

getExpandoValuesCount

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

updateExpandoValue

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

addValue

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deleteRowValues

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

deleteTableValues

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

deleteValue

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

deleteValue

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

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

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

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

deleteValues

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

getColumnValues

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

getColumnValues

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

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

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

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

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

getColumnValuesCount

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

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

getColumnValuesCount

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getDefaultTableColumnValues

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

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

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

getDefaultTableColumnValuesCount

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

getRowValues

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

getRowValues

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

getRowValues

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

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

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

getRowValuesCount

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

getRowValuesCount

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

getValue

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

getValue

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

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

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