com.liferay.portlet.expando.service.impl
Class ExpandoValueLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl
      extended by com.liferay.portlet.expando.service.impl.ExpandoValueLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.expando.service.ExpandoValueLocalService

public class ExpandoValueLocalServiceImpl
extends ExpandoValueLocalServiceBaseImpl

View Source

Author:
Raymond Augé, Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl
counterLocalService, counterService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService
 
Constructor Summary
ExpandoValueLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, java.lang.String data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String data)
           
 com.liferay.portlet.expando.model.ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] data)
           
 void addValues(long classNameId, long tableId, java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> columns, long classPK, java.util.Map<java.lang.String,java.lang.String> data)
           
 void deleteColumnValues(long columnId)
           
 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<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(long columnId, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.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)
           
 java.io.Serializable getData(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 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<com.liferay.portlet.expando.model.ExpandoValue> getDefaultTableColumnValues(long classNameId, java.lang.String columnName, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.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)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getRowValues(long rowId)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getRowValues(long rowId, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getRowValues(long classNameId, java.lang.String tableName, long classPK, int start, int end)
           
 java.util.List<com.liferay.portlet.expando.model.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)
           
 com.liferay.portlet.expando.model.ExpandoValue getValue(long valueId)
           
 com.liferay.portlet.expando.model.ExpandoValue getValue(long columnId, long rowId)
           
 com.liferay.portlet.expando.model.ExpandoValue getValue(long tableId, long columnId, long classPK)
           
 com.liferay.portlet.expando.model.ExpandoValue getValue(long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 com.liferay.portlet.expando.model.ExpandoValue getValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK)
           
 
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl
addExpandoValue, createExpandoValue, deleteExpandoValue, deleteExpandoValue, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValue, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValues, getExpandoValuesCount, getExpandoValueService, runSQL, setCounterLocalService, setCounterService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, updateExpandoValue, updateExpandoValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueLocalServiceImpl

public ExpandoValueLocalServiceImpl()
Method Detail

addValue

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

addValue

public com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.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

addValues

public void addValues(long classNameId,
                      long tableId,
                      java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> columns,
                      long classPK,
                      java.util.Map<java.lang.String,java.lang.String> data)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteColumnValues

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

deleteRowValues

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

deleteTableValues

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

deleteValue

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

deleteValue

public 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 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

deleteValue

public 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

deleteValues

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

deleteValues

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

getColumnValues

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

getColumnValues

public java.util.List<com.liferay.portlet.expando.model.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 java.util.List<com.liferay.portlet.expando.model.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

getColumnValues

public java.util.List<com.liferay.portlet.expando.model.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 java.util.List<com.liferay.portlet.expando.model.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

getColumnValuesCount

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

getColumnValuesCount

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

getColumnValuesCount

public 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

getColumnValuesCount

public 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 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

getData

public 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

getData

public 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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

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

getDefaultTableColumnValues

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

getDefaultTableColumnValuesCount

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

getDefaultTableColumnValuesCount

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

getRowValues

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

getRowValues

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

getRowValues

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

getRowValues

public java.util.List<com.liferay.portlet.expando.model.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

getRowValuesCount

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

getRowValuesCount

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

getRowValuesCount

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

getValue

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

getValue

public com.liferay.portlet.expando.model.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 com.liferay.portlet.expando.model.ExpandoValue getValue(long tableId,
                                                               long columnId,
                                                               long classPK)
                                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getValue

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

getValue

public com.liferay.portlet.expando.model.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