Liferay 6.0.5

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

The model interface for the DLFileEntry service. Represents a row in the "DLFileEntry" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to DLFileEntryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a d l file entry model instance should use the DLFileEntry interface instead.

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()
          Gets the extra settings of this d l file entry.
 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)
          Sets the extra settings of this d l file entry.
 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()
Description copied from interface: DLFileEntryModel
Gets the extra settings of this d l file entry.

Specified by:
getExtraSettings in interface DLFileEntryModel
Returns:
the extra settings of this d l file entry

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)
Description copied from interface: DLFileEntryModel
Sets the extra settings of this d l file entry.

Specified by:
setExtraSettings in interface DLFileEntryModel
Parameters:
extraSettings - the extra settings of this d l file entry

setExtraSettingsProperties

void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)

Liferay 6.0.5