Liferay 6.0.5

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:
ExpandoValueLocalService

public class ExpandoValueLocalServiceImpl
extends ExpandoValueLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
ExpandoValueLocalServiceImpl()
           
 
Method Summary
 ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. addValue(long, String, String, String, long, boolean[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. addValue(long, String, String, String, long, boolean[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. addValue(long, String, String, String, long, Date[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. addValue(long, String, String, String, long, Date[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. addValue(long, String, String, String, long, double[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. addValue(long, String, String, String, long, double[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. addValue(long, String, String, String, long, float[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. addValue(long, String, String, String, long, float[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. addValue(long, String, String, String, long, int[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. addValue(long, String, String, String, long, int[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. addValue(long, String, String, String, long, long[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. addValue(long, String, String, String, long, long[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. addValue(long, String, String, String, long, Object)
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. addValue(long, String, String, String, long, short[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. addValue(long, String, String, String, long, short[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. addValue(long, String, String, String, long, String[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. addValue(long, String, String, String, long, String[])
 void addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,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 companyId, long classNameId, String tableName, String columnName, long classPK)
           
 void deleteValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 void deleteValues(long classNameId, long classPK)
           
 void deleteValues(String className, long classPK)
           
 List<ExpandoValue> getColumnValues(long columnId, int start, int end)
           
 List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
           
 int getColumnValuesCount(long columnId)
           
 int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName)
           
 int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName, String data)
           
 int getColumnValuesCount(long companyId, String className, String tableName, String columnName)
           
 int getColumnValuesCount(String className, String tableName, String columnName, String data)
           
 Serializable getData(long companyId, String className, String tableName, String columnName, long classPK)
           
 boolean getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData)
           
 boolean[] getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData)
           
 Date getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData)
           
 Date[] getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData)
           
 double getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData)
           
 double[] getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData)
           
 float getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData)
           
 float[] getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData)
           
 int getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData)
           
 int[] getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData)
           
 long getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData)
           
 long[] getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData)
           
 short getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData)
           
 short[] getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData)
           
 String getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData)
           
 String[] getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData)
           
 Serializable getData(String className, String tableName, String columnName, long classPK)
          Deprecated. getData(long, String, String, String, long)
 boolean getData(String className, String tableName, String columnName, long classPK, boolean defaultData)
          Deprecated. getData(long, String, String, String, long, boolean[])
 boolean[] getData(String className, String tableName, String columnName, long classPK, boolean[] defaultData)
          Deprecated. getData(long, String, String, String, long, boolean[])
 Date getData(String className, String tableName, String columnName, long classPK, Date defaultData)
          Deprecated. getData(long, String, String, String, long, Date[])
 Date[] getData(String className, String tableName, String columnName, long classPK, Date[] defaultData)
          Deprecated. getData(long, String, String, String, long, Date[])
 double getData(String className, String tableName, String columnName, long classPK, double defaultData)
          Deprecated. getData(long, String, String, String, long, double[])
 double[] getData(String className, String tableName, String columnName, long classPK, double[] defaultData)
          Deprecated. getData(long, String, String, String, long, double[])
 float getData(String className, String tableName, String columnName, long classPK, float defaultData)
          Deprecated. getData(long, String, String, String, long, float[])
 float[] getData(String className, String tableName, String columnName, long classPK, float[] defaultData)
          Deprecated. getData(long, String, String, String, long, float[])
 int getData(String className, String tableName, String columnName, long classPK, int defaultData)
          Deprecated. getData(long, String, String, String, long, int[])
 int[] getData(String className, String tableName, String columnName, long classPK, int[] defaultData)
          Deprecated. getData(long, String, String, String, long, int[])
 long getData(String className, String tableName, String columnName, long classPK, long defaultData)
          Deprecated. getData(long, String, String, String, long, long[])
 long[] getData(String className, String tableName, String columnName, long classPK, long[] defaultData)
          Deprecated. getData(long, String, String, String, long, long[])
 short getData(String className, String tableName, String columnName, long classPK, short defaultData)
          Deprecated. getData(long, String, String, String, long, short[])
 short[] getData(String className, String tableName, String columnName, long classPK, short[] defaultData)
          Deprecated. getData(long, String, String, String, long, short[])
 String getData(String className, String tableName, String columnName, long classPK, String defaultData)
          Deprecated. getData(long, String, String, String, long, String[])
 String[] getData(String className, String tableName, String columnName, long classPK, String[] defaultData)
          Deprecated. getData(long, String, String, String, long, String[])
 List<ExpandoValue> getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
           
 List<ExpandoValue> getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
           
 int getDefaultTableColumnValuesCount(long companyId, long classNameId, String columnName)
           
 int getDefaultTableColumnValuesCount(long companyId, String className, String columnName)
           
 List<ExpandoValue> getRowValues(long rowId)
           
 List<ExpandoValue> getRowValues(long rowId, int start, int end)
           
 List<ExpandoValue> getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
 int getRowValuesCount(long rowId)
           
 int getRowValuesCount(long companyId, long classNameId, String tableName, long classPK)
           
 int getRowValuesCount(long companyId, String className, String tableName, long classPK)
           
 ExpandoValue getValue(long valueId)
           
 ExpandoValue getValue(long columnId, long rowId)
           
 ExpandoValue getValue(long tableId, long columnId, long classPK)
           
 ExpandoValue getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 ExpandoValue getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl
addExpandoValue, createExpandoValue, deleteExpandoValue, deleteExpandoValue, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValue, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValues, getExpandoValuesCount, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, 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 ExpandoValue addValue(long classNameId,
                             long tableId,
                             long columnId,
                             long classPK,
                             String data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             boolean data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             boolean[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Date data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Date[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             double data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             double[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             float data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             float[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             int data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             int[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             long data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             long[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Object data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             short data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             short[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             String data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             String[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             boolean data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             boolean[] data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Date data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Date[] data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             double data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             double[] data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             float data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             float[] data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             int data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             int[] data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             long data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             long[] data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             Object data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, Object)

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             short data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             short[] data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             String data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

addValue

public ExpandoValue addValue(String className,
                             String tableName,
                             String columnName,
                             long classPK,
                             String[] data)
                      throws PortalException,
                             SystemException
Deprecated. addValue(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

addValues

public void addValues(long classNameId,
                      long tableId,
                      List<ExpandoColumn> columns,
                      long classPK,
                      Map<String,String> data)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

deleteColumnValues

public void deleteColumnValues(long columnId)
                        throws SystemException
Throws:
SystemException

deleteRowValues

public void deleteRowValues(long rowId)
                     throws SystemException
Throws:
SystemException

deleteTableValues

public void deleteTableValues(long tableId)
                       throws SystemException
Throws:
SystemException

deleteValue

public void deleteValue(long valueId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteValue

public void deleteValue(long columnId,
                        long rowId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteValue

public void deleteValue(long companyId,
                        long classNameId,
                        String tableName,
                        String columnName,
                        long classPK)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteValue

public void deleteValue(long companyId,
                        String className,
                        String tableName,
                        String columnName,
                        long classPK)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteValues

public void deleteValues(long classNameId,
                         long classPK)
                  throws SystemException
Throws:
SystemException

deleteValues

public void deleteValues(String className,
                         long classPK)
                  throws SystemException
Throws:
SystemException

getColumnValues

public List<ExpandoValue> getColumnValues(long columnId,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

public List<ExpandoValue> getColumnValues(long companyId,
                                          long classNameId,
                                          String tableName,
                                          String columnName,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

public List<ExpandoValue> getColumnValues(long companyId,
                                          long classNameId,
                                          String tableName,
                                          String columnName,
                                          String data,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

public List<ExpandoValue> getColumnValues(long companyId,
                                          String className,
                                          String tableName,
                                          String columnName,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

public List<ExpandoValue> getColumnValues(String className,
                                          String tableName,
                                          String columnName,
                                          String data,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

getColumnValuesCount

public int getColumnValuesCount(long columnId)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

public int getColumnValuesCount(long companyId,
                                long classNameId,
                                String tableName,
                                String columnName)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

public int getColumnValuesCount(long companyId,
                                long classNameId,
                                String tableName,
                                String columnName,
                                String data)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

public int getColumnValuesCount(long companyId,
                                String className,
                                String tableName,
                                String columnName)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

public int getColumnValuesCount(String className,
                                String tableName,
                                String columnName,
                                String data)
                         throws SystemException
Throws:
SystemException

getData

public Serializable getData(long companyId,
                            String className,
                            String tableName,
                            String columnName,
                            long classPK)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getData

public boolean getData(long companyId,
                       String className,
                       String tableName,
                       String columnName,
                       long classPK,
                       boolean defaultData)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getData

public boolean[] getData(long companyId,
                         String className,
                         String tableName,
                         String columnName,
                         long classPK,
                         boolean[] defaultData)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

getData

public Date getData(long companyId,
                    String className,
                    String tableName,
                    String columnName,
                    long classPK,
                    Date defaultData)
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

getData

public Date[] getData(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Date[] defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

public double getData(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      double defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

public double[] getData(long companyId,
                        String className,
                        String tableName,
                        String columnName,
                        long classPK,
                        double[] defaultData)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getData

public float getData(long companyId,
                     String className,
                     String tableName,
                     String columnName,
                     long classPK,
                     float defaultData)
              throws PortalException,
                     SystemException
Throws:
PortalException
SystemException

getData

public float[] getData(long companyId,
                       String className,
                       String tableName,
                       String columnName,
                       long classPK,
                       float[] defaultData)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getData

public int getData(long companyId,
                   String className,
                   String tableName,
                   String columnName,
                   long classPK,
                   int defaultData)
            throws PortalException,
                   SystemException
Throws:
PortalException
SystemException

getData

public int[] getData(long companyId,
                     String className,
                     String tableName,
                     String columnName,
                     long classPK,
                     int[] defaultData)
              throws PortalException,
                     SystemException
Throws:
PortalException
SystemException

getData

public long getData(long companyId,
                    String className,
                    String tableName,
                    String columnName,
                    long classPK,
                    long defaultData)
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

getData

public long[] getData(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      long[] defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

public short getData(long companyId,
                     String className,
                     String tableName,
                     String columnName,
                     long classPK,
                     short defaultData)
              throws PortalException,
                     SystemException
Throws:
PortalException
SystemException

getData

public short[] getData(long companyId,
                       String className,
                       String tableName,
                       String columnName,
                       long classPK,
                       short[] defaultData)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getData

public String getData(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      String defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

public String[] getData(long companyId,
                        String className,
                        String tableName,
                        String columnName,
                        long classPK,
                        String[] defaultData)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getData

public Serializable getData(String className,
                            String tableName,
                            String columnName,
                            long classPK)
                     throws PortalException,
                            SystemException
Deprecated. getData(long, String, String, String, long)

Throws:
PortalException
SystemException

getData

public boolean getData(String className,
                       String tableName,
                       String columnName,
                       long classPK,
                       boolean defaultData)
                throws PortalException,
                       SystemException
Deprecated. getData(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

getData

public boolean[] getData(String className,
                         String tableName,
                         String columnName,
                         long classPK,
                         boolean[] defaultData)
                  throws PortalException,
                         SystemException
Deprecated. getData(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

getData

public Date getData(String className,
                    String tableName,
                    String columnName,
                    long classPK,
                    Date defaultData)
             throws PortalException,
                    SystemException
Deprecated. getData(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

getData

public Date[] getData(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Date[] defaultData)
               throws PortalException,
                      SystemException
Deprecated. getData(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

getData

public double getData(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      double defaultData)
               throws PortalException,
                      SystemException
Deprecated. getData(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

getData

public double[] getData(String className,
                        String tableName,
                        String columnName,
                        long classPK,
                        double[] defaultData)
                 throws PortalException,
                        SystemException
Deprecated. getData(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

getData

public float getData(String className,
                     String tableName,
                     String columnName,
                     long classPK,
                     float defaultData)
              throws PortalException,
                     SystemException
Deprecated. getData(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

getData

public float[] getData(String className,
                       String tableName,
                       String columnName,
                       long classPK,
                       float[] defaultData)
                throws PortalException,
                       SystemException
Deprecated. getData(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

getData

public int getData(String className,
                   String tableName,
                   String columnName,
                   long classPK,
                   int defaultData)
            throws PortalException,
                   SystemException
Deprecated. getData(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

getData

public int[] getData(String className,
                     String tableName,
                     String columnName,
                     long classPK,
                     int[] defaultData)
              throws PortalException,
                     SystemException
Deprecated. getData(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

getData

public long getData(String className,
                    String tableName,
                    String columnName,
                    long classPK,
                    long defaultData)
             throws PortalException,
                    SystemException
Deprecated. getData(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

getData

public long[] getData(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      long[] defaultData)
               throws PortalException,
                      SystemException
Deprecated. getData(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

getData

public short getData(String className,
                     String tableName,
                     String columnName,
                     long classPK,
                     short defaultData)
              throws PortalException,
                     SystemException
Deprecated. getData(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

getData

public short[] getData(String className,
                       String tableName,
                       String columnName,
                       long classPK,
                       short[] defaultData)
                throws PortalException,
                       SystemException
Deprecated. getData(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

getData

public String getData(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      String defaultData)
               throws PortalException,
                      SystemException
Deprecated. getData(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

getData

public String[] getData(String className,
                        String tableName,
                        String columnName,
                        long classPK,
                        String[] defaultData)
                 throws PortalException,
                        SystemException
Deprecated. getData(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

getDefaultTableColumnValues

public List<ExpandoValue> getDefaultTableColumnValues(long companyId,
                                                      long classNameId,
                                                      String columnName,
                                                      int start,
                                                      int end)
                                               throws SystemException
Throws:
SystemException

getDefaultTableColumnValues

public List<ExpandoValue> getDefaultTableColumnValues(long companyId,
                                                      String className,
                                                      String columnName,
                                                      int start,
                                                      int end)
                                               throws SystemException
Throws:
SystemException

getDefaultTableColumnValuesCount

public int getDefaultTableColumnValuesCount(long companyId,
                                            long classNameId,
                                            String columnName)
                                     throws SystemException
Throws:
SystemException

getDefaultTableColumnValuesCount

public int getDefaultTableColumnValuesCount(long companyId,
                                            String className,
                                            String columnName)
                                     throws SystemException
Throws:
SystemException

getRowValues

public List<ExpandoValue> getRowValues(long rowId)
                                throws SystemException
Throws:
SystemException

getRowValues

public List<ExpandoValue> getRowValues(long rowId,
                                       int start,
                                       int end)
                                throws SystemException
Throws:
SystemException

getRowValues

public List<ExpandoValue> getRowValues(long companyId,
                                       long classNameId,
                                       String tableName,
                                       long classPK,
                                       int start,
                                       int end)
                                throws SystemException
Throws:
SystemException

getRowValues

public List<ExpandoValue> getRowValues(long companyId,
                                       String className,
                                       String tableName,
                                       long classPK,
                                       int start,
                                       int end)
                                throws SystemException
Throws:
SystemException

getRowValuesCount

public int getRowValuesCount(long rowId)
                      throws SystemException
Throws:
SystemException

getRowValuesCount

public int getRowValuesCount(long companyId,
                             long classNameId,
                             String tableName,
                             long classPK)
                      throws SystemException
Throws:
SystemException

getRowValuesCount

public int getRowValuesCount(long companyId,
                             String className,
                             String tableName,
                             long classPK)
                      throws SystemException
Throws:
SystemException

getValue

public ExpandoValue getValue(long valueId)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getValue

public ExpandoValue getValue(long columnId,
                             long rowId)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getValue

public ExpandoValue getValue(long tableId,
                             long columnId,
                             long classPK)
                      throws SystemException
Throws:
SystemException

getValue

public ExpandoValue getValue(long companyId,
                             long classNameId,
                             String tableName,
                             String columnName,
                             long classPK)
                      throws SystemException
Throws:
SystemException

getValue

public ExpandoValue getValue(long companyId,
                             String className,
                             String tableName,
                             String columnName,
                             long classPK)
                      throws SystemException
Throws:
SystemException

Liferay 6.0.5