Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Interface DLFileEntryType

All Superinterfaces:
AuditedModel, BaseModel<DLFileEntryType>, ClassedModel, Cloneable, Comparable<DLFileEntryType>, DLFileEntryTypeModel, GroupedModel, PersistedModel, Serializable
All Known Implementing Classes:
DLFileEntryTypeBaseImpl, DLFileEntryTypeImpl, DLFileEntryTypeWrapper

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 List<DDMStructure> getDDMStructures()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryTypeModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFileEntryTypeId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFileEntryTypeId, setGroupId, setModifiedDate, setName, 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.PersistedModel
persist
 

Method Detail

getDDMStructures

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

Liferay 6.1.2-ce-ga3