Class ExpandoColumnImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl
com.liferay.portlet.expando.model.impl.ExpandoColumnBaseImpl
com.liferay.portlet.expando.model.impl.ExpandoColumnImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoColumn
,com.liferay.expando.kernel.model.ExpandoColumnModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<com.liferay.expando.kernel.model.ExpandoColumn>
- Author:
- Raymond Augé, Brian Wing Shun Chan
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, ORDER_BY_SQL_INLINE_DISTINCT, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TABLEID_COLUMN_BITMASK, TX_MANAGER
Fields inherited from interface com.liferay.expando.kernel.model.ExpandoColumn
COLUMN_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayName
(Locale locale) com.liferay.portal.kernel.util.UnicodeProperties
void
setTypeSettings
(String typeSettings) void
setTypeSettingsProperties
(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoColumnBaseImpl
persist
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnId, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getDefaultData, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalName, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getTableId, getType, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setColumnId, setCompanyId, setCtCollectionId, setDefaultData, setModelAttributes, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setTableId, setType, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.expando.kernel.model.ExpandoColumnModel
cloneWithOriginalValues, getColumnId, getCompanyId, getCtCollectionId, getDefaultData, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getTableId, getType, setColumnId, setCompanyId, setCtCollectionId, setDefaultData, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setTableId, setType, toXmlString
-
Constructor Details
-
ExpandoColumnImpl
public ExpandoColumnImpl()
-
-
Method Details
-
getDefaultValue
-
getDisplayName
-
getTypeSettings
- Specified by:
getTypeSettings
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
- Overrides:
getTypeSettings
in classExpandoColumnModelImpl
-
getTypeSettingsProperties
public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties() -
setTypeSettings
- Specified by:
setTypeSettings
in interfacecom.liferay.expando.kernel.model.ExpandoColumnModel
- Overrides:
setTypeSettings
in classExpandoColumnModelImpl
-
setTypeSettingsProperties
public void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)
-