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

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.asset.model.impl.AssetEntryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
AssetEntryModel, com.liferay.portlet.asset.model.impl.AssetEntryImpl, com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
Generated:

Method Summary
 java.util.List<AssetCategory> getCategories()
           
 java.util.List<AssetTag> getTags()
           
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, 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, 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

java.util.List<AssetCategory> getCategories()
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getTags

java.util.List<AssetTag> getTags()
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException