Liferay 6.0.3

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

Packages that use ExpandoColumn
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.http   
com.liferay.portlet.expando.service.impl   
com.liferay.portlet.expando.service.permission   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.expando.util   
 

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

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

Methods in com.liferay.portlet.expando.model that return ExpandoColumn
 ExpandoColumn ExpandoColumnWrapper.getWrappedExpandoColumn()
           
 ExpandoColumn ExpandoColumnWrapper.toEscapedModel()
           
 ExpandoColumn ExpandoColumnModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.expando.model with parameters of type ExpandoColumn
 int ExpandoColumnWrapper.compareTo(ExpandoColumn expandoColumn)
           
 int ExpandoColumnModel.compareTo(ExpandoColumn expandoColumn)
           
static ExpandoColumnSoap ExpandoColumnSoap.toSoapModel(ExpandoColumn model)
           
static ExpandoColumnSoap[] ExpandoColumnSoap.toSoapModels(ExpandoColumn[] models)
           
static ExpandoColumnSoap[][] ExpandoColumnSoap.toSoapModels(ExpandoColumn[][] models)
           
 

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

Constructors in com.liferay.portlet.expando.model with parameters of type ExpandoColumn
ExpandoColumnWrapper(ExpandoColumn expandoColumn)
           
 

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

Classes in com.liferay.portlet.expando.model.impl that implement ExpandoColumn
 class ExpandoColumnImpl
           
 

Methods in com.liferay.portlet.expando.model.impl that return ExpandoColumn
 ExpandoColumn ExpandoColumnModelImpl.toEscapedModel()
           
static ExpandoColumn ExpandoColumnModelImpl.toModel(ExpandoColumnSoap soapModel)
           
 

Methods in com.liferay.portlet.expando.model.impl that return types with arguments of type ExpandoColumn
static List<ExpandoColumn> ExpandoColumnModelImpl.toModels(ExpandoColumnSoap[] soapModels)
           
 

Methods in com.liferay.portlet.expando.model.impl with parameters of type ExpandoColumn
 int ExpandoColumnModelImpl.compareTo(ExpandoColumn expandoColumn)
           
 

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

