Uses of Interface
com.liferay.expando.kernel.model.ExpandoTable
Packages that use ExpandoTable
Package
Description
-
Uses of ExpandoTable in com.liferay.expando.kernel.model
Classes in com.liferay.expando.kernel.model that implement ExpandoTableFields in com.liferay.expando.kernel.model with type parameters of type ExpandoTableModifier and TypeFieldDescriptionstatic final Accessor<ExpandoTable,
Long> ExpandoTable.TABLE_ID_ACCESSOR
Methods in com.liferay.expando.kernel.model that return ExpandoTableModifier and TypeMethodDescriptionExpandoTableModel.cloneWithOriginalValues()
ExpandoTableWrapper.cloneWithOriginalValues()
Methods in com.liferay.expando.kernel.model that return types with arguments of type ExpandoTableModifier and TypeMethodDescriptionExpandoTableWrapper.getAttributeGetterFunctions()
ExpandoTableWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.expando.kernel.model with parameters of type ExpandoTableModifier and TypeMethodDescriptionprotected ExpandoTableWrapper
ExpandoTableWrapper.wrap
(ExpandoTable expandoTable) Constructors in com.liferay.expando.kernel.model with parameters of type ExpandoTable -
Uses of ExpandoTable in com.liferay.expando.kernel.service
Methods in com.liferay.expando.kernel.service that return ExpandoTableModifier and TypeMethodDescriptionExpandoTableLocalService.addDefaultTable
(long companyId, long classNameId) ExpandoTableLocalService.addDefaultTable
(long companyId, String className) static ExpandoTable
ExpandoTableLocalServiceUtil.addDefaultTable
(long companyId, long classNameId) static ExpandoTable
ExpandoTableLocalServiceUtil.addDefaultTable
(long companyId, String className) ExpandoTableLocalServiceWrapper.addDefaultTable
(long companyId, long classNameId) ExpandoTableLocalServiceWrapper.addDefaultTable
(long companyId, String className) ExpandoTableLocalService.addExpandoTable
(ExpandoTable expandoTable) Adds the expando table to the database.static ExpandoTable
ExpandoTableLocalServiceUtil.addExpandoTable
(ExpandoTable expandoTable) Adds the expando table to the database.ExpandoTableLocalServiceWrapper.addExpandoTable
(ExpandoTable expandoTable) Adds the expando table to the database.static ExpandoTable
static ExpandoTable
ExpandoTableLocalService.createExpandoTable
(long tableId) Creates a new expando table with the primary key.static ExpandoTable
ExpandoTableLocalServiceUtil.createExpandoTable
(long tableId) Creates a new expando table with the primary key.ExpandoTableLocalServiceWrapper.createExpandoTable
(long tableId) Creates a new expando table with the primary key.ExpandoTableLocalService.deleteExpandoTable
(long tableId) Deletes the expando table with the primary key from the database.ExpandoTableLocalService.deleteExpandoTable
(ExpandoTable expandoTable) Deletes the expando table from the database.static ExpandoTable
ExpandoTableLocalServiceUtil.deleteExpandoTable
(long tableId) Deletes the expando table with the primary key from the database.static ExpandoTable
ExpandoTableLocalServiceUtil.deleteExpandoTable
(ExpandoTable expandoTable) Deletes the expando table from the database.ExpandoTableLocalServiceWrapper.deleteExpandoTable
(long tableId) Deletes the expando table with the primary key from the database.ExpandoTableLocalServiceWrapper.deleteExpandoTable
(ExpandoTable expandoTable) Deletes the expando table from the database.ExpandoTableLocalService.fetchDefaultTable
(long companyId, long classNameId) ExpandoTableLocalService.fetchDefaultTable
(long companyId, String className) static ExpandoTable
ExpandoTableLocalServiceUtil.fetchDefaultTable
(long companyId, long classNameId) static ExpandoTable
ExpandoTableLocalServiceUtil.fetchDefaultTable
(long companyId, String className) ExpandoTableLocalServiceWrapper.fetchDefaultTable
(long companyId, long classNameId) ExpandoTableLocalServiceWrapper.fetchDefaultTable
(long companyId, String className) ExpandoTableLocalService.fetchExpandoTable
(long tableId) static ExpandoTable
ExpandoTableLocalServiceUtil.fetchExpandoTable
(long tableId) ExpandoTableLocalServiceWrapper.fetchExpandoTable
(long tableId) ExpandoTableLocalService.fetchTable
(long companyId, long classNameId, String name) static ExpandoTable
ExpandoTableLocalServiceUtil.fetchTable
(long companyId, long classNameId, String name) ExpandoTableLocalServiceWrapper.fetchTable
(long companyId, long classNameId, String name) ExpandoTableLocalService.getDefaultTable
(long companyId, long classNameId) ExpandoTableLocalService.getDefaultTable
(long companyId, String className) static ExpandoTable
ExpandoTableLocalServiceUtil.getDefaultTable
(long companyId, long classNameId) static ExpandoTable
ExpandoTableLocalServiceUtil.getDefaultTable
(long companyId, String className) ExpandoTableLocalServiceWrapper.getDefaultTable
(long companyId, long classNameId) ExpandoTableLocalServiceWrapper.getDefaultTable
(long companyId, String className) ExpandoTableLocalService.getExpandoTable
(long tableId) Returns the expando table with the primary key.static ExpandoTable
ExpandoTableLocalServiceUtil.getExpandoTable
(long tableId) Returns the expando table with the primary key.ExpandoTableLocalServiceWrapper.getExpandoTable
(long tableId) Returns the expando table with the primary key.ExpandoTableLocalService.getTable
(long tableId) static ExpandoTable
ExpandoTableLocalServiceUtil.getTable
(long tableId) static ExpandoTable
static ExpandoTable
ExpandoTableLocalServiceWrapper.getTable
(long tableId) ExpandoTableLocalService.updateExpandoTable
(ExpandoTable expandoTable) Updates the expando table in the database or adds it if it does not yet exist.static ExpandoTable
ExpandoTableLocalServiceUtil.updateExpandoTable
(ExpandoTable expandoTable) Updates the expando table in the database or adds it if it does not yet exist.ExpandoTableLocalServiceWrapper.updateExpandoTable
(ExpandoTable expandoTable) Updates the expando table in the database or adds it if it does not yet exist.ExpandoTableLocalService.updateTable
(long tableId, String name) static ExpandoTable
ExpandoTableLocalServiceUtil.updateTable
(long tableId, String name) ExpandoTableLocalServiceWrapper.updateTable
(long tableId, String name) Methods in com.liferay.expando.kernel.service that return types with arguments of type ExpandoTableModifier and TypeMethodDescriptionExpandoTableLocalService.getCTPersistence()
ExpandoTableLocalServiceWrapper.getCTPersistence()
ExpandoTableLocalService.getExpandoTables
(int start, int end) Returns a range of all the expando tables.static List<ExpandoTable>
ExpandoTableLocalServiceUtil.getExpandoTables
(int start, int end) Returns a range of all the expando tables.ExpandoTableLocalServiceWrapper.getExpandoTables
(int start, int end) Returns a range of all the expando tables.ExpandoTableLocalService.getModelClass()
ExpandoTableLocalServiceWrapper.getModelClass()
ExpandoTableLocalService.getTables
(long companyId, long classNameId) static List<ExpandoTable>
ExpandoTableLocalServiceUtil.getTables
(long companyId, long classNameId) static List<ExpandoTable>
ExpandoTableLocalServiceWrapper.getTables
(long companyId, long classNameId) Methods in com.liferay.expando.kernel.service with parameters of type ExpandoTableModifier and TypeMethodDescriptionExpandoTableLocalService.addExpandoTable
(ExpandoTable expandoTable) Adds the expando table to the database.static ExpandoTable
ExpandoTableLocalServiceUtil.addExpandoTable
(ExpandoTable expandoTable) Adds the expando table to the database.ExpandoTableLocalServiceWrapper.addExpandoTable
(ExpandoTable expandoTable) Adds the expando table to the database.ExpandoTableLocalService.deleteExpandoTable
(ExpandoTable expandoTable) Deletes the expando table from the database.static ExpandoTable
ExpandoTableLocalServiceUtil.deleteExpandoTable
(ExpandoTable expandoTable) Deletes the expando table from the database.ExpandoTableLocalServiceWrapper.deleteExpandoTable
(ExpandoTable expandoTable) Deletes the expando table from the database.void
ExpandoTableLocalService.deleteTable
(ExpandoTable table) static void
ExpandoTableLocalServiceUtil.deleteTable
(ExpandoTable table) void
ExpandoTableLocalServiceWrapper.deleteTable
(ExpandoTable table) ExpandoTableLocalService.updateExpandoTable
(ExpandoTable expandoTable) Updates the expando table in the database or adds it if it does not yet exist.static ExpandoTable
ExpandoTableLocalServiceUtil.updateExpandoTable
(ExpandoTable expandoTable) Updates the expando table in the database or adds it if it does not yet exist.ExpandoTableLocalServiceWrapper.updateExpandoTable
(ExpandoTable expandoTable) Updates the expando table in the database or adds it if it does not yet exist.Method parameters in com.liferay.expando.kernel.service with type arguments of type ExpandoTableModifier and TypeMethodDescription<R,
E extends Throwable>
RExpandoTableLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoTable>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RExpandoTableLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoTable>, R, E> updateUnsafeFunction) -
Uses of ExpandoTable in com.liferay.expando.kernel.service.persistence
Methods in com.liferay.expando.kernel.service.persistence that return ExpandoTableModifier and TypeMethodDescriptionExpandoTablePersistence.create
(long tableId) Creates a new expando table with the primary key.static ExpandoTable
ExpandoTableUtil.create
(long tableId) Creates a new expando table with the primary key.ExpandoTablePersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.fetchByC_C_N
(long companyId, long classNameId, String name) Returns the expando table where companyId = ? and classNameId = ? and name = ? or returnsnull
if it could not be found.ExpandoTablePersistence.fetchByC_C_N
(long companyId, long classNameId, String name, boolean useFinderCache) Returns the expando table where companyId = ? and classNameId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static ExpandoTable
ExpandoTableUtil.fetchByC_C_N
(long companyId, long classNameId, String name) Returns the expando table where companyId = ? and classNameId = ? and name = ? or returnsnull
if it could not be found.static ExpandoTable
ExpandoTableUtil.fetchByC_C_N
(long companyId, long classNameId, String name, boolean useFinderCache) Returns the expando table where companyId = ? and classNameId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.ExpandoTablePersistence.fetchByPrimaryKey
(long tableId) Returns the expando table with the primary key or returnsnull
if it could not be found.static ExpandoTable
ExpandoTableUtil.fetchByPrimaryKey
(long tableId) Returns the expando table with the primary key or returnsnull
if it could not be found.ExpandoTablePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C_N
(long companyId, long classNameId, String name) Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws aNoSuchTableException
if it could not be found.static ExpandoTable
ExpandoTableUtil.findByC_C_N
(long companyId, long classNameId, String name) Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws aNoSuchTableException
if it could not be found.ExpandoTablePersistence.findByC_C_PrevAndNext
(long tableId, long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable[]
ExpandoTableUtil.findByC_C_PrevAndNext
(long tableId, long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByPrimaryKey
(long tableId) Returns the expando table with the primary key or throws aNoSuchTableException
if it could not be found.static ExpandoTable
ExpandoTableUtil.findByPrimaryKey
(long tableId) Returns the expando table with the primary key or throws aNoSuchTableException
if it could not be found.ExpandoTablePersistence.remove
(long tableId) Removes the expando table with the primary key from the database.static ExpandoTable
ExpandoTableUtil.remove
(long tableId) Removes the expando table with the primary key from the database.ExpandoTablePersistence.removeByC_C_N
(long companyId, long classNameId, String name) Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.static ExpandoTable
ExpandoTableUtil.removeByC_C_N
(long companyId, long classNameId, String name) Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.static ExpandoTable
ExpandoTableUtil.update
(ExpandoTable expandoTable) static ExpandoTable
ExpandoTableUtil.update
(ExpandoTable expandoTable, ServiceContext serviceContext) ExpandoTablePersistence.updateImpl
(ExpandoTable expandoTable) static ExpandoTable
ExpandoTableUtil.updateImpl
(ExpandoTable expandoTable) Methods in com.liferay.expando.kernel.service.persistence that return types with arguments of type ExpandoTableModifier and TypeMethodDescriptionstatic Map<Serializable,
ExpandoTable> ExpandoTableUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) ExpandoTablePersistence.findAll()
Returns all the expando tables.ExpandoTablePersistence.findAll
(int start, int end) Returns a range of all the expando tables.ExpandoTablePersistence.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables.ExpandoTablePersistence.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables.static List<ExpandoTable>
ExpandoTableUtil.findAll()
Returns all the expando tables.static List<ExpandoTable>
ExpandoTableUtil.findAll
(int start, int end) Returns a range of all the expando tables.static List<ExpandoTable>
ExpandoTableUtil.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables.static List<ExpandoTable>
ExpandoTableUtil.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables.ExpandoTablePersistence.findByC_C
(long companyId, long classNameId) Returns all the expando tables where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C
(long companyId, long classNameId, int start, int end) Returns a range of all the expando tables where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findByC_C
(long companyId, long classNameId) Returns all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findByC_C
(long companyId, long classNameId, int start, int end) Returns a range of all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<ExpandoTable>
ExpandoTableUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<ExpandoTable>
ExpandoTableUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Methods in com.liferay.expando.kernel.service.persistence with parameters of type ExpandoTableModifier and TypeMethodDescriptionvoid
ExpandoTablePersistence.cacheResult
(ExpandoTable expandoTable) Caches the expando table in the entity cache if it is enabled.static void
ExpandoTableUtil.cacheResult
(ExpandoTable expandoTable) Caches the expando table in the entity cache if it is enabled.static void
ExpandoTableUtil.clearCache
(ExpandoTable expandoTable) static ExpandoTable
ExpandoTableUtil.update
(ExpandoTable expandoTable) static ExpandoTable
ExpandoTableUtil.update
(ExpandoTable expandoTable, ServiceContext serviceContext) ExpandoTablePersistence.updateImpl
(ExpandoTable expandoTable) static ExpandoTable
ExpandoTableUtil.updateImpl
(ExpandoTable expandoTable) Method parameters in com.liferay.expando.kernel.service.persistence with type arguments of type ExpandoTableModifier and TypeMethodDescriptionvoid
ExpandoTablePersistence.cacheResult
(List<ExpandoTable> expandoTables) Caches the expando tables in the entity cache if it is enabled.static void
ExpandoTableUtil.cacheResult
(List<ExpandoTable> expandoTables) Caches the expando tables in the entity cache if it is enabled.ExpandoTablePersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables.ExpandoTablePersistence.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables.static List<ExpandoTable>
ExpandoTableUtil.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables.static List<ExpandoTable>
ExpandoTableUtil.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables.ExpandoTablePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C_PrevAndNext
(long tableId, long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable[]
ExpandoTableUtil.findByC_C_PrevAndNext
(long tableId, long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoTable> orderByComparator)