@ProviderType public interface CTPreferencesModel extends com.liferay.portal.kernel.model.BaseModel<CTPreferences>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTPreferencesModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.change.tracking.model.impl.CTPreferencesImpl.
CTPreferences| Modifier and Type | Method and Description |
|---|---|
CTPreferences |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct preferences.
|
boolean |
getConfirmationEnabled()
Returns the confirmation enabled of this ct preferences.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ct preferences.
|
long |
getCtPreferencesId()
Returns the ct preferences ID of this ct preferences.
|
long |
getMvccVersion()
Returns the mvcc version of this ct preferences.
|
long |
getPreviousCtCollectionId()
Returns the previous ct collection ID of this ct preferences.
|
long |
getPrimaryKey()
Returns the primary key of this ct preferences.
|
long |
getUserId()
Returns the user ID of this ct preferences.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct preferences.
|
boolean |
isConfirmationEnabled()
Returns
true if this ct preferences is confirmation enabled. |
void |
setCompanyId(long companyId)
Sets the company ID of this ct preferences.
|
void |
setConfirmationEnabled(boolean confirmationEnabled)
Sets whether this ct preferences is confirmation enabled.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ct preferences.
|
void |
setCtPreferencesId(long ctPreferencesId)
Sets the ct preferences ID of this ct preferences.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct preferences.
|
void |
setPreviousCtCollectionId(long previousCtCollectionId)
Sets the previous ct collection ID of this ct preferences.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct preferences.
|
void |
setUserId(long userId)
Sets the user ID of this ct preferences.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct preferences.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this ct preferenceslong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct preferenceslong getCtPreferencesId()
void setCtPreferencesId(long ctPreferencesId)
ctPreferencesId - the ct preferences ID of this ct preferenceslong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct preferenceslong getUserId()
void setUserId(long userId)
userId - the user ID of this ct preferencesjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this ct preferenceslong getCtCollectionId()
void setCtCollectionId(long ctCollectionId)
ctCollectionId - the ct collection ID of this ct preferenceslong getPreviousCtCollectionId()
void setPreviousCtCollectionId(long previousCtCollectionId)
previousCtCollectionId - the previous ct collection ID of this ct preferencesboolean getConfirmationEnabled()
boolean isConfirmationEnabled()
true if this ct preferences is confirmation enabled.true if this ct preferences is confirmation enabled; false otherwisevoid setConfirmationEnabled(boolean confirmationEnabled)
confirmationEnabled - the confirmation enabled of this ct preferencesCTPreferences cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTPreferences>