|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpandoTablePersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
ExpandoTablePersistenceImpl
,
ExpandoTableUtil
Method Summary | |
---|---|
void |
cacheResult(ExpandoTable expandoTable)
|
void |
cacheResult(java.util.List<ExpandoTable> expandoTables)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByC_N(long classNameId,
java.lang.String name)
|
int |
countByClassNameId(long classNameId)
|
ExpandoTable |
create(long tableId)
|
ExpandoTable |
fetchByC_N(long classNameId,
java.lang.String name)
|
ExpandoTable |
fetchByC_N(long classNameId,
java.lang.String name,
boolean retrieveFromCache)
|
ExpandoTable |
fetchByPrimaryKey(long tableId)
|
java.util.List<ExpandoTable> |
findAll()
|
java.util.List<ExpandoTable> |
findAll(int start,
int end)
|
java.util.List<ExpandoTable> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoTable |
findByC_N(long classNameId,
java.lang.String name)
|
ExpandoTable |
findByClassNameId_First(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoTable |
findByClassNameId_Last(long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoTable[] |
findByClassNameId_PrevAndNext(long tableId,
long classNameId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ExpandoTable> |
findByClassNameId(long classNameId)
|
java.util.List<ExpandoTable> |
findByClassNameId(long classNameId,
int start,
int end)
|
java.util.List<ExpandoTable> |
findByClassNameId(long classNameId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoTable |
findByPrimaryKey(long tableId)
|
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)
|
ExpandoTable |
remove(ExpandoTable expandoTable)
|
ExpandoTable |
remove(long tableId)
|
void |
removeAll()
|
void |
removeByC_N(long classNameId,
java.lang.String name)
|
void |
removeByClassNameId(long classNameId)
|
ExpandoTable |
update(ExpandoTable expandoTable)
Deprecated. Use update(ExpandoTable, boolean merge) . |
ExpandoTable |
update(ExpandoTable expandoTable,
boolean merge)
Add, update, or merge, the entity. |
ExpandoTable |
updateImpl(ExpandoTable expandoTable,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(ExpandoTable expandoTable)
void cacheResult(java.util.List<ExpandoTable> expandoTables)
void clearCache()
clearCache
in interface BasePersistence
ExpandoTable create(long tableId)
ExpandoTable remove(long tableId) throws com.liferay.portal.SystemException, NoSuchTableException
com.liferay.portal.SystemException
NoSuchTableException
ExpandoTable remove(ExpandoTable expandoTable) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoTable update(ExpandoTable expandoTable) throws com.liferay.portal.SystemException
update(ExpandoTable, boolean merge)
.
com.liferay.portal.SystemException
ExpandoTable update(ExpandoTable expandoTable, boolean merge) throws com.liferay.portal.SystemException
expandoTable
- 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 expandoTable is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
ExpandoTable updateImpl(ExpandoTable expandoTable, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoTable findByPrimaryKey(long tableId) throws com.liferay.portal.SystemException, NoSuchTableException
com.liferay.portal.SystemException
NoSuchTableException
ExpandoTable fetchByPrimaryKey(long tableId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoTable> findByClassNameId(long classNameId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoTable> findByClassNameId(long classNameId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoTable> findByClassNameId(long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoTable findByClassNameId_First(long classNameId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchTableException
com.liferay.portal.SystemException
NoSuchTableException
ExpandoTable findByClassNameId_Last(long classNameId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchTableException
com.liferay.portal.SystemException
NoSuchTableException
ExpandoTable[] findByClassNameId_PrevAndNext(long tableId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchTableException
com.liferay.portal.SystemException
NoSuchTableException
ExpandoTable findByC_N(long classNameId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchTableException
com.liferay.portal.SystemException
NoSuchTableException
ExpandoTable fetchByC_N(long classNameId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoTable fetchByC_N(long classNameId, java.lang.String name, boolean retrieveFromCache) 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<ExpandoTable> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoTable> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoTable> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByClassNameId(long classNameId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_N(long classNameId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchTableException
com.liferay.portal.SystemException
NoSuchTableException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByClassNameId(long classNameId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_N(long classNameId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |