|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.filedownload.FileDownloadModel
public class FileDownloadModel
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
FileDownloadModel()
|
|
| Method Summary | |
|---|---|
void |
CleanupAllData()
This method is called when an ActivitySpace is removed from the cache. |
void |
CleanupTempData()
This method is called at the end of every HTTP request by the Interpreter. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
java.lang.String |
GetContentTypeToDownload()
Returns the contentTypeToDownload. |
java.lang.String |
GetName()
Return the name of the MVC object. |
java.lang.String |
GetSessionKeyToDownload()
Returns the sessionKeyToDownload. |
void |
Init(AActivitySpace parent)
This method initializes the model. |
void |
SetContentTypeToDownload(java.lang.String contentTypeToDownload)
Sets the contentTypeToDownload. |
void |
SetSessionKeyToDownload(java.lang.String sessionKeyToDownload)
Sets the sessionKeyToDownload. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
| Constructor Detail |
|---|
public FileDownloadModel()
| Method Detail |
|---|
public void CleanupTempData()
IModel
CleanupTempData in interface IModelIModel.CleanupTempData()public void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public java.lang.String GetContentTypeToDownload()
public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()public java.lang.String GetSessionKeyToDownload()
public void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity SpaceIModel.Init(AActivitySpace)public void SetContentTypeToDownload(java.lang.String contentTypeToDownload)
contentTypeToDownload - The contentTypeToDownload to setpublic void SetSessionKeyToDownload(java.lang.String sessionKeyToDownload)
sessionKeyToDownload - The sessionKeyToDownload to set
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||