Uses of Interface
com.liferay.expando.kernel.model.ExpandoRow
Packages that use ExpandoRow
Package
Description
-
Uses of ExpandoRow in com.liferay.expando.kernel.model
Classes in com.liferay.expando.kernel.model that implement ExpandoRowFields in com.liferay.expando.kernel.model with type parameters of type ExpandoRowModifier and TypeFieldDescriptionstatic final Accessor<ExpandoRow,Long> ExpandoRow.ROW_ID_ACCESSORMethods in com.liferay.expando.kernel.model that return ExpandoRowModifier and TypeMethodDescriptionExpandoRowModel.cloneWithOriginalValues()ExpandoRowWrapper.cloneWithOriginalValues()Methods in com.liferay.expando.kernel.model that return types with arguments of type ExpandoRowModifier and TypeMethodDescriptionExpandoRowWrapper.getAttributeGetterFunctions()ExpandoRowWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.expando.kernel.model with parameters of type ExpandoRowModifier and TypeMethodDescriptionprotected ExpandoRowWrapperExpandoRowWrapper.wrap(ExpandoRow expandoRow) Constructors in com.liferay.expando.kernel.model with parameters of type ExpandoRow -
Uses of ExpandoRow in com.liferay.expando.kernel.service
Methods in com.liferay.expando.kernel.service that return ExpandoRowModifier and TypeMethodDescriptionExpandoRowLocalService.addExpandoRow(ExpandoRow expandoRow) Adds the expando row to the database.static ExpandoRowExpandoRowLocalServiceUtil.addExpandoRow(ExpandoRow expandoRow) Adds the expando row to the database.ExpandoRowLocalServiceWrapper.addExpandoRow(ExpandoRow expandoRow) Adds the expando row to the database.ExpandoRowLocalService.addRow(long tableId, long classPK) static ExpandoRowExpandoRowLocalServiceUtil.addRow(long tableId, long classPK) ExpandoRowLocalServiceWrapper.addRow(long tableId, long classPK) ExpandoRowLocalService.createExpandoRow(long rowId) Creates a new expando row with the primary key.static ExpandoRowExpandoRowLocalServiceUtil.createExpandoRow(long rowId) Creates a new expando row with the primary key.ExpandoRowLocalServiceWrapper.createExpandoRow(long rowId) Creates a new expando row with the primary key.ExpandoRowLocalService.deleteExpandoRow(long rowId) Deletes the expando row with the primary key from the database.ExpandoRowLocalService.deleteExpandoRow(ExpandoRow expandoRow) Deletes the expando row from the database.static ExpandoRowExpandoRowLocalServiceUtil.deleteExpandoRow(long rowId) Deletes the expando row with the primary key from the database.static ExpandoRowExpandoRowLocalServiceUtil.deleteExpandoRow(ExpandoRow expandoRow) Deletes the expando row from the database.ExpandoRowLocalServiceWrapper.deleteExpandoRow(long rowId) Deletes the expando row with the primary key from the database.ExpandoRowLocalServiceWrapper.deleteExpandoRow(ExpandoRow expandoRow) Deletes the expando row from the database.ExpandoRowLocalService.fetchExpandoRow(long rowId) static ExpandoRowExpandoRowLocalServiceUtil.fetchExpandoRow(long rowId) ExpandoRowLocalServiceWrapper.fetchExpandoRow(long rowId) ExpandoRowLocalService.fetchRow(long tableId, long classPK) static ExpandoRowExpandoRowLocalServiceUtil.fetchRow(long tableId, long classPK) ExpandoRowLocalServiceWrapper.fetchRow(long tableId, long classPK) ExpandoRowLocalService.getExpandoRow(long rowId) Returns the expando row with the primary key.static ExpandoRowExpandoRowLocalServiceUtil.getExpandoRow(long rowId) Returns the expando row with the primary key.ExpandoRowLocalServiceWrapper.getExpandoRow(long rowId) Returns the expando row with the primary key.ExpandoRowLocalService.getRow(long rowId) ExpandoRowLocalService.getRow(long tableId, long classPK) static ExpandoRowExpandoRowLocalServiceUtil.getRow(long rowId) static ExpandoRowExpandoRowLocalServiceUtil.getRow(long tableId, long classPK) static ExpandoRowstatic ExpandoRowExpandoRowLocalServiceWrapper.getRow(long rowId) ExpandoRowLocalServiceWrapper.getRow(long tableId, long classPK) ExpandoRowLocalServiceWrapper.getRow(long companyId, long classNameId, String tableName, long classPK) ExpandoRowLocalServiceWrapper.getRow(long companyId, String className, String tableName, long classPK) ExpandoRowLocalService.updateExpandoRow(ExpandoRow expandoRow) Updates the expando row in the database or adds it if it does not yet exist.static ExpandoRowExpandoRowLocalServiceUtil.updateExpandoRow(ExpandoRow expandoRow) Updates the expando row in the database or adds it if it does not yet exist.ExpandoRowLocalServiceWrapper.updateExpandoRow(ExpandoRow expandoRow) Updates the expando row in the database or adds it if it does not yet exist.Methods in com.liferay.expando.kernel.service that return types with arguments of type ExpandoRowModifier and TypeMethodDescriptionExpandoRowLocalService.getCTPersistence()ExpandoRowLocalServiceWrapper.getCTPersistence()ExpandoRowLocalService.getDefaultTableRows(long companyId, long classNameId, int start, int end) ExpandoRowLocalService.getDefaultTableRows(long companyId, String className, int start, int end) static List<ExpandoRow>ExpandoRowLocalServiceUtil.getDefaultTableRows(long companyId, long classNameId, int start, int end) static List<ExpandoRow>ExpandoRowLocalServiceUtil.getDefaultTableRows(long companyId, String className, int start, int end) ExpandoRowLocalServiceWrapper.getDefaultTableRows(long companyId, long classNameId, int start, int end) ExpandoRowLocalServiceWrapper.getDefaultTableRows(long companyId, String className, int start, int end) ExpandoRowLocalService.getExpandoRows(int start, int end) Returns a range of all the expando rows.static List<ExpandoRow>ExpandoRowLocalServiceUtil.getExpandoRows(int start, int end) Returns a range of all the expando rows.ExpandoRowLocalServiceWrapper.getExpandoRows(int start, int end) Returns a range of all the expando rows.ExpandoRowLocalService.getModelClass()ExpandoRowLocalServiceWrapper.getModelClass()ExpandoRowLocalService.getRows(long tableId, int start, int end) ExpandoRowLocalService.getRows(long companyId, long classNameId, String tableName, int start, int end) ExpandoRowLocalService.getRows(long companyId, String className, String tableName, int start, int end) static List<ExpandoRow>ExpandoRowLocalServiceUtil.getRows(long tableId, int start, int end) static List<ExpandoRow>ExpandoRowLocalServiceUtil.getRows(long companyId, long classNameId, String tableName, int start, int end) static List<ExpandoRow>ExpandoRowLocalServiceUtil.getRows(long companyId, String className, String tableName, int start, int end) ExpandoRowLocalServiceWrapper.getRows(long tableId, int start, int end) ExpandoRowLocalServiceWrapper.getRows(long companyId, long classNameId, String tableName, int start, int end) ExpandoRowLocalServiceWrapper.getRows(long companyId, String className, String tableName, int start, int end) Methods in com.liferay.expando.kernel.service with parameters of type ExpandoRowModifier and TypeMethodDescriptionExpandoRowLocalService.addExpandoRow(ExpandoRow expandoRow) Adds the expando row to the database.static ExpandoRowExpandoRowLocalServiceUtil.addExpandoRow(ExpandoRow expandoRow) Adds the expando row to the database.ExpandoRowLocalServiceWrapper.addExpandoRow(ExpandoRow expandoRow) Adds the expando row to the database.ExpandoRowLocalService.deleteExpandoRow(ExpandoRow expandoRow) Deletes the expando row from the database.static ExpandoRowExpandoRowLocalServiceUtil.deleteExpandoRow(ExpandoRow expandoRow) Deletes the expando row from the database.ExpandoRowLocalServiceWrapper.deleteExpandoRow(ExpandoRow expandoRow) Deletes the expando row from the database.voidExpandoRowLocalService.deleteRow(ExpandoRow row) static voidExpandoRowLocalServiceUtil.deleteRow(ExpandoRow row) voidExpandoRowLocalServiceWrapper.deleteRow(ExpandoRow row) ExpandoRowLocalService.updateExpandoRow(ExpandoRow expandoRow) Updates the expando row in the database or adds it if it does not yet exist.static ExpandoRowExpandoRowLocalServiceUtil.updateExpandoRow(ExpandoRow expandoRow) Updates the expando row in the database or adds it if it does not yet exist.ExpandoRowLocalServiceWrapper.updateExpandoRow(ExpandoRow expandoRow) Updates the expando row 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 ExpandoRowModifier and TypeMethodDescription<R,E extends Throwable>
RExpandoRowLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoRow>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RExpandoRowLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<ExpandoRow>, R, E> updateUnsafeFunction) -
Uses of ExpandoRow in com.liferay.expando.kernel.service.persistence
Methods in com.liferay.expando.kernel.service.persistence that return ExpandoRowModifier and TypeMethodDescriptionExpandoRowPersistence.create(long rowId) Creates a new expando row with the primary key.static ExpandoRowExpandoRowUtil.create(long rowId) Creates a new expando row with the primary key.ExpandoRowPersistence.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.static ExpandoRowExpandoRowUtil.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.ExpandoRowPersistence.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.static ExpandoRowExpandoRowUtil.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.ExpandoRowPersistence.fetchByPrimaryKey(long rowId) Returns the expando row with the primary key or returnsnullif it could not be found.static ExpandoRowExpandoRowUtil.fetchByPrimaryKey(long rowId) Returns the expando row with the primary key or returnsnullif it could not be found.ExpandoRowPersistence.fetchByT_C(long tableId, long classPK) Returns the expando row where tableId = ? and classPK = ? or returnsnullif it could not be found.ExpandoRowPersistence.fetchByT_C(long tableId, long classPK, boolean useFinderCache) Returns the expando row where tableId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.static ExpandoRowExpandoRowUtil.fetchByT_C(long tableId, long classPK) Returns the expando row where tableId = ? and classPK = ? or returnsnullif it could not be found.static ExpandoRowExpandoRowUtil.fetchByT_C(long tableId, long classPK, boolean useFinderCache) Returns the expando row where tableId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.ExpandoRowPersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.static ExpandoRowExpandoRowUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.ExpandoRowPersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.static ExpandoRowExpandoRowUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.ExpandoRowPersistence.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.static ExpandoRowExpandoRowUtil.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.static ExpandoRowExpandoRowUtil.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.static ExpandoRow[]ExpandoRowUtil.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByPrimaryKey(long rowId) Returns the expando row with the primary key or throws aNoSuchRowExceptionif it could not be found.static ExpandoRowExpandoRowUtil.findByPrimaryKey(long rowId) Returns the expando row with the primary key or throws aNoSuchRowExceptionif it could not be found.ExpandoRowPersistence.findByT_C(long tableId, long classPK) Returns the expando row where tableId = ? and classPK = ? or throws aNoSuchRowExceptionif it could not be found.static ExpandoRowExpandoRowUtil.findByT_C(long tableId, long classPK) Returns the expando row where tableId = ? and classPK = ? or throws aNoSuchRowExceptionif it could not be found.ExpandoRowPersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.static ExpandoRowExpandoRowUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.static ExpandoRowExpandoRowUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.static ExpandoRow[]ExpandoRowUtil.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.ExpandoRowPersistence.remove(long rowId) Removes the expando row with the primary key from the database.static ExpandoRowExpandoRowUtil.remove(long rowId) Removes the expando row with the primary key from the database.ExpandoRowPersistence.removeByT_C(long tableId, long classPK) Removes the expando row where tableId = ? and classPK = ? from the database.static ExpandoRowExpandoRowUtil.removeByT_C(long tableId, long classPK) Removes the expando row where tableId = ? and classPK = ? from the database.static ExpandoRowExpandoRowUtil.update(ExpandoRow expandoRow) static ExpandoRowExpandoRowUtil.update(ExpandoRow expandoRow, ServiceContext serviceContext) ExpandoRowPersistence.updateImpl(ExpandoRow expandoRow) static ExpandoRowExpandoRowUtil.updateImpl(ExpandoRow expandoRow) Methods in com.liferay.expando.kernel.service.persistence that return types with arguments of type ExpandoRowModifier and TypeMethodDescriptionstatic Map<Serializable,ExpandoRow> ExpandoRowUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) ExpandoRowPersistence.findAll()Returns all the expando rows.ExpandoRowPersistence.findAll(int start, int end) Returns a range of all the expando rows.ExpandoRowPersistence.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows.ExpandoRowPersistence.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows.static List<ExpandoRow>ExpandoRowUtil.findAll()Returns all the expando rows.static List<ExpandoRow>ExpandoRowUtil.findAll(int start, int end) Returns a range of all the expando rows.static List<ExpandoRow>ExpandoRowUtil.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows.static List<ExpandoRow>ExpandoRowUtil.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows.ExpandoRowPersistence.findByClassPK(long classPK) Returns all the expando rows where classPK = ?.ExpandoRowPersistence.findByClassPK(long classPK, int start, int end) Returns a range of all the expando rows where classPK = ?.ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where classPK = ?.ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where classPK = ?.static List<ExpandoRow>ExpandoRowUtil.findByClassPK(long classPK) Returns all the expando rows where classPK = ?.static List<ExpandoRow>ExpandoRowUtil.findByClassPK(long classPK, int start, int end) Returns a range of all the expando rows where classPK = ?.static List<ExpandoRow>ExpandoRowUtil.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where classPK = ?.static List<ExpandoRow>ExpandoRowUtil.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where classPK = ?.ExpandoRowPersistence.findByTableId(long tableId) Returns all the expando rows where tableId = ?.ExpandoRowPersistence.findByTableId(long tableId, int start, int end) Returns a range of all the expando rows where tableId = ?.ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where tableId = ?.ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where tableId = ?.static List<ExpandoRow>ExpandoRowUtil.findByTableId(long tableId) Returns all the expando rows where tableId = ?.static List<ExpandoRow>ExpandoRowUtil.findByTableId(long tableId, int start, int end) Returns a range of all the expando rows where tableId = ?.static List<ExpandoRow>ExpandoRowUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where tableId = ?.static List<ExpandoRow>ExpandoRowUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where tableId = ?.static List<ExpandoRow>ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<ExpandoRow>ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<ExpandoRow>ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Methods in com.liferay.expando.kernel.service.persistence with parameters of type ExpandoRowModifier and TypeMethodDescriptionvoidExpandoRowPersistence.cacheResult(ExpandoRow expandoRow) Caches the expando row in the entity cache if it is enabled.static voidExpandoRowUtil.cacheResult(ExpandoRow expandoRow) Caches the expando row in the entity cache if it is enabled.static voidExpandoRowUtil.clearCache(ExpandoRow expandoRow) static ExpandoRowExpandoRowUtil.update(ExpandoRow expandoRow) static ExpandoRowExpandoRowUtil.update(ExpandoRow expandoRow, ServiceContext serviceContext) ExpandoRowPersistence.updateImpl(ExpandoRow expandoRow) static ExpandoRowExpandoRowUtil.updateImpl(ExpandoRow expandoRow) Method parameters in com.liferay.expando.kernel.service.persistence with type arguments of type ExpandoRowModifier and TypeMethodDescriptionvoidExpandoRowPersistence.cacheResult(List<ExpandoRow> expandoRows) Caches the expando rows in the entity cache if it is enabled.static voidExpandoRowUtil.cacheResult(List<ExpandoRow> expandoRows) Caches the expando rows in the entity cache if it is enabled.ExpandoRowPersistence.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.static ExpandoRowExpandoRowUtil.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.ExpandoRowPersistence.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.static ExpandoRowExpandoRowUtil.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.ExpandoRowPersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.static ExpandoRowExpandoRowUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.ExpandoRowPersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.static ExpandoRowExpandoRowUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.ExpandoRowPersistence.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows.ExpandoRowPersistence.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows.static List<ExpandoRow>ExpandoRowUtil.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows.static List<ExpandoRow>ExpandoRowUtil.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows.ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where classPK = ?.ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where classPK = ?.static List<ExpandoRow>ExpandoRowUtil.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where classPK = ?.static List<ExpandoRow>ExpandoRowUtil.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where classPK = ?.ExpandoRowPersistence.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.static ExpandoRowExpandoRowUtil.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.static ExpandoRowExpandoRowUtil.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.static ExpandoRow[]ExpandoRowUtil.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where tableId = ?.ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where tableId = ?.static List<ExpandoRow>ExpandoRowUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where tableId = ?.static List<ExpandoRow>ExpandoRowUtil.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where tableId = ?.ExpandoRowPersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.static ExpandoRowExpandoRowUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.static ExpandoRowExpandoRowUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.static ExpandoRow[]ExpandoRowUtil.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.static List<ExpandoRow>ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)