com.liferay.portlet.asset.model
Interface AssetEntry
- All Superinterfaces:
- AssetEntryModel, BaseModel<AssetEntry>, java.lang.Cloneable, java.lang.Comparable<AssetEntry>, java.io.Serializable
- All Known Implementing Classes:
- 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 com.liferay.portlet.asset.model.impl.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.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetEntryModel,
com.liferay.portlet.asset.model.impl.AssetEntryImpl,
com.liferay.portlet.asset.model.impl.AssetEntryModelImpl- Generated:
| 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 |
getCategories
java.util.List<AssetCategory> getCategories()
throws SystemException
- Throws:
SystemException
getCategoryIds
long[] getCategoryIds()
throws SystemException
- Throws:
SystemException
getSocialInformationEquity
double getSocialInformationEquity()
getTagNames
java.lang.String[] getTagNames()
throws SystemException
- Throws:
SystemException
getTags
java.util.List<AssetTag> getTags()
throws SystemException
- Throws:
SystemException
updateSocialInformationEquity
void updateSocialInformationEquity(double value)