Package com.liferay.journal.model
Interface JournalContentSearchModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<JournalContentSearch>,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
JournalContentSearch
- All Known Implementing Classes:
JournalContentSearchWrapper
@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
The base model interface for the JournalContentSearch service. Represents a row in the "JournalContentSearch" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the article ID of this journal content search.longReturns the company ID of this journal content search.longReturns the content search ID of this journal content search.longReturns the ct collection ID of this journal content search.longReturns the group ID of this journal content search.longReturns the layout ID of this journal content search.longReturns the mvcc version of this journal content search.Returns the portlet ID of this journal content search.longReturns the primary key of this journal content search.booleanReturns the private layout of this journal content search.booleanReturnstrueif this journal content search is private layout.voidsetArticleId(String articleId) Sets the article ID of this journal content search.voidsetCompanyId(long companyId) Sets the company ID of this journal content search.voidsetContentSearchId(long contentSearchId) Sets the content search ID of this journal content search.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal content search.voidsetGroupId(long groupId) Sets the group ID of this journal content search.voidsetLayoutId(long layoutId) Sets the layout ID of this journal content search.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this journal content search.voidsetPortletId(String portletId) Sets the portlet ID of this journal content search.voidsetPrimaryKey(long primaryKey) Sets the primary key of this journal content search.voidsetPrivateLayout(boolean privateLayout) Sets whether this journal content search is private layout.default StringMethods 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
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this journal content search.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>- Returns:
- the primary key of this journal content search
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this journal content search.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>- Parameters:
primaryKey- the primary key of this journal content search
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this journal content search.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this journal content search
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this journal content search.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this journal content search
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this journal content search.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>- Returns:
- the ct collection ID of this journal content search
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal content search.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>- Parameters:
ctCollectionId- the ct collection ID of this journal content search
-
getContentSearchId
long getContentSearchId()Returns the content search ID of this journal content search.- Returns:
- the content search ID of this journal content search
-
setContentSearchId
void setContentSearchId(long contentSearchId) Sets the content search ID of this journal content search.- Parameters:
contentSearchId- the content search ID of this journal content search
-
getGroupId
long getGroupId()Returns the group ID of this journal content search.- Returns:
- the group ID of this journal content search
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this journal content search.- Parameters:
groupId- the group ID of this journal content search
-
getCompanyId
long getCompanyId()Returns the company ID of this journal content search.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this journal content search
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this journal content search.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this journal content search
-
getPrivateLayout
boolean getPrivateLayout()Returns the private layout of this journal content search.- Returns:
- the private layout of this journal content search
-
isPrivateLayout
boolean isPrivateLayout()Returnstrueif this journal content search is private layout.- Returns:
trueif this journal content search is private layout;falseotherwise
-
setPrivateLayout
void setPrivateLayout(boolean privateLayout) Sets whether this journal content search is private layout.- Parameters:
privateLayout- the private layout of this journal content search
-
getLayoutId
long getLayoutId()Returns the layout ID of this journal content search.- Returns:
- the layout ID of this journal content search
-
setLayoutId
void setLayoutId(long layoutId) Sets the layout ID of this journal content search.- Parameters:
layoutId- the layout ID of this journal content search
-
getPortletId
Returns the portlet ID of this journal content search.- Returns:
- the portlet ID of this journal content search
-
setPortletId
Sets the portlet ID of this journal content search.- Parameters:
portletId- the portlet ID of this journal content search
-
getArticleId
Returns the article ID of this journal content search.- Returns:
- the article ID of this journal content search
-
setArticleId
Sets the article ID of this journal content search.- Parameters:
articleId- the article ID of this journal content search
-
cloneWithOriginalValues
JournalContentSearch cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
toXmlString
-