Class ExpandoValueLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoValueLocalServiceImpl
All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoValueLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.expando.kernel.model.ExpandoValue>, com.liferay.portal.kernel.service.PersistedModelLocalService

public class ExpandoValueLocalServiceImpl extends ExpandoValueLocalServiceBaseImpl
Author:
Raymond Augé, Brian Wing Shun Chan, Marcellus Tavares
  • Constructor Details

    • ExpandoValueLocalServiceImpl

      public ExpandoValueLocalServiceImpl()
  • Method Details

    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, String data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, com.liferay.portal.kernel.json.JSONObject dataJSONObject) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale,?> dataMap, Locale defaultLocale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValue

      public com.liferay.expando.kernel.model.ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValues

      public void addValues(long classNameId, long tableId, List<com.liferay.expando.kernel.model.ExpandoColumn> columns, long classPK, Map<String,String> data) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValues

      public void addValues(long companyId, long classNameId, String tableName, long classPK, Map<String,Serializable> attributes) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addValues

      public void addValues(long companyId, String className, String tableName, long classPK, Map<String,Serializable> attributes) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteColumnValues

      public void deleteColumnValues(long columnId)
    • deleteRowValues

      public void deleteRowValues(long rowId)
    • deleteTableValues

      public void deleteTableValues(long tableId)
    • deleteValue

      public void deleteValue(com.liferay.expando.kernel.model.ExpandoValue value)
    • deleteValue

      public void deleteValue(long valueId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteValue

      public void deleteValue(long columnId, long rowId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteValue

      public void deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteValue

      public void deleteValue(long companyId, String className, String tableName, String columnName, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteValues

      public void deleteValues(long classNameId, long classPK)
    • deleteValues

      public void deleteValues(String className, long classPK)
    • getColumnValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getColumnValues(long columnId, int start, int end)
    • getColumnValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
    • getColumnValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
    • getColumnValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
    • getColumnValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, String data, int start, int end)
    • getColumnValuesCount

      public int getColumnValuesCount(long columnId)
    • getColumnValuesCount

      public int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName)
    • getColumnValuesCount

      public int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName, String data)
    • getColumnValuesCount

      public int getColumnValuesCount(long companyId, String className, String tableName, String columnName)
    • getColumnValuesCount

      public int getColumnValuesCount(long companyId, String className, String tableName, String columnName, String data)
    • getData

      public Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public boolean getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public boolean[] getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public Date getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public Date[] getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public double getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public double[] getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public float getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public float[] getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public int getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public int[] getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public com.liferay.portal.kernel.json.JSONObject getData(long companyId, String className, String tableName, String columnName, long classPK, com.liferay.portal.kernel.json.JSONObject defaultDataJSONObject) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public long getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public long[] getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public Map<?,?> getData(long companyId, String className, String tableName, String columnName, long classPK, Map<?,?> defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public Number getData(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public Number[] getData(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public short getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public short[] getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public String getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getData

      public String[] getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefaultTableColumnValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
    • getDefaultTableColumnValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
    • getDefaultTableColumnValuesCount

      public int getDefaultTableColumnValuesCount(long companyId, long classNameId, String columnName)
    • getDefaultTableColumnValuesCount

      public int getDefaultTableColumnValuesCount(long companyId, String className, String columnName)
    • getRowValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getRowValues(long rowId)
    • getRowValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getRowValues(long rowId, int start, int end)
    • getRowValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
    • getRowValues

      public List<com.liferay.expando.kernel.model.ExpandoValue> getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
    • getRowValuesCount

      public int getRowValuesCount(long rowId)
    • getRowValuesCount

      public int getRowValuesCount(long companyId, long classNameId, String tableName, long classPK)
    • getRowValuesCount

      public int getRowValuesCount(long companyId, String className, String tableName, long classPK)
    • getValue

      public com.liferay.expando.kernel.model.ExpandoValue getValue(long valueId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getValue

      public com.liferay.expando.kernel.model.ExpandoValue getValue(long columnId, long rowId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getValue

      public com.liferay.expando.kernel.model.ExpandoValue getValue(long tableId, long columnId, long classPK)
    • getValue

      public com.liferay.expando.kernel.model.ExpandoValue getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
    • getValue

      public com.liferay.expando.kernel.model.ExpandoValue getValue(long companyId, String className, String tableName, String columnName, long classPK)
    • convertType

      protected <T> T convertType(int type, Object data)
    • doAddValue

      protected com.liferay.expando.kernel.model.ExpandoValue doAddValue(long companyId, long classNameId, long tableId, long columnId, long classPK, String data)
    • doGetData

      protected Serializable doGetData(long companyId, String className, String tableName, String columnName, long classPK, com.liferay.expando.kernel.model.ExpandoValue value, int type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • handleCollections

      protected Object handleCollections(int type, Object object)
    • handleStrings

      protected Object handleStrings(int type, Object object)
    • isTypeArray

      protected boolean isTypeArray(int type)