|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileUploadEntry | |
---|---|
gov.nih.nci.caarray.services.fileupload2 | This package provides supporting persistable beans for managing hybridization and array design file upload and parsing processes... |
Uses of FileUploadEntry in gov.nih.nci.caarray.services.fileupload2 |
---|
Subclasses of FileUploadEntry in gov.nih.nci.caarray.services.fileupload2 | |
---|---|
class |
ArrayDesignFileUploadEntry
|
class |
HybridizationFileUploadEntry
|
class |
MAGEMLFileUploadEntry
|
Methods in gov.nih.nci.caarray.services.fileupload2 that return FileUploadEntry | |
---|---|
FileUploadEntry |
MAGEMLFileUploadEntry.getFileUploadEntry()
Returns the FileUploadEntry record associated with this MAGEMLUploadFile record, foreign key. |
FileUploadEntry |
HybridizationFileUploadEntry.getFileUploadEntry()
Returns the FileUploadEntry record associated with this HybridizationUploadFile record, foreign key. |
FileUploadEntry |
FileUploadHistory.getFileUploadEntry()
Returns the id for the FileUploadEntry record associated with this history record, foreign key. |
FileUploadEntry |
ArrayDesignFileUploadEntry.getFileUploadEntry()
Returns the FileUploadEntry record associated with this ArrayDesignUploadFile record, foreign key. |
FileUploadEntry |
FileUploadManagerDB.getFileUploadEntry(long fileUploadEntryId)
|
Methods in gov.nih.nci.caarray.services.fileupload2 with parameters of type FileUploadEntry | |
---|---|
static void |
FileUploadUtils.copy(FileUploadEntryData source,
FileUploadEntry target)
|
static void |
FileUploadUtils.copy(FileUploadEntry source,
FileUploadEntryData target)
|
void |
MAGEMLFileUploadEntry.setFileUploadEntry(FileUploadEntry fileUploadEntry)
Sets the FileUploadEntry record associated with this MAGEMLFileUpload record, foreigh key. |
void |
HybridizationFileUploadEntry.setFileUploadEntry(FileUploadEntry fileUploadEntry)
Sets the FileUploadEntry record associated with this HybridizationFileUpload record, foreigh key. |
void |
FileUploadHistory.setFileUploadEntry(FileUploadEntry fileUploadEntry)
Sets the id for the FileUploadEntry record associated with this history record, foreigh key. |
void |
ArrayDesignFileUploadEntry.setFileUploadEntry(FileUploadEntry fileUploadEntry)
Sets the FileUploadEntry record associated with this ArrayDesignFileUpload record, foreigh key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |