Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.expando.model.ExpandoRow

Packages that use ExpandoRow
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.impl   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.expando.service.persistence.impl   
 

Uses of ExpandoRow in com.liferay.portlet.expando.model
 

Classes in com.liferay.portlet.expando.model that implement ExpandoRow
 class ExpandoRowWrapper
           This class is a wrapper for ExpandoRow.
 

Fields in com.liferay.portlet.expando.model with type parameters of type ExpandoRow
static Accessor<ExpandoRow,Long> ExpandoRow.ROW_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.expando.model that return ExpandoRow
 ExpandoRow ExpandoRowWrapper.getWrappedModel()
           
 ExpandoRow ExpandoRowModel.toEscapedModel()
           
 ExpandoRow ExpandoRowWrapper.toEscapedModel()
           
 ExpandoRow ExpandoRowModel.toUnescapedModel()
           
 ExpandoRow ExpandoRowWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.expando.model that return types with arguments of type ExpandoRow
 CacheModel<ExpandoRow> ExpandoRowModel.toCacheModel()
           
 CacheModel<ExpandoRow> ExpandoRowWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.expando.model with parameters of type ExpandoRow
 int ExpandoRowModel.compareTo(ExpandoRow expandoRow)
           
 int ExpandoRowWrapper.compareTo(ExpandoRow expandoRow)
           
static ExpandoRowSoap ExpandoRowSoap.toSoapModel(ExpandoRow model)
           
static ExpandoRowSoap[] ExpandoRowSoap.toSoapModels(ExpandoRow[] models)
           
static ExpandoRowSoap[][] ExpandoRowSoap.toSoapModels(ExpandoRow[][] models)
           
 

Method parameters in com.liferay.portlet.expando.model with type arguments of type ExpandoRow
static ExpandoRowSoap[] ExpandoRowSoap.toSoapModels(List<ExpandoRow> models)
           
 

Constructors in com.liferay.portlet.expando.model with parameters of type ExpandoRow
ExpandoRowWrapper(ExpandoRow expandoRow)
           
 

Uses of ExpandoRow in com.liferay.portlet.expando.model.impl
 

Classes in com.liferay.portlet.expando.model.impl that implement ExpandoRow
 class ExpandoRowBaseImpl
          The extended model base implementation for the ExpandoRow service.
 class ExpandoRowImpl
           
 

Methods in com.liferay.portlet.expando.model.impl that return ExpandoRow
 ExpandoRow ExpandoRowCacheModel.toEntityModel()
           
 ExpandoRow ExpandoRowModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.expando.model.impl that return types with arguments of type ExpandoRow
 CacheModel<ExpandoRow> ExpandoRowModelImpl.toCacheModel()
           
 

Methods in com.liferay.portlet.expando.model.impl with parameters of type ExpandoRow
 int ExpandoRowModelImpl.compareTo(ExpandoRow expandoRow)
           
 

Uses of ExpandoRow in com.liferay.portlet.expando.service
 

Methods in com.liferay.portlet.expando.service that return ExpandoRow
 ExpandoRow ExpandoRowLocalServiceWrapper.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
static ExpandoRow ExpandoRowLocalServiceUtil.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
 ExpandoRow ExpandoRowLocalService.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
 ExpandoRow ExpandoRowLocalServiceWrapper.addRow(long tableId, long classPK)
           
static ExpandoRow ExpandoRowLocalServiceUtil.addRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalService.addRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.createExpandoRow(long rowId)
          Creates a new expando row with the primary key.
static ExpandoRow ExpandoRowLocalServiceUtil.createExpandoRow(long rowId)
          Creates a new expando row with the primary key.
 ExpandoRow ExpandoRowLocalService.createExpandoRow(long rowId)
          Creates a new expando row with the primary key.
 ExpandoRow ExpandoRowLocalServiceWrapper.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
static ExpandoRow ExpandoRowLocalServiceUtil.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
 ExpandoRow ExpandoRowLocalService.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
 ExpandoRow ExpandoRowLocalServiceWrapper.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
static ExpandoRow ExpandoRowLocalServiceUtil.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
 ExpandoRow ExpandoRowLocalService.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
 ExpandoRow ExpandoRowLocalServiceWrapper.fetchExpandoRow(long rowId)
           
static ExpandoRow ExpandoRowLocalServiceUtil.fetchExpandoRow(long rowId)
           
 ExpandoRow ExpandoRowLocalService.fetchExpandoRow(long rowId)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.fetchRow(long tableId, long classPK)
           
