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

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

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
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_MIMETYPE, XSS_ALLOW_SUMMARY, XSS_ALLOW_TITLE, XSS_ALLOW_URL, XSS_ALLOW_USERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
TagsAssetImpl()
           
 
Method Summary
 java.util.List getEntries()
           
 
Methods inherited from class com.liferay.portlet.tags.model.impl.TagsAssetModelImpl
clone, compareTo, equals, getAssetId, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getEndDate, getExpirationDate, getHeight, getMimeType, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getPublishDate, getStartDate, getSummary, getTitle, getUrl, getUserId, getUserName, getWidth, hashCode, setAssetId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setEndDate, setExpirationDate, setHeight, setMimeType, setModifiedDate, setPrimaryKey, setPublishDate, setStartDate, setSummary, setTitle, setUrl, setUserId, setUserName, setWidth
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, 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, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getEndDate, getExpirationDate, getHeight, getMimeType, getModifiedDate, getPrimaryKey, getPublishDate, getStartDate, getSummary, getTitle, getUrl, getUserId, getUserName, getWidth, setAssetId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setEndDate, setExpirationDate, setHeight, setMimeType, setModifiedDate, setPrimaryKey, setPublishDate, setStartDate, setSummary, setTitle, setUrl, setUserId, setUserName, setWidth
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

TagsAssetImpl

public TagsAssetImpl()
Method Detail

getEntries

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