@ProviderType public interface JournalContentSearchModel extends com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.journal.model.impl.JournalContentSearchModelImpl 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.journal.model.impl.JournalContentSearchImpl.
JournalContentSearch| Modifier and Type | Method and Description |
|---|---|
JournalContentSearch |
cloneWithOriginalValues() |
java.lang.String |
getArticleId()
Returns the article ID of this journal content search.
|
long |
getCompanyId()
Returns the company ID of this journal content search.
|
long |
getContentSearchId()
Returns the content search ID of this journal content search.
|
long |
getCtCollectionId()
Returns the ct collection ID of this journal content search.
|
long |
getGroupId()
Returns the group ID of this journal content search.
|
long |
getLayoutId()
Returns the layout ID of this journal content search.
|
long |
getMvccVersion()
Returns the mvcc version of this journal content search.
|
java.lang.String |
getPortletId()
Returns the portlet ID of this journal content search.
|
long |
getPrimaryKey()
Returns the primary key of this journal content search.
|
boolean |
getPrivateLayout()
Returns the private layout of this journal content search.
|
boolean |
isPrivateLayout()
Returns
true if this journal content search is private layout. |
void |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal content search.
|
void |
setCompanyId(long companyId)
Sets the company ID of this journal content search.
|
void |
setContentSearchId(long contentSearchId)
Sets the content search ID of this journal content search.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this journal content search.
|
void |
setGroupId(long groupId)
Sets the group ID of this journal content search.
|
void |
setLayoutId(long layoutId)
Sets the layout ID of this journal content search.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this journal content search.
|
void |
setPortletId(java.lang.String portletId)
Sets the portlet ID of this journal content search.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this journal content search.
|
void |
setPrivateLayout(boolean privateLayout)
Sets whether this journal content search is private layout.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>primaryKey - the primary key of this journal content searchlong 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 journal content searchlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>ctCollectionId - the ct collection ID of this journal content searchlong getContentSearchId()
void setContentSearchId(long contentSearchId)
contentSearchId - the content search ID of this journal content searchlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this journal content searchlong 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 journal content searchboolean getPrivateLayout()
boolean isPrivateLayout()
true if this journal content search is private layout.true if this journal content search is private layout; false otherwisevoid setPrivateLayout(boolean privateLayout)
privateLayout - the private layout of this journal content searchlong getLayoutId()
void setLayoutId(long layoutId)
layoutId - the layout ID of this journal content search@AutoEscape java.lang.String getPortletId()
void setPortletId(java.lang.String portletId)
portletId - the portlet ID of this journal content search@AutoEscape java.lang.String getArticleId()
void setArticleId(java.lang.String articleId)
articleId - the article ID of this journal content searchJournalContentSearch cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>