Uses of Class
de.xima.fc.user_portal.view_model.common.UserPortalFileModel
-
-
Uses of UserPortalFileModel in de.xima.fc.user_portal.bean.common
Methods in de.xima.fc.user_portal.bean.common with parameters of type UserPortalFileModel Modifier and Type Method Description org.primefaces.model.StreamedContent
UserPortalFileDataBean. getAttachmentStreamedContent(UserPortalFileModel fileModel)
org.primefaces.model.StreamedContent
UserPortalProtectedBean. getProfileImageStreamedContent(UserPortalFileModel fileModel)
-
Uses of UserPortalFileModel in de.xima.fc.user_portal.bean.form_records
Methods in de.xima.fc.user_portal.bean.form_records that return types with arguments of type UserPortalFileModel Modifier and Type Method Description List<UserPortalFileModel>
UserPortalFormRecordsPageBean. getSelectedFormRecordFileList()
Method parameters in de.xima.fc.user_portal.bean.form_records with type arguments of type UserPortalFileModel Modifier and Type Method Description void
UserPortalFormRecordsPageBean. setSelectedFormRecordFileList(List<UserPortalFileModel> selectedFormRecordFileList)
-
Uses of UserPortalFileModel in de.xima.fc.user_portal.common
Methods in de.xima.fc.user_portal.common that return types with arguments of type UserPortalFileModel Modifier and Type Method Description static List<UserPortalFileModel>
UserPortalFileUtils. createFiles(List<de.xima.fc.api.rest.pub.client.form_record.model.BaseFormRecordAttachmentResource> attachments)
Creates a list of user portal file models from a list of attachment resources. -
Uses of UserPortalFileModel in de.xima.fc.user_portal.logic.files
Methods in de.xima.fc.user_portal.logic.files with parameters of type UserPortalFileModel Modifier and Type Method Description org.primefaces.model.StreamedContent
UserPortalFileFactory. getFormRecordAttachmentSingleFile(UserPortalFileModel fileModel, IUserPortalInvocationContext upc)
Get streamed content for a single form record attachment.org.primefaces.model.StreamedContent
UserPortalFileFactory. getUserProfileSingleFile(UserPortalFileModel fileModel, IUserPortalInvocationContext upc)
Get streamed content for a single user profile file.Method parameters in de.xima.fc.user_portal.logic.files with type arguments of type UserPortalFileModel Modifier and Type Method Description org.primefaces.model.StreamedContent
UserPortalFileFactory. getFileListAsZip(List<UserPortalFileModel> attachmentList, IUserPortalInvocationContext upc, String exportId)
Get streamed content for a list of form record attachments as a zip file. -
Uses of UserPortalFileModel in de.xima.fc.user_portal.view_model.common
Methods in de.xima.fc.user_portal.view_model.common that return UserPortalFileModel Modifier and Type Method Description static UserPortalFileModel
UserPortalFileModel. forAttachment(de.xima.fc.api.rest.pub.client.form_record.model.BaseFormRecordAttachmentResource attachment)
static UserPortalFileModel
UserPortalFileModel. forUserProfileFile(de.xima.fc.api.rest.pub.client.user.model.BaseUserProfileFileResource profileFile)
Methods in de.xima.fc.user_portal.view_model.common that return types with arguments of type UserPortalFileModel Modifier and Type Method Description static List<UserPortalFileModel>
UserPortalFileModel. forAttachments(List<de.xima.fc.api.rest.pub.client.form_record.model.BaseFormRecordAttachmentResource> attachments)
-
Uses of UserPortalFileModel in de.xima.fc.user_portal.view_model.form_records.history
Methods in de.xima.fc.user_portal.view_model.form_records.history that return types with arguments of type UserPortalFileModel Modifier and Type Method Description List<UserPortalFileModel>
FormRecordHistoryModel. getFiles()
Method parameters in de.xima.fc.user_portal.view_model.form_records.history with type arguments of type UserPortalFileModel Modifier and Type Method Description FormRecordHistoryModel.Builder
FormRecordHistoryModel.Builder. files(List<UserPortalFileModel> files)
-
Uses of UserPortalFileModel in de.xima.fc.user_portal.view_model.messages
Methods in de.xima.fc.user_portal.view_model.messages that return types with arguments of type UserPortalFileModel Modifier and Type Method Description List<UserPortalFileModel>
MessageModel. getAttachments()
List<UserPortalFileModel>
UploadRequestModel. getFiles()
List<UserPortalFileModel>
PendingUploadRequestModel. getPreviousFiles()
List<UserPortalFileModel>
UploadRequestModel. getPreviousFiles()
Constructor parameters in de.xima.fc.user_portal.view_model.messages with type arguments of type UserPortalFileModel Constructor Description UploadRequestModel(String senderName, OffsetDateTime sentTime, boolean fulFilled, OffsetDateTime uploadRequestTime, String formElementName, Long minFiles, Long maxFiles, Long uploadSizeLimit, Set<String> allowedFileTypes, UUID uuid, UUID messageUuid, List<UserPortalFileModel> files, List<UserPortalFileModel> previousFiles)
-