|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpandoColumnPersistence
The persistence interface for the expando column service.
Caching information and settings can be found in portal.properties
ExpandoColumnPersistenceImpl
,
ExpandoColumnUtil
Method Summary | |
---|---|
void |
cacheResult(ExpandoColumn expandoColumn)
Caches the expando column in the entity cache if it is enabled. |
void |
cacheResult(List<ExpandoColumn> expandoColumns)
Caches the expando columns in the entity cache if it is enabled. |
int |
countAll()
Returns the number of expando columns. |
int |
countByT_N(long tableId,
String name)
Returns the number of expando columns where tableId = ? and name = ?. |
int |
countByT_N(long tableId,
String[] names)
Returns the number of expando columns where tableId = ? and name = any ?. |
int |
countByTableId(long tableId)
Returns the number of expando columns where tableId = ?. |
ExpandoColumn |
create(long columnId)
Creates a new expando column with the primary key. |
ExpandoColumn |
fetchByPrimaryKey(long columnId)
Returns the expando column with the primary key or returns null if it could not be found. |
ExpandoColumn |
fetchByT_N_First(long tableId,
String name,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ? and name = ?. |
ExpandoColumn |
fetchByT_N_Last(long tableId,
String name,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ? and name = ?. |
ExpandoColumn |
fetchByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
fetchByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
int |
filterCountByT_N(long tableId,
String name)
Returns the number of expando columns that the user has permission to view where tableId = ? and name = ?. |
int |
filterCountByT_N(long tableId,
String[] names)
Returns the number of expando columns that the user has permission to view where tableId = ? and name = any ?. |
int |
filterCountByTableId(long tableId)
Returns the number of expando columns that the user has permission to view where tableId = ?. |
ExpandoColumn[] |
filterFindByT_N_PrevAndNext(long columnId,
long tableId,
String name,
OrderByComparator orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ? and name = ?. |
List<ExpandoColumn> |
filterFindByT_N(long tableId,
String name)
Returns all the expando columns that the user has permission to view where tableId = ? and name = ?. |
List<ExpandoColumn> |
filterFindByT_N(long tableId,
String[] names)
Returns all the expando columns that the user has permission to view where tableId = ? and name = any ?. |
List<ExpandoColumn> |
filterFindByT_N(long tableId,
String[] names,
int start,
int end)
Returns a range of all the expando columns that the user has permission to view where tableId = ? and name = any ?. |
List<ExpandoColumn> |
filterFindByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns that the user has permission to view where tableId = ? and name = any ?. |
List<ExpandoColumn> |
filterFindByT_N(long tableId,
String name,
int start,
int end)
Returns a range of all the expando columns that the user has permission to view where tableId = ? and name = ?. |
List<ExpandoColumn> |
filterFindByT_N(long tableId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ? and name = ?. |
ExpandoColumn[] |
filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?. |
List<ExpandoColumn> |
filterFindByTableId(long tableId)
Returns all the expando columns that the user has permission to view where tableId = ?. |
List<ExpandoColumn> |
filterFindByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns that the user has permission to view where tableId = ?. |
List<ExpandoColumn> |
filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?. |
List<ExpandoColumn> |
findAll()
Returns all the expando columns. |
List<ExpandoColumn> |
findAll(int start,
int end)
Returns a range of all the expando columns. |
List<ExpandoColumn> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns. |
ExpandoColumn |
findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a NoSuchColumnException if it could not be found. |
ExpandoColumn |
findByT_N_First(long tableId,
String name,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ? and name = ?. |
ExpandoColumn |
findByT_N_Last(long tableId,
String name,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ? and name = ?. |
ExpandoColumn[] |
findByT_N_PrevAndNext(long columnId,
long tableId,
String name,
OrderByComparator orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ? and name = ?. |
List<ExpandoColumn> |
findByT_N(long tableId,
String name)
Returns all the expando columns where tableId = ? and name = ?. |
List<ExpandoColumn> |
findByT_N(long tableId,
String[] names)
Returns all the expando columns where tableId = ? and name = any ?. |
List<ExpandoColumn> |
findByT_N(long tableId,
String[] names,
int start,
int end)
Returns a range of all the expando columns where tableId = ? and name = any ?. |
List<ExpandoColumn> |
findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?. |
List<ExpandoColumn> |
findByT_N(long tableId,
String name,
int start,
int end)
Returns a range of all the expando columns where tableId = ? and name = ?. |
List<ExpandoColumn> |
findByT_N(long tableId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = ?. |
ExpandoColumn |
findByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoColumn[] |
findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?. |
List<ExpandoColumn> |
findByTableId(long tableId)
Returns all the expando columns where tableId = ?. |
List<ExpandoColumn> |
findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns where tableId = ?. |
List<ExpandoColumn> |
findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?. |
ExpandoColumn |
remove(long columnId)
Removes the expando column with the primary key from the database. |
void |
removeAll()
Removes all the expando columns from the database. |
void |
removeByT_N(long tableId,
String name)
Removes all the expando columns where tableId = ? and name = ? from the database. |
void |
removeByTableId(long tableId)
Removes all the expando columns where tableId = ? from the database. |
ExpandoColumn |
updateImpl(ExpandoColumn expandoColumn,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(ExpandoColumn expandoColumn)
expandoColumn
- the expando columnvoid cacheResult(List<ExpandoColumn> expandoColumns)
expandoColumns
- the expando columnsExpandoColumn create(long columnId)
columnId
- the primary key for the new expando column
ExpandoColumn remove(long columnId) throws SystemException, NoSuchColumnException
columnId
- the primary key of the expando column
NoSuchColumnException
- if a expando column with the primary key could not be found
SystemException
- if a system exception occurredExpandoColumn updateImpl(ExpandoColumn expandoColumn, boolean merge) throws SystemException
SystemException
ExpandoColumn findByPrimaryKey(long columnId) throws SystemException, NoSuchColumnException
NoSuchColumnException
if it could not be found.
columnId
- the primary key of the expando column
NoSuchColumnException
- if a expando column with the primary key could not be found
SystemException
- if a system exception occurredExpandoColumn fetchByPrimaryKey(long columnId) throws SystemException
null
if it could not be found.
columnId
- the primary key of the expando column
null
if a expando column with the primary key could not be found
SystemException
- if a system exception occurredList<ExpandoColumn> findByTableId(long tableId) throws SystemException
tableId
- the table ID
SystemException
- if a system exception occurredList<ExpandoColumn> findByTableId(long tableId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDstart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)
SystemException
- if a system exception occurredList<ExpandoColumn> findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDstart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredExpandoColumn findByTableId_First(long tableId, OrderByComparator orderByComparator) throws SystemException, NoSuchColumnException
tableId
- the table IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchColumnException
- if a matching expando column could not be found
SystemException
- if a system exception occurredExpandoColumn fetchByTableId_First(long tableId, OrderByComparator orderByComparator) throws SystemException
tableId
- the table IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching expando column could not be found
SystemException
- if a system exception occurredExpandoColumn findByTableId_Last(long tableId, OrderByComparator orderByComparator) throws SystemException, NoSuchColumnException
tableId
- the table IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchColumnException
- if a matching expando column could not be found
SystemException
- if a system exception occurredExpandoColumn fetchByTableId_Last(long tableId, OrderByComparator orderByComparator) throws SystemException
tableId
- the table IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching expando column could not be found
SystemException
- if a system exception occurredExpandoColumn[] findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator) throws SystemException, NoSuchColumnException
columnId
- the primary key of the current expando columntableId
- the table IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchColumnException
- if a expando column with the primary key could not be found
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByTableId(long tableId) throws SystemException
tableId
- the table ID
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByTableId(long tableId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDstart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByTableId(long tableId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDstart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredExpandoColumn[] filterFindByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator) throws SystemException, NoSuchColumnException
columnId
- the primary key of the current expando columntableId
- the table IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchColumnException
- if a expando column with the primary key could not be found
SystemException
- if a system exception occurredList<ExpandoColumn> findByT_N(long tableId, String name) throws SystemException
tableId
- the table IDname
- the name
SystemException
- if a system exception occurredList<ExpandoColumn> findByT_N(long tableId, String name, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDname
- the namestart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)
SystemException
- if a system exception occurredList<ExpandoColumn> findByT_N(long tableId, String name, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDname
- the namestart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredExpandoColumn findByT_N_First(long tableId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchColumnException
tableId
- the table IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchColumnException
- if a matching expando column could not be found
SystemException
- if a system exception occurredExpandoColumn fetchByT_N_First(long tableId, String name, OrderByComparator orderByComparator) throws SystemException
tableId
- the table IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching expando column could not be found
SystemException
- if a system exception occurredExpandoColumn findByT_N_Last(long tableId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchColumnException
tableId
- the table IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchColumnException
- if a matching expando column could not be found
SystemException
- if a system exception occurredExpandoColumn fetchByT_N_Last(long tableId, String name, OrderByComparator orderByComparator) throws SystemException
tableId
- the table IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching expando column could not be found
SystemException
- if a system exception occurredExpandoColumn[] findByT_N_PrevAndNext(long columnId, long tableId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchColumnException
columnId
- the primary key of the current expando columntableId
- the table IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchColumnException
- if a expando column with the primary key could not be found
SystemException
- if a system exception occurredList<ExpandoColumn> findByT_N(long tableId, String[] names) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDnames
- the names
SystemException
- if a system exception occurredList<ExpandoColumn> findByT_N(long tableId, String[] names, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDnames
- the namesstart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)
SystemException
- if a system exception occurredList<ExpandoColumn> findByT_N(long tableId, String[] names, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDnames
- the namesstart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByT_N(long tableId, String name) throws SystemException
tableId
- the table IDname
- the name
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByT_N(long tableId, String name, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDname
- the namestart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByT_N(long tableId, String name, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDname
- the namestart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredExpandoColumn[] filterFindByT_N_PrevAndNext(long columnId, long tableId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchColumnException
columnId
- the primary key of the current expando columntableId
- the table IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchColumnException
- if a expando column with the primary key could not be found
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByT_N(long tableId, String[] names) throws SystemException
tableId
- the table IDnames
- the names
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByT_N(long tableId, String[] names, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDnames
- the namesstart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)
SystemException
- if a system exception occurredList<ExpandoColumn> filterFindByT_N(long tableId, String[] names, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
tableId
- the table IDnames
- the namesstart
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredList<ExpandoColumn> findAll() throws SystemException
SystemException
- if a system exception occurredList<ExpandoColumn> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)
SystemException
- if a system exception occurredList<ExpandoColumn> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of expando columnsend
- the upper bound of the range of expando columns (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeByTableId(long tableId) throws SystemException
tableId
- the table ID
SystemException
- if a system exception occurredvoid removeByT_N(long tableId, String name) throws SystemException
tableId
- the table IDname
- the name
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countByTableId(long tableId) throws SystemException
tableId
- the table ID
SystemException
- if a system exception occurredint filterCountByTableId(long tableId) throws SystemException
tableId
- the table ID
SystemException
- if a system exception occurredint countByT_N(long tableId, String name) throws SystemException
tableId
- the table IDname
- the name
SystemException
- if a system exception occurredint countByT_N(long tableId, String[] names) throws SystemException
tableId
- the table IDnames
- the names
SystemException
- if a system exception occurredint filterCountByT_N(long tableId, String name) throws SystemException
tableId
- the table IDname
- the name
SystemException
- if a system exception occurredint filterCountByT_N(long tableId, String[] names) throws SystemException
tableId
- the table IDnames
- the names
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |