com.liferay.portlet.documentlibrary.model.impl
Class DLFileEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.documentlibrary.model.DLFileEntry>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.documentlibrary.model.DLFileEntry>, com.liferay.portlet.documentlibrary.model.DLFileEntry, com.liferay.portlet.documentlibrary.model.DLFileEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.documentlibrary.model.DLFileEntry>

public class DLFileEntryImpl
extends DLFileEntryModelImpl
implements com.liferay.portlet.documentlibrary.model.DLFileEntry

View Source

Author:
Brian Wing Shun Chan, Alexander Chow
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
DLFileEntryImpl()
           
 
Method Summary
 java.lang.String getExtraSettings()
           
 java.util.Properties getExtraSettingsProperties()
           
 com.liferay.portlet.documentlibrary.model.DLFolder getFolder()
           
 java.lang.String getLuceneProperties()
           
 java.lang.String getTitleWithExtension()
           
 java.lang.String getUserUuid()
           
 void setExtraSettings(java.lang.String extraSettings)
           
 void setExtraSettingsProperties(java.util.Properties extraSettingsProperties)
           
 void setUserUuid(java.lang.String userUuid)
           
static java.lang.String stripExtension(java.lang.String name, java.lang.String title)
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFileEntryId, getFolderId, getGroupId, getModifiedDate, getName, getOriginalFolderId, getOriginalGroupId, getOriginalName, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getReadCount, getSize, getTitle, getUserId, getUserName, getUuid, getVersion, getVersionUserId, getVersionUserName, hashCode, setCompanyId, setCreateDate, setDescription, setFileEntryId, setFolderId, setGroupId, setModifiedDate, setName, setPrimaryKey, setReadCount, setSize, setTitle, setUserId, setUserName, setUuid, setVersion, setVersionUserId, setVersionUserName, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryModel
getCompanyId, getCreateDate, getDescription, getFileEntryId, getFolderId, getGroupId, getModifiedDate, getName, getPrimaryKey, getReadCount, getSize, getTitle, getUserId, getUserName, getUuid, getVersion, getVersionUserId, getVersionUserName, setCompanyId, setCreateDate, setDescription, setFileEntryId, setFolderId, setGroupId, setModifiedDate, setName, setPrimaryKey, setReadCount, setSize, setTitle, setUserId, setUserName, setUuid, setVersion, setVersionUserId, setVersionUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

DLFileEntryImpl

public DLFileEntryImpl()
Method Detail

stripExtension

public static java.lang.String stripExtension(java.lang.String name,
                                              java.lang.String title)

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface com.liferay.portlet.documentlibrary.model.DLFileEntry
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

getFolder

public com.liferay.portlet.documentlibrary.model.DLFolder getFolder()
Specified by:
getFolder in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

getTitleWithExtension

public java.lang.String getTitleWithExtension()
Specified by:
getTitleWithExtension in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

getExtraSettings

public java.lang.String getExtraSettings()
Specified by:
getExtraSettings in interface com.liferay.portlet.documentlibrary.model.DLFileEntry
Specified by:
getExtraSettings in interface com.liferay.portlet.documentlibrary.model.DLFileEntryModel
Overrides:
getExtraSettings in class DLFileEntryModelImpl

setExtraSettings

public void setExtraSettings(java.lang.String extraSettings)
Specified by:
setExtraSettings in interface com.liferay.portlet.documentlibrary.model.DLFileEntry
Specified by:
setExtraSettings in interface com.liferay.portlet.documentlibrary.model.DLFileEntryModel
Overrides:
setExtraSettings in class DLFileEntryModelImpl

getExtraSettingsProperties

public java.util.Properties getExtraSettingsProperties()
Specified by:
getExtraSettingsProperties in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

setExtraSettingsProperties

public void setExtraSettingsProperties(java.util.Properties extraSettingsProperties)
Specified by:
setExtraSettingsProperties in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

getLuceneProperties

public java.lang.String getLuceneProperties()
Specified by:
getLuceneProperties in interface com.liferay.portlet.documentlibrary.model.DLFileEntry