Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Interface AssetEntry

All Superinterfaces:
AssetEntryModel, AttachedModel, AuditedModel, BaseModel<AssetEntry>, ClassedModel, Cloneable, Comparable<AssetEntry>, GroupedModel, PersistedModel, Serializable
All Known Implementing Classes:
AssetEntryWrapper

public interface AssetEntry
extends AssetEntryModel, PersistedModel

The extended model interface for the AssetEntry service. Represents a row in the "AssetEntry" database table, with each column mapped to a property of this class.

See Also:
AssetEntryModel, AssetEntryImpl, AssetEntryModelImpl

Method Summary
 List<AssetCategory> getCategories()
           
 long[] getCategoryIds()
           
 String[] getTagNames()
           
 List<AssetTag> getTags()
           
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getClassTypeId, getClassUuid, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getEndDate, getEntryId, getExpandoBridge, getExpirationDate, getGroupId, getHeight, getLayoutUuid, getMimeType, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getPriority, getPublishDate, getStartDate, getSummary, getSummary, getSummary, getSummary, getSummary, getSummaryCurrentLanguageId, getSummaryCurrentValue, getSummaryMap, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUrl, getUserId, getUserName, getUserUuid, getViewCount, getVisible, getWidth, hashCode, isCachedModel, isEscapedModel, isNew, isVisible, prepareLocalizedFieldsForImport, setCachedModel, setClassName, setClassNameId, setClassPK, setClassTypeId, setClassUuid, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setEndDate, setEntryId, setExpandoBridgeAttributes, setExpirationDate, setGroupId, setHeight, setLayoutUuid, setMimeType, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setPublishDate, setStartDate, setSummary, setSummary, setSummary, setSummaryCurrentLanguageId, setSummaryMap, setSummaryMap, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUrl, setUserId, setUserName, setUserUuid, setViewCount, setVisible, setWidth, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getCategories

List<AssetCategory> getCategories()
                                  throws SystemException
Throws:
SystemException

getCategoryIds

long[] getCategoryIds()
                      throws SystemException
Throws:
SystemException

getTagNames

String[] getTagNames()
                     throws SystemException
Throws:
SystemException

getTags

List<AssetTag> getTags()
                       throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3