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
model
Fields 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.long
Returns the company ID of this journal content search.long
Returns the content search ID of this journal content search.long
Returns the ct collection ID of this journal content search.long
Returns the group ID of this journal content search.long
Returns the layout ID of this journal content search.long
Returns the mvcc version of this journal content search.Returns the portlet ID of this journal content search.long
Returns the primary key of this journal content search.boolean
Returns the private layout of this journal content search.boolean
Returnstrue
if this journal content search is private layout.void
persist()
void
setArticleId
(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
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this journal content search.void
setPortletId
(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.protected JournalContentSearchWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
JournalContentSearchWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
- Specified by:
cloneWithOriginalValues
in interfaceJournalContentSearchModel
-
getArticleId
Returns the article ID of this journal content search.- Specified by:
getArticleId
in 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:
getCompanyId
in interfaceJournalContentSearchModel
- Specified by:
getCompanyId
in 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:
getContentSearchId
in 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:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
- Specified by:
getCtCollectionId
in 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:
getGroupId
in 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:
getLayoutId
in 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:
getMvccVersion
in interfaceJournalContentSearchModel
- Specified by:
getMvccVersion
in 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:
getPortletId
in 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:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
- Specified by:
getPrimaryKey
in 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:
getPrivateLayout
in interfaceJournalContentSearchModel
- Returns:
- the private layout of this journal content search
-
isPrivateLayout
public boolean isPrivateLayout()Returnstrue
if this journal content search is private layout.- Specified by:
isPrivateLayout
in interfaceJournalContentSearchModel
- Returns:
true
if this journal content search is private layout;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setArticleId
Sets the article ID of this journal content search.- Specified by:
setArticleId
in 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:
setCompanyId
in interfaceJournalContentSearchModel
- Specified by:
setCompanyId
in 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:
setContentSearchId
in 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:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
- Specified by:
setCtCollectionId
in 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:
setGroupId
in 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:
setLayoutId
in 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:
setMvccVersion
in interfaceJournalContentSearchModel
- Specified by:
setMvccVersion
in 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:
setPortletId
in 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:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
- Specified by:
setPrimaryKey
in 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:
setPrivateLayout
in interfaceJournalContentSearchModel
- Parameters:
privateLayout
- the private layout of this journal content search
-
toXmlString
- Specified by:
toXmlString
in interfaceJournalContentSearchModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalContentSearch>
-