Uses of Class
de.xima.fc.entities.UserPortalFile
-
Packages that use UserPortalFile Package Description de.xima.fc.api.rest.pub.impl.user_portal.model.response de.xima.fc.api.rest.pub.impl.user_portal.model.response.page de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of UserPortalFile in de.xima.fc.api.rest.pub.impl.user_portal.model.response
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response with parameters of type UserPortalFile Modifier and Type Method Description static String
UserPortalFileResource. getBaseResourcePath(UserPortalFile entity)
Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response with parameters of type UserPortalFile Constructor Description UserPortalFileResource(UserPortalFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
Uses of UserPortalFile in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page that return types with arguments of type UserPortalFile Modifier and Type Method Description static BiFunction<PagedResult<UserPortalFile>,Locale,IResourcePage<?>>
UserPortalFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of UserPortalFile in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type UserPortalFile Modifier and Type Method Description List<UserPortalFile>
UserPortal. getFiles()
Method parameters in de.xima.fc.entities with type arguments of type UserPortalFile Modifier and Type Method Description void
UserPortal. setFiles(List<UserPortalFile> files)
-