org.melati.admin.test
Class UploadedFile

Package class diagram package UploadedFile
java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.melati.admin.test.generated.UploadedFileBase
              extended by org.melati.admin.test.UploadedFile
All Implemented Interfaces:
Cloneable, org.melati.admin.AdminSpecialised, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable

public class UploadedFile
extends UploadedFileBase
implements org.melati.admin.AdminSpecialised

Melati POEM generated, programmer modifiable stub for a Persistent UploadedFile object.

Description: A file uploaded by a user.

Field summary for SQL table UploadedFile
NameTypeDescription
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

Generator
org.melati.poem.prepro.TableDef#generatePersistentJava

Field Summary
 
Fields inherited from class org.melati.admin.test.generated.UploadedFileBase
datefield, datefielddropdown, datefieldmydropdown, filename, id, timestampfield
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
UploadedFile()
          Constructor for a Persistent UploadedFile object.
 
Method Summary
 String adminHandle(org.melati.Melati melatiContext, org.melati.template.MarkupLanguage markupLanguage)
           
 String adminSpecialFacilities(org.melati.Melati melatiContext, org.melati.template.MarkupLanguage markupLanguage)
           
 
Methods inherited from class org.melati.admin.test.generated.UploadedFileBase
getAdminTestDatabaseTables, getDatefield_unsafe, getDatefield, getDatefielddropdown_unsafe, getDatefielddropdown, getDatefielddropdownField, getDatefieldField, getDatefieldmydropdown_unsafe, getDatefieldmydropdown, getDatefieldmydropdownField, getFilename_unsafe, getFilename, getFilenameField, getId_unsafe, getId, getIdField, getTimestampfield_unsafe, getTimestampfield, getTimestampfieldField, getUploadedFileTable, setDatefield_unsafe, setDatefield, setDatefielddropdown_unsafe, setDatefielddropdown, setDatefieldmydropdown_unsafe, setDatefieldmydropdown, setFilename_unsafe, setFilename, setId_unsafe, setId, setId, setTimestampfield_unsafe, setTimestampfield
 
Methods inherited from class org.melati.poem.JdbcPersistent
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getName, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock
 
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

UploadedFile

public UploadedFile()
Constructor for a Persistent UploadedFile object.

Description: A file uploaded by a user.

Generator
org.melati.poem.prepro.TableDef#generatePersistentJava
Method Detail

adminHandle

public String adminHandle(org.melati.Melati melatiContext,
                          org.melati.template.MarkupLanguage markupLanguage)
                   throws Exception
Specified by:
adminHandle in interface org.melati.admin.AdminSpecialised
Throws:
Exception

adminSpecialFacilities

public String adminSpecialFacilities(org.melati.Melati melatiContext,
                                     org.melati.template.MarkupLanguage markupLanguage)
                              throws Exception
Specified by:
adminSpecialFacilities in interface org.melati.admin.AdminSpecialised
Throws:
Exception


Copyright © 2000-2010 PanEris. All Rights Reserved.