com.liferay.portlet.asset.model.impl
Class AssetEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
      extended by com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
          extended by com.liferay.portlet.asset.model.impl.AssetEntryImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>, com.liferay.portlet.asset.model.AssetEntry, com.liferay.portlet.asset.model.AssetEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.asset.model.AssetEntry>

public class AssetEntryImpl
extends AssetEntryModelImpl
implements com.liferay.portlet.asset.model.AssetEntry

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES, FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS, LOCK_EXPIRATION_TIME, MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS, MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME, MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE, MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS, MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME, MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
AssetEntryImpl()
           
 
Method Summary
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> getCategories()
           
 java.util.List<com.liferay.portlet.asset.model.AssetTag> getTags()
           
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getEndDate, getEntryId, getExpandoBridge, getExpirationDate, getGroupId, getHeight, getMimeType, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getPrimaryKey, getPrimaryKeyObj, getPriority, getPublishDate, getStartDate, getSummary, getTitle, getUrl, getUserId, getUserName, getUserUuid, getViewCount, getVisible, getWidth, hashCode, isVisible, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setEndDate, setEntryId, setExpandoBridgeAttributes, setExpirationDate, setGroupId, setHeight, setMimeType, setModifiedDate, setPrimaryKey, setPriority, setPublishDate, setStartDate, setSummary, setTitle, setUrl, setUserId, setUserName, setUserUuid, 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, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getEndDate, getEntryId, 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, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setEndDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setGroupId, setHeight, setMimeType, setModifiedDate, setNew, setPrimaryKey, setPriority, setPublishDate, setStartDate, setSummary, setTitle, setUrl, setUserId, setUserName, setUserUuid, setViewCount, setVisible, setWidth, toEscapedModel, toString, toXmlString
 

Constructor Detail

AssetEntryImpl

public AssetEntryImpl()
Method Detail

getCategories

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> getCategories()
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getCategories in interface com.liferay.portlet.asset.model.AssetEntry
Throws:
com.liferay.portal.kernel.exception.SystemException

getTags

public java.util.List<com.liferay.portlet.asset.model.AssetTag> getTags()
                                                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTags in interface com.liferay.portlet.asset.model.AssetEntry
Throws:
com.liferay.portal.kernel.exception.SystemException