|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JournalContentSearchModel
The base model interface for the JournalContentSearch service. Represents a row in the "JournalContentSearch" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation JournalContentSearchModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in JournalContentSearchImpl
.
JournalContentSearch
,
JournalContentSearchImpl
,
JournalContentSearchModelImpl
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalContentSearch journalContentSearch)
|
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. |
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. |
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 |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPrivateLayout()
Returns true if this journal content search is private layout. |
void |
setArticleId(String articleId)
Sets the article ID of this journal content search. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 interface com.liferay.portal.model.BaseModel |
---|
getModelAttributes, resetOriginalValues, setModelAttributes |
Methods inherited from interface com.liferay.portal.model.ClassedModel |
---|
getModelClass, getModelClassName |
Method Detail |
---|
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()
void setCompanyId(long companyId)
companyId
- 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 String getPortletId()
void setPortletId(String portletId)
portletId
- the portlet ID of this journal content search@AutoEscape String getArticleId()
void setArticleId(String articleId)
articleId
- the article ID of this journal content searchboolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<JournalContentSearch>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<JournalContentSearch>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<JournalContentSearch>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<JournalContentSearch>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<JournalContentSearch>
true
if this model instance is escaped;
false
otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<JournalContentSearch>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<JournalContentSearch>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<JournalContentSearch>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<JournalContentSearch>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
Object clone()
BaseModel
clone
in interface BaseModel<JournalContentSearch>
int compareTo(JournalContentSearch journalContentSearch)
compareTo
in interface Comparable<JournalContentSearch>
int hashCode()
hashCode
in class Object
CacheModel<JournalContentSearch> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<JournalContentSearch>
JournalContentSearch toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<JournalContentSearch>
AutoEscapeBeanHandler
JournalContentSearch toUnescapedModel()
toUnescapedModel
in interface BaseModel<JournalContentSearch>
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
in interface BaseModel<JournalContentSearch>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |