Liferay 6.0.5

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

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

public class AssetEntryImpl
extends AssetEntryModelImpl
implements AssetEntry

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
 List<AssetCategory> getCategories()
           
 long[] getCategoryIds()
           
 double getSocialInformationEquity()
           
 String[] getTagNames()
           
 List<AssetTag> getTags()
           
 void updateSocialInformationEquity(double value)
           
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getClassUuid, getCompanyId, getCreateDate, getDescription, getEndDate, getEntryId, getExpandoBridge, getExpirationDate, getGroupId, getHeight, getMimeType, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalClassUuid, getOriginalGroupId, getPrimaryKey, getPrimaryKeyObj, getPriority, getPublishDate, getStartDate, getSummary, getTitle, getUrl, getUserId, getUserName, getUserUuid, getViewCount, getVisible, getWidth, hashCode, isVisible, setClassNameId, setClassPK, setClassUuid, 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, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getClassUuid, 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, setClassUuid, 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 List<AssetCategory> getCategories()
                                  throws SystemException
Specified by:
getCategories in interface AssetEntry
Throws:
SystemException

getCategoryIds

public long[] getCategoryIds()
                      throws SystemException
Specified by:
getCategoryIds in interface AssetEntry
Throws:
SystemException

getSocialInformationEquity

public double getSocialInformationEquity()
Specified by:
getSocialInformationEquity in interface AssetEntry

getTagNames

public String[] getTagNames()
                     throws SystemException
Specified by:
getTagNames in interface AssetEntry
Throws:
SystemException

getTags

public List<AssetTag> getTags()
                       throws SystemException
Specified by:
getTags in interface AssetEntry
Throws:
SystemException

updateSocialInformationEquity

public void updateSocialInformationEquity(double value)
Specified by:
updateSocialInformationEquity in interface AssetEntry

Liferay 6.0.5