com.liferay.portlet.tags.model.impl
Class TagsAssetImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.tags.model.TagsAsset>
      extended by com.liferay.portlet.tags.model.impl.TagsAssetModelImpl
          extended by com.liferay.portlet.tags.model.impl.TagsAssetImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.tags.model.TagsAsset>, com.liferay.portlet.tags.model.TagsAsset, com.liferay.portlet.tags.model.TagsAssetModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.tags.model.TagsAsset>

public class TagsAssetImpl
extends TagsAssetModelImpl
implements com.liferay.portlet.tags.model.TagsAsset

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.tags.model.impl.TagsAssetModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_TAGSASSETS_TAGSENTRIES, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
TagsAssetImpl()
           
 
Method Summary
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> getCategories()
           
 java.util.List<com.liferay.portlet.tags.model.TagsEntry> getEntries()
           
 
Methods inherited from class com.liferay.portlet.tags.model.impl.TagsAssetModelImpl
clone, compareTo, equals, getAssetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getEndDate, getExpandoBridge, getExpirationDate, getGroupId, getHeight, getMimeType, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getPrimaryKey, getPrimaryKeyObj, getPriority, getPublishDate, getStartDate, getSummary, getTitle, getUrl, getUserId, getUserName, getViewCount, getVisible, getWidth, hashCode, 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, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

TagsAssetImpl

public TagsAssetImpl()
Method Detail

getCategories

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> getCategories()
                                                                       throws com.liferay.portal.SystemException
Specified by:
getCategories in interface com.liferay.portlet.tags.model.TagsAsset
Throws:
com.liferay.portal.SystemException

getEntries

public java.util.List<com.liferay.portlet.tags.model.TagsEntry> getEntries()
                                                                    throws com.liferay.portal.SystemException
Specified by:
getEntries in interface com.liferay.portlet.tags.model.TagsAsset
Throws:
com.liferay.portal.SystemException