Uses of Class
de.xima.fc.inbox.model.PendingFileUpload
-
Packages that use PendingFileUpload Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.model -
-
Uses of PendingFileUpload in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type PendingFileUpload Modifier and Type Method Description List<PendingFileUpload>
ProcessMessagesBean. getAttachments()
Methods in de.xima.fc.inbox.bean with parameters of type PendingFileUpload Modifier and Type Method Description void
ProcessMessagesBean. deleteMessageAttachment(PendingFileUpload upload)
-
Uses of PendingFileUpload in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return PendingFileUpload Modifier and Type Method Description static PendingFileUpload
PendingFileUpload. fromUploadedFile(org.primefaces.model.file.UploadedFile file)
Creates aPendingFileUpload
from anUploadedFile
.
-