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.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 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 voidUserPortalFormRecordsPageBean. 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.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 UserPortalFileModel Modifier and Type Method Description org.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 UserPortalFileModel Modifier and Type Method Description static UserPortalFileModelUserPortalFileModel. forAttachment(de.xima.fc.api.rest.pub.client.form_record.model.BaseFormRecordAttachmentResource attachment)static UserPortalFileModelUserPortalFileModel. 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.BuilderFormRecordHistoryModel.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)
-