Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model
Interface DLFileEntryType

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

See Also:
DLFileEntryTypeModel, DLFileEntryTypeImpl, DLFileEntryTypeModelImpl

Method Summary
 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

List<DDMStructure> getDDMStructures()
                                    throws SystemException
Throws:
SystemException

isExportable

boolean isExportable()

Liferay 6.2-ce-ga5