Interface CTPreferences
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CTPreferences>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CTPreferences>,CTPreferencesModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
CTPreferencesWrapper
@ProviderType
public interface CTPreferences
extends CTPreferencesModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CTPreferences service. Represents a row in the "CTPreferences" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CTPreferences,Long> -
Method Summary
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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.change.tracking.model.CTPreferencesModel
cloneWithOriginalValues, getCompanyId, getConfirmationEnabled, getCtCollectionId, getCtPreferencesId, getMvccVersion, getPreviousCtCollectionId, getPrimaryKey, getUserId, getUserUuid, isConfirmationEnabled, setCompanyId, setConfirmationEnabled, setCtCollectionId, setCtPreferencesId, setMvccVersion, setPreviousCtCollectionId, setPrimaryKey, setUserId, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
CT_PREFERENCES_ID_ACCESSOR
-