@ProviderType public interface JournalContentSearchModel extends com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.journal.model.impl.JournalContentSearchModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.journal.model.impl.JournalContentSearchImpl.
JournalContentSearch,
com.liferay.journal.model.impl.JournalContentSearchImpl,
com.liferay.journal.model.impl.JournalContentSearchModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(JournalContentSearch journalContentSearch) |
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.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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
boolean |
isPrivateLayout()
Returns
true if this journal content search is private layout. |
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 |
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() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this journal content searchlong getContentSearchId()
void setContentSearchId(long contentSearchId)
contentSearchId - the content search ID of this journal content searchlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this journal content searchlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this journal content searchboolean getPrivateLayout()
boolean isPrivateLayout()
true if this journal content search is private layout.true if this journal content search is private layout; false otherwisevoid setPrivateLayout(boolean privateLayout)
privateLayout - the private layout of this journal content searchlong getLayoutId()
void setLayoutId(long layoutId)
layoutId - the layout ID of this journal content search@AutoEscape java.lang.String getPortletId()
void setPortletId(java.lang.String portletId)
portletId - the portlet ID of this journal content search@AutoEscape java.lang.String getArticleId()
void setArticleId(java.lang.String articleId)
articleId - the article ID of this journal content searchboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>int compareTo(JournalContentSearch journalContentSearch)
compareTo in interface java.lang.Comparable<JournalContentSearch>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<JournalContentSearch> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>JournalContentSearch toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>JournalContentSearch toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>