com.liferay.portlet.documentlibrary.model
Interface DLFileEntry

All Superinterfaces:
BaseModel<DLFileEntry>, java.lang.Cloneable, java.lang.Comparable<DLFileEntry>, DLFileEntryModel, java.io.Serializable
All Known Implementing Classes:
DLFileEntryWrapper

public interface DLFileEntry
extends DLFileEntryModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
DLFileEntryModel, com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl, com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
Generated:

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

Method Detail

getExtraSettings

java.lang.String getExtraSettings()
Specified by:
getExtraSettings in interface DLFileEntryModel

getExtraSettingsProperties

com.liferay.portal.kernel.util.UnicodeProperties getExtraSettingsProperties()

getFolder

DLFolder getFolder()

getLock

Lock getLock()

getLuceneProperties

java.lang.String getLuceneProperties()

getRepositoryId

long getRepositoryId()

hasLock

boolean hasLock(long userId)

isLocked

boolean isLocked()

setExtraSettings

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

setExtraSettingsProperties

void setExtraSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties extraSettingsProperties)