com.liferay.portlet.expando.service.persistence
Interface ExpandoValuePersistence

All Superinterfaces:
BasePersistence<ExpandoValue>

public interface ExpandoValuePersistence
extends BasePersistence<ExpandoValue>

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:
ExpandoValuePersistenceImpl, ExpandoValueUtil
Generated:

Method Summary
 void cacheResult(ExpandoValue expandoValue)
           
 void cacheResult(java.util.List<ExpandoValue> expandoValues)
           
 int countAll()
           
 int countByC_C(long classNameId, long classPK)
           
 int countByC_R(long columnId, long rowId)
           
 int countByColumnId(long columnId)
           
 int countByRowId(long rowId)
           
 int countByT_C_C(long tableId, long columnId, long classPK)
           
 int countByT_C_D(long tableId, long columnId, java.lang.String data)
           
 int countByT_C(long tableId, long columnId)
           
 int countByT_CPK(long tableId, long classPK)
           
 int countByT_R(long tableId, long rowId)
           
 int countByTableId(long tableId)
           
 ExpandoValue create(long valueId)
           
 ExpandoValue fetchByC_R(long columnId, long rowId)
           
 ExpandoValue fetchByC_R(long columnId, long rowId, boolean retrieveFromCache)
           
 ExpandoValue fetchByPrimaryKey(long valueId)
           
 ExpandoValue fetchByT_C_C(long tableId, long columnId, long classPK)
           
 ExpandoValue fetchByT_C_C(long tableId, long columnId, long classPK, boolean retrieveFromCache)
           
 java.util.List<ExpandoValue> findAll()
           
 java.util.List<ExpandoValue> findAll(int start, int end)
           
 java.util.List<ExpandoValue> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue[] findByC_C_PrevAndNext(long valueId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ExpandoValue> findByC_C(long classNameId, long classPK)
           
 java.util.List<ExpandoValue> findByC_C(long classNameId, long classPK, int start, int end)
           
 java.util.List<ExpandoValue> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByC_R(long columnId, long rowId)
           
 ExpandoValue findByColumnId_First(long columnId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByColumnId_Last(long columnId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue[] findByColumnId_PrevAndNext(long valueId, long columnId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ExpandoValue> findByColumnId(long columnId)
           
 java.util.List<ExpandoValue> findByColumnId(long columnId, int start, int end)
           
 java.util.List<ExpandoValue> findByColumnId(long columnId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByPrimaryKey(long valueId)
           
 ExpandoValue findByRowId_First(long rowId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByRowId_Last(long rowId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue[] findByRowId_PrevAndNext(long valueId, long rowId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ExpandoValue> findByRowId(long rowId)
           
 java.util.List<ExpandoValue> findByRowId(long rowId, int start, int end)
           
 java.util.List<ExpandoValue> findByRowId(long rowId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByT_C_C(long tableId, long columnId, long classPK)
           
 ExpandoValue findByT_C_D_First(long tableId, long columnId, java.lang.String data, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByT_C_D_Last(long tableId, long columnId, java.lang.String data, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue[] findByT_C_D_PrevAndNext(long valueId, long tableId, long columnId, java.lang.String data, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ExpandoValue> findByT_C_D(long tableId, long columnId, java.lang.String data)
           
 java.util.List<ExpandoValue> findByT_C_D(long tableId, long columnId, java.lang.String data, int start, int end)
           
 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 obc)
           
 ExpandoValue findByT_C_First(long tableId, long columnId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByT_C_Last(long tableId, long columnId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue[] findByT_C_PrevAndNext(long valueId, long tableId, long columnId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ExpandoValue> findByT_C(long tableId, long columnId)
           
 java.util.List<ExpandoValue> findByT_C(long tableId, long columnId, int start, int end)
           
 java.util.List<ExpandoValue> findByT_C(long tableId, long columnId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByT_CPK_First(long tableId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByT_CPK_Last(long tableId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue[] findByT_CPK_PrevAndNext(long valueId, long tableId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ExpandoValue> findByT_CPK(long tableId, long classPK)
           
 java.util.List<ExpandoValue> findByT_CPK(long tableId, long classPK, int start, int end)
           
 java.util.List<ExpandoValue> findByT_CPK(long tableId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByT_R_First(long tableId, long rowId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByT_R_Last(long tableId, long rowId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue[] findByT_R_PrevAndNext(long valueId, long tableId, long rowId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ExpandoValue> findByT_R(long tableId, long rowId)
           
 java.util.List<ExpandoValue> findByT_R(long tableId, long rowId, int start, int end)
           
 java.util.List<ExpandoValue> findByT_R(long tableId, long rowId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByTableId_First(long tableId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue findByTableId_Last(long tableId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue[] findByTableId_PrevAndNext(long valueId, long tableId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ExpandoValue> findByTableId(long tableId)
           
 java.util.List<ExpandoValue> findByTableId(long tableId, int start, int end)
           
 java.util.List<ExpandoValue> findByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ExpandoValue remove(long valueId)
           
 void removeAll()
           
 void removeByC_C(long classNameId, long classPK)
           
 void removeByC_R(long columnId, long rowId)
           
 void removeByColumnId(long columnId)
           
 void removeByRowId(long rowId)
           
 void removeByT_C_C(long tableId, long columnId, long classPK)
           
 void removeByT_C_D(long tableId, long columnId, java.lang.String data)
           
 void removeByT_C(long tableId, long columnId)
           
 void removeByT_CPK(long tableId, long classPK)
           
 void removeByT_R(long tableId, long rowId)
           
 void removeByTableId(long tableId)
           
 ExpandoValue updateImpl(ExpandoValue expandoValue, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(ExpandoValue expandoValue)

cacheResult

void cacheResult(java.util.List<ExpandoValue> expandoValues)

create

ExpandoValue create(long valueId)

remove

ExpandoValue remove(long valueId)
                    throws com.liferay.portal.kernel.exception.SystemException,
                           NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

updateImpl

ExpandoValue updateImpl(ExpandoValue expandoValue,
                        boolean merge)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

ExpandoValue findByPrimaryKey(long valueId)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

fetchByPrimaryKey

ExpandoValue fetchByPrimaryKey(long valueId)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTableId

java.util.List<ExpandoValue> findByTableId(long tableId)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTableId

java.util.List<ExpandoValue> findByTableId(long tableId,
                                           int start,
                                           int end)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTableId

java.util.List<ExpandoValue> findByTableId(long tableId,
                                           int start,
                                           int end,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByTableId_First

ExpandoValue findByTableId_First(long tableId,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.kernel.exception.SystemException,
                                        NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByTableId_Last

ExpandoValue findByTableId_Last(long tableId,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                throws com.liferay.portal.kernel.exception.SystemException,
                                       NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByTableId_PrevAndNext

ExpandoValue[] findByTableId_PrevAndNext(long valueId,
                                         long tableId,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.kernel.exception.SystemException,
                                                NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByColumnId

java.util.List<ExpandoValue> findByColumnId(long columnId)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByColumnId

java.util.List<ExpandoValue> findByColumnId(long columnId,
                                            int start,
                                            int end)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByColumnId

java.util.List<ExpandoValue> findByColumnId(long columnId,
                                            int start,
                                            int end,
                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByColumnId_First

ExpandoValue findByColumnId_First(long columnId,
                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                  throws com.liferay.portal.kernel.exception.SystemException,
                                         NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByColumnId_Last

ExpandoValue findByColumnId_Last(long columnId,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.kernel.exception.SystemException,
                                        NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByColumnId_PrevAndNext

ExpandoValue[] findByColumnId_PrevAndNext(long valueId,
                                          long columnId,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                          throws com.liferay.portal.kernel.exception.SystemException,
                                                 NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByRowId

java.util.List<ExpandoValue> findByRowId(long rowId)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByRowId

java.util.List<ExpandoValue> findByRowId(long rowId,
                                         int start,
                                         int end)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByRowId

java.util.List<ExpandoValue> findByRowId(long rowId,
                                         int start,
                                         int end,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByRowId_First

ExpandoValue findByRowId_First(long rowId,
                               com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.kernel.exception.SystemException,
                                      NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByRowId_Last

ExpandoValue findByRowId_Last(long rowId,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByRowId_PrevAndNext

ExpandoValue[] findByRowId_PrevAndNext(long valueId,
                                       long rowId,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException,
                                              NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_C

java.util.List<ExpandoValue> findByT_C(long tableId,
                                       long columnId)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_C

java.util.List<ExpandoValue> findByT_C(long tableId,
                                       long columnId,
                                       int start,
                                       int end)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_C

java.util.List<ExpandoValue> findByT_C(long tableId,
                                       long columnId,
                                       int start,
                                       int end,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_C_First

ExpandoValue findByT_C_First(long tableId,
                             long columnId,
                             com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.kernel.exception.SystemException,
                                    NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_C_Last

ExpandoValue findByT_C_Last(long tableId,
                            long columnId,
                            com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws com.liferay.portal.kernel.exception.SystemException,
                                   NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_C_PrevAndNext

ExpandoValue[] findByT_C_PrevAndNext(long valueId,
                                     long tableId,
                                     long columnId,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.kernel.exception.SystemException,
                                            NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_CPK

java.util.List<ExpandoValue> findByT_CPK(long tableId,
                                         long classPK)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_CPK

java.util.List<ExpandoValue> findByT_CPK(long tableId,
                                         long classPK,
                                         int start,
                                         int end)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_CPK

java.util.List<ExpandoValue> findByT_CPK(long tableId,
                                         long classPK,
                                         int start,
                                         int end,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_CPK_First

ExpandoValue findByT_CPK_First(long tableId,
                               long classPK,
                               com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.kernel.exception.SystemException,
                                      NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_CPK_Last

ExpandoValue findByT_CPK_Last(long tableId,
                              long classPK,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_CPK_PrevAndNext

ExpandoValue[] findByT_CPK_PrevAndNext(long valueId,
                                       long tableId,
                                       long classPK,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException,
                                              NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_R

java.util.List<ExpandoValue> findByT_R(long tableId,
                                       long rowId)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_R

java.util.List<ExpandoValue> findByT_R(long tableId,
                                       long rowId,
                                       int start,
                                       int end)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_R

java.util.List<ExpandoValue> findByT_R(long tableId,
                                       long rowId,
                                       int start,
                                       int end,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_R_First

ExpandoValue findByT_R_First(long tableId,
                             long rowId,
                             com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.kernel.exception.SystemException,
                                    NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_R_Last

ExpandoValue findByT_R_Last(long tableId,
                            long rowId,
                            com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws com.liferay.portal.kernel.exception.SystemException,
                                   NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_R_PrevAndNext

ExpandoValue[] findByT_R_PrevAndNext(long valueId,
                                     long tableId,
                                     long rowId,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.kernel.exception.SystemException,
                                            NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByC_R

ExpandoValue findByC_R(long columnId,
                       long rowId)
                       throws com.liferay.portal.kernel.exception.SystemException,
                              NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

fetchByC_R

ExpandoValue fetchByC_R(long columnId,
                        long rowId)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByC_R

ExpandoValue fetchByC_R(long columnId,
                        long rowId,
                        boolean retrieveFromCache)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_C

java.util.List<ExpandoValue> findByC_C(long classNameId,
                                       long classPK)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_C

java.util.List<ExpandoValue> findByC_C(long classNameId,
                                       long classPK,
                                       int start,
                                       int end)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_C

java.util.List<ExpandoValue> findByC_C(long classNameId,
                                       long classPK,
                                       int start,
                                       int end,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_C_First

ExpandoValue findByC_C_First(long classNameId,
                             long classPK,
                             com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.kernel.exception.SystemException,
                                    NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByC_C_Last

ExpandoValue findByC_C_Last(long classNameId,
                            long classPK,
                            com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws com.liferay.portal.kernel.exception.SystemException,
                                   NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByC_C_PrevAndNext

ExpandoValue[] findByC_C_PrevAndNext(long valueId,
                                     long classNameId,
                                     long classPK,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.kernel.exception.SystemException,
                                            NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_C_C

ExpandoValue findByT_C_C(long tableId,
                         long columnId,
                         long classPK)
                         throws com.liferay.portal.kernel.exception.SystemException,
                                NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

fetchByT_C_C

ExpandoValue fetchByT_C_C(long tableId,
                          long columnId,
                          long classPK)
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByT_C_C

ExpandoValue fetchByT_C_C(long tableId,
                          long columnId,
                          long classPK,
                          boolean retrieveFromCache)
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_C_D

java.util.List<ExpandoValue> findByT_C_D(long tableId,
                                         long columnId,
                                         java.lang.String data)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_C_D

java.util.List<ExpandoValue> findByT_C_D(long tableId,
                                         long columnId,
                                         java.lang.String data,
                                         int start,
                                         int end)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_C_D

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 obc)
                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByT_C_D_First

ExpandoValue findByT_C_D_First(long tableId,
                               long columnId,
                               java.lang.String data,
                               com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.kernel.exception.SystemException,
                                      NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_C_D_Last

ExpandoValue findByT_C_D_Last(long tableId,
                              long columnId,
                              java.lang.String data,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.kernel.exception.SystemException,
                                     NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findByT_C_D_PrevAndNext

ExpandoValue[] findByT_C_D_PrevAndNext(long valueId,
                                       long tableId,
                                       long columnId,
                                       java.lang.String data,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException,
                                              NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

findAll

java.util.List<ExpandoValue> findAll()
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<ExpandoValue> findAll(int start,
                                     int end)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<ExpandoValue> findAll(int start,
                                     int end,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByTableId

void removeByTableId(long tableId)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByColumnId

void removeByColumnId(long columnId)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByRowId

void removeByRowId(long rowId)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByT_C

void removeByT_C(long tableId,
                 long columnId)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByT_CPK

void removeByT_CPK(long tableId,
                   long classPK)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByT_R

void removeByT_R(long tableId,
                 long rowId)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByC_R

void removeByC_R(long columnId,
                 long rowId)
                 throws com.liferay.portal.kernel.exception.SystemException,
                        NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

removeByC_C

void removeByC_C(long classNameId,
                 long classPK)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByT_C_C

void removeByT_C_C(long tableId,
                   long columnId,
                   long classPK)
                   throws com.liferay.portal.kernel.exception.SystemException,
                          NoSuchValueException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchValueException

removeByT_C_D

void removeByT_C_D(long tableId,
                   long columnId,
                   java.lang.String data)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByTableId

int countByTableId(long tableId)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByColumnId

int countByColumnId(long columnId)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByRowId

int countByRowId(long rowId)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByT_C

int countByT_C(long tableId,
               long columnId)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByT_CPK

int countByT_CPK(long tableId,
                 long classPK)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByT_R

int countByT_R(long tableId,
               long rowId)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_R

int countByC_R(long columnId,
               long rowId)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_C

int countByC_C(long classNameId,
               long classPK)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByT_C_C

int countByT_C_C(long tableId,
                 long columnId,
                 long classPK)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByT_C_D

int countByT_C_D(long tableId,
                 long columnId,
                 java.lang.String data)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException