Liferay 6.0.3

com.liferay.portlet.asset.model
Interface AssetEntry

All Superinterfaces:
AssetEntryModel, BaseModel<AssetEntry>, Cloneable, Comparable<AssetEntry>, Serializable
All Known Implementing Classes:
AssetEntryImpl, AssetEntryWrapper

public interface AssetEntry
extends AssetEntryModel

This interface is a model that represents the AssetEntry table in the database.

Customize AssetEntryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
AssetEntryModel, AssetEntryImpl, AssetEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 List<AssetCategory> getCategories()
           
 long[] getCategoryIds()
           
 double getSocialInformationEquity()
           
 String[] getTagNames()
           
 List<AssetTag> getTags()
           
 void updateSocialInformationEquity(double value)
           
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getClassUuid, getCompanyId, getCreateDate, getDescription, getEndDate, getEntryId, getExpandoBridge, getExpirationDate, getGroupId, getHeight, getMimeType, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getPriority, getPublishDate, getStartDate, getSummary, getTitle, getUrl, getUserId, getUserName, getUserUuid, getViewCount, getVisible, getWidth, hashCode, isCachedModel, isEscapedModel, isNew, isVisible, setCachedModel, setClassNameId, setClassPK, setClassUuid, setCompanyId, setCreateDate, setDescription, setEndDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setGroupId, setHeight, setMimeType, setModifiedDate, setNew, setPrimaryKey, setPriority, setPublishDate, setStartDate, setSummary, setTitle, setUrl, setUserId, setUserName, setUserUuid, setViewCount, setVisible, setWidth, toEscapedModel, toString, toXmlString
 

Method Detail

getCategories

List<AssetCategory> getCategories()
                                  throws SystemException
Throws:
SystemException

getCategoryIds

long[] getCategoryIds()
                      throws SystemException
Throws:
SystemException

getSocialInformationEquity

double getSocialInformationEquity()

getTagNames

String[] getTagNames()
                     throws SystemException
Throws:
SystemException

getTags

List<AssetTag> getTags()
                       throws SystemException
Throws:
SystemException

updateSocialInformationEquity

void updateSocialInformationEquity(double value)

Liferay 6.0.3