@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.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
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 java.lang.Object clone()
clone
in interface JournalContentSearchModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
clone
in class java.lang.Object
public int compareTo(JournalContentSearch journalContentSearch)
compareTo
in interface JournalContentSearchModel
compareTo
in interface java.lang.Comparable<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 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface JournalContentSearchModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public long getGroupId()
getGroupId
in interface JournalContentSearchModel
public long getLayoutId()
getLayoutId
in interface JournalContentSearchModel
public java.lang.String getPortletId()
getPortletId
in interface JournalContentSearchModel
public long getPrimaryKey()
getPrimaryKey
in interface JournalContentSearchModel
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface JournalContentSearchModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public boolean getPrivateLayout()
getPrivateLayout
in interface JournalContentSearchModel
public int hashCode()
hashCode
in interface JournalContentSearchModel
hashCode
in class java.lang.Object
public boolean isCachedModel()
isCachedModel
in interface JournalContentSearchModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public boolean isEscapedModel()
isEscapedModel
in interface JournalContentSearchModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public boolean isNew()
isNew
in interface JournalContentSearchModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
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 setCachedModel(boolean cachedModel)
setCachedModel
in interface JournalContentSearchModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public 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 setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface JournalContentSearchModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface JournalContentSearchModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface JournalContentSearchModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public 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 setNew(boolean n)
setNew
in interface JournalContentSearchModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public 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
primaryKey
- the primary key of this journal content searchpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface JournalContentSearchModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrivateLayout(boolean privateLayout)
setPrivateLayout
in interface JournalContentSearchModel
privateLayout
- the private layout of this journal content searchpublic com.liferay.portal.kernel.model.CacheModel<JournalContentSearch> toCacheModel()
toCacheModel
in interface JournalContentSearchModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public JournalContentSearch toEscapedModel()
toEscapedModel
in interface JournalContentSearchModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public java.lang.String toString()
toString
in interface JournalContentSearchModel
toString
in class java.lang.Object
public JournalContentSearch toUnescapedModel()
toUnescapedModel
in interface JournalContentSearchModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public java.lang.String toXmlString()
toXmlString
in interface JournalContentSearchModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public 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>