Methods in com.liferay.portlet.expando.service that return ExpandoColumn
 ExpandoColumn ExpandoColumnServiceWrapper.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 ExpandoColumnLocalServiceWrapper.addColumn(long tableId, String name, int type)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.addColumn(long tableId, String name, int type)
           
 ExpandoColumn ExpandoColumnLocalService.addColumn(long tableId, String name, int type)
           
 ExpandoColumn ExpandoColumnServiceWrapper.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 ExpandoColumnLocalServiceWrapper.addColumn(long tableId, String name, int type, Object defaultData)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.addColumn(long tableId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalService.addColumn(long tableId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.addExpandoColumn(ExpandoColumn expandoColumn)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.addExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalService.addExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.createExpandoColumn(long columnId)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.createExpandoColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalService.createExpandoColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getColumn(long columnId)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getColumn(long companyId, long classNameId, String tableName, String name)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getColumn(long companyId, long classNameId, String tableName, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long companyId, long classNameId, String tableName, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getColumn(long tableId, String name)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getColumn(long tableId, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long tableId, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getColumn(long companyId, String className, String tableName, String name)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getColumn(long companyId, String className, String tableName, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getColumn(long companyId, String className, String tableName, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getDefaultTableColumn(long companyId, long classNameId, String name)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getDefaultTableColumn(long companyId, long classNameId, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getDefaultTableColumn(long companyId, long classNameId, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getDefaultTableColumn(long companyId, String className, String name)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getDefaultTableColumn(long companyId, String className, String name)
           
 ExpandoColumn ExpandoColumnLocalService.getDefaultTableColumn(long companyId, String className, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.getExpandoColumn(long columnId)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.getExpandoColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalService.getExpandoColumn(long columnId)
           
 ExpandoColumn ExpandoColumnServiceWrapper.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 ExpandoColumnLocalServiceWrapper.updateColumn(long columnId, String name, int type)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateColumn(long columnId, String name, int type)
           
 ExpandoColumn ExpandoColumnLocalService.updateColumn(long columnId, String name, int type)
           
 ExpandoColumn ExpandoColumnServiceWrapper.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 ExpandoColumnLocalServiceWrapper.updateColumn(long columnId, String name, int type, Object defaultData)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalService.updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.updateExpandoColumn(ExpandoColumn expandoColumn)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
 ExpandoColumn ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
 ExpandoColumn ExpandoColumnServiceWrapper.updateTypeSettings(long columnId, String typeSettings)
           
static ExpandoColumn ExpandoColumnServiceUtil.updateTypeSettings(long columnId, String typeSettings)
           
 ExpandoColumn ExpandoColumnService.updateTypeSettings(long columnId, String typeSettings)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.updateTypeSettings(long columnId, String typeSettings)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateTypeSettings(long columnId, String typeSettings)
           
 ExpandoColumn ExpandoColumnLocalService.updateTypeSettings(long columnId, String typeSettings)
           
 

Methods in com.liferay.portlet.expando.service that return types with arguments of type ExpandoColumn
 List<ExpandoColumn> ExpandoColumnLocalServiceWrapper.getColumns(long tableId)
           
static List<ExpandoColumn> ExpandoColumnLocalServiceUtil.getColumns(long tableId)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getColumns(long tableId)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceWrapper.getColumns(long companyId, long classNameId, String tableName)
           
static List<ExpandoColumn> ExpandoColumnLocalServiceUtil.getColumns(long companyId, long classNameId, String tableName)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getColumns(long companyId, long classNameId, String tableName)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceWrapper.getColumns(long companyId, String className, String tableName)
           
static List<ExpandoColumn> ExpandoColumnLocalServiceUtil.getColumns(long companyId, String className, String tableName)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getColumns(long companyId, String className, String tableName)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceWrapper.getDefaultTableColumns(long companyId, long classNameId)
           
static List<ExpandoColumn> ExpandoColumnLocalServiceUtil.getDefaultTableColumns(long companyId, long classNameId)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getDefaultTableColumns(long companyId, long classNameId)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceWrapper.getDefaultTableColumns(long companyId, String className)
           
static List<ExpandoColumn> ExpandoColumnLocalServiceUtil.getDefaultTableColumns(long companyId, String className)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getDefaultTableColumns(long companyId, String className)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceWrapper.getExpandoColumns(int start, int end)
           
static List<ExpandoColumn> ExpandoColumnLocalServiceUtil.getExpandoColumns(int start, int end)
           
 List<ExpandoColumn> ExpandoColumnLocalService.getExpandoColumns(int start, int end)
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoColumn
 ExpandoColumn ExpandoColumnLocalServiceWrapper.addExpandoColumn(ExpandoColumn expandoColumn)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.addExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalService.addExpandoColumn(ExpandoColumn expandoColumn)
           
 void ExpandoColumnLocalServiceWrapper.deleteColumn(ExpandoColumn column)
           
static void ExpandoColumnLocalServiceUtil.deleteColumn(ExpandoColumn column)
           
 void ExpandoColumnLocalService.deleteColumn(ExpandoColumn column)
           
 void ExpandoColumnLocalServiceWrapper.deleteExpandoColumn(ExpandoColumn expandoColumn)
           
static void ExpandoColumnLocalServiceUtil.deleteExpandoColumn(ExpandoColumn expandoColumn)
           
 void ExpandoColumnLocalService.deleteExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.updateExpandoColumn(ExpandoColumn expandoColumn)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalServiceWrapper.updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
static ExpandoColumn ExpandoColumnLocalServiceUtil.updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
 ExpandoColumn ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
 

Method parameters in com.liferay.portlet.expando.service with type arguments of type ExpandoColumn
 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)
           
 void ExpandoValueLocalService.addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data)
           
 

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

Methods in com.liferay.portlet.expando.service.base that return ExpandoColumn
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.addExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.createExpandoColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.getExpandoColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.updateExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
 

Methods in com.liferay.portlet.expando.service.base that return types with arguments of type ExpandoColumn
 List<ExpandoColumn> ExpandoColumnLocalServiceBaseImpl.getExpandoColumns(int start, int end)
           
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoColumn
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.addExpandoColumn(ExpandoColumn expandoColumn)
           
 void ExpandoColumnLocalServiceBaseImpl.deleteExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.updateExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn ExpandoColumnLocalServiceBaseImpl.updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
 

Uses of ExpandoColumn in com.liferay.portlet.expando.service.http
 

Methods in com.liferay.portlet.expando.service.http that return ExpandoColumn
static ExpandoColumn ExpandoColumnServiceHttp.addColumn(HttpPrincipal httpPrincipal, long tableId, String name, int type)
           
static ExpandoColumn ExpandoColumnServiceHttp.addColumn(HttpPrincipal httpPrincipal, long tableId, String name, int type, Object defaultData)
           
static ExpandoColumn ExpandoColumnServiceHttp.updateColumn(HttpPrincipal httpPrincipal, long columnId, String name, int type)
           
static ExpandoColumn ExpandoColumnServiceHttp.updateColumn(HttpPrincipal httpPrincipal, long columnId, String name, int type, Object defaultData)
           
static ExpandoColumn ExpandoColumnServiceHttp.updateTypeSettings(HttpPrincipal httpPrincipal, long columnId, String typeSettings)
           
 

Methods in com.liferay.portlet.expando.service.http with parameters of type ExpandoColumn
static JSONArray ExpandoColumnJSONSerializer.toJSONArray(ExpandoColumn[] models)
           
static JSONArray ExpandoColumnJSONSerializer.toJSONArray(ExpandoColumn[][] models)
           
static JSONObject ExpandoColumnJSONSerializer.toJSONObject(ExpandoColumn model)
           
 

Method parameters in com.liferay.portlet.expando.service.http with type arguments of type ExpandoColumn
static JSONArray ExpandoColumnJSONSerializer.toJSONArray(List<ExpandoColumn> models)
           
 

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

Methods in com.liferay.portlet.expando.service.impl that return ExpandoColumn
 ExpandoColumn ExpandoColumnServiceImpl.addColumn(long tableId, String name, int type)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.addColumn(long tableId, String name, int type)
           
 ExpandoColumn ExpandoColumnServiceImpl.addColumn(long tableId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.addColumn(long tableId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.getColumn(long columnId)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.getColumn(long companyId, long classNameId, String tableName, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.getColumn(long tableId, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.getColumn(long companyId, String className, String tableName, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.getDefaultTableColumn(long companyId, long classNameId, String name)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.getDefaultTableColumn(long companyId, String className, String name)
           
 ExpandoColumn ExpandoColumnServiceImpl.updateColumn(long columnId, String name, int type)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.updateColumn(long columnId, String name, int type)
           
 ExpandoColumn ExpandoColumnServiceImpl.updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.updateColumn(long columnId, String name, int type, Object defaultData)
           
 ExpandoColumn ExpandoColumnServiceImpl.updateTypeSettings(long columnId, String typeSettings)
           
 ExpandoColumn ExpandoColumnLocalServiceImpl.updateTypeSettings(long columnId, String typeSettings)
           
 

Methods in com.liferay.portlet.expando.service.impl that return types with arguments of type ExpandoColumn
 List<ExpandoColumn> ExpandoColumnLocalServiceImpl.getColumns(long tableId)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceImpl.getColumns(long companyId, long classNameId, String tableName)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceImpl.getColumns(long companyId, String className, String tableName)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceImpl.getDefaultTableColumns(long companyId, long classNameId)
           
 List<ExpandoColumn> ExpandoColumnLocalServiceImpl.getDefaultTableColumns(long companyId, String className)
           
 

Methods in com.liferay.portlet.expando.service.impl with parameters of type ExpandoColumn
 void ExpandoColumnLocalServiceImpl.deleteColumn(ExpandoColumn column)
           
 

Method parameters in com.liferay.portlet.expando.service.impl with type arguments of type ExpandoColumn
 void ExpandoValueLocalServiceImpl.addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data)
           
 

Uses of ExpandoColumn in com.liferay.portlet.expando.service.permission
 

Methods in com.liferay.portlet.expando.service.permission with parameters of type ExpandoColumn
static void ExpandoColumnPermission.check(PermissionChecker permissionChecker, ExpandoColumn column, String actionId)
           
static boolean ExpandoColumnPermission.contains(PermissionChecker permissionChecker, ExpandoColumn column, String actionId)
           
 

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

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoColumn
static ExpandoColumn ExpandoColumnUtil.create(long columnId)
           
 ExpandoColumn ExpandoColumnPersistence.create(long columnId)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.create(long columnId)
           
static ExpandoColumn ExpandoColumnUtil.fetchByPrimaryKey(long columnId)
           
 ExpandoColumn ExpandoColumnPersistence.fetchByPrimaryKey(long columnId)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.fetchByPrimaryKey(long columnId)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static ExpandoColumn ExpandoColumnUtil.fetchByT_N(long tableId, String name)
           
 ExpandoColumn ExpandoColumnPersistence.fetchByT_N(long tableId, String name)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.fetchByT_N(long tableId, String name)
           
static ExpandoColumn ExpandoColumnUtil.fetchByT_N(long tableId, String name, boolean retrieveFromCache)
           
 ExpandoColumn ExpandoColumnPersistence.fetchByT_N(long tableId, String name, boolean retrieveFromCache)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.fetchByT_N(long tableId, String name, boolean retrieveFromCache)
           
static ExpandoColumn ExpandoColumnUtil.findByPrimaryKey(long columnId)
           
 ExpandoColumn ExpandoColumnPersistence.findByPrimaryKey(long columnId)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.findByPrimaryKey(long columnId)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static ExpandoColumn ExpandoColumnUtil.findByT_N(long tableId, String name)
           
 ExpandoColumn ExpandoColumnPersistence.findByT_N(long tableId, String name)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.findByT_N(long tableId, String name)
           
static ExpandoColumn ExpandoColumnUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
 ExpandoColumn ExpandoColumnPersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
static ExpandoColumn ExpandoColumnUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
 ExpandoColumn ExpandoColumnPersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
static ExpandoColumn[] ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
           
 ExpandoColumn[] ExpandoColumnPersistence.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
           
 ExpandoColumn[] ExpandoColumnPersistenceImpl.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
           
protected  ExpandoColumn ExpandoColumnPersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoColumn expandoColumn, long tableId, OrderByComparator orderByComparator, boolean previous)
           
static ExpandoColumn ExpandoColumnUtil.remove(ExpandoColumn expandoColumn)
           
static ExpandoColumn ExpandoColumnUtil.remove(long columnId)
           
 ExpandoColumn ExpandoColumnPersistence.remove(long columnId)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.remove(long columnId)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.remove(Serializable primaryKey)
           
protected  ExpandoColumn ExpandoColumnPersistenceImpl.removeImpl(ExpandoColumn expandoColumn)
           
protected  ExpandoColumn ExpandoColumnPersistenceImpl.toUnwrappedModel(ExpandoColumn expandoColumn)
           
static ExpandoColumn ExpandoColumnUtil.update(ExpandoColumn expandoColumn, boolean merge)
           
static ExpandoColumn ExpandoColumnUtil.update(ExpandoColumn expandoColumn, boolean merge, ServiceContext serviceContext)
           
static ExpandoColumn ExpandoColumnUtil.updateImpl(ExpandoColumn expandoColumn, boolean merge)
           
 ExpandoColumn ExpandoColumnPersistence.updateImpl(ExpandoColumn expandoColumn, boolean merge)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.updateImpl(ExpandoColumn expandoColumn, boolean merge)
           
 

Methods in com.liferay.portlet.expando.service.persistence that return types with arguments of type ExpandoColumn
static List<ExpandoColumn> ExpandoColumnUtil.findAll()
           
 List<ExpandoColumn> ExpandoColumnPersistence.findAll()
           
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findAll()
           
static List<ExpandoColumn> ExpandoColumnUtil.findAll(int start, int end)
           
 List<ExpandoColumn> ExpandoColumnPersistence.findAll(int start, int end)
           
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findAll(int start, int end)
           
static List<ExpandoColumn> ExpandoColumnUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoColumn> ExpandoColumnPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<ExpandoColumn> ExpandoColumnUtil.findByTableId(long tableId)
           
 List<ExpandoColumn> ExpandoColumnPersistence.findByTableId(long tableId)
           
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findByTableId(long tableId)
           
static List<ExpandoColumn> ExpandoColumnUtil.findByTableId(long tableId, int start, int end)
           
 List<ExpandoColumn> ExpandoColumnPersistence.findByTableId(long tableId, int start, int end)
           
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findByTableId(long tableId, int start, int end)
           
static List<ExpandoColumn> ExpandoColumnUtil.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoColumn> ExpandoColumnPersistence.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
           
 List<ExpandoColumn> ExpandoColumnPersistenceImpl.findByTableId(long tableId, int start, int end, OrderByComparator orderByComparator)
           
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 orderByComparator)
           
 

Methods in com.liferay.portlet.expando.service.persistence with parameters of type ExpandoColumn
static void ExpandoColumnUtil.cacheResult(ExpandoColumn expandoColumn)
           
 void ExpandoColumnPersistence.cacheResult(ExpandoColumn expandoColumn)
           
 void ExpandoColumnPersistenceImpl.cacheResult(ExpandoColumn expandoColumn)
           
static void ExpandoColumnUtil.clearCache(ExpandoColumn expandoColumn)
           
 void ExpandoColumnPersistenceImpl.clearCache(ExpandoColumn expandoColumn)
           
protected  ExpandoColumn ExpandoColumnPersistenceImpl.getByTableId_PrevAndNext(Session session, ExpandoColumn expandoColumn, long tableId, OrderByComparator orderByComparator, boolean previous)
           
static ExpandoColumn ExpandoColumnUtil.remove(ExpandoColumn expandoColumn)
           
protected  ExpandoColumn ExpandoColumnPersistenceImpl.removeImpl(ExpandoColumn expandoColumn)
           
protected  ExpandoColumn ExpandoColumnPersistenceImpl.toUnwrappedModel(ExpandoColumn expandoColumn)
           
static ExpandoColumn ExpandoColumnUtil.update(ExpandoColumn expandoColumn, boolean merge)
           
static ExpandoColumn ExpandoColumnUtil.update(ExpandoColumn expandoColumn, boolean merge, ServiceContext serviceContext)
           
static ExpandoColumn ExpandoColumnUtil.updateImpl(ExpandoColumn expandoColumn, boolean merge)
           
 ExpandoColumn ExpandoColumnPersistence.updateImpl(ExpandoColumn expandoColumn, boolean merge)
           
 ExpandoColumn ExpandoColumnPersistenceImpl.updateImpl(ExpandoColumn expandoColumn, boolean merge)
           
 

Method parameters in com.liferay.portlet.expando.service.persistence with type arguments of type ExpandoColumn
static void ExpandoColumnUtil.cacheResult(List<ExpandoColumn> expandoColumns)
           
 void ExpandoColumnPersistence.cacheResult(List<ExpandoColumn> expandoColumns)
           
 void ExpandoColumnPersistenceImpl.cacheResult(List<ExpandoColumn> expandoColumns)
           
 

Uses of ExpandoColumn in com.liferay.portlet.expando.util
 

Methods in com.liferay.portlet.expando.util with parameters of type ExpandoColumn
protected  void ExpandoBridgeIndexerImpl.addAttribute(Document document, ExpandoColumn expandoColumn, List<ExpandoValue> expandoValues)
           
 


Liferay 6.0.3