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:
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 |
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)