|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.melati.admin.test.generated.UploadedFileBase
org.melati.admin.test.UploadedFile
public class UploadedFile
Melati POEM generated, programmer modifiable stub
for a Persistent UploadedFile object.
Description: A file uploaded by a user.
Field summary for SQL table UploadedFile
| ||
|---|---|---|
| Name | Type | Description |
| id | Integer | |
| filename | String | The name of the file, as uploaded |
| path | String | The full path to this file on the server |
| description | String | A description of the file |
| size | String | The size of this file |
| when | Date | The date on which this file was uploaded |
| uploadedby | User | The user who uploaded this file |
| ownedby | User | The account to which this file belongs |
| deleted | Boolean | Whether this file been deleted or not |
| Field Summary |
|---|
| Fields inherited from class org.melati.admin.test.generated.UploadedFileBase |
|---|
filename, id |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
UploadedFile()
Constructor for a Persistent UploadedFile object. |
|
| Method Summary | |
|---|---|
java.lang.String |
adminHandle(org.melati.Melati melatiContext,
org.melati.template.MarkupLanguage markupLanguage)
|
java.lang.String |
adminSpecialFacilities(org.melati.Melati melatiContext,
org.melati.template.MarkupLanguage markupLanguage)
|
| Methods inherited from class org.melati.admin.test.generated.UploadedFileBase |
|---|
getAdminTestDatabaseTables, getFilename_unsafe, getFilename, getFilenameField, getId_unsafe, getId, getIdField, getUploadedFileTable, setFilename_unsafe, setFilename, setId_unsafe, setId, setId |
| Methods inherited from class org.melati.poem.transaction.Transactioned |
|---|
markValid, reset, setTransactionPool, transactionPool, unSee |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UploadedFile()
Persistent UploadedFile object.
Description: A file uploaded by a user.
| Method Detail |
|---|
public java.lang.String adminHandle(org.melati.Melati melatiContext,
org.melati.template.MarkupLanguage markupLanguage)
throws java.lang.Exception
adminHandle in interface org.melati.admin.AdminSpecialisedjava.lang.Exception
public java.lang.String adminSpecialFacilities(org.melati.Melati melatiContext,
org.melati.template.MarkupLanguage markupLanguage)
throws java.lang.Exception
adminSpecialFacilities in interface org.melati.admin.AdminSpecialisedjava.lang.Exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||