|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpandoColumnPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
ExpandoColumnPersistenceImpl
,
ExpandoColumnUtil
Method Summary | |
---|---|
void |
cacheResult(ExpandoColumn expandoColumn)
|
void |
cacheResult(java.util.List<ExpandoColumn> expandoColumns)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByT_N(long tableId,
java.lang.String name)
|
int |
countByTableId(long tableId)
|
ExpandoColumn |
create(long columnId)
|
ExpandoColumn |
fetchByPrimaryKey(long columnId)
|
ExpandoColumn |
fetchByT_N(long tableId,
java.lang.String name)
|
ExpandoColumn |
fetchByT_N(long tableId,
java.lang.String name,
boolean retrieveFromCache)
|
java.util.List<ExpandoColumn> |
findAll()
|
java.util.List<ExpandoColumn> |
findAll(int start,
int end)
|
java.util.List<ExpandoColumn> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoColumn |
findByPrimaryKey(long columnId)
|
ExpandoColumn |
findByT_N(long tableId,
java.lang.String name)
|
ExpandoColumn |
findByTableId_First(long tableId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoColumn |
findByTableId_Last(long tableId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
ExpandoColumn[] |
findByTableId_PrevAndNext(long columnId,
long tableId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<ExpandoColumn> |
findByTableId(long tableId)
|
java.util.List<ExpandoColumn> |
findByTableId(long tableId,
int start,
int end)
|
java.util.List<ExpandoColumn> |
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)
|
ExpandoColumn |
remove(ExpandoColumn expandoColumn)
|
ExpandoColumn |
remove(long columnId)
|
void |
removeAll()
|
void |
removeByT_N(long tableId,
java.lang.String name)
|
void |
removeByTableId(long tableId)
|
ExpandoColumn |
update(ExpandoColumn expandoColumn)
Deprecated. Use update(ExpandoColumn, boolean merge) . |
ExpandoColumn |
update(ExpandoColumn expandoColumn,
boolean merge)
Add, update, or merge, the entity. |
ExpandoColumn |
updateImpl(ExpandoColumn expandoColumn,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(ExpandoColumn expandoColumn)
void cacheResult(java.util.List<ExpandoColumn> expandoColumns)
void clearCache()
clearCache
in interface BasePersistence
ExpandoColumn create(long columnId)
ExpandoColumn remove(long columnId) throws com.liferay.portal.SystemException, NoSuchColumnException
com.liferay.portal.SystemException
NoSuchColumnException
ExpandoColumn remove(ExpandoColumn expandoColumn) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoColumn update(ExpandoColumn expandoColumn) throws com.liferay.portal.SystemException
update(ExpandoColumn, boolean merge)
.
com.liferay.portal.SystemException
ExpandoColumn update(ExpandoColumn expandoColumn, boolean merge) throws com.liferay.portal.SystemException
expandoColumn
- 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 expandoColumn is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
ExpandoColumn updateImpl(ExpandoColumn expandoColumn, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoColumn findByPrimaryKey(long columnId) throws com.liferay.portal.SystemException, NoSuchColumnException
com.liferay.portal.SystemException
NoSuchColumnException
ExpandoColumn fetchByPrimaryKey(long columnId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoColumn> findByTableId(long tableId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoColumn> findByTableId(long tableId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoColumn> findByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoColumn findByTableId_First(long tableId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchColumnException
com.liferay.portal.SystemException
NoSuchColumnException
ExpandoColumn findByTableId_Last(long tableId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchColumnException
com.liferay.portal.SystemException
NoSuchColumnException
ExpandoColumn[] findByTableId_PrevAndNext(long columnId, long tableId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchColumnException
com.liferay.portal.SystemException
NoSuchColumnException
ExpandoColumn findByT_N(long tableId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchColumnException
com.liferay.portal.SystemException
NoSuchColumnException
ExpandoColumn fetchByT_N(long tableId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
ExpandoColumn fetchByT_N(long tableId, 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<ExpandoColumn> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoColumn> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<ExpandoColumn> 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_N(long tableId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchColumnException
com.liferay.portal.SystemException
NoSuchColumnException
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_N(long tableId, 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 |