|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileVersion
The extended model interface for the DLFileVersion service. Represents a row in the "DLFileVersion" database table, with each column mapped to a property of this class.
DLFileVersionModel
,
DLFileVersionImpl
,
DLFileVersionModelImpl
Method Summary | |
---|---|
String |
getChecksum()
|
InputStream |
getContentStream(boolean incrementCounter)
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getExtraSettings()
Returns the extra settings of this document library file version. |
UnicodeProperties |
getExtraSettingsProperties()
|
DLFileEntry |
getFileEntry()
|
DLFolder |
getFolder()
|
String |
getIcon()
|
void |
setChecksum(String checksum)
|
void |
setExtraSettings(String extraSettings)
Sets the extra settings of this document library file version. |
void |
setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
|
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 |
---|
String getChecksum() throws PortalException, SystemException
PortalException
SystemException
InputStream getContentStream(boolean incrementCounter) throws PortalException, SystemException
PortalException
SystemException
ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<DLFileVersion>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface DLFileVersionModel
String getExtraSettings()
DLFileVersionModel
getExtraSettings
in interface DLFileVersionModel
UnicodeProperties getExtraSettingsProperties()
DLFileEntry getFileEntry() throws PortalException, SystemException
PortalException
SystemException
DLFolder getFolder()
String getIcon()
void setChecksum(String checksum) throws PortalException, SystemException
PortalException
SystemException
void setExtraSettings(String extraSettings)
DLFileVersionModel
setExtraSettings
in interface DLFileVersionModel
extraSettings
- the extra settings of this document library file versionvoid setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |