|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DownloadElement
Meta information for the Download Element.
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Returns the author of the download. |
int |
getContentId()
Returns the contentid that identifies the download. |
java.lang.String |
getDate()
Returns the date of the download. |
Download |
getDownload()
Returns the download object associated with the download element. |
java.util.Date |
getDownloadDate()
Returns the date of the download. |
org.springframework.web.multipart.MultipartFile |
getDownloadFile()
Dummy method to enable downloadFile as bean property. |
MediaItem |
getMediaItem()
Returns the media item representation of the actual download. |
java.lang.String |
getName()
Returns the name of the download. |
java.lang.String |
getPreviewLink()
Return an html link to the download. |
java.lang.String |
getSeeEvent()
Deprecated. |
java.lang.String |
getTitle()
Returns the title of the download. |
java.lang.String |
getVersion()
Returns the version of the download. |
void |
setAuthor(java.lang.String author)
Set author of the download. |
void |
setContentId(int contentid)
Set the contentid that identifies the download. |
void |
setDownloadDate(java.util.Date date)
Set date of the download. |
void |
setDownloadFile(org.springframework.web.multipart.MultipartFile file)
Upload a file as download. |
void |
setName(java.lang.String name)
Set name of the download. |
void |
setVersion(java.lang.String version)
Set version of the download. |
| Methods inherited from interface nl.gx.webmanager.cms.element.Element |
|---|
cleanup, copy, getEditElementHeader, getElementHolder, getHeader, getIcon, getMediaItemVersion, getPageModel, getPageModelElement, getPageVersion, getPersonalization, getWebsite, isAuthorized, setAuthorized, setDefaultPresentation, setEditElementHeader, setHeader, setIcon, setPersonalization |
| Methods inherited from interface nl.gx.webmanager.cms.core.Presentable |
|---|
getPresentation, render, render, setPresentation |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Methods inherited from interface nl.gx.webmanager.springmvc.DelegatedControllerAware |
|---|
getDelegatedController, setDelegatedController |
| Method Detail |
|---|
Download getDownload()
java.lang.String getTitle()
java.lang.String getName()
void setName(java.lang.String name)
name - download namejava.lang.String getAuthor()
void setAuthor(java.lang.String author)
author - download authorjava.lang.String getVersion()
void setVersion(java.lang.String version)
version - download versionjava.lang.String getDate()
java.util.Date getDownloadDate()
void setDownloadDate(java.util.Date date)
date - download date@Deprecated java.lang.String getSeeEvent()
java.lang.String getPreviewLink()
void setDownloadFile(org.springframework.web.multipart.MultipartFile file)
file - Upload fileorg.springframework.web.multipart.MultipartFile getDownloadFile()
int getContentId()
void setContentId(int contentid)
contentid - identifies the downloadMediaItem getMediaItem()
null if the assigned
download is not selected from the Object Manager.
null if not originating
from the Object Manager.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||