|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portlet.asset.model.AssetEntryWrapper
public class AssetEntryWrapper
This class is a wrapper for AssetEntry
.
AssetEntry
,
Serialized FormConstructor Summary | |
---|---|
AssetEntryWrapper(AssetEntry assetEntry)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetEntry assetEntry)
|
List<AssetCategory> |
getCategories()
|
long[] |
getCategoryIds()
|
String |
getClassName()
Gets the class name of the model instance this asset entry is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this asset entry. |
long |
getClassPK()
Gets the class p k of this asset entry. |
String |
getClassUuid()
Gets the class uuid of this asset entry. |
long |
getCompanyId()
Gets the company id of this asset entry. |
Date |
getCreateDate()
Gets the create date of this asset entry. |
String |
getDescription()
Gets the description of this asset entry. |
Date |
getEndDate()
Gets the end date of this asset entry. |
long |
getEntryId()
Gets the entry id of this asset entry. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getExpirationDate()
Gets the expiration date of this asset entry. |
long |
getGroupId()
Gets the group id of this asset entry. |
int |
getHeight()
Gets the height of this asset entry. |
String |
getMimeType()
Gets the mime type of this asset entry. |
Date |
getModifiedDate()
Gets the modified date of this asset entry. |
long |
getPrimaryKey()
Gets the primary key of this asset entry. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
double |
getPriority()
Gets the priority of this asset entry. |
Date |
getPublishDate()
Gets the publish date of this asset entry. |
double |
getSocialInformationEquity()
|
Date |
getStartDate()
Gets the start date of this asset entry. |
String |
getSummary()
Gets the summary of this asset entry. |
String[] |
getTagNames()
|
List<AssetTag> |
getTags()
|
String |
getTitle()
Gets the title of this asset entry. |
String |
getUrl()
Gets the url of this asset entry. |
long |
getUserId()
Gets the user id of this asset entry. |
String |
getUserName()
Gets the user name of this asset entry. |
String |
getUserUuid()
Gets the user uuid of this asset entry. |
int |
getViewCount()
Gets the view count of this asset entry. |
boolean |
getVisible()
Gets the visible of this asset entry. |
int |
getWidth()
Gets the width of this asset entry. |
AssetEntry |
getWrappedAssetEntry()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isVisible()
Determines whether this asset entry is visible. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
Sets the class name id of this asset entry. |
void |
setClassPK(long classPK)
Sets the class p k of this asset entry. |
void |
setClassUuid(String classUuid)
Sets the class uuid of this asset entry. |
void |
setCompanyId(long companyId)
Sets the company id of this asset entry. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset entry. |
void |
setDescription(String description)
Sets the description of this asset entry. |
void |
setEndDate(Date endDate)
Sets the end date of this asset entry. |
void |
setEntryId(long entryId)
Sets the entry id of this asset entry. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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)
Sets the expiration date of this asset entry. |
void |
setGroupId(long groupId)
Sets the group id of this asset entry. |
void |
setHeight(int height)
Sets the height of this asset entry. |
void |
setMimeType(String mimeType)
Sets the mime type of this asset entry. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset entry. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
Sets the primary key of this asset entry |
void |
setPriority(double priority)
Sets the priority of this asset entry. |
void |
setPublishDate(Date publishDate)
Sets the publish date of this asset entry. |
void |
setStartDate(Date startDate)
Sets the start date of this asset entry. |
void |
setSummary(String summary)
Sets the summary of this asset entry. |
void |
setTitle(String title)
Sets the title of this asset entry. |
void |
setUrl(String url)
Sets the url of this asset entry. |
void |
setUserId(long userId)
Sets the user id of this asset entry. |
void |
setUserName(String userName)
Sets the user name of this asset entry. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset entry. |
void |
setViewCount(int viewCount)
Sets the view count of this asset entry. |
void |
setVisible(boolean visible)
Sets whether this {$entity.humanName} is visible. |
void |
setWidth(int width)
Sets the width of this asset entry. |
AssetEntry |
toEscapedModel()
Gets a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
void |
updateSocialInformationEquity(double value)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssetEntryWrapper(AssetEntry assetEntry)
Method Detail |
---|
public long getPrimaryKey()
getPrimaryKey
in interface AssetEntryModel
public void setPrimaryKey(long pk)
setPrimaryKey
in interface AssetEntryModel
pk
- the primary key of this asset entrypublic long getEntryId()
getEntryId
in interface AssetEntryModel
public void setEntryId(long entryId)
setEntryId
in interface AssetEntryModel
entryId
- the entry id of this asset entrypublic long getGroupId()
getGroupId
in interface AssetEntryModel
public void setGroupId(long groupId)
setGroupId
in interface AssetEntryModel
groupId
- the group id of this asset entrypublic long getCompanyId()
getCompanyId
in interface AssetEntryModel
public void setCompanyId(long companyId)
setCompanyId
in interface AssetEntryModel
companyId
- the company id of this asset entrypublic long getUserId()
getUserId
in interface AssetEntryModel
public void setUserId(long userId)
setUserId
in interface AssetEntryModel
userId
- the user id of this asset entrypublic String getUserUuid() throws SystemException
getUserUuid
in interface AssetEntryModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface AssetEntryModel
userUuid
- the user uuid of this asset entrypublic String getUserName()
getUserName
in interface AssetEntryModel
public void setUserName(String userName)
setUserName
in interface AssetEntryModel
userName
- the user name of this asset entrypublic Date getCreateDate()
getCreateDate
in interface AssetEntryModel
public void setCreateDate(Date createDate)
setCreateDate
in interface AssetEntryModel
createDate
- the create date of this asset entrypublic Date getModifiedDate()
getModifiedDate
in interface AssetEntryModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AssetEntryModel
modifiedDate
- the modified date of this asset entrypublic String getClassName()
getClassName
in interface AssetEntryModel
public long getClassNameId()
getClassNameId
in interface AssetEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface AssetEntryModel
classNameId
- the class name id of this asset entrypublic long getClassPK()
getClassPK
in interface AssetEntryModel
public void setClassPK(long classPK)
setClassPK
in interface AssetEntryModel
classPK
- the class p k of this asset entrypublic String getClassUuid()
getClassUuid
in interface AssetEntryModel
public void setClassUuid(String classUuid)
setClassUuid
in interface AssetEntryModel
classUuid
- the class uuid of this asset entrypublic boolean getVisible()
getVisible
in interface AssetEntryModel
public boolean isVisible()
isVisible
in interface AssetEntryModel
public void setVisible(boolean visible)
setVisible
in interface AssetEntryModel
visible
- the visible of this asset entrypublic Date getStartDate()
getStartDate
in interface AssetEntryModel
public void setStartDate(Date startDate)
setStartDate
in interface AssetEntryModel
startDate
- the start date of this asset entrypublic Date getEndDate()
getEndDate
in interface AssetEntryModel
public void setEndDate(Date endDate)
setEndDate
in interface AssetEntryModel
endDate
- the end date of this asset entrypublic Date getPublishDate()
getPublishDate
in interface AssetEntryModel
public void setPublishDate(Date publishDate)
setPublishDate
in interface AssetEntryModel
publishDate
- the publish date of this asset entrypublic Date getExpirationDate()
getExpirationDate
in interface AssetEntryModel
public void setExpirationDate(Date expirationDate)
setExpirationDate
in interface AssetEntryModel
expirationDate
- the expiration date of this asset entrypublic String getMimeType()
getMimeType
in interface AssetEntryModel
public void setMimeType(String mimeType)
setMimeType
in interface AssetEntryModel
mimeType
- the mime type of this asset entrypublic String getTitle()
getTitle
in interface AssetEntryModel
public void setTitle(String title)
setTitle
in interface AssetEntryModel
title
- the title of this asset entrypublic String getDescription()
getDescription
in interface AssetEntryModel
public void setDescription(String description)
setDescription
in interface AssetEntryModel
description
- the description of this asset entrypublic String getSummary()
getSummary
in interface AssetEntryModel
public void setSummary(String summary)
setSummary
in interface AssetEntryModel
summary
- the summary of this asset entrypublic String getUrl()
getUrl
in interface AssetEntryModel
public void setUrl(String url)
setUrl
in interface AssetEntryModel
url
- the url of this asset entrypublic int getHeight()
getHeight
in interface AssetEntryModel
public void setHeight(int height)
setHeight
in interface AssetEntryModel
height
- the height of this asset entrypublic int getWidth()
getWidth
in interface AssetEntryModel
public void setWidth(int width)
setWidth
in interface AssetEntryModel
width
- the width of this asset entrypublic double getPriority()
getPriority
in interface AssetEntryModel
public void setPriority(double priority)
setPriority
in interface AssetEntryModel
priority
- the priority of this asset entrypublic int getViewCount()
getViewCount
in interface AssetEntryModel
public void setViewCount(int viewCount)
setViewCount
in interface AssetEntryModel
viewCount
- the view count of this asset entrypublic boolean isNew()
BaseModel
isNew
in interface BaseModel<AssetEntry>
isNew
in interface AssetEntryModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<AssetEntry>
setNew
in interface AssetEntryModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel
in interface BaseModel<AssetEntry>
isCachedModel
in interface AssetEntryModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<AssetEntry>
setCachedModel
in interface AssetEntryModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
isEscapedModel
in interface BaseModel<AssetEntry>
isEscapedModel
in interface AssetEntryModel
true
if this model instance is escaped;
false
otherwiseBaseModel.setEscapedModel(boolean)
public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel
method. For example,
UserModel.toEscapedModel()
.
setEscapedModel
in interface BaseModel<AssetEntry>
setEscapedModel
in interface AssetEntryModel
escapedModel
- whether this model instance is escapedAutoEscapeBeanHandler
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<AssetEntry>
getPrimaryKeyObj
in interface AssetEntryModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<AssetEntry>
getExpandoBridge
in interface AssetEntryModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<AssetEntry>
setExpandoBridgeAttributes
in interface AssetEntryModel
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<AssetEntry>
clone
in interface AssetEntryModel
clone
in class Object
public int compareTo(AssetEntry assetEntry)
compareTo
in interface AssetEntryModel
compareTo
in interface Comparable<AssetEntry>
public int hashCode()
hashCode
in interface AssetEntryModel
hashCode
in class Object
public AssetEntry toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<AssetEntry>
toEscapedModel
in interface AssetEntryModel
AutoEscapeBeanHandler
public String toString()
toString
in interface AssetEntryModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<AssetEntry>
toXmlString
in interface AssetEntryModel
public List<AssetCategory> getCategories() throws SystemException
getCategories
in interface AssetEntry
SystemException
public long[] getCategoryIds() throws SystemException
getCategoryIds
in interface AssetEntry
SystemException
public double getSocialInformationEquity()
getSocialInformationEquity
in interface AssetEntry
public String[] getTagNames() throws SystemException
getTagNames
in interface AssetEntry
SystemException
public List<AssetTag> getTags() throws SystemException
getTags
in interface AssetEntry
SystemException
public void updateSocialInformationEquity(double value)
updateSocialInformationEquity
in interface AssetEntry
public AssetEntry getWrappedAssetEntry()
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |