|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpandoColumnPersistence
Method Summary | |
---|---|
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)
|
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)
|
void |
registerListener(ModelListener listener)
|
ExpandoColumn |
remove(ExpandoColumn expandoColumn)
|
ExpandoColumn |
remove(long columnId)
|
void |
removeAll()
|
void |
removeByT_N(long tableId,
java.lang.String name)
|
void |
removeByTableId(long tableId)
|
void |
unregisterListener(ModelListener listener)
|
ExpandoColumn |
update(ExpandoColumn expandoColumn)
Deprecated. Use update(ExpandoColumn expandoColumn, boolean merge) . |
ExpandoColumn |
update(ExpandoColumn expandoColumn,
boolean merge)
Add, update, or merge, the entity. |
ExpandoColumn |
updateImpl(ExpandoColumn expandoColumn,
boolean merge)
|
Method Detail |
---|
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 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
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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |