com.liferay.portlet.expando.service.persistence
Class ExpandoValueUtil
java.lang.Object
com.liferay.portlet.expando.service.persistence.ExpandoValueUtil
public class ExpandoValueUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoValuePersistence
,
ExpandoValuePersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(ExpandoValue expandoValue)
|
static void |
cacheResult(java.util.List<ExpandoValue> expandoValues)
|
static void |
clearCache()
|
static void |
clearCache(ExpandoValue expandoValue)
|
static int |
countAll()
|
static int |
countByC_C(long classNameId,
long classPK)
|
static int |
countByC_R(long columnId,
long rowId)
|
static int |
countByColumnId(long columnId)
|
static int |
countByRowId(long rowId)
|
static int |
countByT_C_C(long tableId,
long columnId,
long classPK)
|
static int |
countByT_C_D(long tableId,
long columnId,
java.lang.String data)
|
static int |
countByT_C(long tableId,
long columnId)
|
static int |
countByT_CPK(long tableId,
long classPK)
|
static int |
countByT_R(long tableId,
long rowId)
|
static int |
countByTableId(long tableId)
|
int |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static ExpandoValue |
create(long valueId)
|
static ExpandoValue |
fetchByC_R(long columnId,
long rowId)
|
static ExpandoValue |
fetchByC_R(long columnId,
long rowId,
boolean retrieveFromCache)
|
static ExpandoValue |
fetchByPrimaryKey(long valueId)
|
static ExpandoValue |
fetchByT_C_C(long tableId,
long columnId,
long classPK)
|
static ExpandoValue |
fetchByT_C_C(long tableId,
long columnId,
long classPK,
boolean retrieveFromCache)
|
static java.util.List<ExpandoValue> |
findAll()
|
static java.util.List<ExpandoValue> |
findAll(int start,
int end)
|
static java.util.List<ExpandoValue> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue[] |
findByC_C_PrevAndNext(long valueId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<ExpandoValue> |
findByC_C(long classNameId,
long classPK)
|
static java.util.List<ExpandoValue> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
|
static java.util.List<ExpandoValue> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByC_R(long columnId,
long rowId)
|
static ExpandoValue |
findByColumnId_First(long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByColumnId_Last(long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue[] |
findByColumnId_PrevAndNext(long valueId,
long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<ExpandoValue> |
findByColumnId(long columnId)
|
static java.util.List<ExpandoValue> |
findByColumnId(long columnId,
int start,
int end)
|
static java.util.List<ExpandoValue> |
findByColumnId(long columnId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByPrimaryKey(long valueId)
|
static ExpandoValue |
findByRowId_First(long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByRowId_Last(long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue[] |
findByRowId_PrevAndNext(long valueId,
long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<ExpandoValue> |
findByRowId(long rowId)
|
static java.util.List<ExpandoValue> |
findByRowId(long rowId,
int start,
int end)
|
static java.util.List<ExpandoValue> |
findByRowId(long rowId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByT_C_C(long tableId,
long columnId,
long classPK)
|
static ExpandoValue |
findByT_C_D_First(long tableId,
long columnId,
java.lang.String data,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByT_C_D_Last(long tableId,
long columnId,
java.lang.String data,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue[] |
findByT_C_D_PrevAndNext(long valueId,
long tableId,
long columnId,
java.lang.String data,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<ExpandoValue> |
findByT_C_D(long tableId,
long columnId,
java.lang.String data)
|
static java.util.List<ExpandoValue> |
findByT_C_D(long tableId,
long columnId,
java.lang.String data,
int start,
int end)
|
static java.util.List<ExpandoValue> |
findByT_C_D(long tableId,
long columnId,
java.lang.String data,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByT_C_First(long tableId,
long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByT_C_Last(long tableId,
long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue[] |
findByT_C_PrevAndNext(long valueId,
long tableId,
long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<ExpandoValue> |
findByT_C(long tableId,
long columnId)
|
static java.util.List<ExpandoValue> |
findByT_C(long tableId,
long columnId,
int start,
int end)
|
static java.util.List<ExpandoValue> |
findByT_C(long tableId,
long columnId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByT_CPK_First(long tableId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByT_CPK_Last(long tableId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue[] |
findByT_CPK_PrevAndNext(long valueId,
long tableId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<ExpandoValue> |
findByT_CPK(long tableId,
long classPK)
|
static java.util.List<ExpandoValue> |
findByT_CPK(long tableId,
long classPK,
int start,
int end)
|
static java.util.List<ExpandoValue> |
findByT_CPK(long tableId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByT_R_First(long tableId,
long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByT_R_Last(long tableId,
long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue[] |
findByT_R_PrevAndNext(long valueId,
long tableId,
long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<ExpandoValue> |
findByT_R(long tableId,
long rowId)
|
static java.util.List<ExpandoValue> |
findByT_R(long tableId,
long rowId,
int start,
int end)
|
static java.util.List<ExpandoValue> |
findByT_R(long tableId,
long rowId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByTableId_First(long tableId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue |
findByTableId_Last(long tableId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static ExpandoValue[] |
findByTableId_PrevAndNext(long valueId,
long tableId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<ExpandoValue> |
findByTableId(long tableId)
|
static java.util.List<ExpandoValue> |
findByTableId(long tableId,
int start,
int end)
|
static java.util.List<ExpandoValue> |
findByTableId(long tableId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static ExpandoValuePersistence |
getPersistence()
|
static ExpandoValue |
remove(ExpandoValue expandoValue)
|
static ExpandoValue |
remove(long valueId)
|
static void |
removeAll()
|
static void |
removeByC_C(long classNameId,
long classPK)
|
static void |
removeByC_R(long columnId,
long rowId)
|
static void |
removeByColumnId(long columnId)
|
static void |
removeByRowId(long rowId)
|
static void |
removeByT_C_C(long tableId,
long columnId,
long classPK)
|
static void |
removeByT_C_D(long tableId,
long columnId,
java.lang.String data)
|
static void |
removeByT_C(long tableId,
long columnId)
|
static void |
removeByT_CPK(long tableId,
long classPK)
|
static void |
removeByT_R(long tableId,
long rowId)
|
static void |
removeByTableId(long tableId)
|
void |
setPersistence(ExpandoValuePersistence persistence)
|
static ExpandoValue |
update(ExpandoValue expandoValue)
Deprecated. Use com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean) . |
static ExpandoValue |
update(ExpandoValue expandoValue,
boolean merge)
|
static ExpandoValue |
updateImpl(ExpandoValue expandoValue,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoValueUtil
public ExpandoValueUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(ExpandoValue expandoValue)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(ExpandoValue)
countWithDynamicQuery
public int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static ExpandoValue remove(ExpandoValue expandoValue)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static ExpandoValue update(ExpandoValue expandoValue,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(ExpandoValue expandoValue)
cacheResult
public static void cacheResult(java.util.List<ExpandoValue> expandoValues)
create
public static ExpandoValue create(long valueId)
remove
public static ExpandoValue remove(long valueId)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
update
public static ExpandoValue update(ExpandoValue expandoValue)
throws com.liferay.portal.SystemException
- Deprecated. Use
com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
public static ExpandoValue updateImpl(ExpandoValue expandoValue,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static ExpandoValue findByPrimaryKey(long valueId)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
fetchByPrimaryKey
public static ExpandoValue fetchByPrimaryKey(long valueId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTableId
public static java.util.List<ExpandoValue> findByTableId(long tableId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTableId
public static java.util.List<ExpandoValue> findByTableId(long tableId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTableId
public static java.util.List<ExpandoValue> findByTableId(long tableId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByTableId_First
public static ExpandoValue findByTableId_First(long tableId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByTableId_Last
public static ExpandoValue findByTableId_Last(long tableId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByTableId_PrevAndNext
public static ExpandoValue[] findByTableId_PrevAndNext(long valueId,
long tableId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByColumnId
public static java.util.List<ExpandoValue> findByColumnId(long columnId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByColumnId
public static java.util.List<ExpandoValue> findByColumnId(long columnId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByColumnId
public static java.util.List<ExpandoValue> findByColumnId(long columnId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByColumnId_First
public static ExpandoValue findByColumnId_First(long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByColumnId_Last
public static ExpandoValue findByColumnId_Last(long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByColumnId_PrevAndNext
public static ExpandoValue[] findByColumnId_PrevAndNext(long valueId,
long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByRowId
public static java.util.List<ExpandoValue> findByRowId(long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByRowId
public static java.util.List<ExpandoValue> findByRowId(long rowId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByRowId
public static java.util.List<ExpandoValue> findByRowId(long rowId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByRowId_First
public static ExpandoValue findByRowId_First(long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByRowId_Last
public static ExpandoValue findByRowId_Last(long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByRowId_PrevAndNext
public static ExpandoValue[] findByRowId_PrevAndNext(long valueId,
long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_C
public static java.util.List<ExpandoValue> findByT_C(long tableId,
long columnId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_C
public static java.util.List<ExpandoValue> findByT_C(long tableId,
long columnId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_C
public static java.util.List<ExpandoValue> findByT_C(long tableId,
long columnId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_C_First
public static ExpandoValue findByT_C_First(long tableId,
long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_C_Last
public static ExpandoValue findByT_C_Last(long tableId,
long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_C_PrevAndNext
public static ExpandoValue[] findByT_C_PrevAndNext(long valueId,
long tableId,
long columnId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_CPK
public static java.util.List<ExpandoValue> findByT_CPK(long tableId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_CPK
public static java.util.List<ExpandoValue> findByT_CPK(long tableId,
long classPK,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_CPK
public static java.util.List<ExpandoValue> findByT_CPK(long tableId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_CPK_First
public static ExpandoValue findByT_CPK_First(long tableId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_CPK_Last
public static ExpandoValue findByT_CPK_Last(long tableId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_CPK_PrevAndNext
public static ExpandoValue[] findByT_CPK_PrevAndNext(long valueId,
long tableId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_R
public static java.util.List<ExpandoValue> findByT_R(long tableId,
long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_R
public static java.util.List<ExpandoValue> findByT_R(long tableId,
long rowId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_R
public static java.util.List<ExpandoValue> findByT_R(long tableId,
long rowId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_R_First
public static ExpandoValue findByT_R_First(long tableId,
long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_R_Last
public static ExpandoValue findByT_R_Last(long tableId,
long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_R_PrevAndNext
public static ExpandoValue[] findByT_R_PrevAndNext(long valueId,
long tableId,
long rowId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByC_R
public static ExpandoValue findByC_R(long columnId,
long rowId)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
fetchByC_R
public static ExpandoValue fetchByC_R(long columnId,
long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByC_R
public static ExpandoValue fetchByC_R(long columnId,
long rowId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C
public static java.util.List<ExpandoValue> findByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C
public static java.util.List<ExpandoValue> findByC_C(long classNameId,
long classPK,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C
public static java.util.List<ExpandoValue> findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C_First
public static ExpandoValue findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByC_C_Last
public static ExpandoValue findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByC_C_PrevAndNext
public static ExpandoValue[] findByC_C_PrevAndNext(long valueId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_C_C
public static ExpandoValue findByT_C_C(long tableId,
long columnId,
long classPK)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
fetchByT_C_C
public static ExpandoValue fetchByT_C_C(long tableId,
long columnId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByT_C_C
public static ExpandoValue fetchByT_C_C(long tableId,
long columnId,
long classPK,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_C_D
public static java.util.List<ExpandoValue> findByT_C_D(long tableId,
long columnId,
java.lang.String data)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_C_D
public static java.util.List<ExpandoValue> findByT_C_D(long tableId,
long columnId,
java.lang.String data,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_C_D
public static java.util.List<ExpandoValue> findByT_C_D(long tableId,
long columnId,
java.lang.String data,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByT_C_D_First
public static ExpandoValue findByT_C_D_First(long tableId,
long columnId,
java.lang.String data,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_C_D_Last
public static ExpandoValue findByT_C_D_Last(long tableId,
long columnId,
java.lang.String data,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findByT_C_D_PrevAndNext
public static ExpandoValue[] findByT_C_D_PrevAndNext(long valueId,
long tableId,
long columnId,
java.lang.String data,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
findAll
public static java.util.List<ExpandoValue> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<ExpandoValue> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<ExpandoValue> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByTableId
public static void removeByTableId(long tableId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByColumnId
public static void removeByColumnId(long columnId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByRowId
public static void removeByRowId(long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByT_C
public static void removeByT_C(long tableId,
long columnId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByT_CPK
public static void removeByT_CPK(long tableId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByT_R
public static void removeByT_R(long tableId,
long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByC_R
public static void removeByC_R(long columnId,
long rowId)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
removeByC_C
public static void removeByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByT_C_C
public static void removeByT_C_C(long tableId,
long columnId,
long classPK)
throws com.liferay.portal.SystemException,
NoSuchValueException
- Throws:
com.liferay.portal.SystemException
NoSuchValueException
removeByT_C_D
public static void removeByT_C_D(long tableId,
long columnId,
java.lang.String data)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByTableId
public static int countByTableId(long tableId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByColumnId
public static int countByColumnId(long columnId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByRowId
public static int countByRowId(long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByT_C
public static int countByT_C(long tableId,
long columnId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByT_CPK
public static int countByT_CPK(long tableId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByT_R
public static int countByT_R(long tableId,
long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_R
public static int countByC_R(long columnId,
long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_C
public static int countByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByT_C_C
public static int countByT_C_C(long tableId,
long columnId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByT_C_D
public static int countByT_C_D(long tableId,
long columnId,
java.lang.String data)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPersistence
public static ExpandoValuePersistence getPersistence()
setPersistence
public void setPersistence(ExpandoValuePersistence persistence)