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 PendingFileUploadPendingFileUpload. fromUploadedFile(org.primefaces.model.file.UploadedFile file)Creates aPendingFileUploadfrom 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 voidNewMessageViewModel. deleteMessageAttachment(PendingFileUpload upload)Method parameters in de.xima.fc.inbox.model.messages with type arguments of type PendingFileUpload Modifier and Type Method Description voidNewMessageViewModel. setAttachments(List<PendingFileUpload> attachments)
-