Uses of Class
de.xima.fc.entities.ProjectFile
-
Packages that use ProjectFile Package Description de.xima.fc.api.rest.pub.impl.generic.model.response.form de.xima.fc.api.rest.pub.impl.generic.model.response.form.page de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of ProjectFile in de.xima.fc.api.rest.pub.impl.generic.model.response.form
Constructors in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type ProjectFile Constructor Description FormFileResource(ProjectFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand, javax.servlet.http.HttpServletRequest request)
-
Uses of ProjectFile in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page 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, javax.servlet.http.HttpServletRequest request)
-
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()
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)
-