gov.nih.nci.caarray.services.hybridization
Class DbFileUploadEntrySaver

java.lang.Object
  extended by gov.nih.nci.caarray.services.hybridization.DbFileUploadEntrySaver
All Implemented Interfaces:
FileUploadEntrySaver

public class DbFileUploadEntrySaver
extends java.lang.Object
implements FileUploadEntrySaver

Stores HybridizationFileUploadEntry to the caArray database instance.

Author:
tavelae

Constructor Summary
DbFileUploadEntrySaver()
           
 
Method Summary
 void clearCache()
           
 void save(CAFileUploadEntry entry)
           
 void save(HybridizationFileUploadEntry fileUploadEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbFileUploadEntrySaver

public DbFileUploadEntrySaver()
Method Detail

save

public void save(HybridizationFileUploadEntry fileUploadEntry)
          throws EntrySaveException
Specified by:
save in interface FileUploadEntrySaver
Throws:
EntrySaveException

save

public void save(CAFileUploadEntry entry)
          throws EntrySaveException
Specified by:
save in interface FileUploadEntrySaver
Throws:
EntrySaveException

clearCache

public void clearCache()
Specified by:
clearCache in interface FileUploadEntrySaver