Modifier and Type | Class and Description |
---|---|
class |
ExpandoColumnWrapper
This class is a wrapper for
ExpandoColumn . |
Modifier and Type | Field and Description |
---|---|
static Accessor<ExpandoColumn,Long> |
ExpandoColumn.COLUMN_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
ExpandoColumn |
ExpandoValueWrapper.getColumn() |
ExpandoColumn |
ExpandoValue.getColumn() |
ExpandoColumn |
ExpandoColumnWrapper.getWrappedModel() |
ExpandoColumn |
ExpandoColumnModel.toEscapedModel() |
ExpandoColumn |
ExpandoColumnWrapper.toEscapedModel() |
ExpandoColumn |
ExpandoColumnModel.toUnescapedModel() |
ExpandoColumn |
ExpandoColumnWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<ExpandoColumn> |
ExpandoColumnModel.toCacheModel() |
CacheModel<ExpandoColumn> |
ExpandoColumnWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
ExpandoColumnModel.compareTo(ExpandoColumn expandoColumn) |
int |
ExpandoColumnWrapper.compareTo(ExpandoColumn expandoColumn) |
void |
ExpandoValueWrapper.setColumn(ExpandoColumn column) |
void |
ExpandoValue.setColumn(ExpandoColumn column) |
static ExpandoColumnSoap |
ExpandoColumnSoap.toSoapModel(ExpandoColumn model) |
static ExpandoColumnSoap[] |
ExpandoColumnSoap.toSoapModels(ExpandoColumn[] models) |
static ExpandoColumnSoap[][] |
ExpandoColumnSoap.toSoapModels(ExpandoColumn[][] models) |
Modifier and Type | Method and Description |
---|---|
static ExpandoColumnSoap[] |
ExpandoColumnSoap.toSoapModels(List<ExpandoColumn> models) |
Constructor and Description |
---|
ExpandoColumnWrapper(ExpandoColumn expandoColumn) |
Modifier and Type | Method and Description |
---|---|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.addColumn(long tableId,
String name,
int type) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.addColumn(long tableId,
String name,
int type) |
static ExpandoColumn |
ExpandoColumnServiceUtil.addColumn(long tableId,
String name,
int type) |
ExpandoColumn |
ExpandoColumnService.addColumn(long tableId,
String name,
int type) |
ExpandoColumn |
ExpandoColumnServiceWrapper.addColumn(long tableId,
String name,
int type) |
ExpandoColumn |
ExpandoColumnLocalService.addColumn(long tableId,
String name,
int type) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.addColumn(long tableId,
String name,
int type,
Object defaultData) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.addColumn(long tableId,
String name,
int type,
Object defaultData) |
static ExpandoColumn |
ExpandoColumnServiceUtil.addColumn(long tableId,
String name,
int type,
Object defaultData) |
ExpandoColumn |
ExpandoColumnService.addColumn(long tableId,
String name,
int type,
Object defaultData) |
ExpandoColumn |
ExpandoColumnServiceWrapper.addColumn(long tableId,
String name,
int type,
Object defaultData) |
ExpandoColumn |
ExpandoColumnLocalService.addColumn(long tableId,
String name,
int type,
Object defaultData) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database.
|
ExpandoColumn |
ExpandoColumnLocalService.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database.
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.createExpandoColumn(long columnId)
Creates a new expando column with the primary key.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.createExpandoColumn(long columnId)
Creates a new expando column with the primary key.
|
ExpandoColumn |
ExpandoColumnLocalService.createExpandoColumn(long columnId)
Creates a new expando column with the primary key.
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database.
|
ExpandoColumn |
ExpandoColumnLocalService.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database.
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.deleteExpandoColumn(long columnId)
Deletes the expando column with the primary key from the database.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.deleteExpandoColumn(long columnId)
Deletes the expando column with the primary key from the database.
|
ExpandoColumn |
ExpandoColumnLocalService.deleteExpandoColumn(long columnId)
Deletes the expando column with the primary key from the database.
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.fetchExpandoColumn(long columnId) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.fetchExpandoColumn(long columnId) |
static ExpandoColumn |
ExpandoColumnServiceUtil.fetchExpandoColumn(long columnId) |
ExpandoColumn |
ExpandoColumnService.fetchExpandoColumn(long columnId) |
ExpandoColumn |
ExpandoColumnServiceWrapper.fetchExpandoColumn(long columnId) |
ExpandoColumn |
ExpandoColumnLocalService.fetchExpandoColumn(long columnId) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getColumn(long columnId) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getColumn(long columnId) |
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long columnId) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getColumn(long companyId,
long classNameId,
String tableName,
String name) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getColumn(long companyId,
long classNameId,
String tableName,
String name) |
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long companyId,
long classNameId,
String tableName,
String name) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getColumn(long tableId,
String name) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getColumn(long tableId,
String name) |
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long tableId,
String name) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getColumn(long companyId,
String className,
String tableName,
String name) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getColumn(long companyId,
String className,
String tableName,
String name) |
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long companyId,
String className,
String tableName,
String name) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getDefaultTableColumn(long companyId,
long classNameId,
String name) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumn(long companyId,
long classNameId,
String name) |
ExpandoColumn |
ExpandoColumnLocalService.getDefaultTableColumn(long companyId,
long classNameId,
String name) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getDefaultTableColumn(long companyId,
String className,
String name) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumn(long companyId,
String className,
String name) |
ExpandoColumn |
ExpandoColumnLocalService.getDefaultTableColumn(long companyId,
String className,
String name) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getExpandoColumn(long columnId)
Returns the expando column with the primary key.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getExpandoColumn(long columnId)
Returns the expando column with the primary key.
|
ExpandoColumn |
ExpandoColumnLocalService.getExpandoColumn(long columnId)
Returns the expando column with the primary key.
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateColumn(long columnId,
String name,
int type) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateColumn(long columnId,
String name,
int type) |
static ExpandoColumn |
ExpandoColumnServiceUtil.updateColumn(long columnId,
String name,
int type) |
ExpandoColumn |
ExpandoColumnService.updateColumn(long columnId,
String name,
int type) |
ExpandoColumn |
ExpandoColumnServiceWrapper.updateColumn(long columnId,
String name,
int type) |
ExpandoColumn |
ExpandoColumnLocalService.updateColumn(long columnId,
String name,
int type) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateColumn(long columnId,
String name,
int type,
Object defaultData) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateColumn(long columnId,
String name,
int type,
Object defaultData) |
static ExpandoColumn |
ExpandoColumnServiceUtil.updateColumn(long columnId,
String name,
int type,
Object defaultData) |
ExpandoColumn |
ExpandoColumnService.updateColumn(long columnId,
String name,
int type,
Object defaultData) |
ExpandoColumn |
ExpandoColumnServiceWrapper.updateColumn(long columnId,
String name,
int type,
Object defaultData) |
ExpandoColumn |
ExpandoColumnLocalService.updateColumn(long columnId,
String name,
int type,
Object defaultData) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist.
|
ExpandoColumn |
ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist.
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateTypeSettings(long columnId,
String typeSettings) |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateTypeSettings(long columnId,
String typeSettings) |
static ExpandoColumn |
ExpandoColumnServiceUtil.updateTypeSettings(long columnId,
String typeSettings) |
ExpandoColumn |
ExpandoColumnService.updateTypeSettings(long columnId,
String typeSettings) |
ExpandoColumn |
ExpandoColumnServiceWrapper.updateTypeSettings(long columnId,
String typeSettings) |
ExpandoColumn |
ExpandoColumnLocalService.updateTypeSettings(long columnId,
String typeSettings) |
Modifier and Type | Method and Description |
---|---|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long tableId) |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long tableId) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long tableId) |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long tableId,
Collection<String> names) |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long tableId,
Collection<String> names) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long tableId,
Collection<String> names) |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long companyId,
long classNameId,
String tableName) |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long companyId,
long classNameId,
String tableName) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
long classNameId,
String tableName) |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long companyId,
long classNameId,
String tableName,
Collection<String> names) |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long companyId,
long classNameId,
String tableName,
Collection<String> names) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
long classNameId,
String tableName,
Collection<String> names) |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long companyId,
String className,
String tableName) |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long companyId,
String className,
String tableName) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
String className,
String tableName) |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long companyId,
String className,
String tableName,
Collection<String> columnNames) |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long companyId,
String className,
String tableName,
Collection<String> columnNames) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
String className,
String tableName,
Collection<String> columnNames) |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getDefaultTableColumns(long companyId,
long classNameId) |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumns(long companyId,
long classNameId) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getDefaultTableColumns(long companyId,
long classNameId) |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getDefaultTableColumns(long companyId,
String className) |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumns(long companyId,
String className) |
List<ExpandoColumn> |
ExpandoColumnLocalService.getDefaultTableColumns(long companyId,
String className) |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getExpandoColumns(int start,
int end)
Returns a range of all the expando columns.
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getExpandoColumns(int start,
int end)
Returns a range of all the expando columns.
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getExpandoColumns(int start,
int end)
Returns a range of all the expando columns.
|
Modifier and Type | Method and Description |
---|---|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database.
|
ExpandoColumn |
ExpandoColumnLocalService.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database.
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumn(ExpandoColumn column) |
void |
ExpandoColumnLocalServiceWrapper.deleteColumn(ExpandoColumn column) |
void |
ExpandoColumnLocalService.deleteColumn(ExpandoColumn column) |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database.
|
ExpandoColumn |
ExpandoColumnLocalService.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database.
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist.
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist.
|
ExpandoColumn |
ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpandoValueLocalService.addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data) |
void |
ExpandoValueLocalServiceWrapper.addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data) |
static void |
ExpandoValueLocalServiceUtil.addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data) |
Modifier and Type | Method and Description |
---|---|
static void |
ExpandoColumnPermissionUtil.check(PermissionChecker permissionChecker,
ExpandoColumn column,
String actionId) |
void |
ExpandoColumnPermission.check(PermissionChecker permissionChecker,
ExpandoColumn column,
String actionId) |
static boolean |
ExpandoColumnPermissionUtil.contains(PermissionChecker permissionChecker,
ExpandoColumn column,
String actionId) |
boolean |
ExpandoColumnPermission.contains(PermissionChecker permissionChecker,
ExpandoColumn column,
String actionId) |
Modifier and Type | Method and Description |
---|---|
static ExpandoColumn |
ExpandoColumnUtil.create(long columnId)
Creates a new expando column with the primary key.
|
ExpandoColumn |
ExpandoColumnPersistence.create(long columnId)
Creates a new expando column with the primary key.
|
static ExpandoColumn |
ExpandoColumnUtil.fetchByPrimaryKey(long columnId)
Returns the expando column with the primary key or returns
null if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByPrimaryKey(long columnId)
Returns the expando column with the primary key or returns
null if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or returns
null if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or returns
null if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByT_N(long tableId,
String name,
boolean retrieveFromCache)
Returns the expando column where tableId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByT_N(long tableId,
String name,
boolean retrieveFromCache)
Returns the expando column where tableId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
static ExpandoColumn[] |
ExpandoColumnUtil.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.
|
ExpandoColumn[] |
ExpandoColumnPersistence.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a
NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a
NoSuchColumnException if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.findByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or throws a
NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.findByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or throws a
NoSuchColumnException if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
static ExpandoColumn[] |
ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
|
ExpandoColumn[] |
ExpandoColumnPersistence.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.remove(long columnId)
Removes the expando column with the primary key from the database.
|
ExpandoColumn |
ExpandoColumnPersistence.remove(long columnId)
Removes the expando column with the primary key from the database.
|
static ExpandoColumn |
ExpandoColumnUtil.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database.
|
ExpandoColumn |
ExpandoColumnPersistence.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database.
|
static ExpandoColumn |
ExpandoColumnUtil.update(ExpandoColumn expandoColumn) |
static ExpandoColumn |
ExpandoColumnUtil.update(ExpandoColumn expandoColumn,
ServiceContext serviceContext) |
static ExpandoColumn |
ExpandoColumnUtil.updateImpl(ExpandoColumn expandoColumn) |
ExpandoColumn |
ExpandoColumnPersistence.updateImpl(ExpandoColumn expandoColumn) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,ExpandoColumn> |
ExpandoColumnUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,ExpandoColumn> |
ExpandoColumnPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<ExpandoColumn> |
ExpandoColumnUtil.filterFindByTableId(long tableId)
Returns all the expando columns that the user has permission to view where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.filterFindByTableId(long tableId)
Returns all the expando columns that the user has permission to view where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.filterFindByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns that the user has permission to view where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.filterFindByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns that the user has permission to view where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll()
Returns all the expando columns.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll()
Returns all the expando columns.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll(int start,
int end)
Returns a range of all the expando columns.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll(int start,
int end)
Returns a range of all the expando columns.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names)
Returns all the expando columns where tableId = ? and name = any ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names)
Returns all the expando columns where tableId = ? and name = any ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names,
int start,
int end)
Returns a range of all the expando columns where tableId = ? and name = any ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names,
int start,
int end)
Returns a range of all the expando columns where tableId = ? and name = any ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId)
Returns all the expando columns where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId)
Returns all the expando columns where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<ExpandoColumn> |
ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<ExpandoColumn> |
ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
ExpandoColumnUtil.cacheResult(ExpandoColumn expandoColumn)
Caches the expando column in the entity cache if it is enabled.
|
void |
ExpandoColumnPersistence.cacheResult(ExpandoColumn expandoColumn)
Caches the expando column in the entity cache if it is enabled.
|
static void |
ExpandoColumnUtil.clearCache(ExpandoColumn expandoColumn) |
static ExpandoColumn |
ExpandoColumnUtil.update(ExpandoColumn expandoColumn) |
static ExpandoColumn |
ExpandoColumnUtil.update(ExpandoColumn expandoColumn,
ServiceContext serviceContext) |
static ExpandoColumn |
ExpandoColumnUtil.updateImpl(ExpandoColumn expandoColumn) |
ExpandoColumn |
ExpandoColumnPersistence.updateImpl(ExpandoColumn expandoColumn) |
Modifier and Type | Method and Description |
---|---|
static void |
ExpandoColumnUtil.cacheResult(List<ExpandoColumn> expandoColumns)
Caches the expando columns in the entity cache if it is enabled.
|
void |
ExpandoColumnPersistence.cacheResult(List<ExpandoColumn> expandoColumns)
Caches the expando columns in the entity cache if it is enabled.
|
static ExpandoColumn |
ExpandoColumnUtil.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
static ExpandoColumn[] |
ExpandoColumnUtil.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.
|
ExpandoColumn[] |
ExpandoColumnPersistence.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.
|
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
static ExpandoColumn[] |
ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
|
ExpandoColumn[] |
ExpandoColumnPersistence.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns where tableId = ?.
|
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the expando columns where tableId = ?.
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ExpandoColumn>> |
PortletDataContext.getExpandoColumns() |