com.liferay.portlet.tags.model
Interface TagsAsset

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TagsAssetModel

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

Method Summary
 java.util.List<TagsEntry> getCategories()
           
 java.util.List<TagsEntry> getEntries()
           
 
Methods inherited from interface com.liferay.portlet.tags.model.TagsAssetModel
getAssetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getEndDate, getExpirationDate, getGroupId, getHeight, getMimeType, getModifiedDate, getPrimaryKey, getPriority, getPublishDate, getStartDate, getSummary, getTitle, getUrl, getUserId, getUserName, getViewCount, getVisible, getWidth, isVisible, setAssetId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setEndDate, setExpirationDate, setGroupId, setHeight, setMimeType, setModifiedDate, setPrimaryKey, setPriority, setPublishDate, setStartDate, setSummary, setTitle, setUrl, setUserId, setUserName, setViewCount, setVisible, setWidth, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

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