Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.model
Interface DLFileEntryType

All Superinterfaces:
AuditedModel, BaseModel<DLFileEntryType>, ClassedModel, Cloneable, Comparable<DLFileEntryType>, DLFileEntryTypeModel, GroupedModel, LocalizedModel, PersistedModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel
All Known Implementing Classes:
DLFileEntryTypeWrapper

@ProviderType
public interface DLFileEntryType
extends DLFileEntryTypeModel, PersistedModel

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.

See Also:
DLFileEntryTypeModel, com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeImpl, com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl

Field Summary
static Accessor<DLFileEntryType,Long> FILE_ENTRY_TYPE_ID_ACCESSOR
           
 
Method Summary
 List<DDMStructure> getDDMStructures()
           
 String getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale)
           
 boolean isExportable()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryTypeModel
clone, compareTo, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getFileEntryTypeId, getFileEntryTypeKey, getGroupId, getLastPublishDate, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileEntryTypeId, setFileEntryTypeKey, setGroupId, setLastPublishDate, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

FILE_ENTRY_TYPE_ID_ACCESSOR

static final Accessor<DLFileEntryType,Long> FILE_ENTRY_TYPE_ID_ACCESSOR
Method Detail

getDDMStructures

List<DDMStructure> getDDMStructures()

getUnambiguousName

String getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes,
                          long groupId,
                          Locale locale)
                          throws PortalException
Throws:
PortalException

isExportable

boolean isExportable()

Liferay 7.0-ce-b4