|
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.JournalTemplateWrapper
public class JournalTemplateWrapper
This class is a wrapper for JournalTemplate.
JournalTemplate,
Serialized Form| Constructor Summary | |
|---|---|
JournalTemplateWrapper(JournalTemplate journalTemplate)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(JournalTemplate journalTemplate)
|
boolean |
getCacheable()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
long |
getId()
|
String |
getLangType()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getSmallImage()
|
long |
getSmallImageId()
|
String |
getSmallImageType()
|
String |
getSmallImageURL()
|
String |
getStructureId()
|
String |
getTemplateId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
JournalTemplate |
getWrappedJournalTemplate()
|
String |
getXsl()
|
int |
hashCode()
|
boolean |
isCacheable()
|
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 |
isSmallImage()
|
void |
setCacheable(boolean cacheable)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
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 |
setId(long id)
|
void |
setLangType(String langType)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setSmallImage(boolean smallImage)
|
void |
setSmallImageId(long smallImageId)
|
void |
setSmallImageType(String smallImageType)
|
void |
setSmallImageURL(String smallImageURL)
|
void |
setStructureId(String structureId)
|
void |
setTemplateId(String templateId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
void |
setXsl(String xsl)
|
JournalTemplate |
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 JournalTemplateWrapper(JournalTemplate journalTemplate)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface JournalTemplateModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface JournalTemplateModelpublic String getUuid()
getUuid in interface JournalTemplateModelpublic void setUuid(String uuid)
setUuid in interface JournalTemplateModelpublic long getId()
getId in interface JournalTemplateModelpublic void setId(long id)
setId in interface JournalTemplateModelpublic long getGroupId()
getGroupId in interface JournalTemplateModelpublic void setGroupId(long groupId)
setGroupId in interface JournalTemplateModelpublic long getCompanyId()
getCompanyId in interface JournalTemplateModelpublic void setCompanyId(long companyId)
setCompanyId in interface JournalTemplateModelpublic long getUserId()
getUserId in interface JournalTemplateModelpublic void setUserId(long userId)
setUserId in interface JournalTemplateModel
public String getUserUuid()
throws SystemException
getUserUuid in interface JournalTemplateModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface JournalTemplateModelpublic String getUserName()
getUserName in interface JournalTemplateModelpublic void setUserName(String userName)
setUserName in interface JournalTemplateModelpublic Date getCreateDate()
getCreateDate in interface JournalTemplateModelpublic void setCreateDate(Date createDate)
setCreateDate in interface JournalTemplateModelpublic Date getModifiedDate()
getModifiedDate in interface JournalTemplateModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface JournalTemplateModelpublic String getTemplateId()
getTemplateId in interface JournalTemplateModelpublic void setTemplateId(String templateId)
setTemplateId in interface JournalTemplateModelpublic String getStructureId()
getStructureId in interface JournalTemplateModelpublic void setStructureId(String structureId)
setStructureId in interface JournalTemplateModelpublic String getName()
getName in interface JournalTemplateModelpublic void setName(String name)
setName in interface JournalTemplateModelpublic String getDescription()
getDescription in interface JournalTemplateModelpublic void setDescription(String description)
setDescription in interface JournalTemplateModelpublic String getXsl()
getXsl in interface JournalTemplateModelpublic void setXsl(String xsl)
setXsl in interface JournalTemplateModelpublic String getLangType()
getLangType in interface JournalTemplateModelpublic void setLangType(String langType)
setLangType in interface JournalTemplateModelpublic boolean getCacheable()
getCacheable in interface JournalTemplateModelpublic boolean isCacheable()
isCacheable in interface JournalTemplateModelpublic void setCacheable(boolean cacheable)
setCacheable in interface JournalTemplateModelpublic boolean getSmallImage()
getSmallImage in interface JournalTemplateModelpublic boolean isSmallImage()
isSmallImage in interface JournalTemplateModelpublic void setSmallImage(boolean smallImage)
setSmallImage in interface JournalTemplateModelpublic long getSmallImageId()
getSmallImageId in interface JournalTemplateModelpublic void setSmallImageId(long smallImageId)
setSmallImageId in interface JournalTemplateModelpublic String getSmallImageURL()
getSmallImageURL in interface JournalTemplateModelpublic void setSmallImageURL(String smallImageURL)
setSmallImageURL in interface JournalTemplateModelpublic JournalTemplate toEscapedModel()
toEscapedModel in interface JournalTemplateModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<JournalTemplate>isNew in interface JournalTemplateModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<JournalTemplate>setNew in interface JournalTemplateModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<JournalTemplate>isCachedModel in interface JournalTemplateModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<JournalTemplate>setCachedModel in interface JournalTemplateModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<JournalTemplate>isEscapedModel in interface JournalTemplateModeltrue 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<JournalTemplate>setEscapedModel in interface JournalTemplateModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<JournalTemplate>getPrimaryKeyObj in interface JournalTemplateModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<JournalTemplate>getExpandoBridge in interface JournalTemplateModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<JournalTemplate>setExpandoBridgeAttributes in interface JournalTemplateModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<JournalTemplate>clone in interface JournalTemplateModelclone in class Objectpublic int compareTo(JournalTemplate journalTemplate)
compareTo in interface JournalTemplateModelcompareTo in interface Comparable<JournalTemplate>public int hashCode()
hashCode in interface JournalTemplateModelhashCode in class Objectpublic String toString()
toString in interface JournalTemplateModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<JournalTemplate>toXmlString in interface JournalTemplateModel
public String getSmallImageType()
throws PortalException,
SystemException
getSmallImageType in interface JournalTemplatePortalException
SystemExceptionpublic void setSmallImageType(String smallImageType)
setSmallImageType in interface JournalTemplatepublic JournalTemplate getWrappedJournalTemplate()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||