Liferay 6.0.5

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()
          Gets a copy of this expando value as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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)
          Converts the soap model instance into a normal model instance.
 

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

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)
          Adds the expando value to the database.
static ExpandoValue ExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 ExpandoValue ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 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)
          Creates a new expando value with the primary key.
static ExpandoValue ExpandoValueLocalServiceUtil.createExpandoValue(long valueId)
          Creates a new expando value with the primary key.
 ExpandoValue ExpandoValueLocalService.createExpandoValue(long valueId)
          Creates a new expando value with the primary key.
 ExpandoValue ExpandoValueLocalServiceWrapper.getExpandoValue(long valueId)
          Gets the expando value with the primary key.
static ExpandoValue ExpandoValueLocalServiceUtil.getExpandoValue(long valueId)
          Gets the expando value with the primary key.
 ExpandoValue ExpandoValueLocalService.getExpandoValue(long valueId)
          Gets the expando value with the primary key.
 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)
          Updates the expando value in the database.
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database.
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
 

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)
          Gets a range of all the expando values.
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getExpandoValues(int start, int end)
          Gets a range of all the expando values.
 List<ExpandoValue> ExpandoValueLocalService.getExpandoValues(int start, int end)
          Gets a range of all the expando values.
 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)
          Adds the expando value to the database.
static ExpandoValue ExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 ExpandoValue ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 void ExpandoValueLocalServiceWrapper.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
static void ExpandoValueLocalServiceUtil.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 void ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database.
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database.
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
 

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)
          Adds the expando value to the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.createExpandoValue(long valueId)
          Creates a new expando value with the primary key.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.getExpandoValue(long valueId)
          Gets the expando value with the primary key.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
 

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

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoValue
 ExpandoValue ExpandoValueLocalServiceBaseImpl.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 void ExpandoValueLocalServiceBaseImpl.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database.
 

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)
          Creates a new expando value with the primary key.
 ExpandoValue ExpandoValuePersistence.create(long valueId)
          Creates a new expando value with the primary key.
 ExpandoValue ExpandoValuePersistenceImpl.create(long valueId)
          Creates a new expando value with the primary key.
static ExpandoValue ExpandoValueUtil.fetchByC_R(long columnId, long rowId)
          Finds the expando value where columnId = ? and rowId = ? or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistence.fetchByC_R(long columnId, long rowId)
          Finds the expando value where columnId = ? and rowId = ? or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_R(long columnId, long rowId)
          Finds the expando value where columnId = ? and rowId = ? or returns null if it could not be found.
static ExpandoValue ExpandoValueUtil.fetchByC_R(long columnId, long rowId, boolean retrieveFromCache)
          Finds the expando value where columnId = ? and rowId = ? or returns null if it could not be found, optionally using the finder cache.
 ExpandoValue ExpandoValuePersistence.fetchByC_R(long columnId, long rowId, boolean retrieveFromCache)
          Finds the expando value where columnId = ? and rowId = ? or returns null if it could not be found, optionally using the finder cache.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_R(long columnId, long rowId, boolean retrieveFromCache)
          Finds the expando value where columnId = ? and rowId = ? or returns null if it could not be found, optionally using the finder cache.
static ExpandoValue ExpandoValueUtil.fetchByPrimaryKey(long valueId)
          Finds the expando value with the primary key or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistence.fetchByPrimaryKey(long valueId)
          Finds the expando value with the primary key or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByPrimaryKey(long valueId)
          Finds the expando value with the primary key or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the expando value with the primary key or returns null if it could not be found.
static ExpandoValue ExpandoValueUtil.fetchByT_C_C(long tableId, long columnId, long classPK)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_C(long tableId, long columnId, long classPK)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_C(long tableId, long columnId, long classPK)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found.
static ExpandoValue ExpandoValueUtil.fetchByT_C_C(long tableId, long columnId, long classPK, boolean retrieveFromCache)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_C(long tableId, long columnId, long classPK, boolean retrieveFromCache)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_C(long tableId, long columnId, long classPK, boolean retrieveFromCache)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static ExpandoValue ExpandoValueUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoValue[] ExpandoValueUtil.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue[] ExpandoValuePersistence.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.findByC_R(long columnId, long rowId)
          Finds the expando value where columnId = ? and rowId = ? or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistence.findByC_R(long columnId, long rowId)
          Finds the expando value where columnId = ? and rowId = ? or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.findByC_R(long columnId, long rowId)
          Finds the expando value where columnId = ? and rowId = ? or throws a NoSuchValueException if it could not be found.
static ExpandoValue ExpandoValueUtil.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where columnId = ?.
static ExpandoValue[] ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where columnId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where columnId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByPrimaryKey(long valueId)
          Finds the expando value with the primary key or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistence.findByPrimaryKey(long valueId)
          Finds the expando value with the primary key or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.findByPrimaryKey(long valueId)
          Finds the expando value with the primary key or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the expando value with the primary key or throws a NoSuchModelException if it could not be found.
