Liferay 6.1.2-ce-ga3

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

Packages that use ExpandoValue
com.liferay.portlet.dynamicdatamapping.storage   
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.dynamicdatamapping.storage
 

Constructor parameters in com.liferay.portlet.dynamicdatamapping.storage with type arguments of type ExpandoValue
ExpandoValueBeanResolver(List<ExpandoValue> expandoValues)
           
 

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()
          Deprecated. Renamed to ExpandoValueWrapper.getWrappedModel()
 ExpandoValue ExpandoValueWrapper.getWrappedModel()
           
 ExpandoValue ExpandoValueWrapper.toEscapedModel()
           
 ExpandoValue ExpandoValueModel.toEscapedModel()
           
 ExpandoValue ExpandoValueWrapper.toUnescapedModel()
           
 ExpandoValue ExpandoValueModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.expando.model that return types with arguments of type ExpandoValue
 CacheModel<ExpandoValue> ExpandoValueWrapper.toCacheModel()
           
 CacheModel<ExpandoValue> ExpandoValueModel.toCacheModel()
           
 

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 ExpandoValueBaseImpl
          The extended model base implementation for the ExpandoValue service.
 class ExpandoValueImpl
           
 

Methods in com.liferay.portlet.expando.model.impl that return ExpandoValue
 ExpandoValue ExpandoValueCacheModel.toEntityModel()
           
 ExpandoValue ExpandoValueModelImpl.toEscapedModel()
           
static ExpandoValue ExpandoValueModelImpl.toModel(ExpandoValueSoap soapModel)
          Converts the soap model instance into a normal model instance.
 ExpandoValue ExpandoValueModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.expando.model.impl that return types with arguments of type ExpandoValue
 CacheModel<ExpandoValue> ExpandoValueModelImpl.toCacheModel()
           
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
static ExpandoValue ExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 ExpandoValue ExpandoValueLocalServiceWrapper.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 ExpandoValue ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long classNameId, long tableId, long columnId, long classPK, String data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.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)
           
 ExpandoValue ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.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)
           
static ExpandoValue ExpandoValueLocalServiceUtil.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)
           
 ExpandoValue ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.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)
           
static ExpandoValue ExpandoValueLocalServiceUtil.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)
           
 ExpandoValue ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.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)
           
static ExpandoValue ExpandoValueLocalServiceUtil.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)
           
 ExpandoValue ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.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)
           
static ExpandoValue ExpandoValueLocalServiceUtil.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)
           
 ExpandoValue ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.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)
           
static ExpandoValue ExpandoValueLocalServiceUtil.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)
           
 ExpandoValue ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.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)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data)
           
 ExpandoValue ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data)
           
 ExpandoValue ExpandoValueServiceWrapper.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 ExpandoValueLocalServiceWrapper.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 ExpandoValueLocalService.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, short data)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.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)
           
static ExpandoValue ExpandoValueLocalServiceUtil.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)
           
 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 ExpandoValueLocalServiceUtil.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 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 ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.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)
           
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.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[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.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[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.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[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.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[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.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[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.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[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Object)
 ExpandoValue ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. ExpandoValueLocalServiceWrapper.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)
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.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[])
static ExpandoValue ExpandoValueLocalServiceUtil.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalServiceUtil.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[])
 ExpandoValue ExpandoValueLocalService.addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. ExpandoValueLocalService.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 ExpandoValueLocalServiceWrapper.addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. ExpandoValueLocalServiceWrapper.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[])
static ExpandoValue ExpandoValueLocalServiceUtil.createExpandoValue(long valueId)
          Creates a new expando value with the primary key.
 ExpandoValue ExpandoValueLocalServiceWrapper.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.
static ExpandoValue ExpandoValueLocalServiceUtil.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalServiceWrapper.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
static ExpandoValue ExpandoValueLocalServiceUtil.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
 ExpandoValue ExpandoValueLocalServiceWrapper.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
 ExpandoValue ExpandoValueLocalService.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
static ExpandoValue ExpandoValueLocalServiceUtil.fetchExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.fetchExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalService.fetchExpandoValue(long valueId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getExpandoValue(long valueId)
          Returns the expando value with the primary key.
 ExpandoValue ExpandoValueLocalServiceWrapper.getExpandoValue(long valueId)
          Returns the expando value with the primary key.
 ExpandoValue ExpandoValueLocalService.getExpandoValue(long valueId)
          Returns the expando value with the primary key.
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long valueId)
           
 ExpandoValue ExpandoValueLocalService.getValue(long valueId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long columnId, long rowId)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long columnId, long rowId)
           
 ExpandoValue ExpandoValueLocalService.getValue(long columnId, long rowId)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long tableId, long columnId, long classPK)
           
 ExpandoValue ExpandoValueLocalService.getValue(long tableId, long columnId, long classPK)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalService.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long classNameId, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalServiceUtil.getValue(long, long, String, String, long)
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long classNameId, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalServiceWrapper.getValue(long, long, String, String, long)
 ExpandoValue ExpandoValueLocalService.getValue(long classNameId, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalService.getValue(long, long, String, String, long)
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalService.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
static ExpandoValue ExpandoValueLocalServiceUtil.getValue(String className, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalServiceUtil.getValue(long, String, String, String, long)
 ExpandoValue ExpandoValueLocalServiceWrapper.getValue(String className, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalServiceWrapper.getValue(long, String, String, String, long)
 ExpandoValue ExpandoValueLocalService.getValue(String className, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalService.getValue(long, String, String, String, long)
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.expando.service that return types with arguments of type ExpandoValue
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getColumnValues(long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getColumnValues(long columnId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long columnId, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.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, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.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, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.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)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.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)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getColumnValues(long companyId, String className, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getColumnValues(long companyId, String className, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(long companyId, 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)
          Deprecated. ExpandoValueLocalServiceUtil.getColumnValues(long, String, String, String, String, int, int)
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
          Deprecated. ExpandoValueLocalServiceWrapper.getColumnValues(long, String, String, String, String, int, int)
 List<ExpandoValue> ExpandoValueLocalService.getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
          Deprecated. ExpandoValueLocalService.getColumnValues(long, String, String, String, String, int, int)
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.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)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.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)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getExpandoValues(int start, int end)
          Returns a range of all the expando values.
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getExpandoValues(int start, int end)
          Returns a range of all the expando values.
 List<ExpandoValue> ExpandoValueLocalService.getExpandoValues(int start, int end)
          Returns a range of all the expando values.
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getRowValues(long rowId)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getRowValues(long rowId)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long rowId)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getRowValues(long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.getRowValues(long rowId, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalService.getRowValues(long rowId, int start, int end)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.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)
           
static List<ExpandoValue> ExpandoValueLocalServiceUtil.getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceWrapper.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
static ExpandoValue ExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 ExpandoValue ExpandoValueLocalServiceWrapper.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
 ExpandoValue ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
          Adds the expando value to the database.
static ExpandoValue ExpandoValueLocalServiceUtil.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalServiceWrapper.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
static void ExpandoValueLocalServiceUtil.deleteValue(ExpandoValue value)
           
 void ExpandoValueLocalServiceWrapper.deleteValue(ExpandoValue value)
           
 void ExpandoValueLocalService.deleteValue(ExpandoValue value)
           
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
static ExpandoValue ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database or adds it if it does not yet exist.
 

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.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.fetchExpandoValue(long valueId)
           
 ExpandoValue ExpandoValueLocalServiceBaseImpl.getExpandoValue(long valueId)
          Returns the expando value with the primary key.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.expando.service.base that return types with arguments of type ExpandoValue
 List<ExpandoValue> ExpandoValueLocalServiceBaseImpl.getExpandoValues(int start, int end)
          Returns 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.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 ExpandoValue ExpandoValueLocalServiceBaseImpl.updateExpandoValue(ExpandoValue expandoValue, boolean merge)
          Updates the expando value in the database or adds it if it does not yet exist.
 

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)
           
 

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 ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data)
           
 ExpandoValue ExpandoValueLocalServiceImpl.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object 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, short 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, String 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(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[])
protected  ExpandoValue ExpandoValueLocalServiceImpl.doAddValue(long companyId, long classNameId, long tableId, long columnId, long classPK, String data)
           
 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 classNameId, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalServiceImpl.getValue(long, long, String, String, long)
 ExpandoValue ExpandoValueLocalServiceImpl.getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 ExpandoValue ExpandoValueLocalServiceImpl.getValue(String className, String tableName, String columnName, long classPK)
          Deprecated. ExpandoValueLocalServiceImpl.getValue(long, String, String, String, long)
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(long companyId, String className, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> ExpandoValueLocalServiceImpl.getColumnValues(String className, String tableName, String columnName, String data, int start, int end)
          Deprecated. ExpandoValueLocalServiceImpl.getColumnValues(long, String, String, String, String, int, int)
 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)
           
 

Methods in com.liferay.portlet.expando.service.impl with parameters of type ExpandoValue
 void ExpandoValueLocalServiceImpl.deleteValue(ExpandoValue value)
           
protected  Serializable ExpandoValueLocalServiceImpl.doGetData(long companyId, String className, String tableName, String columnName, long classPK, ExpandoValue value, int type)
           
 

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_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.fetchByC_R(long columnId, long rowId)
          Returns the expando value where columnId = ? and rowId = ? or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistence.fetchByC_R(long columnId, long rowId)
          Returns the expando value where columnId = ? and rowId = ? or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByC_R(long columnId, long rowId)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the expando value where columnId = ? and rowId = ? or returns null if it could not be found, optionally using the finder cache.
static ExpandoValue ExpandoValueUtil.fetchByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByPrimaryKey(long valueId)
          Returns the expando value with the primary key or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistence.fetchByPrimaryKey(long valueId)
          Returns the expando value with the primary key or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByPrimaryKey(long valueId)
          Returns the expando value with the primary key or returns null if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the expando value with the primary key or returns null if it could not be found.
static ExpandoValue ExpandoValueUtil.fetchByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_C(long tableId, long columnId, long classPK)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.fetchByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByColumnId_First(long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByColumnId_Last(long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where columnId = ?.
static ExpandoValue[] ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the expando values before and after the current expando value in the ordered set where columnId = ?.
static ExpandoValue ExpandoValueUtil.findByPrimaryKey(long valueId)
          Returns the expando value with the primary key or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistence.findByPrimaryKey(long valueId)
          Returns the expando value with the primary key or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.findByPrimaryKey(long valueId)
          Returns the expando value with the primary key or throws a NoSuchValueException if it could not be found.
 ExpandoValue ExpandoValuePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByRowId_First(long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where rowId = ?.
static ExpandoValue ExpandoValueUtil.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByRowId_Last(long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where rowId = ?.
static ExpandoValue[] ExpandoValueUtil.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_First(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
static ExpandoValue ExpandoValueUtil.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_C_Last(long tableId, long columnId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_CPK_First(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
static ExpandoValue ExpandoValueUtil.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistence.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_CPK_Last(long tableId, long classPK, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_R_First(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
static ExpandoValue ExpandoValueUtil.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistence.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByT_R_Last(long tableId, long rowId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando value in the ordered set where tableId = ?.
static ExpandoValue ExpandoValueUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
 ExpandoValue ExpandoValuePersistenceImpl.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando value in the ordered set where tableId = ?.
static ExpandoValue[] ExpandoValueUtil.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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(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.
static ExpandoValue ExpandoValueUtil.removeByC_R(long columnId, long rowId)
          Removes the expando value where columnId = ? and rowId = ? from the database.
 ExpandoValue ExpandoValuePersistence.removeByC_R(long columnId, long rowId)
          Removes the expando value where columnId = ? and rowId = ? from the database.
 ExpandoValue ExpandoValuePersistenceImpl.removeByC_R(long columnId, long rowId)
          Removes the expando value where columnId = ? and rowId = ? from the database.
static ExpandoValue ExpandoValueUtil.removeByT_C_C(long tableId, long columnId, long classPK)
          Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database.
 ExpandoValue ExpandoValuePersistence.removeByT_C_C(long tableId, long columnId, long classPK)
          Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database.
 ExpandoValue ExpandoValuePersistenceImpl.removeByT_C_C(long tableId, long columnId, long classPK)
          Removes the expando value where tableId = ? and columnId = ? and classPK = ? 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()
          Returns all the expando values.
 List<ExpandoValue> ExpandoValuePersistence.findAll()
          Returns all the expando values.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll()
          Returns all the expando values.
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end)
          Returns a range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end)
          Returns a range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll(int start, int end)
          Returns a range of all the expando values.
static List<ExpandoValue> ExpandoValueUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values.
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK)
          Returns all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK)
          Returns all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK)
          Returns all the expando values where classNameId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the expando values where classNameId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId)
          Returns all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId)
          Returns all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId)
          Returns all the expando values where columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end)
          Returns a range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId, int start, int end)
          Returns a range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId, int start, int end)
          Returns a range of all the expando values where columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByColumnId(long columnId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId)
          Returns all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId)
          Returns all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId)
          Returns all the expando values where rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end)
          Returns a range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId, int start, int end)
          Returns a range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId, int start, int end)
          Returns a range of all the expando values where rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByRowId(long rowId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data)
          Returns all the expando values where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data)
          Returns all the expando values where tableId = ? and columnId = ? and data = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C_D(long tableId, long columnId, String data)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId)
          Returns all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId)
          Returns all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId)
          Returns all the expando values where tableId = ? and columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_C(long tableId, long columnId, int start, int end)
          Returns a range of all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end)
          Returns a range of all the expando values where tableId = ? and columnId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_C(long tableId, long columnId, int start, int end)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the expando values where tableId = ? and columnId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK)
          Returns all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK)
          Returns all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK)
          Returns all the expando values where tableId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_CPK(long tableId, long classPK, int start, int end)
          Returns a range of all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end)
          Returns a range of all the expando values where tableId = ? and classPK = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_CPK(long tableId, long classPK, int start, int end)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the expando values where tableId = ? and classPK = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId)
          Returns all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId)
          Returns all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId)
          Returns all the expando values where tableId = ? and rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByT_R(long tableId, long rowId, int start, int end)
          Returns a range of all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end)
          Returns a range of all the expando values where tableId = ? and rowId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByT_R(long tableId, long rowId, int start, int end)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns an ordered range of all the expando values where tableId = ? and rowId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId)
          Returns all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId)
          Returns all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId)
          Returns all the expando values where tableId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end)
          Returns a range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId, int start, int end)
          Returns a range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId, int start, int end)
          Returns a range of all the expando values where tableId = ?.
static List<ExpandoValue> ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando values where tableId = ?.
 List<ExpandoValue> ExpandoValuePersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
          Returns 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.
protected  void ExpandoValuePersistenceImpl.cacheUniqueFindersCache(ExpandoValue expandoValue)
           
static void ExpandoValueUtil.clearCache(ExpandoValue expandoValue)
           
 void ExpandoValuePersistenceImpl.clearCache(ExpandoValue expandoValue)
          Clears the cache for the expando value.
protected  void ExpandoValuePersistenceImpl.clearUniqueFindersCache(ExpandoValue expandoValue)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByC_C_PrevAndNext(Session session, ExpandoValue expandoValue, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByColumnId_PrevAndNext(Session session, ExpandoValue expandoValue, long columnId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByRowId_PrevAndNext(Session session, ExpandoValue expandoValue, long rowId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_C_D_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long columnId, String data, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_C_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long columnId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_CPK_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByT_R_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, long rowId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoValue ExpandoValuePersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoValue expandoValue, long tableId, OrderByComparator orderByComparator, boolean previous)
           
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.
 void ExpandoValuePersistenceImpl.clearCache(List<ExpandoValue> expandoValues)
           
 

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

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


Liferay 6.1.2-ce-ga3