com.liferay.portlet.documentlibrary.model
Interface DLFileEntryType

All Superinterfaces:
AuditedModel, BaseModel<DLFileEntryType>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<DLFileEntryType>, DLFileEntryTypeModel, GroupedModel, PersistedModel, java.io.Serializable, 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.

Author:
Brian Wing Shun Chan
See Also:
DLFileEntryTypeModel, DLFileEntryTypeImpl, DLFileEntryTypeModelImpl
Generated:

Method Summary
 java.util.List<DDMStructure> getDDMStructures()
           
 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, 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, 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, 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
 

Method Detail

getDDMStructures

java.util.List<DDMStructure> getDDMStructures()
                                              throws SystemException
Throws:
SystemException

isExportable

boolean isExportable()