|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileEntry
The extended model interface for the DLFileEntry service. Represents a row in the "DLFileEntry" database table, with each column mapped to a property of this class.
DLFileEntryModel
,
DLFileEntryImpl
,
DLFileEntryModelImpl
Method Summary | |
---|---|
InputStream |
getContentStream()
|
InputStream |
getContentStream(String version)
|
long |
getDataRepositoryId()
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getExtraSettings()
Returns the extra settings of this document library file entry. |
UnicodeProperties |
getExtraSettingsProperties()
|
Map<String,Fields> |
getFieldsMap(long fileVersionId)
|
DLFileVersion |
getFileVersion()
|
DLFileVersion |
getFileVersion(String version)
|
List<DLFileVersion> |
getFileVersions(int status)
|
int |
getFileVersionsCount(int status)
|
DLFolder |
getFolder()
|
String |
getIcon()
|
DLFileVersion |
getLatestFileVersion(boolean trusted)
|
Lock |
getLock()
|
String |
getLuceneProperties()
|
boolean |
hasLock()
|
boolean |
isCheckedOut()
|
void |
setExtraSettings(String extraSettings)
Sets the extra settings of this document library file entry. |
void |
setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
|
void |
setFileVersion(DLFileVersion dlFileVersion)
|
Methods inherited from interface com.liferay.portal.model.BaseModel |
---|
getModelAttributes, resetOriginalValues, setModelAttributes |
Methods inherited from interface com.liferay.portal.model.ClassedModel |
---|
getModelClass, getModelClassName |
Methods inherited from interface com.liferay.portal.model.PersistedModel |
---|
persist |
Method Detail |
---|
InputStream getContentStream() throws PortalException, SystemException
PortalException
SystemException
InputStream getContentStream(String version) throws PortalException, SystemException
PortalException
SystemException
long getDataRepositoryId()
ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLFileEntry>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface DLFileEntryModel
String getExtraSettings()
DLFileEntryModel
getExtraSettings
in interface DLFileEntryModel
UnicodeProperties getExtraSettingsProperties()
Map<String,Fields> getFieldsMap(long fileVersionId) throws PortalException, SystemException
PortalException
SystemException
DLFileVersion getFileVersion() throws PortalException, SystemException
PortalException
SystemException
DLFileVersion getFileVersion(String version) throws PortalException, SystemException
PortalException
SystemException
List<DLFileVersion> getFileVersions(int status) throws SystemException
SystemException
int getFileVersionsCount(int status) throws SystemException
SystemException
DLFolder getFolder()
String getIcon()
DLFileVersion getLatestFileVersion(boolean trusted) throws PortalException, SystemException
PortalException
SystemException
Lock getLock()
String getLuceneProperties()
boolean hasLock()
boolean isCheckedOut()
void setExtraSettings(String extraSettings)
DLFileEntryModel
setExtraSettings
in interface DLFileEntryModel
extraSettings
- the extra settings of this document library file entryvoid setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
void setFileVersion(DLFileVersion dlFileVersion)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |