Liferay 6.1.2-ce-ga3

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.AssetEntryBaseImpl
              extended by com.liferay.portlet.asset.model.impl.AssetEntryImpl
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<AssetEntry>, ClassedModel, GroupedModel, PersistedModel, AssetEntry, AssetEntryModel, Serializable, Cloneable, Comparable<AssetEntry>

public class AssetEntryImpl
extends AssetEntryBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, CLASSUUID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, EXPIRATIONDATE_COLUMN_BITMASK, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES, FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS, GROUPID_COLUMN_BITMASK, LAYOUTUUID_COLUMN_BITMASK, 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, PUBLISHDATE_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, VISIBLE_COLUMN_BITMASK
 
Constructor Summary
AssetEntryImpl()
           
 
Method Summary
 List<AssetCategory> getCategories()
           
 long[] getCategoryIds()
           
 String[] getTagNames()
           
 List<AssetTag> getTags()
           
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetEntryBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getClassTypeId, getClassUuid, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getEndDate, getEntryId, getExpandoBridge, getExpirationDate, getGroupId, getHeight, getLayoutUuid, getMimeType, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalClassUuid, getOriginalCompanyId, getOriginalExpirationDate, getOriginalGroupId, getOriginalLayoutUuid, getOriginalPublishDate, getOriginalVisible, 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, isVisible, prepareLocalizedFieldsForImport, resetOriginalValues, setClassName, setClassNameId, setClassPK, setClassTypeId, setClassUuid, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setEndDate, setEntryId, setExpandoBridgeAttributes, setExpirationDate, setGroupId, setHeight, setLayoutUuid, setMimeType, setModelAttributes, setModifiedDate, 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, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, 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
 

Constructor Detail

AssetEntryImpl

public AssetEntryImpl()
Method Detail

getCategories

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

getCategoryIds

public long[] getCategoryIds()
                      throws SystemException
Throws:
SystemException

getTagNames

public String[] getTagNames()
                     throws SystemException
Throws:
SystemException

getTags

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

Liferay 6.1.2-ce-ga3