Liferay 6.0-ee-sp2

com.liferay.portlet.documentlibrary.model
Interface DLFileRank

All Superinterfaces:
BaseModel<DLFileRank>, ClassedModel, Cloneable, Comparable<DLFileRank>, DLFileRankModel, PersistedModel, Serializable
All Known Implementing Classes:
DLFileRankWrapper

public interface DLFileRank
extends DLFileRankModel, PersistedModel

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

See Also:
DLFileRankModel, DLFileRankImpl, DLFileRankModelImpl

Method Summary
 DLFileEntry getFileEntry()
           
 long getFolderId()
          Deprecated. getFileEntry()
 String getName()
          Deprecated. getFileEntry()
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileRankModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFileEntryId, getFileRankId, getGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFileEntryId, setFileRankId, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getFileEntry

DLFileEntry getFileEntry()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getFolderId

long getFolderId()
                 throws PortalException,
                        SystemException
Deprecated. getFileEntry()

Throws:
PortalException
SystemException

getName

String getName()
               throws PortalException,
                      SystemException
Deprecated. getFileEntry()

Throws:
PortalException
SystemException

Liferay 6.0-ee-sp2