com.liferay.portlet.expando.service.persistence
Interface ExpandoRowPersistence
- All Superinterfaces:
- BasePersistence<ExpandoRow>
- All Known Implementing Classes:
- ExpandoRowPersistenceImpl
public interface ExpandoRowPersistence
- extends BasePersistence<ExpandoRow>
- See Also:
ExpandoRowPersistenceImpl,
ExpandoRowUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
void |
cacheResult(ExpandoRow expandoRow)
|
void |
cacheResult(List<ExpandoRow> expandoRows)
|
int |
countAll()
|
int |
countByT_C(long tableId,
long classPK)
|
int |
countByTableId(long tableId)
|
ExpandoRow |
create(long rowId)
|
ExpandoRow |
fetchByPrimaryKey(long rowId)
|
ExpandoRow |
fetchByT_C(long tableId,
long classPK)
|
ExpandoRow |
fetchByT_C(long tableId,
long classPK,
boolean retrieveFromCache)
|
List<ExpandoRow> |
findAll()
|
List<ExpandoRow> |
findAll(int start,
int end)
|
List<ExpandoRow> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
ExpandoRow |
findByPrimaryKey(long rowId)
|
ExpandoRow |
findByT_C(long tableId,
long classPK)
|
ExpandoRow |
findByTableId_First(long tableId,
OrderByComparator orderByComparator)
|
ExpandoRow |
findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
|
ExpandoRow[] |
findByTableId_PrevAndNext(long rowId,
long tableId,
OrderByComparator orderByComparator)
|
List<ExpandoRow> |
findByTableId(long tableId)
|
List<ExpandoRow> |
findByTableId(long tableId,
int start,
int end)
|
List<ExpandoRow> |
findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
|
ExpandoRow |
remove(long rowId)
|
void |
removeAll()
|
void |
removeByT_C(long tableId,
long classPK)
|
void |
removeByTableId(long tableId)
|
ExpandoRow |
updateImpl(ExpandoRow expandoRow,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
cacheResult
void cacheResult(ExpandoRow expandoRow)
cacheResult
void cacheResult(List<ExpandoRow> expandoRows)
create
ExpandoRow create(long rowId)
remove
ExpandoRow remove(long rowId)
throws SystemException,
NoSuchRowException
- Throws:
SystemException
NoSuchRowException
updateImpl
ExpandoRow updateImpl(ExpandoRow expandoRow,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
ExpandoRow findByPrimaryKey(long rowId)
throws SystemException,
NoSuchRowException
- Throws:
SystemException
NoSuchRowException
fetchByPrimaryKey
ExpandoRow fetchByPrimaryKey(long rowId)
throws SystemException
- Throws:
SystemException
findByTableId
List<ExpandoRow> findByTableId(long tableId)
throws SystemException
- Throws:
SystemException
findByTableId
List<ExpandoRow> findByTableId(long tableId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByTableId
List<ExpandoRow> findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByTableId_First
ExpandoRow findByTableId_First(long tableId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRowException
- Throws:
SystemException
NoSuchRowException
findByTableId_Last
ExpandoRow findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRowException
- Throws:
SystemException
NoSuchRowException
findByTableId_PrevAndNext
ExpandoRow[] findByTableId_PrevAndNext(long rowId,
long tableId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchRowException
- Throws:
SystemException
NoSuchRowException
findByT_C
ExpandoRow findByT_C(long tableId,
long classPK)
throws SystemException,
NoSuchRowException
- Throws:
SystemException
NoSuchRowException
fetchByT_C
ExpandoRow fetchByT_C(long tableId,
long classPK)
throws SystemException
- Throws:
SystemException
fetchByT_C
ExpandoRow fetchByT_C(long tableId,
long classPK,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
List<ExpandoRow> findAll()
throws SystemException
- Throws:
SystemException
findAll
List<ExpandoRow> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
List<ExpandoRow> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByTableId
void removeByTableId(long tableId)
throws SystemException
- Throws:
SystemException
removeByT_C
void removeByT_C(long tableId,
long classPK)
throws SystemException,
NoSuchRowException
- Throws:
SystemException
NoSuchRowException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByTableId
int countByTableId(long tableId)
throws SystemException
- Throws:
SystemException
countByT_C
int countByT_C(long tableId,
long classPK)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException