Interface DLFileEntryType
- All Superinterfaces:
AuditedModel
,BaseModel<DLFileEntryType>
,ClassedModel
,Cloneable
,Comparable<DLFileEntryType>
,CTModel<DLFileEntryType>
,DLFileEntryTypeModel
,ExternalReferenceCodeModel
,GroupedModel
,LocalizedModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,StagedGroupedModel
,StagedModel
- All Known Implementing Classes:
DLFileEntryTypeWrapper
The extended model interface for the DLFileEntryType service. Represents a row in the "DLFileEntryType" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getUnambiguousName
(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale) boolean
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.document.library.kernel.model.DLFileEntryTypeModel
cloneWithOriginalValues, getAvailableLanguageIds, getCompanyId, getCreateDate, getCtCollectionId, getDataDefinitionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExternalReferenceCode, getFileEntryTypeId, getFileEntryTypeKey, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getScope, getUserId, getUserName, getUserUuid, getUuid, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCompanyId, setCreateDate, setCtCollectionId, setDataDefinitionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExternalReferenceCode, setFileEntryTypeId, setFileEntryTypeKey, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setScope, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
FILE_ENTRY_TYPE_ID_ACCESSOR
-
-
Method Details
-
getDDMStructures
Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)
-
getUnambiguousName
String getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale) throws PortalException - Throws:
PortalException
-
isExportable
boolean isExportable()
-
DLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)