@ProviderType public class JournalContentSearchModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalContentSearch> implements JournalContentSearchModel
This implementation and its corresponding interface JournalContentSearchModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalContentSearchImpl
.
JournalContentSearchImpl
,
JournalContentSearch
,
JournalContentSearchModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
ARTICLEID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
CONTENTSEARCHID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LAYOUTID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PORTLETID_COLUMN_BITMASK |
static long |
PRIVATELAYOUT_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
Constructor and Description |
---|
JournalContentSearchModelImpl() |
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 |
getColumnBitmask() |
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 |
getOriginalArticleId() |
long |
getOriginalGroupId() |
long |
getOriginalLayoutId() |
java.lang.String |
getOriginalPortletId() |
boolean |
getOriginalPrivateLayout() |
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 |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isPrivateLayout()
Returns
true if this journal content search is private layout. |
void |
resetOriginalValues() |
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 |
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 |
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() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long ARTICLEID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long LAYOUTID_COLUMN_BITMASK
public static final long PORTLETID_COLUMN_BITMASK
public static final long PRIVATELAYOUT_COLUMN_BITMASK
public static final long CONTENTSEARCHID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
JournalContentSearchModel
getPrimaryKey
in interface JournalContentSearchModel
public void setPrimaryKey(long primaryKey)
JournalContentSearchModel
setPrimaryKey
in interface JournalContentSearchModel
primaryKey
- the primary key of this journal content searchpublic 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 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 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>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalContentSearch>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalContentSearch>
public long getContentSearchId()
JournalContentSearchModel
getContentSearchId
in interface JournalContentSearchModel
public void setContentSearchId(long contentSearchId)
JournalContentSearchModel
setContentSearchId
in interface JournalContentSearchModel
contentSearchId
- the content search ID of this journal content searchpublic long getGroupId()
JournalContentSearchModel
getGroupId
in interface JournalContentSearchModel
public void setGroupId(long groupId)
JournalContentSearchModel
setGroupId
in interface JournalContentSearchModel
groupId
- the group ID of this journal content searchpublic long getOriginalGroupId()
public long getCompanyId()
JournalContentSearchModel
getCompanyId
in interface JournalContentSearchModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
JournalContentSearchModel
setCompanyId
in interface JournalContentSearchModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this journal content searchpublic boolean getPrivateLayout()
JournalContentSearchModel
getPrivateLayout
in interface JournalContentSearchModel
public boolean isPrivateLayout()
JournalContentSearchModel
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 setPrivateLayout(boolean privateLayout)
JournalContentSearchModel
setPrivateLayout
in interface JournalContentSearchModel
privateLayout
- the private layout of this journal content searchpublic boolean getOriginalPrivateLayout()
public long getLayoutId()
JournalContentSearchModel
getLayoutId
in interface JournalContentSearchModel
public void setLayoutId(long layoutId)
JournalContentSearchModel
setLayoutId
in interface JournalContentSearchModel
layoutId
- the layout ID of this journal content searchpublic long getOriginalLayoutId()
public java.lang.String getPortletId()
JournalContentSearchModel
getPortletId
in interface JournalContentSearchModel
public void setPortletId(java.lang.String portletId)
JournalContentSearchModel
setPortletId
in interface JournalContentSearchModel
portletId
- the portlet ID of this journal content searchpublic java.lang.String getOriginalPortletId()
public java.lang.String getArticleId()
JournalContentSearchModel
getArticleId
in interface JournalContentSearchModel
public void setArticleId(java.lang.String articleId)
JournalContentSearchModel
setArticleId
in interface JournalContentSearchModel
articleId
- the article ID of this journal content searchpublic java.lang.String getOriginalArticleId()
public long getColumnBitmask()
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
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<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>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalContentSearch>
public JournalContentSearch toEscapedModel()
toEscapedModel
in interface JournalContentSearchModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalContentSearch>
public java.lang.Object clone()
clone
in interface JournalContentSearchModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalContentSearch>
public int compareTo(JournalContentSearch journalContentSearch)
compareTo
in interface JournalContentSearchModel
compareTo
in interface java.lang.Comparable<JournalContentSearch>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface JournalContentSearchModel
hashCode
in class java.lang.Object
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>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalContentSearch>
public com.liferay.portal.kernel.model.CacheModel<JournalContentSearch> toCacheModel()
toCacheModel
in interface JournalContentSearchModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<JournalContentSearch>
public java.lang.String toString()
toString
in interface JournalContentSearchModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface JournalContentSearchModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>