com.liferay.portlet.tags.model
Interface TagsAsset

All Superinterfaces:
BaseModel<TagsAsset>, java.lang.Cloneable, java.lang.Comparable<TagsAsset>, java.io.Serializable, TagsAssetModel
All Known Implementing Classes:
TagsAssetWrapper

public interface TagsAsset
extends TagsAssetModel

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 TagsAsset table in the database.

Customize com.liferay.portlet.tags.model.impl.TagsAssetImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
TagsAssetModel, com.liferay.portlet.tags.model.impl.TagsAssetImpl, com.liferay.portlet.tags.model.impl.TagsAssetModelImpl
Generated:

Method Summary
 java.util.List<TagsEntry> getCategories()
           
 java.util.List<TagsEntry> getEntries()
           
 
Methods inherited from interface com.liferay.portlet.tags.model.TagsAssetModel
clone, compareTo, getAssetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getEndDate, 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, setAssetId, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setEndDate, 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<TagsEntry> getCategories()
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getEntries

java.util.List<TagsEntry> getEntries()
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException