|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaItemDownloadVersion
Representation of download media item.
| Method Summary | |
|---|---|
boolean |
attachFile(org.springframework.web.multipart.MultipartFile multipartFile)
Attaches a file to this download media item version |
boolean |
detachFile()
Detaches a file from this download media item version |
java.lang.String |
getAuthor()
Return author. |
java.lang.String |
getDate()
Deprecated. use getFileModifiedDate instead. |
Download |
getDownload()
Return Download object. |
java.util.Date |
getFileModifiedDate()
Return date the download was made available. |
Personalization |
getPersonalization()
Return personalization for the download. |
java.lang.String |
getVersion()
Return version of this download. |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Methods inherited from interface nl.gx.webmanager.springmvc.FormBackingObject |
|---|
getNestedPath, getUUID |
| Methods inherited from interface nl.gx.webmanager.cms.workflow.WorkflowEnabled |
|---|
getWorkflowModel, getWorkflowModelInstance |
| Method Detail |
|---|
java.lang.String getAuthor()
java.lang.String getDate()
java.util.Date getFileModifiedDate()
java.lang.String getVersion()
Download getDownload()
Personalization getPersonalization()
boolean attachFile(org.springframework.web.multipart.MultipartFile multipartFile)
multipartFile - The file to attach
boolean detachFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||