Liferay 6.0.3

com.liferay.portlet.documentlibrary.model
Interface DLFileEntry

All Superinterfaces:
BaseModel<DLFileEntry>, Cloneable, Comparable<DLFileEntry>, DLFileEntryModel, Serializable
All Known Implementing Classes:
DLFileEntryImpl, DLFileEntryWrapper

public interface DLFileEntry
extends DLFileEntryModel

This interface is a model that represents the DLFileEntry table in the database.

Customize DLFileEntryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
DLFileEntryModel, DLFileEntryImpl, DLFileEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 String getExtraSettings()
           
 UnicodeProperties getExtraSettingsProperties()
           
 DLFileVersion getFileVersion()
           
 DLFolder getFolder()
           
 String getIcon()
           
 DLFileVersion getLatestFileVersion()
           
 Lock getLock()
           
 String getLuceneProperties()
           
 long getRepositoryId()
           
 boolean hasLock(long userId)
           
 boolean isLocked()
           
 void setExtraSettings(String extraSettings)
           
 void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getExtension, getFileEntryId, getFolderId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getReadCount, getSize, getTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setExtension, setFileEntryId, setFolderId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setReadCount, setSize, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getExtraSettings

String getExtraSettings()
Specified by:
getExtraSettings in interface DLFileEntryModel

getExtraSettingsProperties

UnicodeProperties getExtraSettingsProperties()

getFileVersion

DLFileVersion getFileVersion()
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getFolder

DLFolder getFolder()

getIcon

String getIcon()

getLatestFileVersion

DLFileVersion getLatestFileVersion()
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

getLock

Lock getLock()

getLuceneProperties

String getLuceneProperties()

getRepositoryId

long getRepositoryId()

hasLock

boolean hasLock(long userId)

isLocked

boolean isLocked()

setExtraSettings

void setExtraSettings(String extraSettings)
Specified by:
setExtraSettings in interface DLFileEntryModel

setExtraSettingsProperties

void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)

Liferay 6.0.3