|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpandoRowPersistence
Method Summary | |
---|---|
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)
|
java.util.List<ExpandoRow> |
findAll()
|
java.util.List<ExpandoRow> |
findAll(int start,
int end)
|
java.util.List<ExpandoRow> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoRow |
findByPrimaryKey(long rowId)
|
ExpandoRow |
findByT_C(long tableId,
long classPK)
|
ExpandoRow |
findByTableId_First(long tableId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoRow |
findByTableId_Last(long tableId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoRow[] |
findByTableId_PrevAndNext(long rowId,
long tableId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ExpandoRow> |
findByTableId(long tableId)
|
java.util.List<ExpandoRow> |
findByTableId(long tableId,
int start,
int end)
|
java.util.List<ExpandoRow> |
findByTableId(long tableId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
void |
registerListener(ModelListener listener)
|
ExpandoRow |
remove(ExpandoRow expandoRow)
|
ExpandoRow |
remove(long rowId)
|
void |
removeAll()
|
void |
removeByT_C(long tableId,
long classPK)
|
void |
removeByTableId(long tableId)
|
void |
unregisterListener(ModelListener listener)
|
ExpandoRow |
update(ExpandoRow expandoRow)
Deprecated. Use update(ExpandoRow expandoRow, boolean merge) . |
ExpandoRow |
update(ExpandoRow expandoRow,
boolean merge)
Add, update, or merge, the entity. |
ExpandoRow |
updateImpl(ExpandoRow expandoRow,
boolean merge)
|
Method Detail |
---|
ExpandoRow create(long rowId)
ExpandoRow remove(long rowId) throws com.liferay.portal.SystemException, NoSuchRowException
com.liferay.portal.SystemException
NoSuchRowException
ExpandoRow remove(ExpandoRow expandoRow) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoRow update(ExpandoRow expandoRow) throws com.liferay.portal.SystemException
update(ExpandoRow expandoRow, boolean merge)
.
com.liferay.portal.SystemException
ExpandoRow update(ExpandoRow expandoRow, boolean merge) throws com.liferay.portal.SystemException
expandoRow
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when expandoRow is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
ExpandoRow updateImpl(ExpandoRow expandoRow, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoRow findByPrimaryKey(long rowId) throws com.liferay.portal.SystemException, NoSuchRowException
com.liferay.portal.SystemException
NoSuchRowException
ExpandoRow fetchByPrimaryKey(long rowId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoRow> findByTableId(long tableId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoRow> findByTableId(long tableId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoRow> findByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoRow findByTableId_First(long tableId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchRowException
com.liferay.portal.SystemException
NoSuchRowException
ExpandoRow findByTableId_Last(long tableId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchRowException
com.liferay.portal.SystemException
NoSuchRowException
ExpandoRow[] findByTableId_PrevAndNext(long rowId, long tableId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchRowException
com.liferay.portal.SystemException
NoSuchRowException
ExpandoRow findByT_C(long tableId, long classPK) throws com.liferay.portal.SystemException, NoSuchRowException
com.liferay.portal.SystemException
NoSuchRowException
ExpandoRow fetchByT_C(long tableId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoRow> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoRow> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoRow> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByTableId(long tableId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByT_C(long tableId, long classPK) throws com.liferay.portal.SystemException, NoSuchRowException
com.liferay.portal.SystemException
NoSuchRowException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByTableId(long tableId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByT_C(long tableId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |