Uses of Interface
com.liferay.expando.kernel.model.ExpandoValue
Packages that use ExpandoValue
Package
Description
-
Uses of ExpandoValue in com.liferay.expando.kernel.model
Classes in com.liferay.expando.kernel.model that implement ExpandoValueFields in com.liferay.expando.kernel.model with type parameters of type ExpandoValueModifier and TypeFieldDescriptionstatic final Accessor<ExpandoValue,Long> ExpandoValue.VALUE_ID_ACCESSORMethods in com.liferay.expando.kernel.model that return ExpandoValueModifier and TypeMethodDescriptionExpandoValueModel.cloneWithOriginalValues()ExpandoValueWrapper.cloneWithOriginalValues()Methods in com.liferay.expando.kernel.model that return types with arguments of type ExpandoValueModifier and TypeMethodDescriptionExpandoValueWrapper.getAttributeGetterFunctions()ExpandoValueWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.expando.kernel.model with parameters of type ExpandoValueModifier and TypeMethodDescriptionprotected ExpandoValueWrapperExpandoValueWrapper.wrap(ExpandoValue expandoValue) Constructors in com.liferay.expando.kernel.model with parameters of type ExpandoValue -
Uses of ExpandoValue in com.liferay.expando.kernel.service
Methods in com.liferay.expando.kernel.service that return ExpandoValueModifier and TypeMethodDescriptionExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue) Adds the expando value to the database.static ExpandoValueExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue) Adds the expando value to the database.ExpandoValueLocalServiceWrapper.addExpandoValue(ExpandoValue expandoValue) Adds the expando value to the database.ExpandoValueLocalService.addValue(long classNameId, long tableId, long columnId, long classPK, String data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) ExpandoValueLocalService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale, ?> dataMap, Locale defaultLocale) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long classNameId, long tableId, long columnId, long classPK, String data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) static ExpandoValueExpandoValueLocalServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale, ?> dataMap, Locale defaultLocale) ExpandoValueLocalServiceWrapper.addValue(long classNameId, long tableId, long columnId, long classPK, String data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, JSONObject dataJSONObject) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) ExpandoValueLocalServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale, ?> dataMap, Locale defaultLocale) ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) static ExpandoValueExpandoValueServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) static ExpandoValueExpandoValueServiceUtil.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) ExpandoValueServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) ExpandoValueServiceWrapper.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) ExpandoValueLocalService.createExpandoValue(long valueId) Creates a new expando value with the primary key.static ExpandoValueExpandoValueLocalServiceUtil.createExpandoValue(long valueId) Creates a new expando value with the primary key.ExpandoValueLocalServiceWrapper.createExpandoValue(long valueId) Creates a new expando value with the primary key.ExpandoValueLocalService.deleteExpandoValue(long valueId) Deletes the expando value with the primary key from the database.ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue) Deletes the expando value from the database.static ExpandoValueExpandoValueLocalServiceUtil.deleteExpandoValue(long valueId) Deletes the expando value with the primary key from the database.static ExpandoValueExpandoValueLocalServiceUtil.deleteExpandoValue(ExpandoValue expandoValue) Deletes the expando value from the database.ExpandoValueLocalServiceWrapper.deleteExpandoValue(long valueId) Deletes the expando value with the primary key from the database.ExpandoValueLocalServiceWrapper.deleteExpandoValue(ExpandoValue expandoValue) Deletes the expando value from the database.ExpandoValueLocalService.fetchExpandoValue(long valueId) static ExpandoValueExpandoValueLocalServiceUtil.fetchExpandoValue(long valueId) ExpandoValueLocalServiceWrapper.fetchExpandoValue(long valueId) ExpandoValueLocalService.getExpandoValue(long valueId) Returns the expando value with the primary key.static ExpandoValueExpandoValueLocalServiceUtil.getExpandoValue(long valueId) Returns the expando value with the primary key.ExpandoValueLocalServiceWrapper.getExpandoValue(long valueId) Returns the expando value with the primary key.ExpandoValueLocalService.getValue(long valueId) ExpandoValueLocalService.getValue(long columnId, long rowId) ExpandoValueLocalService.getValue(long tableId, long columnId, long classPK) ExpandoValueLocalService.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK) ExpandoValueLocalService.getValue(long companyId, String className, String tableName, String columnName, long classPK) static ExpandoValueExpandoValueLocalServiceUtil.getValue(long valueId) static ExpandoValueExpandoValueLocalServiceUtil.getValue(long columnId, long rowId) static ExpandoValueExpandoValueLocalServiceUtil.getValue(long tableId, long columnId, long classPK) static ExpandoValueExpandoValueLocalServiceUtil.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK) static ExpandoValueExpandoValueLocalServiceUtil.getValue(long companyId, String className, String tableName, String columnName, long classPK) ExpandoValueLocalServiceWrapper.getValue(long valueId) ExpandoValueLocalServiceWrapper.getValue(long columnId, long rowId) ExpandoValueLocalServiceWrapper.getValue(long tableId, long columnId, long classPK) ExpandoValueLocalServiceWrapper.getValue(long companyId, long classNameId, String tableName, String columnName, long classPK) ExpandoValueLocalServiceWrapper.getValue(long companyId, String className, String tableName, String columnName, long classPK) ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue) Updates the expando value in the database or adds it if it does not yet exist.static ExpandoValueExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue) Updates the expando value in the database or adds it if it does not yet exist.ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue) Updates the expando value in the database or adds it if it does not yet exist.Methods in com.liferay.expando.kernel.service that return types with arguments of type ExpandoValueModifier and TypeMethodDescriptionExpandoValueLocalService.getColumnValues(long columnId, int start, int end) ExpandoValueLocalService.getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end) ExpandoValueLocalService.getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end) ExpandoValueLocalService.getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end) ExpandoValueLocalService.getColumnValues(long companyId, String className, String tableName, String columnName, String data, int start, int end) static List<ExpandoValue>ExpandoValueLocalServiceUtil.getColumnValues(long columnId, int start, int end) static List<ExpandoValue>ExpandoValueLocalServiceUtil.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) static List<ExpandoValue>ExpandoValueLocalServiceUtil.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) ExpandoValueLocalServiceWrapper.getColumnValues(long columnId, int start, int end) ExpandoValueLocalServiceWrapper.getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end) ExpandoValueLocalServiceWrapper.getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end) ExpandoValueLocalServiceWrapper.getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end) ExpandoValueLocalServiceWrapper.getColumnValues(long companyId, String className, String tableName, String columnName, String data, int start, int end) ExpandoValueLocalService.getCTPersistence()ExpandoValueLocalServiceWrapper.getCTPersistence()ExpandoValueLocalService.getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end) ExpandoValueLocalService.getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end) static List<ExpandoValue>ExpandoValueLocalServiceUtil.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) ExpandoValueLocalServiceWrapper.getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end) ExpandoValueLocalServiceWrapper.getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end) ExpandoValueLocalService.getExpandoValues(int start, int end) Returns a range of all the expando values.static List<ExpandoValue>ExpandoValueLocalServiceUtil.getExpandoValues(int start, int end) Returns a range of all the expando values.ExpandoValueLocalServiceWrapper.getExpandoValues(int start, int end) Returns a range of all the expando values.ExpandoValueLocalService.getModelClass()ExpandoValueLocalServiceWrapper.getModelClass()ExpandoValueLocalService.getRowValues(long rowId) ExpandoValueLocalService.getRowValues(long rowId, int start, int end) ExpandoValueLocalService.getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end) ExpandoValueLocalService.getRowValues(long companyId, String className, String tableName, long classPK, int start, int end) static List<ExpandoValue>ExpandoValueLocalServiceUtil.getRowValues(long rowId) static List<ExpandoValue>ExpandoValueLocalServiceUtil.getRowValues(long rowId, int start, int end) static List<ExpandoValue>ExpandoValueLocalServiceUtil.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) ExpandoValueLocalServiceWrapper.getRowValues(long rowId) ExpandoValueLocalServiceWrapper.getRowValues(long rowId, int start, int end) ExpandoValueLocalServiceWrapper.getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end) ExpandoValueLocalServiceWrapper.getRowValues(long companyId, String className, String tableName, long classPK, int start, int end) Methods in com.liferay.expando.kernel.service with parameters of type ExpandoValueModifier and TypeMethodDescriptionExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue) Adds the expando value to the database.static ExpandoValueExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue) Adds the expando value to the database.ExpandoValueLocalServiceWrapper.addExpandoValue(ExpandoValue expandoValue) Adds the expando value to the database.ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue) Deletes the expando value from the database.static ExpandoValueExpandoValueLocalServiceUtil.deleteExpandoValue(ExpandoValue expandoValue) Deletes the expando value from the database.ExpandoValueLocalServiceWrapper.deleteExpandoValue(ExpandoValue expandoValue) Deletes the expando value from the database.voidExpandoValueLocalService.deleteValue(ExpandoValue value) static voidExpandoValueLocalServiceUtil.deleteValue(ExpandoValue value) voidExpandoValueLocalServiceWrapper.deleteValue(ExpandoValue value) ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue) Updates the expando value in the database or adds it if it does not yet exist.static ExpandoValueExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue) Updates the expando value in the database or adds it if it does not yet exist.ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue) Updates the expando value in the database or adds it if it does not yet exist.Method parameters in com.liferay.expando.kernel.service with type arguments of type ExpandoValueModifier and TypeMethodDescription<R,E extends Throwable>
RExpandoValueLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoValue>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RExpandoValueLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoValue>, R, E> updateUnsafeFunction) -
Uses of ExpandoValue in com.liferay.expando.kernel.service.persistence
Methods in com.liferay.expando.kernel.service.persistence that return ExpandoValueModifier and TypeMethodDescriptionExpandoValuePersistence.create(long valueId) Creates a new expando value with the primary key.static ExpandoValueExpandoValueUtil.create(long valueId) Creates a new expando value with the primary key.ExpandoValuePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.fetchByC_R(long columnId, long rowId) Returns the expando value where columnId = ? and rowId = ? or returnsnullif it could not be found.ExpandoValuePersistence.fetchByC_R(long columnId, long rowId, boolean useFinderCache) Returns the expando value where columnId = ? and rowId = ? or returnsnullif it could not be found, optionally using the finder cache.static ExpandoValueExpandoValueUtil.fetchByC_R(long columnId, long rowId) Returns the expando value where columnId = ? and rowId = ? or returnsnullif it could not be found.static ExpandoValueExpandoValueUtil.fetchByC_R(long columnId, long rowId, boolean useFinderCache) Returns the expando value where columnId = ? and rowId = ? or returnsnullif it could not be found, optionally using the finder cache.ExpandoValuePersistence.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.static ExpandoValueExpandoValueUtil.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.ExpandoValuePersistence.fetchByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.static ExpandoValueExpandoValueUtil.fetchByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.ExpandoValuePersistence.fetchByPrimaryKey(long valueId) Returns the expando value with the primary key or returnsnullif it could not be found.static ExpandoValueExpandoValueUtil.fetchByPrimaryKey(long valueId) Returns the expando value with the primary key or returnsnullif it could not be found.ExpandoValuePersistence.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.static ExpandoValueExpandoValueUtil.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.ExpandoValuePersistence.fetchByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.static ExpandoValueExpandoValueUtil.fetchByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.ExpandoValuePersistence.fetchByT_C_C(long tableId, long columnId, long classPK) Returns the expando value where tableId = ? and columnId = ? and classPK = ? or returnsnullif it could not be found.ExpandoValuePersistence.fetchByT_C_C(long tableId, long columnId, long classPK, boolean useFinderCache) Returns the expando value where tableId = ? and columnId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.static ExpandoValueExpandoValueUtil.fetchByT_C_C(long tableId, long columnId, long classPK) Returns the expando value where tableId = ? and columnId = ? and classPK = ? or returnsnullif it could not be found.static ExpandoValueExpandoValueUtil.fetchByT_C_C(long tableId, long columnId, long classPK, boolean useFinderCache) Returns the expando value where tableId = ? and columnId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.ExpandoValuePersistence.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValueExpandoValueUtil.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValueExpandoValueUtil.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.fetchByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValueExpandoValueUtil.fetchByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.fetchByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValueExpandoValueUtil.fetchByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.fetchByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValueExpandoValueUtil.fetchByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.fetchByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValueExpandoValueUtil.fetchByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.static ExpandoValueExpandoValueUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.ExpandoValuePersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.static ExpandoValueExpandoValueUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.ExpandoValuePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValue[]ExpandoValueUtil.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_R(long columnId, long rowId) Returns the expando value where columnId = ? and rowId = ? or throws aNoSuchValueExceptionif it could not be found.static ExpandoValueExpandoValueUtil.findByC_R(long columnId, long rowId) Returns the expando value where columnId = ? and rowId = ? or throws aNoSuchValueExceptionif it could not be found.ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.static ExpandoValueExpandoValueUtil.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.static ExpandoValueExpandoValueUtil.findByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where columnId = ?.static ExpandoValue[]ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByPrimaryKey(long valueId) Returns the expando value with the primary key or throws aNoSuchValueExceptionif it could not be found.static ExpandoValueExpandoValueUtil.findByPrimaryKey(long valueId) Returns the expando value with the primary key or throws aNoSuchValueExceptionif it could not be found.ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.static ExpandoValueExpandoValueUtil.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.static ExpandoValueExpandoValueUtil.findByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where rowId = ?.static ExpandoValue[]ExpandoValueUtil.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByT_C_C(long tableId, long columnId, long classPK) Returns the expando value where tableId = ? and columnId = ? and classPK = ? or throws aNoSuchValueExceptionif it could not be found.static ExpandoValueExpandoValueUtil.findByT_C_C(long tableId, long columnId, long classPK) Returns the expando value where tableId = ? and columnId = ? and classPK = ? or throws aNoSuchValueExceptionif it could not be found.ExpandoValuePersistence.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValueExpandoValueUtil.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValueExpandoValueUtil.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator<ExpandoValue> 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_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValueExpandoValueUtil.findByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValueExpandoValueUtil.findByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValue[]ExpandoValueUtil.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.findByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.findByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValue[]ExpandoValueUtil.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValueExpandoValueUtil.findByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValueExpandoValueUtil.findByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValue[]ExpandoValueUtil.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.static ExpandoValueExpandoValueUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.ExpandoValuePersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.static ExpandoValueExpandoValueUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.ExpandoValuePersistence.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ?.static ExpandoValue[]ExpandoValueUtil.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ?.ExpandoValuePersistence.remove(long valueId) Removes the expando value with the primary key from the database.static ExpandoValueExpandoValueUtil.remove(long valueId) Removes the expando value with the primary key from the database.ExpandoValuePersistence.removeByC_R(long columnId, long rowId) Removes the expando value where columnId = ? and rowId = ? from the database.static ExpandoValueExpandoValueUtil.removeByC_R(long columnId, long rowId) Removes the expando value where columnId = ? and rowId = ? from the database.ExpandoValuePersistence.removeByT_C_C(long tableId, long columnId, long classPK) Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database.static ExpandoValueExpandoValueUtil.removeByT_C_C(long tableId, long columnId, long classPK) Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database.static ExpandoValueExpandoValueUtil.update(ExpandoValue expandoValue) static ExpandoValueExpandoValueUtil.update(ExpandoValue expandoValue, ServiceContext serviceContext) ExpandoValuePersistence.updateImpl(ExpandoValue expandoValue) static ExpandoValueExpandoValueUtil.updateImpl(ExpandoValue expandoValue) Methods in com.liferay.expando.kernel.service.persistence that return types with arguments of type ExpandoValueModifier and TypeMethodDescriptionstatic Map<Serializable,ExpandoValue> ExpandoValueUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) ExpandoValuePersistence.findAll()Returns all the expando values.ExpandoValuePersistence.findAll(int start, int end) Returns a range of all the expando values.ExpandoValuePersistence.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values.ExpandoValuePersistence.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values.static List<ExpandoValue>ExpandoValueUtil.findAll()Returns all the expando values.static List<ExpandoValue>ExpandoValueUtil.findAll(int start, int end) Returns a range of all the expando values.static List<ExpandoValue>ExpandoValueUtil.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values.static List<ExpandoValue>ExpandoValueUtil.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values.ExpandoValuePersistence.findByC_C(long classNameId, long classPK) Returns all the expando values where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end) Returns a range of all the expando values where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.static List<ExpandoValue>ExpandoValueUtil.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 = ?.static List<ExpandoValue>ExpandoValueUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByColumnId(long columnId) Returns all the expando values where columnId = ?.ExpandoValuePersistence.findByColumnId(long columnId, int start, int end) Returns a range of all the expando values where columnId = ?.ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where columnId = ?.ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where columnId = ?.static List<ExpandoValue>ExpandoValueUtil.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 = ?.static List<ExpandoValue>ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where columnId = ?.static List<ExpandoValue>ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where columnId = ?.ExpandoValuePersistence.findByRowId(long rowId) Returns all the expando values where rowId = ?.ExpandoValuePersistence.findByRowId(long rowId, int start, int end) Returns a range of all the expando values where rowId = ?.ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where rowId = ?.ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where rowId = ?.static List<ExpandoValue>ExpandoValueUtil.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 = ?.static List<ExpandoValue>ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where rowId = ?.static List<ExpandoValue>ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where rowId = ?.ExpandoValuePersistence.findByT_C(long tableId, long columnId) Returns all the expando values where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end) Returns a range of all the expando values where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.static List<ExpandoValue>ExpandoValueUtil.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 = ?.static List<ExpandoValue>ExpandoValueUtil.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data) Returns all the expando values where tableId = ? and columnId = ? and data = ?.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 = ?.ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered 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) 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 = ?.static List<ExpandoValue>ExpandoValueUtil.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_CPK(long tableId, long classPK) Returns all the expando values where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end) Returns a range of all the expando values where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.static List<ExpandoValue>ExpandoValueUtil.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 = ?.static List<ExpandoValue>ExpandoValueUtil.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_R(long tableId, long rowId) Returns all the expando values where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end) Returns a range of all the expando values where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.static List<ExpandoValue>ExpandoValueUtil.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 = ?.static List<ExpandoValue>ExpandoValueUtil.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.ExpandoValuePersistence.findByTableId(long tableId) Returns all the expando values where tableId = ?.ExpandoValuePersistence.findByTableId(long tableId, int start, int end) Returns a range of all the expando values where tableId = ?.ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ?.ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ?.static List<ExpandoValue>ExpandoValueUtil.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 = ?.static List<ExpandoValue>ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ?.static List<ExpandoValue>ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) 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<ExpandoValue> orderByComparator) Methods in com.liferay.expando.kernel.service.persistence with parameters of type ExpandoValueModifier and TypeMethodDescriptionvoidExpandoValuePersistence.cacheResult(ExpandoValue expandoValue) Caches the expando value in the entity cache if it is enabled.static voidExpandoValueUtil.cacheResult(ExpandoValue expandoValue) Caches the expando value in the entity cache if it is enabled.static voidExpandoValueUtil.clearCache(ExpandoValue expandoValue) static ExpandoValueExpandoValueUtil.update(ExpandoValue expandoValue) static ExpandoValueExpandoValueUtil.update(ExpandoValue expandoValue, ServiceContext serviceContext) ExpandoValuePersistence.updateImpl(ExpandoValue expandoValue) static ExpandoValueExpandoValueUtil.updateImpl(ExpandoValue expandoValue) Method parameters in com.liferay.expando.kernel.service.persistence with type arguments of type ExpandoValueModifier and TypeMethodDescriptionvoidExpandoValuePersistence.cacheResult(List<ExpandoValue> expandoValues) Caches the expando values in the entity cache if it is enabled.static voidExpandoValueUtil.cacheResult(List<ExpandoValue> expandoValues) Caches the expando values in the entity cache if it is enabled.ExpandoValuePersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.static ExpandoValueExpandoValueUtil.fetchByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.ExpandoValuePersistence.fetchByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.static ExpandoValueExpandoValueUtil.fetchByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.ExpandoValuePersistence.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.static ExpandoValueExpandoValueUtil.fetchByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.ExpandoValuePersistence.fetchByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.static ExpandoValueExpandoValueUtil.fetchByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.ExpandoValuePersistence.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValueExpandoValueUtil.fetchByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValueExpandoValueUtil.fetchByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.fetchByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValueExpandoValueUtil.fetchByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.fetchByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValueExpandoValueUtil.fetchByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.fetchByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.fetchByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.fetchByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValueExpandoValueUtil.fetchByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.fetchByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValueExpandoValueUtil.fetchByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.static ExpandoValueExpandoValueUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.ExpandoValuePersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.static ExpandoValueExpandoValueUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.ExpandoValuePersistence.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values.ExpandoValuePersistence.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values.static List<ExpandoValue>ExpandoValueUtil.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values.static List<ExpandoValue>ExpandoValueUtil.findAll(int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values.ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered 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<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValue[]ExpandoValueUtil.findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where columnId = ?.ExpandoValuePersistence.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where columnId = ?.static List<ExpandoValue>ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where columnId = ?.static List<ExpandoValue>ExpandoValueUtil.findByColumnId(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where columnId = ?.ExpandoValuePersistence.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.static ExpandoValueExpandoValueUtil.findByColumnId_First(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.static ExpandoValueExpandoValueUtil.findByColumnId_Last(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where columnId = ?.static ExpandoValue[]ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where rowId = ?.ExpandoValuePersistence.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where rowId = ?.static List<ExpandoValue>ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where rowId = ?.static List<ExpandoValue>ExpandoValueUtil.findByRowId(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where rowId = ?.ExpandoValuePersistence.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.static ExpandoValueExpandoValueUtil.findByRowId_First(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.static ExpandoValueExpandoValueUtil.findByRowId_Last(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where rowId = ?.static ExpandoValue[]ExpandoValueUtil.findByRowId_PrevAndNext(long valueId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered 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<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered 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<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValueExpandoValueUtil.findByT_C_D_First(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValueExpandoValueUtil.findByT_C_D_Last(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator<ExpandoValue> 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_D_PrevAndNext(long valueId, long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValueExpandoValueUtil.findByT_C_First(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValueExpandoValueUtil.findByT_C_Last(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValue[]ExpandoValueUtil.findByT_C_PrevAndNext(long valueId, long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered 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<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.findByT_CPK_First(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValueExpandoValueUtil.findByT_CPK_Last(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValue[]ExpandoValueUtil.findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered 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<ExpandoValue> orderByComparator) Returns an ordered 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<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValueExpandoValueUtil.findByT_R_First(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValueExpandoValueUtil.findByT_R_Last(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValue[]ExpandoValueUtil.findByT_R_PrevAndNext(long valueId, long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ?.ExpandoValuePersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ?.static List<ExpandoValue>ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ?.static List<ExpandoValue>ExpandoValueUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ?.ExpandoValuePersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.static ExpandoValueExpandoValueUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.ExpandoValuePersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.static ExpandoValueExpandoValueUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.ExpandoValuePersistence.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ?.static ExpandoValue[]ExpandoValueUtil.findByTableId_PrevAndNext(long valueId, long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ?.static List<ExpandoValue>ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoValue> orderByComparator)