|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<JournalContentSearch> com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl
public class JournalContentSearchModelImpl
The base model implementation for the JournalContentSearch service. Represents a row in the "JournalContentSearch" database table, with each column mapped to a property of this class.
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 FormField Summary | |
---|---|
static long |
ARTICLEID_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static 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 long |
PORTLETID_COLUMN_BITMASK
|
static long |
PRIVATELAYOUT_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
Constructor Summary | |
---|---|
JournalContentSearchModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalContentSearch journalContentSearch)
|
boolean |
equals(Object obj)
|
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. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this journal content search. |
long |
getLayoutId()
Returns the layout ID of this journal content search. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
String |
getOriginalArticleId()
|
long |
getOriginalGroupId()
|
long |
getOriginalLayoutId()
|
String |
getOriginalPortletId()
|
boolean |
getOriginalPrivateLayout()
|
String |
getPortletId()
Returns the portlet ID of this journal content search. |
long |
getPrimaryKey()
Returns the primary key of this journal content search. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getPrivateLayout()
Returns the private layout of this journal content search. |
int |
hashCode()
|
boolean |
isPrivateLayout()
Returns true if this journal content search is private layout. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setArticleId(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(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
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(Map<String,Object> attributes)
|
void |
setPortletId(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(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPrivateLayout(boolean privateLayout)
Sets whether this journal content search is private layout. |
CacheModel<JournalContentSearch> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
JournalContentSearch |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
JournalContentSearch |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.journal.model.JournalContentSearchModel |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
Field Detail |
---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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 long ARTICLEID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long LAYOUTID_COLUMN_BITMASK
public static long PORTLETID_COLUMN_BITMASK
public static long PRIVATELAYOUT_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public JournalContentSearchModelImpl()
Method Detail |
---|
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 Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<JournalContentSearch>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface JournalContentSearchModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<JournalContentSearch>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface JournalContentSearchModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<JournalContentSearch>
getModelAttributes
in class BaseModelImpl<JournalContentSearch>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<JournalContentSearch>
setModelAttributes
in class 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
public void setCompanyId(long companyId)
JournalContentSearchModel
setCompanyId
in interface JournalContentSearchModel
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 String getPortletId()
JournalContentSearchModel
getPortletId
in interface JournalContentSearchModel
public void setPortletId(String portletId)
JournalContentSearchModel
setPortletId
in interface JournalContentSearchModel
portletId
- the portlet ID of this journal content searchpublic String getOriginalPortletId()
public String getArticleId()
JournalContentSearchModel
getArticleId
in interface JournalContentSearchModel
public void setArticleId(String articleId)
JournalContentSearchModel
setArticleId
in interface JournalContentSearchModel
articleId
- the article ID of this journal content searchpublic String getOriginalArticleId()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<JournalContentSearch>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface JournalContentSearchModel
getExpandoBridge
in class BaseModelImpl<JournalContentSearch>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<JournalContentSearch>
setExpandoBridgeAttributes
in interface JournalContentSearchModel
setExpandoBridgeAttributes
in class BaseModelImpl<JournalContentSearch>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public JournalContentSearch toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<JournalContentSearch>
toEscapedModel
in interface JournalContentSearchModel
toEscapedModel
in class BaseModelImpl<JournalContentSearch>
AutoEscapeBeanHandler
public JournalContentSearch toUnescapedModel()
toUnescapedModel
in interface BaseModel<JournalContentSearch>
toUnescapedModel
in interface JournalContentSearchModel
toUnescapedModel
in class BaseModelImpl<JournalContentSearch>
public Object clone()
BaseModel
clone
in interface BaseModel<JournalContentSearch>
clone
in interface JournalContentSearchModel
clone
in class BaseModelImpl<JournalContentSearch>
public int compareTo(JournalContentSearch journalContentSearch)
compareTo
in interface JournalContentSearchModel
compareTo
in interface Comparable<JournalContentSearch>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface JournalContentSearchModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<JournalContentSearch>
resetOriginalValues
in class BaseModelImpl<JournalContentSearch>
public CacheModel<JournalContentSearch> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<JournalContentSearch>
toCacheModel
in interface JournalContentSearchModel
toCacheModel
in class BaseModelImpl<JournalContentSearch>
public String toString()
toString
in interface JournalContentSearchModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<JournalContentSearch>
toXmlString
in interface JournalContentSearchModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |