Class ExpandoColumnPersistenceImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence,com.liferay.portal.kernel.dao.orm.SessionFactory,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoColumn>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsFields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the expando column persistence.voidcacheResult(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) Caches the expando column in the entity cache if it is enabled.voidcacheResult(List<com.liferay.expando.kernel.model.ExpandoColumn> expandoColumns) Caches the expando columns in the entity cache if it is enabled.protected voidcacheUniqueFindersCache(ExpandoColumnModelImpl expandoColumnModelImpl) voidClears the cache for all expando columns.voidclearCache(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) Clears the cache for the expando column.voidclearCache(List<com.liferay.expando.kernel.model.ExpandoColumn> expandoColumns) voidclearCache(Set<Serializable> primaryKeys) intcountAll()Returns the number of expando columns.intcountByT_N(long tableId, String name) Returns the number of expando columns where tableId = ? and name = ?.intcountByT_N(long tableId, String[] names) Returns the number of expando columns where tableId = ? and name = any ?.intcountByTableId(long tableId) Returns the number of expando columns where tableId = ?.com.liferay.expando.kernel.model.ExpandoColumncreate(long columnId) Creates a new expando column with the primary key.voiddestroy()com.liferay.expando.kernel.model.ExpandoColumnfetchByPrimaryKey(long columnId) Returns the expando column with the primary key or returnsnullif it could not be found.com.liferay.expando.kernel.model.ExpandoColumnfetchByPrimaryKey(Serializable primaryKey) Returns the expando column with the primary key or returnsnullif it could not be found.Map<Serializable,com.liferay.expando.kernel.model.ExpandoColumn> fetchByPrimaryKeys(Set<Serializable> primaryKeys) com.liferay.expando.kernel.model.ExpandoColumnfetchByT_N(long tableId, String name) Returns the expando column where tableId = ? and name = ? or returnsnullif it could not be found.com.liferay.expando.kernel.model.ExpandoColumnfetchByT_N(long tableId, String name, boolean useFinderCache) Returns the expando column where tableId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.expando.kernel.model.ExpandoColumnfetchByTableId_First(long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.com.liferay.expando.kernel.model.ExpandoColumnfetchByTableId_Last(long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns the last expando column in the ordered set where tableId = ?.intfilterCountByT_N(long tableId, String name) Returns the number of expando columns that the user has permission to view where tableId = ? and name = ?.intfilterCountByT_N(long tableId, String[] names) Returns the number of expando columns that the user has permission to view where tableId = ? and name = any ?.intfilterCountByTableId(long tableId) Returns the number of expando columns that the user has permission to view where tableId = ?.List<com.liferay.expando.kernel.model.ExpandoColumn>filterFindByTableId(long tableId) Returns all the expando columns that the user has permission to view where tableId = ?.List<com.liferay.expando.kernel.model.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<com.liferay.expando.kernel.model.ExpandoColumn>filterFindByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.com.liferay.expando.kernel.model.ExpandoColumn[]filterFindByTableId_PrevAndNext(long columnId, long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> 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 = ?.protected com.liferay.expando.kernel.model.ExpandoColumnfilterGetByTableId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.expando.kernel.model.ExpandoColumn expandoColumn, long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean previous) List<com.liferay.expando.kernel.model.ExpandoColumn>findAll()Returns all the expando columns.List<com.liferay.expando.kernel.model.ExpandoColumn>findAll(int start, int end) Returns a range of all the expando columns.List<com.liferay.expando.kernel.model.ExpandoColumn>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns.List<com.liferay.expando.kernel.model.ExpandoColumn>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns.com.liferay.expando.kernel.model.ExpandoColumnfindByPrimaryKey(long columnId) Returns the expando column with the primary key or throws aNoSuchColumnExceptionif it could not be found.com.liferay.expando.kernel.model.ExpandoColumnfindByPrimaryKey(Serializable primaryKey) Returns the expando column with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.com.liferay.expando.kernel.model.ExpandoColumnReturns the expando column where tableId = ? and name = ? or throws aNoSuchColumnExceptionif it could not be found.List<com.liferay.expando.kernel.model.ExpandoColumn>Returns all the expando columns where tableId = ? and name = any ?.List<com.liferay.expando.kernel.model.ExpandoColumn>Returns a range of all the expando columns where tableId = ? and name = any ?.List<com.liferay.expando.kernel.model.ExpandoColumn>findByT_N(long tableId, String[] names, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns where tableId = ? and name = any ?.List<com.liferay.expando.kernel.model.ExpandoColumn>findByT_N(long tableId, String[] names, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.List<com.liferay.expando.kernel.model.ExpandoColumn>findByTableId(long tableId) Returns all the expando columns where tableId = ?.List<com.liferay.expando.kernel.model.ExpandoColumn>findByTableId(long tableId, int start, int end) Returns a range of all the expando columns where tableId = ?.List<com.liferay.expando.kernel.model.ExpandoColumn>findByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns where tableId = ?.List<com.liferay.expando.kernel.model.ExpandoColumn>findByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns where tableId = ?.com.liferay.expando.kernel.model.ExpandoColumnfindByTableId_First(long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.com.liferay.expando.kernel.model.ExpandoColumnfindByTableId_Last(long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns the last expando column in the ordered set where tableId = ?.com.liferay.expando.kernel.model.ExpandoColumn[]findByTableId_PrevAndNext(long columnId, long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.protected com.liferay.expando.kernel.model.ExpandoColumngetByTableId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.expando.kernel.model.ExpandoColumn expandoColumn, long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean previous) getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) protected com.liferay.portal.kernel.dao.orm.EntityCacheprotected com.liferay.portal.kernel.dao.orm.FinderCacheprotected Stringprotected Stringcom.liferay.expando.kernel.model.ExpandoColumnremove(long columnId) Removes the expando column with the primary key from the database.com.liferay.expando.kernel.model.ExpandoColumnremove(Serializable primaryKey) Removes the expando column with the primary key from the database.voidRemoves all the expando columns from the database.com.liferay.expando.kernel.model.ExpandoColumnremoveByT_N(long tableId, String name) Removes the expando column where tableId = ? and name = ? from the database.voidremoveByTableId(long tableId) Removes all the expando columns where tableId = ? from the database.protected com.liferay.expando.kernel.model.ExpandoColumnremoveImpl(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) com.liferay.expando.kernel.model.ExpandoColumnupdateImpl(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Field Details
-
FINDER_CLASS_NAME_ENTITY
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
-
-
Constructor Details
-
ExpandoColumnPersistenceImpl
public ExpandoColumnPersistenceImpl()
-
-
Method Details
-
findByTableId
Returns all the expando columns where tableId = ?.- Specified by:
findByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table ID- Returns:
- the matching expando columns
-
findByTableId
public List<com.liferay.expando.kernel.model.ExpandoColumn> findByTableId(long tableId, int start, int end) Returns a range of all the expando columns where tableId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDstart- the lower bound of the range of expando columnsend- the upper bound of the range of expando columns (not inclusive)- Returns:
- the range of matching expando columns
-
findByTableId
public List<com.liferay.expando.kernel.model.ExpandoColumn> findByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns where tableId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching expando columns
-
findByTableId
public List<com.liferay.expando.kernel.model.ExpandoColumn> findByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns where tableId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching expando columns
-
findByTableId_First
public com.liferay.expando.kernel.model.ExpandoColumn findByTableId_First(long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) throws com.liferay.expando.kernel.exception.NoSuchColumnException Returns the first expando column in the ordered set where tableId = ?.- Specified by:
findByTableId_Firstin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching expando column
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a matching expando column could not be found
-
fetchByTableId_First
public com.liferay.expando.kernel.model.ExpandoColumn fetchByTableId_First(long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.- Specified by:
fetchByTableId_Firstin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching expando column, or
nullif a matching expando column could not be found
-
findByTableId_Last
public com.liferay.expando.kernel.model.ExpandoColumn findByTableId_Last(long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) throws com.liferay.expando.kernel.exception.NoSuchColumnException Returns the last expando column in the ordered set where tableId = ?.- Specified by:
findByTableId_Lastin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching expando column
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a matching expando column could not be found
-
fetchByTableId_Last
public com.liferay.expando.kernel.model.ExpandoColumn fetchByTableId_Last(long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns the last expando column in the ordered set where tableId = ?.- Specified by:
fetchByTableId_Lastin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching expando column, or
nullif a matching expando column could not be found
-
findByTableId_PrevAndNext
public com.liferay.expando.kernel.model.ExpandoColumn[] findByTableId_PrevAndNext(long columnId, long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) throws com.liferay.expando.kernel.exception.NoSuchColumnException Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.- Specified by:
findByTableId_PrevAndNextin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
columnId- the primary key of the current expando columntableId- the table IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next expando column
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a expando column with the primary key could not be found
-
getByTableId_PrevAndNext
protected com.liferay.expando.kernel.model.ExpandoColumn getByTableId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.expando.kernel.model.ExpandoColumn expandoColumn, long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean previous) -
filterFindByTableId
Returns all the expando columns that the user has permission to view where tableId = ?.- Specified by:
filterFindByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table ID- Returns:
- the matching expando columns that the user has permission to view
-
filterFindByTableId
public List<com.liferay.expando.kernel.model.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 = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
filterFindByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDstart- the lower bound of the range of expando columnsend- the upper bound of the range of expando columns (not inclusive)- Returns:
- the range of matching expando columns that the user has permission to view
-
filterFindByTableId
public List<com.liferay.expando.kernel.model.ExpandoColumn> filterFindByTableId(long tableId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
filterFindByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching expando columns that the user has permission to view
-
filterFindByTableId_PrevAndNext
public com.liferay.expando.kernel.model.ExpandoColumn[] filterFindByTableId_PrevAndNext(long columnId, long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) throws com.liferay.expando.kernel.exception.NoSuchColumnException 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 = ?.- Specified by:
filterFindByTableId_PrevAndNextin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
columnId- the primary key of the current expando columntableId- the table IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next expando column
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a expando column with the primary key could not be found
-
filterGetByTableId_PrevAndNext
protected com.liferay.expando.kernel.model.ExpandoColumn filterGetByTableId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.expando.kernel.model.ExpandoColumn expandoColumn, long tableId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean previous) -
removeByTableId
public void removeByTableId(long tableId) Removes all the expando columns where tableId = ? from the database.- Specified by:
removeByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table ID
-
countByTableId
public int countByTableId(long tableId) Returns the number of expando columns where tableId = ?.- Specified by:
countByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table ID- Returns:
- the number of matching expando columns
-
filterCountByTableId
public int filterCountByTableId(long tableId) Returns the number of expando columns that the user has permission to view where tableId = ?.- Specified by:
filterCountByTableIdin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table ID- Returns:
- the number of matching expando columns that the user has permission to view
-
findByT_N
Returns all the expando columns where tableId = ? and name = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDnames- the names- Returns:
- the matching expando columns
-
findByT_N
public List<com.liferay.expando.kernel.model.ExpandoColumn> findByT_N(long tableId, String[] names, int start, int end) Returns a range of all the expando columns where tableId = ? and name = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
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)- Returns:
- the range of matching expando columns
-
findByT_N
public List<com.liferay.expando.kernel.model.ExpandoColumn> findByT_N(long tableId, String[] names, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns where tableId = ? and name = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching expando columns
-
findByT_N
public List<com.liferay.expando.kernel.model.ExpandoColumn> findByT_N(long tableId, String[] names, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching expando columns
-
findByT_N
public com.liferay.expando.kernel.model.ExpandoColumn findByT_N(long tableId, String name) throws com.liferay.expando.kernel.exception.NoSuchColumnException Returns the expando column where tableId = ? and name = ? or throws aNoSuchColumnExceptionif it could not be found.- Specified by:
findByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDname- the name- Returns:
- the matching expando column
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a matching expando column could not be found
-
fetchByT_N
Returns the expando column where tableId = ? and name = ? or returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDname- the name- Returns:
- the matching expando column, or
nullif a matching expando column could not be found
-
fetchByT_N
public com.liferay.expando.kernel.model.ExpandoColumn fetchByT_N(long tableId, String name, boolean useFinderCache) Returns the expando column where tableId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDname- the nameuseFinderCache- whether to use the finder cache- Returns:
- the matching expando column, or
nullif a matching expando column could not be found
-
removeByT_N
public com.liferay.expando.kernel.model.ExpandoColumn removeByT_N(long tableId, String name) throws com.liferay.expando.kernel.exception.NoSuchColumnException Removes the expando column where tableId = ? and name = ? from the database.- Specified by:
removeByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDname- the name- Returns:
- the expando column that was removed
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException
-
countByT_N
Returns the number of expando columns where tableId = ? and name = ?.- Specified by:
countByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDname- the name- Returns:
- the number of matching expando columns
-
countByT_N
Returns the number of expando columns where tableId = ? and name = any ?.- Specified by:
countByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDnames- the names- Returns:
- the number of matching expando columns
-
filterCountByT_N
Returns the number of expando columns that the user has permission to view where tableId = ? and name = ?.- Specified by:
filterCountByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDname- the name- Returns:
- the number of matching expando columns that the user has permission to view
-
filterCountByT_N
Returns the number of expando columns that the user has permission to view where tableId = ? and name = any ?.- Specified by:
filterCountByT_Nin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
tableId- the table IDnames- the names- Returns:
- the number of matching expando columns that the user has permission to view
-
cacheResult
public void cacheResult(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) Caches the expando column in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Overrides:
cacheResultin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>- Parameters:
expandoColumn- the expando column
-
cacheResult
Caches the expando columns in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
expandoColumns- the expando columns
-
clearCache
public void clearCache()Clears the cache for all expando columns.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
clearCache
public void clearCache(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) Clears the cache for the expando column.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>
-
cacheUniqueFindersCache
-
create
public com.liferay.expando.kernel.model.ExpandoColumn create(long columnId) Creates a new expando column with the primary key. Does not add the expando column to the database.- Specified by:
createin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
columnId- the primary key for the new expando column- Returns:
- the new expando column
-
remove
public com.liferay.expando.kernel.model.ExpandoColumn remove(long columnId) throws com.liferay.expando.kernel.exception.NoSuchColumnException Removes the expando column with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
removein interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
columnId- the primary key of the expando column- Returns:
- the expando column that was removed
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a expando column with the primary key could not be found
-
remove
public com.liferay.expando.kernel.model.ExpandoColumn remove(Serializable primaryKey) throws com.liferay.expando.kernel.exception.NoSuchColumnException Removes the expando column with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
removein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
removein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>- Parameters:
primaryKey- the primary key of the expando column- Returns:
- the expando column that was removed
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a expando column with the primary key could not be found
-
removeImpl
protected com.liferay.expando.kernel.model.ExpandoColumn removeImpl(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) - Overrides:
removeImplin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
updateImpl
public com.liferay.expando.kernel.model.ExpandoColumn updateImpl(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) - Specified by:
updateImplin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Overrides:
updateImplin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
findByPrimaryKey
public com.liferay.expando.kernel.model.ExpandoColumn findByPrimaryKey(Serializable primaryKey) throws com.liferay.expando.kernel.exception.NoSuchColumnException Returns the expando column with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
findByPrimaryKeyin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>- Parameters:
primaryKey- the primary key of the expando column- Returns:
- the expando column
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a expando column with the primary key could not be found
-
findByPrimaryKey
public com.liferay.expando.kernel.model.ExpandoColumn findByPrimaryKey(long columnId) throws com.liferay.expando.kernel.exception.NoSuchColumnException Returns the expando column with the primary key or throws aNoSuchColumnExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
columnId- the primary key of the expando column- Returns:
- the expando column
- Throws:
com.liferay.expando.kernel.exception.NoSuchColumnException- if a expando column with the primary key could not be found
-
fetchByPrimaryKey
Returns the expando column with the primary key or returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
fetchByPrimaryKeyin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>- Parameters:
primaryKey- the primary key of the expando column- Returns:
- the expando column, or
nullif a expando column with the primary key could not be found
-
fetchByPrimaryKey
public com.liferay.expando.kernel.model.ExpandoColumn fetchByPrimaryKey(long columnId) Returns the expando column with the primary key or returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
columnId- the primary key of the expando column- Returns:
- the expando column, or
nullif a expando column with the primary key could not be found
-
fetchByPrimaryKeys
public Map<Serializable,com.liferay.expando.kernel.model.ExpandoColumn> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - Specified by:
fetchByPrimaryKeysin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
fetchByPrimaryKeysin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
findAll
Returns all the expando columns.- Specified by:
findAllin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Returns:
- the expando columns
-
findAll
Returns a range of all the expando columns.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findAllin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
start- the lower bound of the range of expando columnsend- the upper bound of the range of expando columns (not inclusive)- Returns:
- the range of expando columns
-
findAll
public List<com.liferay.expando.kernel.model.ExpandoColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findAllin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
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 (optionallynull)- Returns:
- the ordered range of expando columns
-
findAll
public List<com.liferay.expando.kernel.model.ExpandoColumn> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromExpandoColumnModelImpl.- Specified by:
findAllin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Parameters:
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 (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of expando columns
-
removeAll
public void removeAll()Removes all the expando columns from the database.- Specified by:
removeAllin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence
-
countAll
public int countAll()Returns the number of expando columns.- Specified by:
countAllin interfacecom.liferay.expando.kernel.service.persistence.ExpandoColumnPersistence- Returns:
- the number of expando columns
-
getBadColumnNames
- Specified by:
getBadColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
getBadColumnNamesin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
getEntityCache
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()- Overrides:
getEntityCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
getPKDBName
- Overrides:
getPKDBNamein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
getSelectSQL
- Overrides:
getSelectSQLin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
getCTColumnNames
public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) - Specified by:
getCTColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoColumn>
-
getMappingTableNames
- Specified by:
getMappingTableNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoColumn>
-
getTableColumnsMap
- Specified by:
getTableColumnsMapin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoColumn>- Overrides:
getTableColumnsMapin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-
getTableName
- Specified by:
getTableNamein interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoColumn>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoColumn>
-
afterPropertiesSet
public void afterPropertiesSet()Initializes the expando column persistence. -
destroy
public void destroy() -
getFinderCache
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()- Overrides:
getFinderCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoColumn>
-