Package | Description |
---|---|
com.liferay.expando.kernel.model | |
com.liferay.expando.kernel.model.adapter | |
com.liferay.expando.kernel.service | |
com.liferay.expando.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
ExpandoTableWrapper
This class is a wrapper for
ExpandoTable . |
Modifier and Type | Field and Description |
---|---|
static Accessor<ExpandoTable,Long> |
ExpandoTable.TABLE_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
Modifier and Type | Method and Description |
---|---|
static ExpandoTableSoap |
ExpandoTableSoap.toSoapModel(ExpandoTable model) |
static ExpandoTableSoap[] |
ExpandoTableSoap.toSoapModels(ExpandoTable[] models) |
static ExpandoTableSoap[][] |
ExpandoTableSoap.toSoapModels(ExpandoTable[][] models) |
protected ExpandoTableWrapper |
ExpandoTableWrapper.wrap(ExpandoTable expandoTable) |
Modifier and Type | Method and Description |
---|---|
static ExpandoTableSoap[] |
ExpandoTableSoap.toSoapModels(List<ExpandoTable> models) |
Constructor and Description |
---|
ExpandoTableWrapper(ExpandoTable expandoTable) |
Modifier and Type | Interface and Description |
---|---|
interface |
StagedExpandoTable |
Modifier and Type | Method and Description |
---|---|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId,
long classNameId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
ExpandoTable |
ExpandoTableLocalService.addDefaultTable(long companyId,
long classNameId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.addDefaultTable(long companyId,
long classNameId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId,
String className) |
ExpandoTable |
ExpandoTableLocalService.addDefaultTable(long companyId,
String className) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.addDefaultTable(long companyId,
String className) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database.
|
ExpandoTable |
ExpandoTableLocalService.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database.
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database.
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addTable(long companyId,
long classNameId,
String name) |
ExpandoTable |
ExpandoTableLocalService.addTable(long companyId,
long classNameId,
String name) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.addTable(long companyId,
long classNameId,
String name) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.addTable(long companyId,
String className,
String name) |
ExpandoTable |
ExpandoTableLocalService.addTable(long companyId,
String className,
String name) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.addTable(long companyId,
String className,
String name) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.createExpandoTable(long tableId)
Creates a new expando table with the primary key.
|
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.
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database.
|
ExpandoTable |
ExpandoTableLocalService.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database.
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database.
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.deleteExpandoTable(long tableId)
Deletes the expando table with the primary key from the database.
|
ExpandoTable |
ExpandoTableLocalService.deleteExpandoTable(long tableId)
Deletes the expando table with the primary key from the database.
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.deleteExpandoTable(long tableId)
Deletes the expando table with the primary key from the database.
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.fetchDefaultTable(long companyId,
long classNameId) |
ExpandoTable |
ExpandoTableLocalService.fetchDefaultTable(long companyId,
long classNameId) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.fetchDefaultTable(long companyId,
long classNameId) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.fetchDefaultTable(long companyId,
String className) |
ExpandoTable |
ExpandoTableLocalService.fetchDefaultTable(long companyId,
String className) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.fetchDefaultTable(long companyId,
String className) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.fetchExpandoTable(long tableId) |
ExpandoTable |
ExpandoTableLocalService.fetchExpandoTable(long tableId) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.fetchExpandoTable(long tableId) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.fetchTable(long companyId,
long classNameId,
String name) |
ExpandoTable |
ExpandoTableLocalService.fetchTable(long companyId,
long classNameId,
String name) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.fetchTable(long companyId,
long classNameId,
String name) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId,
long classNameId) |
ExpandoTable |
ExpandoTableLocalService.getDefaultTable(long companyId,
long classNameId) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.getDefaultTable(long companyId,
long classNameId) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId,
String className) |
ExpandoTable |
ExpandoTableLocalService.getDefaultTable(long companyId,
String className) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.getDefaultTable(long companyId,
String className) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.getExpandoTable(long tableId)
Returns the expando table with the primary key.
|
ExpandoTable |
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.
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.getTable(long tableId) |
ExpandoTable |
ExpandoTableLocalService.getTable(long tableId) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.getTable(long tableId) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.getTable(long companyId,
long classNameId,
String name) |
ExpandoTable |
ExpandoTableLocalService.getTable(long companyId,
long classNameId,
String name) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.getTable(long companyId,
long classNameId,
String name) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.getTable(long companyId,
String className,
String name) |
ExpandoTable |
ExpandoTableLocalService.getTable(long companyId,
String className,
String name) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.getTable(long companyId,
String className,
String name) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.updateExpandoTable(ExpandoTable expandoTable)
Updates the expando table in the database or adds it if it does not yet exist.
|
ExpandoTable |
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.
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.updateTable(long tableId,
String name) |
ExpandoTable |
ExpandoTableLocalService.updateTable(long tableId,
String name) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.updateTable(long tableId,
String name) |
Modifier and Type | Method and Description |
---|---|
List<ExpandoTable> |
ExpandoTableLocalServiceWrapper.getExpandoTables(int start,
int end)
Returns a range of all the expando tables.
|
List<ExpandoTable> |
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.
|
List<ExpandoTable> |
ExpandoTableLocalServiceWrapper.getTables(long companyId,
long classNameId) |
List<ExpandoTable> |
ExpandoTableLocalService.getTables(long companyId,
long classNameId) |
static List<ExpandoTable> |
ExpandoTableLocalServiceUtil.getTables(long companyId,
long classNameId) |
List<ExpandoTable> |
ExpandoTableLocalServiceWrapper.getTables(long companyId,
String className) |
List<ExpandoTable> |
ExpandoTableLocalService.getTables(long companyId,
String className) |
static List<ExpandoTable> |
ExpandoTableLocalServiceUtil.getTables(long companyId,
String className) |
Modifier and Type | Method and Description |
---|---|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database.
|
ExpandoTable |
ExpandoTableLocalService.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database.
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database.
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database.
|
ExpandoTable |
ExpandoTableLocalService.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database.
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database.
|
void |
ExpandoTableLocalServiceWrapper.deleteTable(ExpandoTable table) |
void |
ExpandoTableLocalService.deleteTable(ExpandoTable table) |
static void |
ExpandoTableLocalServiceUtil.deleteTable(ExpandoTable table) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.updateExpandoTable(ExpandoTable expandoTable)
Updates the expando table in the database or adds it if it does not yet exist.
|
ExpandoTable |
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.
|
Modifier and Type | Method and Description |
---|---|
ExpandoTable |
ExpandoTablePersistence.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.
|
ExpandoTable |
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 = ?.
|
ExpandoTable |
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 = ?.
|
ExpandoTable |
ExpandoTablePersistence.fetchByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns
null if it could not be found. |
static ExpandoTable |
ExpandoTableUtil.fetchByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns
null if it could not be found. |
ExpandoTable |
ExpandoTablePersistence.fetchByC_C_N(long companyId,
long classNameId,
String name,
boolean useFinderCache)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
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 returns
null if it could not be found, optionally using the finder cache. |
ExpandoTable |
ExpandoTablePersistence.fetchByPrimaryKey(long tableId)
Returns the expando table with the primary key or returns
null if it could not be found. |
static ExpandoTable |
ExpandoTableUtil.fetchByPrimaryKey(long tableId)
Returns the expando table with the primary key or returns
null if it could not be found. |
ExpandoTable |
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 = ?.
|
ExpandoTable |
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 = ?.
|
ExpandoTable |
ExpandoTablePersistence.findByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a
NoSuchTableException 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 a
NoSuchTableException if it could not be found. |
ExpandoTable[] |
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 = ?.
|
ExpandoTable |
ExpandoTablePersistence.findByPrimaryKey(long tableId)
Returns the expando table with the primary key or throws a
NoSuchTableException if it could not be found. |
static ExpandoTable |
ExpandoTableUtil.findByPrimaryKey(long tableId)
Returns the expando table with the primary key or throws a
NoSuchTableException if it could not be found. |
ExpandoTable |
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.
|
ExpandoTable |
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) |
ExpandoTable |
ExpandoTablePersistence.updateImpl(ExpandoTable expandoTable) |
static ExpandoTable |
ExpandoTableUtil.updateImpl(ExpandoTable expandoTable) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,ExpandoTable> |
ExpandoTableUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<ExpandoTable> |
ExpandoTablePersistence.findAll()
Returns all the expando tables.
|
static List<ExpandoTable> |
ExpandoTableUtil.findAll()
Returns all the expando tables.
|
List<ExpandoTable> |
ExpandoTablePersistence.findAll(int start,
int end)
Returns a range of all the expando tables.
|
static List<ExpandoTable> |
ExpandoTableUtil.findAll(int start,
int end)
Returns a range of all the expando tables.
|
List<ExpandoTable> |
ExpandoTablePersistence.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)
Returns an ordered range of all the expando tables.
|
List<ExpandoTable> |
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,
boolean useFinderCache)
Returns an ordered range of all the expando tables.
|
List<ExpandoTable> |
ExpandoTablePersistence.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)
Returns all the expando tables where companyId = ? and classNameId = ?.
|
List<ExpandoTable> |
ExpandoTablePersistence.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)
Returns a range of all the expando tables where companyId = ? and classNameId = ?.
|
List<ExpandoTable> |
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 = ?.
|
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 = ?.
|
List<ExpandoTable> |
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,
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) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
ExpandoTable |
ExpandoTablePersistence.updateImpl(ExpandoTable expandoTable) |
static ExpandoTable |
ExpandoTableUtil.updateImpl(ExpandoTable expandoTable) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
ExpandoTable |
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 = ?.
|
ExpandoTable |
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 = ?.
|
List<ExpandoTable> |
ExpandoTablePersistence.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)
Returns an ordered range of all the expando tables.
|
List<ExpandoTable> |
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,
boolean useFinderCache)
Returns an ordered range of all the expando tables.
|
ExpandoTable |
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 = ?.
|
ExpandoTable |
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 = ?.
|
ExpandoTable[] |
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 = ?.
|
List<ExpandoTable> |
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 = ?.
|
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 = ?.
|
List<ExpandoTable> |
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,
boolean useFinderCache)
Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.
|
static List<ExpandoTable> |
ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ExpandoTable> orderByComparator) |