|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.model.JournalContentSearchWrapper
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)
|
String |
getArticleId()
|
long |
getCompanyId()
|
long |
getContentSearchId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
long |
getLayoutId()
|
String |
getPortletId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getPrivateLayout()
|
JournalContentSearch |
getWrappedJournalContentSearch()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPrivateLayout()
|
void |
setArticleId(String articleId)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setContentSearchId(long contentSearchId)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setLayoutId(long layoutId)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPortletId(String portletId)
|
void |
setPrimaryKey(long pk)
|
void |
setPrivateLayout(boolean privateLayout)
|
JournalContentSearch |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JournalContentSearchWrapper(JournalContentSearch journalContentSearch)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface JournalContentSearchModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface JournalContentSearchModelpublic long getContentSearchId()
getContentSearchId in interface JournalContentSearchModelpublic void setContentSearchId(long contentSearchId)
setContentSearchId in interface JournalContentSearchModelpublic long getGroupId()
getGroupId in interface JournalContentSearchModelpublic void setGroupId(long groupId)
setGroupId in interface JournalContentSearchModelpublic long getCompanyId()
getCompanyId in interface JournalContentSearchModelpublic void setCompanyId(long companyId)
setCompanyId in interface JournalContentSearchModelpublic boolean getPrivateLayout()
getPrivateLayout in interface JournalContentSearchModelpublic boolean isPrivateLayout()
isPrivateLayout in interface JournalContentSearchModelpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface JournalContentSearchModelpublic long getLayoutId()
getLayoutId in interface JournalContentSearchModelpublic void setLayoutId(long layoutId)
setLayoutId in interface JournalContentSearchModelpublic String getPortletId()
getPortletId in interface JournalContentSearchModelpublic void setPortletId(String portletId)
setPortletId in interface JournalContentSearchModelpublic String getArticleId()
getArticleId in interface JournalContentSearchModelpublic void setArticleId(String articleId)
setArticleId in interface JournalContentSearchModelpublic JournalContentSearch toEscapedModel()
toEscapedModel in interface JournalContentSearchModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<JournalContentSearch>isNew in interface JournalContentSearchModeltrue if this model instance does not yet exist in
the database; false otherwisepublic 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 boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<JournalContentSearch>isCachedModel in interface JournalContentSearchModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<JournalContentSearch>setCachedModel in interface JournalContentSearchModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<JournalContentSearch>isEscapedModel in interface JournalContentSearchModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<JournalContentSearch>setEscapedModel in interface JournalContentSearchModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalContentSearch>getPrimaryKeyObj in interface JournalContentSearchModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalContentSearch>getExpandoBridge in interface JournalContentSearchModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalContentSearch>setExpandoBridgeAttributes in interface JournalContentSearchModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)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 int hashCode()
hashCode in interface JournalContentSearchModelhashCode in class Objectpublic String toString()
toString in interface JournalContentSearchModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalContentSearch>toXmlString in interface JournalContentSearchModelpublic JournalContentSearch getWrappedJournalContentSearch()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||