Package com.liferay.journal.model
Class JournalContentSearchWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalContentSearch>
com.liferay.journal.model.JournalContentSearchWrapper
- All Implemented Interfaces:
JournalContentSearch,JournalContentSearchModel,com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<JournalContentSearch>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<JournalContentSearch>
public class JournalContentSearchWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalContentSearch>
implements JournalContentSearch, com.liferay.portal.kernel.model.ModelWrapper<JournalContentSearch>
This class is a wrapper for JournalContentSearch.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.journal.model.JournalContentSearch
CONTENT_SEARCH_ID_ACCESSOR -
Constructor Summary
Constructors -
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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected JournalContentSearchWrapperwrap(JournalContentSearch journalContentSearch) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
JournalContentSearchWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>- Specified by:
cloneWithOriginalValuesin interfaceJournalContentSearchModel
-
getArticleId
Returns the article ID of this journal content search.- Specified by:
getArticleIdin interfaceJournalContentSearchModel- Returns:
- the article ID of this journal content search
-
getCompanyId
public long getCompanyId()Returns the company ID of this journal content search.- Specified by:
getCompanyIdin interfaceJournalContentSearchModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this journal content search
-
getContentSearchId
public long getContentSearchId()Returns the content search ID of this journal content search.- Specified by:
getContentSearchIdin interfaceJournalContentSearchModel- Returns:
- the content search ID of this journal content search
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this journal content search.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>- Specified by:
getCtCollectionIdin interfaceJournalContentSearchModel- Returns:
- the ct collection ID of this journal content search
-
getGroupId
public long getGroupId()Returns the group ID of this journal content search.- Specified by:
getGroupIdin interfaceJournalContentSearchModel- Returns:
- the group ID of this journal content search
-
getLayoutId
public long getLayoutId()Returns the layout ID of this journal content search.- Specified by:
getLayoutIdin interfaceJournalContentSearchModel- Returns:
- the layout ID of this journal content search
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this journal content search.- Specified by:
getMvccVersionin interfaceJournalContentSearchModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this journal content search
-
getPortletId
Returns the portlet ID of this journal content search.- Specified by:
getPortletIdin interfaceJournalContentSearchModel- Returns:
- the portlet ID of this journal content search
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this journal content search.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>- Specified by:
getPrimaryKeyin interfaceJournalContentSearchModel- Returns:
- the primary key of this journal content search
-
getPrivateLayout
public boolean getPrivateLayout()Returns the private layout of this journal content search.- Specified by:
getPrivateLayoutin interfaceJournalContentSearchModel- Returns:
- the private layout of this journal content search
-
isPrivateLayout
public boolean isPrivateLayout()Returnstrueif this journal content search is private layout.- Specified by:
isPrivateLayoutin interfaceJournalContentSearchModel- Returns:
trueif this journal content search is private layout;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setArticleId
Sets the article ID of this journal content search.- Specified by:
setArticleIdin interfaceJournalContentSearchModel- Parameters:
articleId- the article ID of this journal content search
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this journal content search.- Specified by:
setCompanyIdin interfaceJournalContentSearchModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this journal content search
-
setContentSearchId
public void setContentSearchId(long contentSearchId) Sets the content search ID of this journal content search.- Specified by:
setContentSearchIdin interfaceJournalContentSearchModel- Parameters:
contentSearchId- the content search ID of this journal content search
-
setCtCollectionId
public 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>- Specified by:
setCtCollectionIdin interfaceJournalContentSearchModel- Parameters:
ctCollectionId- the ct collection ID of this journal content search
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this journal content search.- Specified by:
setGroupIdin interfaceJournalContentSearchModel- Parameters:
groupId- the group ID of this journal content search
-
setLayoutId
public void setLayoutId(long layoutId) Sets the layout ID of this journal content search.- Specified by:
setLayoutIdin interfaceJournalContentSearchModel- Parameters:
layoutId- the layout ID of this journal content search
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this journal content search.- Specified by:
setMvccVersionin interfaceJournalContentSearchModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this journal content search
-
setPortletId
Sets the portlet ID of this journal content search.- Specified by:
setPortletIdin interfaceJournalContentSearchModel- Parameters:
portletId- the portlet ID of this journal content search
-
setPrimaryKey
public 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>- Specified by:
setPrimaryKeyin interfaceJournalContentSearchModel- Parameters:
primaryKey- the primary key of this journal content search
-
setPrivateLayout
public void setPrivateLayout(boolean privateLayout) Sets whether this journal content search is private layout.- Specified by:
setPrivateLayoutin interfaceJournalContentSearchModel- Parameters:
privateLayout- the private layout of this journal content search
-
toXmlString
- Specified by:
toXmlStringin interfaceJournalContentSearchModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalContentSearch>
-