Uses of Class
de.xima.fc.user_portal.view_model.common.UserPortalFileModel
Packages that use UserPortalFileModel
Package
Description
-
Uses of UserPortalFileModel in de.xima.fc.user_portal.bean.common
Methods in de.xima.fc.user_portal.bean.common with parameters of type UserPortalFileModelModifier and TypeMethodDescriptionorg.primefaces.model.StreamedContentUserPortalFileDataBean.getAttachmentStreamedContent(UserPortalFileModel fileModel) org.primefaces.model.StreamedContentUserPortalProtectedBean.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 UserPortalFileModelMethods in de.xima.fc.user_portal.bean.form_records with parameters of type UserPortalFileModelModifier and TypeMethodDescriptionUserPortalFormRecordsPageBean.getDownloadAttachmentAriaLabel(UserPortalFileModel fileModel) Method parameters in de.xima.fc.user_portal.bean.form_records with type arguments of type UserPortalFileModelModifier and TypeMethodDescriptionvoidUserPortalFormRecordsPageBean.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 UserPortalFileModelModifier and TypeMethodDescriptionstatic List<UserPortalFileModel> UserPortalFileUtils.createFiles(List<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 UserPortalFileModelModifier and TypeMethodDescriptionorg.primefaces.model.StreamedContentUserPortalFileFactory.getFormRecordAttachmentSingleFile(UserPortalFileModel fileModel, IUserPortalInvocationContext upc) Get streamed content for a single form record attachment.org.primefaces.model.StreamedContentUserPortalFileFactory.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 UserPortalFileModelModifier and TypeMethodDescriptionorg.primefaces.model.StreamedContentUserPortalFileFactory.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 UserPortalFileModelModifier and TypeMethodDescriptionstatic UserPortalFileModelUserPortalFileModel.forAttachment(BaseFormRecordAttachmentResource attachment) static UserPortalFileModelUserPortalFileModel.forUserProfileFile(BaseUserProfileFileResource profileFile) Methods in de.xima.fc.user_portal.view_model.common that return types with arguments of type UserPortalFileModelModifier and TypeMethodDescriptionstatic List<UserPortalFileModel> UserPortalFileModel.forAttachments(List<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 UserPortalFileModelMethod parameters in de.xima.fc.user_portal.view_model.form_records.history with type arguments of type UserPortalFileModelModifier and TypeMethodDescriptionFormRecordHistoryModel.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 UserPortalFileModelModifier and TypeMethodDescriptionMessageModel.getAttachments()UploadRequestModel.getFiles()PendingUploadRequestModel.getPreviousFiles()UploadRequestModel.getPreviousFiles()Constructor parameters in de.xima.fc.user_portal.view_model.messages with type arguments of type UserPortalFileModelModifierConstructorDescriptionUploadRequestModel(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)