|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.DLFileEntry>
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryBaseImpl
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl
public class DLFileEntryImpl
| Field Summary |
|---|
| Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl |
|---|
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FILEENTRYTYPEID_COLUMN_BITMASK, FILENAME_COLUMN_BITMASK, FINDER_CACHE_ENABLED, FOLDERID_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MIMETYPE_COLUMN_BITMASK, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, REPOSITORYID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TITLE_COLUMN_BITMASK, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK |
| Fields inherited from interface com.liferay.document.library.kernel.model.DLFileEntry |
|---|
FILE_ENTRY_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
DLFileEntryImpl()
|
|
| Method Summary | |
|---|---|
String |
buildTreePath()
|
InputStream |
getContentStream()
|
InputStream |
getContentStream(String version)
|
long |
getDataRepositoryId()
|
Map<String,com.liferay.dynamic.data.mapping.kernel.DDMFormValues> |
getDDMFormValuesMap(long fileVersionId)
|
com.liferay.document.library.kernel.model.DLFileEntryType |
getDLFileEntryType()
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge()
|
String |
getExtraSettings()
|
com.liferay.portal.kernel.util.UnicodeProperties |
getExtraSettingsProperties()
|
List<com.liferay.document.library.kernel.model.DLFileShortcut> |
getFileShortcuts()
|
com.liferay.document.library.kernel.model.DLFileVersion |
getFileVersion()
|
com.liferay.document.library.kernel.model.DLFileVersion |
getFileVersion(String version)
|
List<com.liferay.document.library.kernel.model.DLFileVersion> |
getFileVersions(int status)
|
int |
getFileVersionsCount(int status)
|
com.liferay.document.library.kernel.model.DLFolder |
getFolder()
|
String |
getIcon()
|
String |
getIconCssClass()
|
com.liferay.document.library.kernel.model.DLFileVersion |
getLatestFileVersion(boolean trusted)
|
com.liferay.portal.kernel.lock.Lock |
getLock()
|
String |
getLuceneProperties()
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType()
|
int |
getStatus()
|
boolean |
hasLock()
|
boolean |
isCheckedOut()
|
boolean |
isInHiddenFolder()
|
boolean |
isInTrash()
|
void |
setExtraSettings(String extraSettings)
|
void |
setExtraSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties extraSettingsProperties)
|
| Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryBaseImpl |
|---|
persist, updateTreePath |
| Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.document.library.kernel.model.DLFileEntryModel |
|---|
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCustom1ImageId, getCustom2ImageId, getDescription, getExtension, getFileEntryId, getFileEntryTypeId, getFileName, getFolderId, getGroupId, getLargeImageId, getLastPublishDate, getManualCheckInRequired, getMimeType, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getReadCount, getRepositoryId, getSize, getSmallImageId, getTitle, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isCachedModel, isEscapedModel, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isManualCheckInRequired, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCustom1ImageId, setCustom2ImageId, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExtension, setFileEntryId, setFileEntryTypeId, setFileName, setFolderId, setGroupId, setLargeImageId, setLastPublishDate, setManualCheckInRequired, setMimeType, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setReadCount, setRepositoryId, setSize, setSmallImageId, setTitle, setTreePath, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
| Methods inherited from interface com.liferay.portal.kernel.model.BaseModel |
|---|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Methods inherited from interface com.liferay.portal.kernel.model.TreeModel |
|---|
getPrimaryKeyObj, getTreePath |
| Constructor Detail |
|---|
public DLFileEntryImpl()
| Method Detail |
|---|
public String buildTreePath()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public InputStream getContentStream()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public InputStream getContentStream(String version)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long getDataRepositoryId()
public Map<String,com.liferay.dynamic.data.mapping.kernel.DDMFormValues> getDDMFormValuesMap(long fileVersionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.document.library.kernel.model.DLFileEntryType getDLFileEntryType()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.document.library.kernel.model.DLFileEntryModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class DLFileEntryModelImplpublic String getExtraSettings()
getExtraSettings in interface com.liferay.document.library.kernel.model.DLFileEntryModelgetExtraSettings in class DLFileEntryModelImplpublic com.liferay.portal.kernel.util.UnicodeProperties getExtraSettingsProperties()
public List<com.liferay.document.library.kernel.model.DLFileShortcut> getFileShortcuts()
public com.liferay.document.library.kernel.model.DLFileVersion getFileVersion()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.document.library.kernel.model.DLFileVersion getFileVersion(String version)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.document.library.kernel.model.DLFileVersion> getFileVersions(int status)
public int getFileVersionsCount(int status)
public com.liferay.document.library.kernel.model.DLFolder getFolder()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic String getIcon()
public String getIconCssClass()
public com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(boolean trusted)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.lock.Lock getLock()
public String getLuceneProperties()
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelgetStagedModelType in class DLFileEntryModelImplpublic int getStatus()
getStatus in interface com.liferay.document.library.kernel.model.DLFileEntryModelgetStatus in interface com.liferay.portal.kernel.model.TrashedModelgetStatus in class DLFileEntryModelImplpublic boolean hasLock()
public boolean isCheckedOut()
public boolean isInHiddenFolder()
public boolean isInTrash()
isInTrash in interface com.liferay.document.library.kernel.model.DLFileEntryModelisInTrash in interface com.liferay.portal.kernel.model.TrashedModelisInTrash in class DLFileEntryModelImplpublic void setExtraSettings(String extraSettings)
setExtraSettings in interface com.liferay.document.library.kernel.model.DLFileEntryModelsetExtraSettings in class DLFileEntryModelImplpublic void setExtraSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties extraSettingsProperties)
|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||