Uses of Class
org.openxava.web.editors.AttachedFile
-
Packages that use AttachedFile Package Description org.openxava.actions org.openxava.web.editors -
-
Uses of AttachedFile in org.openxava.actions
Methods in org.openxava.actions with parameters of type AttachedFile Modifier and Type Method Description protected void
AttachedFileBaseAction. trackModification(AttachedFile file, java.lang.String message)
-
Uses of AttachedFile in org.openxava.web.editors
Methods in org.openxava.web.editors that return AttachedFile Modifier and Type Method Description AttachedFile
FileSystemPersistor. find(java.lang.String id)
AttachedFile
IFilePersistor. find(java.lang.String id)
Find AttachedFile by primary key.AttachedFile
JPAFilePersistor. find(java.lang.String id)
Methods in org.openxava.web.editors that return types with arguments of type AttachedFile Modifier and Type Method Description java.util.Collection<AttachedFile>
FileSystemPersistor. findLibrary(java.lang.String libraryId)
java.util.Collection<AttachedFile>
IFilePersistor. findLibrary(java.lang.String libraryId)
Find files belonging to a library.java.util.Collection<AttachedFile>
JPAFilePersistor. findLibrary(java.lang.String libraryId)
Methods in org.openxava.web.editors with parameters of type AttachedFile Modifier and Type Method Description void
FileSystemPersistor. save(AttachedFile file)
void
IFilePersistor. save(AttachedFile file)
Persist a File (stored somewhere).void
JPAFilePersistor. save(AttachedFile file)
-