Uses of Class
de.xima.fc.inbox.model.PendingFileUpload
-
Packages that use PendingFileUpload Package Description de.xima.fc.inbox.model de.xima.fc.inbox.model.messages -
-
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
. -
Uses of PendingFileUpload in de.xima.fc.inbox.model.messages
Methods in de.xima.fc.inbox.model.messages that return types with arguments of type PendingFileUpload Modifier and Type Method Description List<PendingFileUpload>
NewMessageViewModel. getAttachments()
Methods in de.xima.fc.inbox.model.messages with parameters of type PendingFileUpload Modifier and Type Method Description void
NewMessageViewModel. deleteMessageAttachment(PendingFileUpload upload)
Method parameters in de.xima.fc.inbox.model.messages with type arguments of type PendingFileUpload Modifier and Type Method Description void
NewMessageViewModel. setAttachments(List<PendingFileUpload> attachments)
-