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
.
JournalContentSearch
,
Serialized FormCONTENT_SEARCH_ID_ACCESSOR
Constructor and Description |
---|
JournalContentSearchWrapper(JournalContentSearch journalContentSearch) |
Modifier and Type | Method and Description |
---|---|
JournalContentSearch |
cloneWithOriginalValues() |
java.lang.String |
getArticleId()
Returns the article ID of this journal content search.
|
java.util.Map<java.lang.String,java.util.function.Function<JournalContentSearch,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<JournalContentSearch,java.lang.Object>> |
getAttributeSetterBiConsumers() |
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected JournalContentSearchWrapper |
wrap(JournalContentSearch journalContentSearch) |
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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public JournalContentSearchWrapper(JournalContentSearch journalContentSearch)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public JournalContentSearch cloneWithOriginalValues()
cloneWithOriginalValues
in interface JournalContentSearchModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public java.lang.String getArticleId()
getArticleId
in interface JournalContentSearchModel
public long getCompanyId()
getCompanyId
in interface JournalContentSearchModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getContentSearchId()
getContentSearchId
in interface JournalContentSearchModel
public long getCtCollectionId()
getCtCollectionId
in interface JournalContentSearchModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
public long getGroupId()
getGroupId
in interface JournalContentSearchModel
public long getLayoutId()
getLayoutId
in interface JournalContentSearchModel
public long getMvccVersion()
getMvccVersion
in interface JournalContentSearchModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public java.lang.String getPortletId()
getPortletId
in interface JournalContentSearchModel
public long getPrimaryKey()
getPrimaryKey
in interface JournalContentSearchModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
public boolean getPrivateLayout()
getPrivateLayout
in interface JournalContentSearchModel
public boolean isPrivateLayout()
true
if this journal content search is private layout.isPrivateLayout
in interface JournalContentSearchModel
true
if this journal content search is private layout; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setArticleId(java.lang.String articleId)
setArticleId
in interface JournalContentSearchModel
articleId
- the article ID of this journal content searchpublic void setCompanyId(long companyId)
setCompanyId
in interface JournalContentSearchModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this journal content searchpublic void setContentSearchId(long contentSearchId)
setContentSearchId
in interface JournalContentSearchModel
contentSearchId
- the content search ID of this journal content searchpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface JournalContentSearchModel
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
ctCollectionId
- the ct collection ID of this journal content searchpublic void setGroupId(long groupId)
setGroupId
in interface JournalContentSearchModel
groupId
- the group ID of this journal content searchpublic void setLayoutId(long layoutId)
setLayoutId
in interface JournalContentSearchModel
layoutId
- the layout ID of this journal content searchpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface JournalContentSearchModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this journal content searchpublic void setPortletId(java.lang.String portletId)
setPortletId
in interface JournalContentSearchModel
portletId
- the portlet ID of this journal content searchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface JournalContentSearchModel
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
primaryKey
- the primary key of this journal content searchpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout
in interface JournalContentSearchModel
privateLayout
- the private layout of this journal content searchpublic java.util.Map<java.lang.String,java.util.function.Function<JournalContentSearch,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public java.util.Map<java.lang.String,java.util.function.BiConsumer<JournalContentSearch,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
protected JournalContentSearchWrapper wrap(JournalContentSearch journalContentSearch)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalContentSearch>