Uses of Class
com.liferay.expando.kernel.exception.NoSuchValueException
Packages that use NoSuchValueException
-
Uses of NoSuchValueException in com.liferay.expando.kernel.service.persistence
Methods in com.liferay.expando.kernel.service.persistence that throw NoSuchValueExceptionModifier and TypeMethodDescriptionExpandoValuePersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 aNoSuchValueException
if it could not be found.static ExpandoValue
ExpandoValueUtil.findByC_R
(long columnId, long rowId) Returns the expando value where columnId = ? and rowId = ? or throws aNoSuchValueException
if 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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 aNoSuchValueException
if it could not be found.static ExpandoValue
ExpandoValueUtil.findByPrimaryKey
(long valueId) Returns the expando value with the primary key or throws aNoSuchValueException
if 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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 aNoSuchValueException
if it could not be found.static ExpandoValue
ExpandoValueUtil.findByT_C_C
(long tableId, long columnId, long classPK) Returns the expando value where tableId = ? and columnId = ? and classPK = ? or throws aNoSuchValueException
if 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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.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 ExpandoValue
ExpandoValueUtil.removeByT_C_C
(long tableId, long columnId, long classPK) Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database.