Liferay 6.0.3

Uses of Interface
com.liferay.portlet.expando.model.ExpandoValue

Packages that use ExpandoValue
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.http   
com.liferay.portlet.expando.service.impl   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.expando.util   
 

Uses of ExpandoValue in com.liferay.portlet.expando.model
 

Classes in com.liferay.portlet.expando.model that implement ExpandoValue
 class ExpandoValueWrapper
           This class is a wrapper for ExpandoValue.
 

Methods in com.liferay.portlet.expando.model that return ExpandoValue
 ExpandoValue ExpandoValueWrapper.getWrappedExpandoValue()
           
 ExpandoValue ExpandoValueWrapper.toEscapedModel()
           
 ExpandoValue ExpandoValueModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.expando.model with parameters of type ExpandoValue
 int ExpandoValueWrapper.compareTo(ExpandoValue expandoValue)
           
 int ExpandoValueModel.compareTo(ExpandoValue expandoValue)
           
static ExpandoValueSoap ExpandoValueSoap.toSoapModel(ExpandoValue model)
           
static ExpandoValueSoap[] ExpandoValueSoap.toSoapModels(ExpandoValue[] models)
           
static ExpandoValueSoap[][] ExpandoValueSoap.toSoapModels(ExpandoValue[][] models)
           
 

Method parameters in com.liferay.portlet.expando.model with type arguments of type ExpandoValue
static ExpandoValueSoap[] ExpandoValueSoap.toSoapModels(List<ExpandoValue> models)
           
 

Constructors in com.liferay.portlet.expando.model with parameters of type ExpandoValue
ExpandoValueWrapper(ExpandoValue expandoValue)
           
 

Uses of ExpandoValue in com.liferay.portlet.expando.model.impl
 

Classes in com.liferay.portlet.expando.model.impl that implement ExpandoValue
 class ExpandoValueImpl
           
 

Methods in com.liferay.portlet.expando.model.impl that return ExpandoValue
 ExpandoValue ExpandoValueModelImpl.toEscapedModel()
           
static ExpandoValue ExpandoValueModelImpl.toModel(ExpandoValueSoap soapModel)
           
 

Methods in com.liferay.portlet.expando.model.impl that return types with arguments of type ExpandoValue
static List<ExpandoValue> ExpandoValueModelImpl.toModels(ExpandoValueSoap[] soapModels)
           
 

Methods in com.liferay.portlet.expando.model.impl with parameters of type ExpandoValue
 int ExpandoValueModelImpl.compareTo(ExpandoValue expandoValue)
           
 

Uses of ExpandoValue in com.liferay.portlet.expando.service
 

Methods in com.liferay.portlet.expando.service that return ExpandoValue
 ExpandoValue ExpandoValueLocalServiceWrapper.addExpandoValue(ExpandoValue expandoValue)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
 ExpandoValue ExpandoValueServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
static ExpandoValue ExpandoValueServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
 ExpandoValue ExpandoValueServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
