|
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.JournalArticleWrapper
public class JournalArticleWrapper
This class is a wrapper for JournalArticle.
JournalArticle,
Serialized Form| Constructor Summary | |
|---|---|
JournalArticleWrapper(JournalArticle journalArticle)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalArticle journalArticle)
|
String |
getArticleId()
|
String[] |
getAvailableLocales()
|
long |
getCompanyId()
|
String |
getContent()
|
String |
getContentByLocale(String languageId)
|
Date |
getCreateDate()
|
String |
getDefaultLocale()
|
String |
getDescription()
|
Date |
getDisplayDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getExpirationDate()
|
long |
getGroupId()
|
long |
getId()
|
boolean |
getIndexable()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getResourcePrimKey()
|
Date |
getReviewDate()
|
boolean |
getSmallImage()
|
long |
getSmallImageId()
|
String |
getSmallImageType()
|
String |
getSmallImageURL()
|
int |
getStatus()
|
long |
getStatusByUserId()
|
String |
getStatusByUserName()
|
String |
getStatusByUserUuid()
|
Date |
getStatusDate()
|
String |
getStructureId()
|
String |
getTemplateId()
|
String |
getTitle()
|
String |
getType()
|
String |
getUrlTitle()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
double |
getVersion()
|
JournalArticle |
getWrappedJournalArticle()
|
int |
hashCode()
|
boolean |
isApproved()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isDraft()
|
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isExpired()
|
boolean |
isIndexable()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPending()
|
boolean |
isSmallImage()
|
boolean |
isTemplateDriven()
|
void |
setArticleId(String articleId)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setContent(String content)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setDisplayDate(Date displayDate)
|
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 |
setExpirationDate(Date expirationDate)
|
void |
setGroupId(long groupId)
|
void |
setId(long id)
|
void |
setIndexable(boolean indexable)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setResourcePrimKey(long resourcePrimKey)
|
void |
setReviewDate(Date reviewDate)
|
void |
setSmallImage(boolean smallImage)
|
void |
setSmallImageId(long smallImageId)
|
void |
setSmallImageType(String smallImageType)
|
void |
setSmallImageURL(String smallImageURL)
|
void |
setStatus(int status)
|
void |
setStatusByUserId(long statusByUserId)
|
void |
setStatusByUserName(String statusByUserName)
|
void |
setStatusByUserUuid(String statusByUserUuid)
|
void |
setStatusDate(Date statusDate)
|
void |
setStructureId(String structureId)
|
void |
setTemplateId(String templateId)
|
void |
setTitle(String title)
|
void |
setType(String type)
|
void |
setUrlTitle(String urlTitle)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
void |
setVersion(double version)
|
JournalArticle |
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 JournalArticleWrapper(JournalArticle journalArticle)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface JournalArticleModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface JournalArticleModelpublic String getUuid()
getUuid in interface JournalArticleModelpublic void setUuid(String uuid)
setUuid in interface JournalArticleModelpublic long getId()
getId in interface JournalArticleModelpublic void setId(long id)
setId in interface JournalArticleModelpublic long getResourcePrimKey()
getResourcePrimKey in interface JournalArticleModelpublic void setResourcePrimKey(long resourcePrimKey)
setResourcePrimKey in interface JournalArticleModelpublic long getGroupId()
getGroupId in interface JournalArticleModelpublic void setGroupId(long groupId)
setGroupId in interface JournalArticleModelpublic long getCompanyId()
getCompanyId in interface JournalArticleModelpublic void setCompanyId(long companyId)
setCompanyId in interface JournalArticleModelpublic long getUserId()
getUserId in interface JournalArticleModelpublic void setUserId(long userId)
setUserId in interface JournalArticleModel
public String getUserUuid()
throws SystemException
getUserUuid in interface JournalArticleModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface JournalArticleModelpublic String getUserName()
getUserName in interface JournalArticleModelpublic void setUserName(String userName)
setUserName in interface JournalArticleModelpublic Date getCreateDate()
getCreateDate in interface JournalArticleModelpublic void setCreateDate(Date createDate)
setCreateDate in interface JournalArticleModelpublic Date getModifiedDate()
getModifiedDate in interface JournalArticleModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface JournalArticleModelpublic String getArticleId()
getArticleId in interface JournalArticleModelpublic void setArticleId(String articleId)
setArticleId in interface JournalArticleModelpublic double getVersion()
getVersion in interface JournalArticleModelpublic void setVersion(double version)
setVersion in interface JournalArticleModelpublic String getTitle()
getTitle in interface JournalArticleModelpublic void setTitle(String title)
setTitle in interface JournalArticleModelpublic String getUrlTitle()
getUrlTitle in interface JournalArticleModelpublic void setUrlTitle(String urlTitle)
setUrlTitle in interface JournalArticleModelpublic String getDescription()
getDescription in interface JournalArticleModelpublic void setDescription(String description)
setDescription in interface JournalArticleModelpublic String getContent()
getContent in interface JournalArticleModelpublic void setContent(String content)
setContent in interface JournalArticleModelpublic String getType()
getType in interface JournalArticleModelpublic void setType(String type)
setType in interface JournalArticleModelpublic String getStructureId()
getStructureId in interface JournalArticleModelpublic void setStructureId(String structureId)
setStructureId in interface JournalArticleModelpublic String getTemplateId()
getTemplateId in interface JournalArticleModelpublic void setTemplateId(String templateId)
setTemplateId in interface JournalArticleModelpublic Date getDisplayDate()
getDisplayDate in interface JournalArticleModelpublic void setDisplayDate(Date displayDate)
setDisplayDate in interface JournalArticleModelpublic Date getExpirationDate()
getExpirationDate in interface JournalArticleModelpublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface JournalArticleModelpublic Date getReviewDate()
getReviewDate in interface JournalArticleModelpublic void setReviewDate(Date reviewDate)
setReviewDate in interface JournalArticleModelpublic boolean getIndexable()
getIndexable in interface JournalArticleModelpublic boolean isIndexable()
isIndexable in interface JournalArticleModelpublic void setIndexable(boolean indexable)
setIndexable in interface JournalArticleModelpublic boolean getSmallImage()
getSmallImage in interface JournalArticleModelpublic boolean isSmallImage()
isSmallImage in interface JournalArticleModelpublic void setSmallImage(boolean smallImage)
setSmallImage in interface JournalArticleModelpublic long getSmallImageId()
getSmallImageId in interface JournalArticleModelpublic void setSmallImageId(long smallImageId)
setSmallImageId in interface JournalArticleModelpublic String getSmallImageURL()
getSmallImageURL in interface JournalArticleModelpublic void setSmallImageURL(String smallImageURL)
setSmallImageURL in interface JournalArticleModelpublic int getStatus()
getStatus in interface JournalArticleModelpublic void setStatus(int status)
setStatus in interface JournalArticleModelpublic long getStatusByUserId()
getStatusByUserId in interface JournalArticleModelpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface JournalArticleModel
public String getStatusByUserUuid()
throws SystemException
getStatusByUserUuid in interface JournalArticleModelSystemExceptionpublic void setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface JournalArticleModelpublic String getStatusByUserName()
getStatusByUserName in interface JournalArticleModelpublic void setStatusByUserName(String statusByUserName)
setStatusByUserName in interface JournalArticleModelpublic Date getStatusDate()
getStatusDate in interface JournalArticleModelpublic void setStatusDate(Date statusDate)
setStatusDate in interface JournalArticleModelpublic boolean isApproved()
isApproved in interface JournalArticleModelpublic boolean isDraft()
isDraft in interface JournalArticleModelpublic boolean isExpired()
isExpired in interface JournalArticleModelpublic boolean isPending()
isPending in interface JournalArticleModelpublic JournalArticle toEscapedModel()
toEscapedModel in interface JournalArticleModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<JournalArticle>isNew in interface JournalArticleModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<JournalArticle>setNew in interface JournalArticleModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<JournalArticle>isCachedModel in interface JournalArticleModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<JournalArticle>setCachedModel in interface JournalArticleModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<JournalArticle>isEscapedModel in interface JournalArticleModeltrue 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<JournalArticle>setEscapedModel in interface JournalArticleModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalArticle>getPrimaryKeyObj in interface JournalArticleModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalArticle>getExpandoBridge in interface JournalArticleModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalArticle>setExpandoBridgeAttributes in interface JournalArticleModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<JournalArticle>clone in interface JournalArticleModelclone in class Objectpublic int compareTo(JournalArticle journalArticle)
compareTo in interface JournalArticleModelcompareTo in interface Comparable<JournalArticle>public int hashCode()
hashCode in interface JournalArticleModelhashCode in class Objectpublic String toString()
toString in interface JournalArticleModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalArticle>toXmlString in interface JournalArticleModelpublic String[] getAvailableLocales()
getAvailableLocales in interface JournalArticlepublic String getContentByLocale(String languageId)
getContentByLocale in interface JournalArticlepublic String getDefaultLocale()
getDefaultLocale in interface JournalArticle
public String getSmallImageType()
throws PortalException,
SystemException
getSmallImageType in interface JournalArticlePortalException
SystemExceptionpublic boolean isTemplateDriven()
isTemplateDriven in interface JournalArticlepublic void setSmallImageType(String smallImageType)
setSmallImageType in interface JournalArticlepublic JournalArticle getWrappedJournalArticle()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||