@ProviderType public class JournalContentSearchWrapper extends java.lang.Object 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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(JournalContentSearch journalContentSearch) |
boolean |
equals(java.lang.Object obj) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.lang.String |
getPortletId()
Returns the portlet ID of this journal content search.
|
long |
getPrimaryKey()
Returns the primary key of this journal content search.
|
java.io.Serializable |
getPrimaryKeyObj() |
boolean |
getPrivateLayout()
Returns the private layout of this journal content search.
|
JournalContentSearch |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
boolean |
isPrivateLayout()
Returns
true if this journal content search is private layout. |
void |
persist() |
void |
resetOriginalValues() |
void |
setArticleId(java.lang.String articleId)
Sets the article ID of this journal content search.
|
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setPrivateLayout(boolean privateLayout)
Sets whether this journal content search is private layout.
|
com.liferay.portal.kernel.model.CacheModel<JournalContentSearch> |
toCacheModel() |
JournalContentSearch |
toEscapedModel() |
java.lang.String |
toString() |
JournalContentSearch |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public JournalContentSearchWrapper(JournalContentSearch journalContentSearch)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic 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 toEscapedModel()
toEscapedModel in interface JournalContentSearchModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public JournalContentSearch toUnescapedModel()
toUnescapedModel in interface JournalContentSearchModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public boolean getPrivateLayout()
getPrivateLayout in interface JournalContentSearchModelpublic boolean isCachedModel()
isCachedModel in interface JournalContentSearchModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public boolean isEscapedModel()
isEscapedModel in interface JournalContentSearchModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public boolean isNew()
isNew in interface JournalContentSearchModelisNew in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public boolean isPrivateLayout()
true if this journal content search is private layout.isPrivateLayout in interface JournalContentSearchModeltrue if this journal content search is private layout; false otherwisepublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface JournalContentSearchModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic com.liferay.portal.kernel.model.CacheModel<JournalContentSearch> toCacheModel()
toCacheModel in interface JournalContentSearchModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public int compareTo(JournalContentSearch journalContentSearch)
compareTo in interface JournalContentSearchModelcompareTo in interface java.lang.Comparable<JournalContentSearch>public int hashCode()
hashCode in interface JournalContentSearchModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface JournalContentSearchModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.Object clone()
clone in interface JournalContentSearchModelclone in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>clone in class java.lang.Objectpublic java.lang.String getArticleId()
getArticleId in interface JournalContentSearchModelpublic java.lang.String getPortletId()
getPortletId in interface JournalContentSearchModelpublic java.lang.String toString()
toString in interface JournalContentSearchModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface JournalContentSearchModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public long getCompanyId()
getCompanyId in interface JournalContentSearchModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getContentSearchId()
getContentSearchId in interface JournalContentSearchModelpublic long getGroupId()
getGroupId in interface JournalContentSearchModelpublic long getLayoutId()
getLayoutId in interface JournalContentSearchModelpublic long getPrimaryKey()
getPrimaryKey in interface JournalContentSearchModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setArticleId(java.lang.String articleId)
setArticleId in interface JournalContentSearchModelarticleId - the article ID of this journal content searchpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface JournalContentSearchModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public void setCompanyId(long companyId)
setCompanyId in interface JournalContentSearchModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this journal content searchpublic void setContentSearchId(long contentSearchId)
setContentSearchId in interface JournalContentSearchModelcontentSearchId - the content search ID of this journal content searchpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface JournalContentSearchModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface JournalContentSearchModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface JournalContentSearchModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public void setGroupId(long groupId)
setGroupId in interface JournalContentSearchModelgroupId - the group ID of this journal content searchpublic void setLayoutId(long layoutId)
setLayoutId in interface JournalContentSearchModellayoutId - the layout ID of this journal content searchpublic void setNew(boolean n)
setNew in interface JournalContentSearchModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public void setPortletId(java.lang.String portletId)
setPortletId in interface JournalContentSearchModelportletId - the portlet ID of this journal content searchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalContentSearchModelprimaryKey - the primary key of this journal content searchpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface JournalContentSearchModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface JournalContentSearchModelprivateLayout - the private layout of this journal content searchpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic JournalContentSearch getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<JournalContentSearch>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>