Uses of Class
de.xima.fc.entities.UserPortalFile
-
Packages that use UserPortalFile Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.rest.pub.common.uri de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.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 UserPortalFile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return UserPortalFile Modifier and Type Method Description UserPortalFile
UserPortalAPI. getFileByUuid(UserContext uc, UUID portalUuid, UUID fileUuid)
-
Uses of UserPortalFile in de.xima.fc.api.rest.pub.common.uri
Methods in de.xima.fc.api.rest.pub.common.uri with parameters of type UserPortalFile Modifier and Type Method Description static String
PublicRestUriHelper. getUserPortalFileBaseResourcePath(UserPortalFile file)
Returns the base path for a user portal file resource. -
Uses of UserPortalFile in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file 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)
Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file with parameters of type UserPortalFile Constructor Description BaseUserPortalFileResource(UserPortalFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
DetailedUserPortalFileResource(UserPortalFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
Uses of UserPortalFile in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserPortalFile Modifier and Type Method Description UserPortalFile
UserPortalDao. getFileByUuid(IEntityContext ec, UUID portalUuid, UUID fileUuid)
-
Uses of UserPortalFile in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserPortalFile Modifier and Type Method Description UserPortalFile
IUserPortalDao. getFileByUuid(IEntityContext ec, UUID portalUuid, UUID fileUuid)
Returns the user portal file entity with the given UUID. -
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)
-
Uses of UserPortalFile in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return UserPortalFile Modifier and Type Method Description UserPortalFile
UserPortalHandler. getFileByUuid(UserContext uc, UUID portalUuid, UUID fileUuid)
-
Uses of UserPortalFile in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return UserPortalFile Modifier and Type Method Description UserPortalFile
IUserPortalHandler. getFileByUuid(UserContext uc, UUID portalUuid, UUID fileUuid)
Returns the user portal file with the given UUID. -
Uses of UserPortalFile in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserPortalFile Modifier and Type Method Description static UserPortalFile
EntityDummyFactory. dummyUserPortalFile(UserPortal portal, String filename, String fileKey, byte[] data, Locale locale)
static UserPortalFile
EntityDummyFactory. dummyUserPortalFile(UserPortal portal, String filename, String fileKey, String content, Locale locale)
-