Uses of Class
de.xima.fc.entities.ProjectFile
Packages that use ProjectFile
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of ProjectFile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ProjectFileModifier and TypeMethodDescriptionProjektAPI.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
Subclasses with type arguments of type ProjectFile in de.xima.fc.api.rest.pub.impl.form.model.response.form.fileModifier and TypeClassDescriptionclassBase resource forProjectFileentities when a collection of files is requested.Methods in de.xima.fc.api.rest.pub.impl.form.model.response.form.file that return types with arguments of type ProjectFileModifier and TypeMethodDescriptionstatic 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 ProjectFileModifierConstructorDescriptionBaseFormFileResource(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
Subclasses with type arguments of type ProjectFile in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.fileModifier and TypeClassDescriptionclassBase resource forProjectFileentities when a collection of files is requested.Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form.file with parameters of type ProjectFileModifierConstructorDescriptionBaseFormFileResource(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 ProjectFileModifier and TypeMethodDescriptionProjektDao.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 ProjectFileModifier and TypeMethodDescriptionIProjektDao.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
Subclasses with type arguments of type ProjectFile in de.xima.fc.entitiesModifier and TypeClassDescriptionclassEntity model for the data of a file from a projectClasses in de.xima.fc.entities that implement interfaces with type arguments of type ProjectFileModifier and TypeClassDescriptionclassThe entityProjektcontains the core functionality of the system.Methods in de.xima.fc.entities that return ProjectFileModifier and TypeMethodDescriptionProjectFile.cloneBasics()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 ProjectFileMethod parameters in de.xima.fc.entities with type arguments of type ProjectFile -
Uses of ProjectFile in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return ProjectFileModifier and TypeMethodDescriptionProjektHandler.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 ProjectFileModifier and TypeMethodDescriptionIProjektHandler.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 ProjectFileModifier and TypeMethodDescriptionstatic ProjectFileEntityDummyFactory.dummyProjectFile(Projekt project, String name, byte[] data, String creator, String fileKey) static ProjectFileEntityDummyFactory.dummyProjectFile(Projekt project, String name, String content, String creator, String fileKey)