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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      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.TagsAssetModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

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
CACHE_ENABLED, CACHE_ENABLED_TAGSASSETS_TAGSENTRIES, DATA_SOURCE, 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> getEntries()
           
 
Methods inherited from class com.liferay.portlet.tags.model.impl.TagsAssetModelImpl
clone, compareTo, equals, getAssetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getEndDate, getExpirationDate, getGroupId, getHeight, getMimeType, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getPriority, getPublishDate, getStartDate, getSummary, getTitle, getUrl, getUserId, getUserName, getViewCount, getWidth, hashCode, setAssetId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setEndDate, setExpirationDate, setGroupId, setHeight, setMimeType, setModifiedDate, setPrimaryKey, setPriority, setPublishDate, setStartDate, setSummary, setTitle, setUrl, setUserId, setUserName, setViewCount, setWidth, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, 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, getWidth, setAssetId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setEndDate, setExpirationDate, setGroupId, setHeight, setMimeType, setModifiedDate, setPrimaryKey, setPriority, setPublishDate, setStartDate, setSummary, setTitle, setUrl, setUserId, setUserName, setViewCount, setWidth, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

TagsAssetImpl

public TagsAssetImpl()
Method Detail

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