|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.model.JournalContentSearchWrapper
@ProviderType public class JournalContentSearchWrapper
This class is a wrapper for JournalContentSearch.
JournalContentSearch,
Serialized Form| Constructor Summary | |
|---|---|
JournalContentSearchWrapper(JournalContentSearch journalContentSearch)
|
|
| 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 |
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 |
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. |
JournalContentSearch |
getWrappedJournalContentSearch()
Deprecated. As of 6.1.0, replaced by getWrappedModel() |
JournalContentSearch |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
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 |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
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(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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 |
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 class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JournalContentSearchWrapper(JournalContentSearch journalContentSearch)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<JournalContentSearch>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<JournalContentSearch>public Object clone()
BaseModel
clone in interface BaseModel<JournalContentSearch>clone in interface JournalContentSearchModelclone in class Objectpublic int compareTo(JournalContentSearch journalContentSearch)
compareTo in interface JournalContentSearchModelcompareTo in interface Comparable<JournalContentSearch>public String getArticleId()
getArticleId in interface JournalContentSearchModelpublic long getCompanyId()
getCompanyId in interface JournalContentSearchModelpublic long getContentSearchId()
getContentSearchId in interface JournalContentSearchModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalContentSearch>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface JournalContentSearchModelpublic long getGroupId()
getGroupId in interface JournalContentSearchModelpublic long getLayoutId()
getLayoutId in interface JournalContentSearchModelpublic String getPortletId()
getPortletId in interface JournalContentSearchModelpublic long getPrimaryKey()
getPrimaryKey in interface JournalContentSearchModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalContentSearch>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface JournalContentSearchModelpublic boolean getPrivateLayout()
getPrivateLayout in interface JournalContentSearchModelpublic int hashCode()
hashCode in interface JournalContentSearchModelhashCode in class Objectpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<JournalContentSearch>isCachedModel in interface JournalContentSearchModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<JournalContentSearch>isEscapedModel in interface JournalContentSearchModeltrue if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<JournalContentSearch>isNew in interface JournalContentSearchModeltrue if this model instance does not yet exist in
the database; false otherwisepublic boolean isPrivateLayout()
true if this journal content search is private layout.
isPrivateLayout in interface JournalContentSearchModeltrue if this journal content search is private layout; false otherwisepublic void persist()
PersistedModel
persist in interface PersistedModelpublic void setArticleId(String articleId)
setArticleId in interface JournalContentSearchModelarticleId - the article ID of this journal content searchpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<JournalContentSearch>setCachedModel in interface JournalContentSearchModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface JournalContentSearchModelcompanyId - the company ID of this journal content searchpublic void setContentSearchId(long contentSearchId)
setContentSearchId in interface JournalContentSearchModelcontentSearchId - the content search ID of this journal content searchpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>setExpandoBridgeAttributes in interface JournalContentSearchModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>setExpandoBridgeAttributes in interface JournalContentSearchModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>setExpandoBridgeAttributes in interface JournalContentSearchModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setGroupId(long groupId)
setGroupId in interface JournalContentSearchModelgroupId - the group ID of this journal content searchpublic void setLayoutId(long layoutId)
setLayoutId in interface JournalContentSearchModellayoutId - the layout ID of this journal content searchpublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<JournalContentSearch>setNew in interface JournalContentSearchModeln - whether this model instance does not yet exist in the databasepublic void setPortletId(String portletId)
setPortletId in interface JournalContentSearchModelportletId - the portlet ID of this journal content searchpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface JournalContentSearchModelprimaryKey - the primary key of this journal content searchpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<JournalContentSearch>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface JournalContentSearchModelprimaryKeyObj - the primary key of this model instancepublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface JournalContentSearchModelprivateLayout - the private layout of this journal content searchpublic CacheModel<JournalContentSearch> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<JournalContentSearch>toCacheModel in interface JournalContentSearchModelpublic JournalContentSearch toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<JournalContentSearch>toEscapedModel in interface JournalContentSearchModelAutoEscapeBeanHandlerpublic String toString()
toString in interface JournalContentSearchModeltoString in class Objectpublic JournalContentSearch toUnescapedModel()
toUnescapedModel in interface BaseModel<JournalContentSearch>toUnescapedModel in interface JournalContentSearchModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalContentSearch>toXmlString in interface JournalContentSearchModelpublic boolean equals(Object obj)
equals in class Object@Deprecated public JournalContentSearch getWrappedJournalContentSearch()
getWrappedModel()
public JournalContentSearch getWrappedModel()
getWrappedModel in interface ModelWrapper<JournalContentSearch>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<JournalContentSearch>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<JournalContentSearch>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<JournalContentSearch>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||