Liferay 6.2-ce-ga5

com.liferay.portlet.asset.model
Interface AssetEntry

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

@ProviderType
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

Field Summary
static Accessor<AssetEntry,Long> ENTRY_ID_ACCESSOR
           
 
Method Summary
 AssetRenderer getAssetRenderer()
           
 AssetRendererFactory getAssetRendererFactory()
           
 List<AssetCategory> getCategories()
           
 long[] getCategoryIds()
           
 String[] getTagNames()
           
 List<AssetTag> getTags()
           
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetEntryModel
clone, compareTo, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getClassTypeId, getClassUuid, getCompanyId, getCreateDate, getDefaultLanguageId, 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, prepareLocalizedFieldsForImport, setCachedModel, setClassName, setClassNameId, setClassPK, setClassTypeId, setClassUuid, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setEndDate, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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
 

Field Detail

ENTRY_ID_ACCESSOR

static final Accessor<AssetEntry,Long> ENTRY_ID_ACCESSOR
Method Detail

getAssetRenderer

AssetRenderer getAssetRenderer()

getAssetRendererFactory

AssetRendererFactory getAssetRendererFactory()

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.2-ce-ga5