static ExpandoValue ExpandoValueUtil.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where rowId = ?.
static ExpandoValue[] ExpandoValueUtil.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where rowId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where rowId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_C(long tableId, long columnId, long classPK)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistence.findByT_C_C(long tableId, long columnId, long classPK)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_C(long tableId, long columnId, long classPK)
          Finds the expando value where tableId = ? and columnId = ? and classPK = ? or throws a NoSuchValueException if it could not be found.
static ExpandoValue ExpandoValueUtil.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue[] ExpandoValueUtil.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue[] ExpandoValuePersistence.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue[] ExpandoValueUtil.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue[] ExpandoValueUtil.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue[] ExpandoValuePersistence.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue[] ExpandoValueUtil.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Finds the first expando value in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Finds the last expando value in the ordered set where tableId = ?.
static ExpandoValue[] ExpandoValueUtil.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ?.
 ExpandoValue[] ExpandoValuePersistence.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ?.
 ExpandoValue[] ExpandoValuePersistenceImpl.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
          Finds the expando values before and after the current expando value in the ordered set where tableId = ?.
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)
          Removes the expando value with the primary key from the database.
 ExpandoValue ExpandoValuePersistence.remove(long valueId)
          Removes the expando value with the primary key from the database.
 ExpandoValue ExpandoValuePersistenceImpl.remove(long valueId)
          Removes the expando value with the primary key from the database.
 ExpandoValue ExpandoValuePersistenceImpl.remove(Serializable primaryKey)
          Removes the expando value with the primary key from the database.
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()
          Finds all the expando values.
 List<ExpandoValue> ExpandoValuePersistence.findAll()
          Finds all the expando values.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll()
          Finds all the expando values.
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end)
          Finds a range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end)
          Finds a range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll(int start, int end)
          Finds a range of all the expando values.
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values.
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK)
          Finds all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK)
          Finds all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK)
          Finds all the expando values where classNameId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Finds a range of all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Finds a range of all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
          Finds a range of all the expando values where classNameId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where classNameId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId)
          Finds all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId)
          Finds all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId)
          Finds all the expando values where columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end)
          Finds a range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId, int start, int end)
          Finds a range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId, int start, int end)
          Finds a range of all the expando values where columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId)
          Finds all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId)
          Finds all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId)
          Finds all the expando values where rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end)
          Finds a range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId, int start, int end)
          Finds a range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId, int start, int end)
          Finds a range of all the expando values where rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data)
          Finds all the expando values where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data)
          Finds all the expando values where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C_D(long tableId, long columnId, String data)
          Finds all the expando values where tableId = ? and columnId = ? and data = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data, int start, int end)
          Finds a range of all the expando values where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end)
          Finds a range of all the expando values where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C_D(long tableId, long columnId, String data, int start, int end)
          Finds a range of all the expando values where tableId = ? and columnId = ? and data = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId)
          Finds all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId)
          Finds all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId)
          Finds all the expando values where tableId = ? and columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId, int start, int end)
          Finds a range of all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end)
          Finds a range of all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId, int start, int end)
          Finds a range of all the expando values where tableId = ? and columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK)
          Finds all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK)
          Finds all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK)
          Finds all the expando values where tableId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK, int start, int end)
          Finds a range of all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end)
          Finds a range of all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK, int start, int end)
          Finds a range of all the expando values where tableId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId)
          Finds all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId)
          Finds all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId)
          Finds all the expando values where tableId = ? and rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId, int start, int end)
          Finds a range of all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end)
          Finds a range of all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId, int start, int end)
          Finds a range of all the expando values where tableId = ? and rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ? and rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId)
          Finds all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId)
          Finds all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId)
          Finds all the expando values where tableId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end)
          Finds a range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId, int start, int end)
          Finds a range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId, int start, int end)
          Finds a range of all the expando values where tableId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the expando values where tableId = ?.
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)
          Caches the expando value in the entity cache if it is enabled.
 void ExpandoValuePersistence.cacheResult(ExpandoValue expandoValue)
          Caches the expando value in the entity cache if it is enabled.
 void ExpandoValuePersistenceImpl.cacheResult(ExpandoValue expandoValue)
          Caches the expando value in the entity cache if it is enabled.
static void ExpandoValueUtil.clearCache(ExpandoValue expandoValue)
           
 void ExpandoValuePersistenceImpl.clearCache(ExpandoValue expandoValue)
          Clears the cache for the expando value.
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)
          Caches the expando values in the entity cache if it is enabled.
 void ExpandoValuePersistence.cacheResult(List<ExpandoValue> expandoValues)
          Caches the expando values in the entity cache if it is enabled.
 void ExpandoValuePersistenceImpl.cacheResult(List<ExpandoValue> expandoValues)
          Caches the expando values in the entity cache if it is enabled.
 

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.5