static ExpandoRow ExpandoRowLocalServiceUtil.fetchRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalService.fetchRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.getExpandoRow(long rowId)
          Returns the expando row with the primary key.
static ExpandoRow ExpandoRowLocalServiceUtil.getExpandoRow(long rowId)
          Returns the expando row with the primary key.
 ExpandoRow ExpandoRowLocalService.getExpandoRow(long rowId)
          Returns the expando row with the primary key.
 ExpandoRow ExpandoRowLocalServiceWrapper.getRow(long rowId)
           
static ExpandoRow ExpandoRowLocalServiceUtil.getRow(long rowId)
           
 ExpandoRow ExpandoRowLocalService.getRow(long rowId)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.getRow(long tableId, long classPK)
           
static ExpandoRow ExpandoRowLocalServiceUtil.getRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalService.getRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.getRow(long companyId, long classNameId, String tableName, long classPK)
           
static ExpandoRow ExpandoRowLocalServiceUtil.getRow(long companyId, long classNameId, String tableName, long classPK)
           
 ExpandoRow ExpandoRowLocalService.getRow(long companyId, long classNameId, String tableName, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.getRow(long companyId, String className, String tableName, long classPK)
           
static ExpandoRow ExpandoRowLocalServiceUtil.getRow(long companyId, String className, String tableName, long classPK)
           
 ExpandoRow ExpandoRowLocalService.getRow(long companyId, String className, String tableName, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
static ExpandoRow ExpandoRowLocalServiceUtil.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
 ExpandoRow ExpandoRowLocalService.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.expando.service that return types with arguments of type ExpandoRow
 List<ExpandoRow> ExpandoRowLocalServiceWrapper.getDefaultTableRows(long companyId, long classNameId, int start, int end)
           
static List<ExpandoRow> ExpandoRowLocalServiceUtil.getDefaultTableRows(long companyId, long classNameId, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getDefaultTableRows(long companyId, long classNameId, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalServiceWrapper.getDefaultTableRows(long companyId, String className, int start, int end)
           
static List<ExpandoRow> ExpandoRowLocalServiceUtil.getDefaultTableRows(long companyId, String className, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getDefaultTableRows(long companyId, String className, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalServiceWrapper.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.
 List<ExpandoRow> ExpandoRowLocalService.getExpandoRows(int start, int end)
          Returns a range of all the expando rows.
 List<ExpandoRow> ExpandoRowLocalServiceWrapper.getRows(long tableId, int start, int end)
           
static List<ExpandoRow> ExpandoRowLocalServiceUtil.getRows(long tableId, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getRows(long tableId, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalServiceWrapper.getRows(long companyId, long classNameId, String tableName, int start, int end)
           
static List<ExpandoRow> ExpandoRowLocalServiceUtil.getRows(long companyId, long classNameId, String tableName, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getRows(long companyId, long classNameId, String tableName, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalServiceWrapper.getRows(long companyId, String className, String tableName, int start, int end)
           
static List<ExpandoRow> ExpandoRowLocalServiceUtil.getRows(long companyId, String className, String tableName, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalService.getRows(long companyId, String className, String tableName, int start, int end)
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoRow
 ExpandoRow ExpandoRowLocalServiceWrapper.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
static ExpandoRow ExpandoRowLocalServiceUtil.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
 ExpandoRow ExpandoRowLocalService.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
 ExpandoRow ExpandoRowLocalServiceWrapper.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
static ExpandoRow ExpandoRowLocalServiceUtil.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
 ExpandoRow ExpandoRowLocalService.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
 void ExpandoRowLocalServiceWrapper.deleteRow(ExpandoRow row)
           
static void ExpandoRowLocalServiceUtil.deleteRow(ExpandoRow row)
           
 void ExpandoRowLocalService.deleteRow(ExpandoRow row)
           
 ExpandoRow ExpandoRowLocalServiceWrapper.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
static ExpandoRow ExpandoRowLocalServiceUtil.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
 ExpandoRow ExpandoRowLocalService.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
 

Uses of ExpandoRow in com.liferay.portlet.expando.service.base
 

Methods in com.liferay.portlet.expando.service.base that return ExpandoRow
 ExpandoRow ExpandoRowLocalServiceBaseImpl.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.createExpandoRow(long rowId)
          Creates a new expando row with the primary key.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.deleteExpandoRow(long rowId)
          Deletes the expando row with the primary key from the database.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.fetchExpandoRow(long rowId)
           
 ExpandoRow ExpandoRowLocalServiceBaseImpl.getExpandoRow(long rowId)
          Returns the expando row with the primary key.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.expando.service.base that return types with arguments of type ExpandoRow
 List<ExpandoRow> ExpandoRowLocalServiceBaseImpl.getExpandoRows(int start, int end)
          Returns a range of all the expando rows.
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoRow
 ExpandoRow ExpandoRowLocalServiceBaseImpl.addExpandoRow(ExpandoRow expandoRow)
          Adds the expando row to the database.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.deleteExpandoRow(ExpandoRow expandoRow)
          Deletes the expando row from the database.
 ExpandoRow ExpandoRowLocalServiceBaseImpl.updateExpandoRow(ExpandoRow expandoRow)
          Updates the expando row in the database or adds it if it does not yet exist.
 

Uses of ExpandoRow in com.liferay.portlet.expando.service.impl
 

Methods in com.liferay.portlet.expando.service.impl that return ExpandoRow
 ExpandoRow ExpandoRowLocalServiceImpl.addRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceImpl.fetchRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceImpl.getRow(long rowId)
           
 ExpandoRow ExpandoRowLocalServiceImpl.getRow(long tableId, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceImpl.getRow(long companyId, long classNameId, String tableName, long classPK)
           
 ExpandoRow ExpandoRowLocalServiceImpl.getRow(long companyId, String className, String tableName, long classPK)
           
 

Methods in com.liferay.portlet.expando.service.impl that return types with arguments of type ExpandoRow
 List<ExpandoRow> ExpandoRowLocalServiceImpl.getDefaultTableRows(long companyId, long classNameId, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalServiceImpl.getDefaultTableRows(long companyId, String className, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalServiceImpl.getRows(long tableId, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalServiceImpl.getRows(long companyId, long classNameId, String tableName, int start, int end)
           
 List<ExpandoRow> ExpandoRowLocalServiceImpl.getRows(long companyId, String className, String tableName, int start, int end)
           
 

Methods in com.liferay.portlet.expando.service.impl with parameters of type ExpandoRow
 void ExpandoRowLocalServiceImpl.deleteRow(ExpandoRow row)
           
 

Uses of ExpandoRow in com.liferay.portlet.expando.service.persistence
 

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoRow
 ExpandoRow ExpandoRowPersistence.create(long rowId)
          Creates a new expando row with the primary key.
static ExpandoRow ExpandoRowUtil.create(long rowId)
          Creates a new expando row with the primary key.
 ExpandoRow ExpandoRowPersistence.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.fetchByPrimaryKey(long rowId)
          Returns the expando row with the primary key or returns null if it could not be found.
static ExpandoRow ExpandoRowUtil.fetchByPrimaryKey(long rowId)
          Returns the expando row with the primary key or returns null if it could not be found.
 ExpandoRow ExpandoRowPersistence.fetchByT_C(long tableId, long classPK)
          Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found.
static ExpandoRow ExpandoRowUtil.fetchByT_C(long tableId, long classPK)
          Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found.
 ExpandoRow ExpandoRowPersistence.fetchByT_C(long tableId, long classPK, boolean retrieveFromCache)
          Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static ExpandoRow ExpandoRowUtil.fetchByT_C(long tableId, long classPK, boolean retrieveFromCache)
          Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 ExpandoRow ExpandoRowPersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow[] 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 = ?.
 ExpandoRow ExpandoRowPersistence.findByPrimaryKey(long rowId)
          Returns the expando row with the primary key or throws a NoSuchRowException if it could not be found.
static ExpandoRow ExpandoRowUtil.findByPrimaryKey(long rowId)
          Returns the expando row with the primary key or throws a NoSuchRowException if it could not be found.
 ExpandoRow ExpandoRowPersistence.findByT_C(long tableId, long classPK)
          Returns the expando row where tableId = ? and classPK = ? or throws a NoSuchRowException if it could not be found.
static ExpandoRow ExpandoRowUtil.findByT_C(long tableId, long classPK)
          Returns the expando row where tableId = ? and classPK = ? or throws a NoSuchRowException if it could not be found.
 ExpandoRow ExpandoRowPersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoRow[] 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 = ?.
 ExpandoRow ExpandoRowPersistence.remove(long rowId)
          Removes the expando row with the primary key from the database.
static ExpandoRow ExpandoRowUtil.remove(long rowId)
          Removes the expando row with the primary key from the database.
 ExpandoRow ExpandoRowPersistence.removeByT_C(long tableId, long classPK)
          Removes the expando row where tableId = ? and classPK = ? from the database.
static ExpandoRow ExpandoRowUtil.removeByT_C(long tableId, long classPK)
          Removes the expando row where tableId = ? and classPK = ? from the database.
static ExpandoRow ExpandoRowUtil.update(ExpandoRow expandoRow)
           
static ExpandoRow ExpandoRowUtil.update(ExpandoRow expandoRow, ServiceContext serviceContext)
           
 ExpandoRow ExpandoRowPersistence.updateImpl(ExpandoRow expandoRow)
           
static ExpandoRow ExpandoRowUtil.updateImpl(ExpandoRow expandoRow)
           
 

Methods in com.liferay.portlet.expando.service.persistence that return types with arguments of type ExpandoRow
 Map<Serializable,ExpandoRow> ExpandoRowPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,ExpandoRow> ExpandoRowUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<ExpandoRow> ExpandoRowPersistence.findAll()
          Returns all the expando rows.
static List<ExpandoRow> ExpandoRowUtil.findAll()
          Returns all the expando rows.
 List<ExpandoRow> ExpandoRowPersistence.findAll(int start, int end)
          Returns a range of all the expando rows.
static List<ExpandoRow> ExpandoRowUtil.findAll(int start, int end)
          Returns a range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistence.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)
          Returns an ordered range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistence.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows.
static List<ExpandoRow> ExpandoRowUtil.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistence.findByClassPK(long classPK)
          Returns all the expando rows where classPK = ?.
static List<ExpandoRow> ExpandoRowUtil.findByClassPK(long classPK)
          Returns all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistence.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)
          Returns a range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistence.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)
          Returns an ordered range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByTableId(long tableId)
          Returns all the expando rows where tableId = ?.
static List<ExpandoRow> ExpandoRowUtil.findByTableId(long tableId)
          Returns all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistence.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)
          Returns a range of all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistence.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)
          Returns an ordered range of all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          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.portlet.expando.service.persistence with parameters of type ExpandoRow
 void ExpandoRowPersistence.cacheResult(ExpandoRow expandoRow)
          Caches the expando row in the entity cache if it is enabled.
static void ExpandoRowUtil.cacheResult(ExpandoRow expandoRow)
          Caches the expando row in the entity cache if it is enabled.
static void ExpandoRowUtil.clearCache(ExpandoRow expandoRow)
           
static ExpandoRow ExpandoRowUtil.update(ExpandoRow expandoRow)
           
static ExpandoRow ExpandoRowUtil.update(ExpandoRow expandoRow, ServiceContext serviceContext)
           
 ExpandoRow ExpandoRowPersistence.updateImpl(ExpandoRow expandoRow)
           
static ExpandoRow ExpandoRowUtil.updateImpl(ExpandoRow expandoRow)
           
 

Method parameters in com.liferay.portlet.expando.service.persistence with type arguments of type ExpandoRow
 void ExpandoRowPersistence.cacheResult(List<ExpandoRow> expandoRows)
          Caches the expando rows in the entity cache if it is enabled.
static void ExpandoRowUtil.cacheResult(List<ExpandoRow> expandoRows)
          Caches the expando rows in the entity cache if it is enabled.
 ExpandoRow ExpandoRowPersistence.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistence.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)
          Returns an ordered range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistence.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows.
static List<ExpandoRow> ExpandoRowUtil.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows.
 ExpandoRow ExpandoRowPersistence.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow[] 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 = ?.
 List<ExpandoRow> ExpandoRowPersistence.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)
          Returns an ordered range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the expando rows where classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoRow[] 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 = ?.
 List<ExpandoRow> ExpandoRowPersistence.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)
          Returns an ordered range of all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistence.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the expando rows where tableId = ?.
static List<ExpandoRow> ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
           
 

Uses of ExpandoRow in com.liferay.portlet.expando.service.persistence.impl
 

Methods in com.liferay.portlet.expando.service.persistence.impl that return ExpandoRow
 ExpandoRow ExpandoRowPersistenceImpl.create(long rowId)
          Creates a new expando row with the primary key.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByPrimaryKey(long rowId)
          Returns the expando row with the primary key or returns null if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the expando row with the primary key or returns null if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByT_C(long tableId, long classPK)
          Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByT_C(long tableId, long classPK, boolean retrieveFromCache)
          Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow[] ExpandoRowPersistenceImpl.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 = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByPrimaryKey(long rowId)
          Returns the expando row with the primary key or throws a NoSuchRowException if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the expando row with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.findByT_C(long tableId, long classPK)
          Returns the expando row where tableId = ? and classPK = ? or throws a NoSuchRowException if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoRow[] ExpandoRowPersistenceImpl.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 = ?.
protected  ExpandoRow ExpandoRowPersistenceImpl.getByClassPK_PrevAndNext(Session session, ExpandoRow expandoRow, long classPK, OrderByComparator<ExpandoRow> orderByComparator, boolean previous)
           
protected  ExpandoRow ExpandoRowPersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoRow expandoRow, long tableId, OrderByComparator<ExpandoRow> orderByComparator, boolean previous)
           
 ExpandoRow ExpandoRowPersistenceImpl.remove(long rowId)
          Removes the expando row with the primary key from the database.
 ExpandoRow ExpandoRowPersistenceImpl.remove(Serializable primaryKey)
          Removes the expando row with the primary key from the database.
 ExpandoRow ExpandoRowPersistenceImpl.removeByT_C(long tableId, long classPK)
          Removes the expando row where tableId = ? and classPK = ? from the database.
protected  ExpandoRow ExpandoRowPersistenceImpl.removeImpl(ExpandoRow expandoRow)
           
protected  ExpandoRow ExpandoRowPersistenceImpl.toUnwrappedModel(ExpandoRow expandoRow)
           
 ExpandoRow ExpandoRowPersistenceImpl.updateImpl(ExpandoRow expandoRow)
           
 

Methods in com.liferay.portlet.expando.service.persistence.impl that return types with arguments of type ExpandoRow
 Map<Serializable,ExpandoRow> ExpandoRowPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<ExpandoRow> ExpandoRowPersistenceImpl.findAll()
          Returns all the expando rows.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findAll(int start, int end)
          Returns a range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByClassPK(long classPK)
          Returns all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByClassPK(long classPK, int start, int end)
          Returns a range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByTableId(long tableId)
          Returns all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByTableId(long tableId, int start, int end)
          Returns a range of all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows where tableId = ?.
 

Methods in com.liferay.portlet.expando.service.persistence.impl with parameters of type ExpandoRow
 void ExpandoRowPersistenceImpl.cacheResult(ExpandoRow expandoRow)
          Caches the expando row in the entity cache if it is enabled.
 void ExpandoRowPersistenceImpl.clearCache(ExpandoRow expandoRow)
          Clears the cache for the expando row.
protected  ExpandoRow ExpandoRowPersistenceImpl.getByClassPK_PrevAndNext(Session session, ExpandoRow expandoRow, long classPK, OrderByComparator<ExpandoRow> orderByComparator, boolean previous)
           
protected  ExpandoRow ExpandoRowPersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoRow expandoRow, long tableId, OrderByComparator<ExpandoRow> orderByComparator, boolean previous)
           
protected  ExpandoRow ExpandoRowPersistenceImpl.removeImpl(ExpandoRow expandoRow)
           
protected  ExpandoRow ExpandoRowPersistenceImpl.toUnwrappedModel(ExpandoRow expandoRow)
           
 ExpandoRow ExpandoRowPersistenceImpl.updateImpl(ExpandoRow expandoRow)
           
 

Method parameters in com.liferay.portlet.expando.service.persistence.impl with type arguments of type ExpandoRow
 void ExpandoRowPersistenceImpl.cacheResult(List<ExpandoRow> expandoRows)
          Caches the expando rows in the entity cache if it is enabled.
 void ExpandoRowPersistenceImpl.clearCache(List<ExpandoRow> expandoRows)
           
 ExpandoRow ExpandoRowPersistenceImpl.fetchByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.fetchByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findAll(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows.
 ExpandoRow ExpandoRowPersistenceImpl.findByClassPK_First(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByClassPK_Last(long classPK, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow[] ExpandoRowPersistenceImpl.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 = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where classPK = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByClassPK(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_First(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_Last(long tableId, OrderByComparator<ExpandoRow> orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoRow[] ExpandoRowPersistenceImpl.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 = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator)
          Returns an ordered range of all the expando rows where tableId = ?.
 List<ExpandoRow> ExpandoRowPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the expando rows where tableId = ?.
protected  ExpandoRow ExpandoRowPersistenceImpl.getByClassPK_PrevAndNext(Session session, ExpandoRow expandoRow, long classPK, OrderByComparator<ExpandoRow> orderByComparator, boolean previous)
           
protected  ExpandoRow ExpandoRowPersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoRow expandoRow, long tableId, OrderByComparator<ExpandoRow> orderByComparator, boolean previous)
           
 


Liferay 7.0-ce-b4