static ExpandoValue ExpandoValueServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, boolean[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, boolean[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Date[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Date[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, double[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, double[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, float[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, float[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, int[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, int[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, long[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, long[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Object)
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Object)
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Object)
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, short[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, short[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, String[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, String[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalServiceWrapper.createExpandoValue(long valueId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.createExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalService.createExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getExpandoValue(long valueId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalService.getExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long valueId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long valueId)
           
 ExpandoValue ExpandoValueLocalService.getValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long columnId, long rowId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long columnId, long rowId)
           
 ExpandoValue ExpandoValueLocalService.getValue(long columnId, long rowId)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long tableId, long columnId, long classPK)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValueLocalService.getValue(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalService.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalService.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue)
           
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
           
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
           
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
           
 

Methods in com.liferay.portlet.expando.service that return types with arguments of type ExpandoValue
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getColumnValues(long columnId, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getColumnValues(long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getExpandoValues(int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getExpandoValues(int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getExpandoValues(int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getRowValues(long rowId)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getRowValues(long rowId)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long rowId)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getRowValues(long rowId, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getRowValues(long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoValue
 ExpandoValue ExpandoValueLocalServiceWrapper.addExpandoValue(ExpandoValue expandoValue)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
           
 void ExpandoValueLocalServiceWrapper.deleteExpandoValue(ExpandoValue expandoValue)
           
static void ExpandoValueLocalServiceUtil.deleteExpandoValue(ExpandoValue expandoValue)
           
 void ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue)
           
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
           
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
           
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
           
 

Uses of ExpandoValue in com.liferay.portlet.expando.service.base
 

Methods in com.liferay.portlet.expando.service.base that return ExpandoValue
 ExpandoValue ExpandoValueLocalServiceBaseImpl.addExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalServiceBaseImpl.createExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceBaseImpl.getExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
           
 

Methods in com.liferay.portlet.expando.service.base that return types with arguments of type ExpandoValue
 List<ExpandoValue> ExpandoValueLocalServiceBaseImpl.getExpandoValues(int start, int end)
           
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoValue
 ExpandoValue ExpandoValueLocalServiceBaseImpl.addExpandoValue(ExpandoValue expandoValue)
           
 void ExpandoValueLocalServiceBaseImpl.deleteExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue)
           
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
           
 

Uses of ExpandoValue in com.liferay.portlet.expando.service.http
 

Methods in com.liferay.portlet.expando.service.http that return ExpandoValue
static ExpandoValue ExpandoValueServiceHttp.addValue(HttpPrincipal httpPrincipal, long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
static ExpandoValue ExpandoValueServiceHttp.addValue(HttpPrincipal httpPrincipal, long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 

Methods in com.liferay.portlet.expando.service.http with parameters of type ExpandoValue
static JSONArray ExpandoValueJSONSerializer.toJSONArray(ExpandoValue[] models)
           
static JSONArray ExpandoValueJSONSerializer.toJSONArray(ExpandoValue[][] models)
           
static JSONObject ExpandoValueJSONSerializer.toJSONObject(ExpandoValue model)
           
 

Method parameters in com.liferay.portlet.expando.service.http with type arguments of type ExpandoValue
static JSONArray ExpandoValueJSONSerializer.toJSONArray(List<ExpandoValue> models)
           
 

Uses of ExpandoValue in com.liferay.portlet.expando.service.impl
 

Methods in com.liferay.portlet.expando.service.impl that return ExpandoValue
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data)
           
 ExpandoValue ExpandoValueServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
 ExpandoValue ExpandoValueServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, boolean[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, Date[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, double[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, float[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, int[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, long[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, Object)
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, short[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. ExpandoValueLocalServiceImpl.addValue(long, String, String, String, long, String[])
 ExpandoValue ExpandoValueLocalServiceImpl.getValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceImpl.getValue(long columnId, long rowId)
           
 ExpandoValue ExpandoValueLocalServiceImpl.getValue(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceImpl.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceImpl.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
protected  ExpandoValue ExpandoColumnLocalServiceImpl.validate(long columnId, long tableId, String name, int type, Object defaultData)
           
 

Methods in com.liferay.portlet.expando.service.impl that return types with arguments of type ExpandoValue
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getColumnValues(long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getRowValues(long rowId)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getRowValues(long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
 

Uses of ExpandoValue in com.liferay.portlet.expando.service.persistence
 

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoValue
static ExpandoValue ExpandoValueUtil.create(long valueId)
           
 ExpandoValue ExpandoValuePersistence.create(long valueId)
           
 ExpandoValue ExpandoValuePersistenceImpl.create(long valueId)
           
static ExpandoValue ExpandoValueUtil.fetchByC_R(long columnId, long rowId)
           
 ExpandoValue ExpandoValuePersistence.fetchByC_R(long columnId, long rowId)
           
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_R(long columnId, long rowId)
           
static ExpandoValue ExpandoValueUtil.fetchByC_R(long columnId, long rowId, boolean retrieveFromCache)
           
 ExpandoValue ExpandoValuePersistence.fetchByC_R(long columnId, long rowId, boolean retrieveFromCache)
           
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_R(long columnId, long rowId, boolean retrieveFromCache)
           
static ExpandoValue ExpandoValueUtil.fetchByPrimaryKey(long valueId)
           
 ExpandoValue ExpandoValuePersistence.fetchByPrimaryKey(long valueId)
           
 ExpandoValue ExpandoValuePersistenceImpl.fetchByPrimaryKey(long valueId)
           
 ExpandoValue ExpandoValuePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static ExpandoValue ExpandoValueUtil.fetchByT_C_C(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValuePersistence.fetchByT_C_C(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_C(long tableId, long columnId, long classPK)
           
static ExpandoValue ExpandoValueUtil.fetchByT_C_C(long tableId, long columnId, long classPK, boolean retrieveFromCache)
           
 ExpandoValue ExpandoValuePersistence.fetchByT_C_C(long tableId, long columnId, long classPK, boolean retrieveFromCache)
           
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_C(long tableId, long columnId, long classPK, boolean retrieveFromCache)
           
static ExpandoValue ExpandoValueUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
           
static ExpandoValue[] ExpandoValueUtil.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistence.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistenceImpl.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByC_R(long columnId, long rowId)
           
 ExpandoValue ExpandoValuePersistence.findByC_R(long columnId, long rowId)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByC_R(long columnId, long rowId)
           
static ExpandoValue ExpandoValueUtil.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
           
static ExpandoValue[] ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistence.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistenceImpl.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByPrimaryKey(long valueId)
           
 ExpandoValue ExpandoValuePersistence.findByPrimaryKey(long valueId)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByPrimaryKey(long valueId)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static ExpandoValue ExpandoValueUtil.findByRowId_First(long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByRowId_First(long rowId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
           
static ExpandoValue[] ExpandoValueUtil.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistence.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistenceImpl.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByT_C_C(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValuePersistence.findByT_C_C(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_C(long tableId, long columnId, long classPK)
           
static ExpandoValue ExpandoValueUtil.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
static ExpandoValue[] ExpandoValueUtil.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistence.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistenceImpl.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
           
static ExpandoValue[] ExpandoValueUtil.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistence.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistenceImpl.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
           
static ExpandoValue[] ExpandoValueUtil.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistence.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistenceImpl.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
           
static ExpandoValue[] ExpandoValueUtil.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistence.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistenceImpl.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
static ExpandoValue ExpandoValueUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
 ExpandoValue ExpandoValuePersistenceImpl.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
static ExpandoValue[] ExpandoValueUtil.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistence.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
           
 ExpandoValue[] ExpandoValuePersistenceImpl.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByC_C_PrevAndNext(Session session, ExpandoValue expandoValue, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByColumnId_PrevAndNext(Session session, ExpandoValue expandoValue, long columnId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByRowId_PrevAndNext(Session session, ExpandoValue expandoValue, long rowId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_C_D_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long columnId, String data, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_C_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long columnId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_CPK_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_R_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long rowId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, OrderByComparator orderByComparator, boolean previous)
           
static ExpandoValue ExpandoValueUtil.remove(ExpandoValue expandoValue)
           
static ExpandoValue ExpandoValueUtil.remove(long valueId)
           
 ExpandoValue ExpandoValuePersistence.remove(long valueId)
           
 ExpandoValue ExpandoValuePersistenceImpl.remove(long valueId)
           
 ExpandoValue ExpandoValuePersistenceImpl.remove(Serializable primaryKey)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.removeImpl(ExpandoValue expandoValue)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.toUnwrappedModel(ExpandoValue expandoValue)
           
static ExpandoValue ExpandoValueUtil.update(ExpandoValue expandoValue, boolean merge)
           
static ExpandoValue ExpandoValueUtil.update(ExpandoValue expandoValue, boolean merge, ServiceContext serviceContext)
           
static ExpandoValue ExpandoValueUtil.updateImpl(ExpandoValue expandoValue, boolean merge)
           
 ExpandoValue ExpandoValuePersistence.updateImpl(ExpandoValue expandoValue, boolean merge)
           
 ExpandoValue ExpandoValuePersistenceImpl.updateImpl(ExpandoValue expandoValue, boolean merge)
           
 

Methods in com.liferay.portlet.expando.service.persistence that return types with arguments of type ExpandoValue
static List<ExpandoValue> ExpandoValueUtil.findAll()
           
 List<ExpandoValue> ExpandoValuePersistence.findAll()
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll()
           
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll(int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK)
           
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK)
           
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId)
           
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId)
           
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId)
           
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId)
           
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C_D(long tableId, long columnId, String data)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C_D(long tableId, long columnId, String data, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId)
           
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId)
           
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId, int start, int end)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoValue> ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ExpandoValue> ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ExpandoValue> ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.expando.service.persistence with parameters of type ExpandoValue
static void ExpandoValueUtil.cacheResult(ExpandoValue expandoValue)
           
 void ExpandoValuePersistence.cacheResult(ExpandoValue expandoValue)
           
 void ExpandoValuePersistenceImpl.cacheResult(ExpandoValue expandoValue)
           
static void ExpandoValueUtil.clearCache(ExpandoValue expandoValue)
           
 void ExpandoValuePersistenceImpl.clearCache(ExpandoValue expandoValue)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByC_C_PrevAndNext(Session session, ExpandoValue expandoValue, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByColumnId_PrevAndNext(Session session, ExpandoValue expandoValue, long columnId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByRowId_PrevAndNext(Session session, ExpandoValue expandoValue, long rowId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_C_D_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long columnId, String data, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_C_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long columnId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_CPK_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_R_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long rowId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, OrderByComparator orderByComparator, boolean previous)
           
static ExpandoValue ExpandoValueUtil.remove(ExpandoValue expandoValue)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.removeImpl(ExpandoValue expandoValue)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.toUnwrappedModel(ExpandoValue expandoValue)
           
static ExpandoValue ExpandoValueUtil.update(ExpandoValue expandoValue, boolean merge)
           
static ExpandoValue ExpandoValueUtil.update(ExpandoValue expandoValue, boolean merge, ServiceContext serviceContext)
           
static ExpandoValue ExpandoValueUtil.updateImpl(ExpandoValue expandoValue, boolean merge)
           
 ExpandoValue ExpandoValuePersistence.updateImpl(ExpandoValue expandoValue, boolean merge)
           
 ExpandoValue ExpandoValuePersistenceImpl.updateImpl(ExpandoValue expandoValue, boolean merge)
           
 

Method parameters in com.liferay.portlet.expando.service.persistence with type arguments of type ExpandoValue
static void ExpandoValueUtil.cacheResult(List<ExpandoValue> expandoValues)
           
 void ExpandoValuePersistence.cacheResult(List<ExpandoValue> expandoValues)
           
 void ExpandoValuePersistenceImpl.cacheResult(List<ExpandoValue> expandoValues)
           
 

Uses of ExpandoValue in com.liferay.portlet.expando.util
 

Method parameters in com.liferay.portlet.expando.util with type arguments of type ExpandoValue
protected  void ExpandoBridgeIndexerImpl.addAttribute(Document document, ExpandoColumn expandoColumn, List<ExpandoValue> expandoValues)
           
 


Liferay 6.0.3