Uses of Class
de.xima.fc.entities.ProjectFile
-
Packages that use ProjectFile Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.rest.pub.impl.form.model.response.form.file de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.testhelper -
-
Uses of ProjectFile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ProjectFile Modifier and Type Method Description ProjectFile
ProjektAPI. getUserPortalProjectFile(UserContext uc, UUID portalUuid, UUID clientUuid, UUID projectUuid, UUID fileUuid)
-
Uses of ProjectFile in de.xima.fc.api.rest.pub.impl.form.model.response.form.file
Methods in de.xima.fc.api.rest.pub.impl.form.model.response.form.file that return types with arguments of type ProjectFile Modifier and Type Method Description static BiFunction<PagedResult<ProjectFile>,Locale,IResourcePage<?>>
FormFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
Constructors in de.xima.fc.api.rest.pub.impl.form.model.response.form.file with parameters of type ProjectFile Constructor Description BaseFormFileResource(ProjectFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
DetailedFormFileResource(ProjectFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
Uses of ProjectFile in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file
Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file with parameters of type ProjectFile Constructor Description BaseFormFileResource(ProjectFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
Uses of ProjectFile in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjectFile Modifier and Type Method Description ProjectFile
ProjektDao. getUserPortalProjectFile(IEntityContext ec, UUID portalUuid, UUID clientUuid, UUID projectUuid, UUID fileUuid)
-
Uses of ProjectFile in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjectFile Modifier and Type Method Description ProjectFile
IProjektDao. getUserPortalProjectFile(IEntityContext ec, UUID portalUuid, UUID clientUuid, UUID projectUuid, UUID fileUuid)
Returns the project file with the given file UUID in the context of the user portal with the given UUID. -
Uses of ProjectFile in de.xima.fc.entities
Methods in de.xima.fc.entities that return ProjectFile Modifier and Type Method Description ProjectFile
ProjectFile. cloneBasics()
ProjectFile
Projekt. getThumbnailImage(Locale locale)
Returns the file for the project thumbnail image for the given locale.Methods in de.xima.fc.entities that return types with arguments of type ProjectFile Modifier and Type Method Description List<ProjectFile>
Projekt. getFiles()
Method parameters in de.xima.fc.entities with type arguments of type ProjectFile Modifier and Type Method Description void
Projekt. setFiles(List<ProjectFile> files)
-
Uses of ProjectFile in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return ProjectFile Modifier and Type Method Description ProjectFile
ProjektHandler. getUserPortalProjectFile(UserContext uc, UUID portalUuid, UUID clientUuid, UUID projectUuid, UUID fileUuid)
-
Uses of ProjectFile in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return ProjectFile Modifier and Type Method Description ProjectFile
IProjektHandler. getUserPortalProjectFile(UserContext uc, UUID portalUuid, UUID clientUuid, UUID projectUuid, UUID fileUuid)
Returns the project file with the given file UUID in the context of the user portal with the given UUID. -
Uses of ProjectFile in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ProjectFile Modifier and Type Method Description static ProjectFile
EntityDummyFactory. dummyProjectFile(Projekt project, String name, byte[] data, String creator, String fileKey)
static ProjectFile
EntityDummyFactory. dummyProjectFile(Projekt project, String name, String content, String creator, String fileKey)
-