Liferay 6.0.5

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

The model interface for the AssetEntry service. Represents a row in the "AssetEntry" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to AssetEntryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a asset entry model instance should use the AssetEntry interface instead.

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.5