Uses of Class
com.maplander.backend.model.manage.property.PFile
Packages that use PFile
Package
Description
-
Uses of PFile in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type PFileModifier and TypeMethodDescriptionPropertyEndpoint.loadByPropertyAndType
(Long propertyId, PFileTypeEnum type) PropertyEndpoint.loadFilesByProperty
(Long propertyId) PropertyEndpoint.savePFiles
(PFilesSet pFilesSet) -
Uses of PFile in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type PFileModifier and TypeMethodDescriptionPropertyEndpoint.loadByPropertyAndType
(Long propertyId, PFileTypeEnum type) PropertyEndpoint.loadFilesByProperty
(Long propertyId) PropertyEndpoint.savePFiles
(PFilesSet pFilesSet) -
Uses of PFile in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type PFileMethods in com.maplander.backend.dao.manage that return PFileMethods in com.maplander.backend.dao.manage that return types with arguments of type PFileModifier and TypeMethodDescriptionPFileDAO.list()
static com.google.api.server.spi.response.CollectionResponse
<PFile> PFileDAO.listWLimitANDCursor
(Integer limit, String cursor, Long time) PFileDAO.loadByPropertyAndType
(Long propertyId, PFileTypeEnum type) PFileDAO.loadFilesByProperty
(Long propertyId) -
Uses of PFile in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return types with arguments of type PFileModifier and TypeMethodDescriptionCollectionMultimedia.getFiles()
FullProperty.getFiles()
CollectionMultimedia.getImages()
FullProperty.getImages()
CollectionMultimedia.getSpherics()
FullProperty.getSpherics()
CollectionMultimedia.getVideos()
FullProperty.getVideos()
Method parameters in com.maplander.backend.model.manage.complex with type arguments of type PFileModifier and TypeMethodDescriptionvoid
void
void
void
void
CollectionMultimedia.setSpherics
(List<PFile> spherics) void
FullProperty.setSpherics
(List<PFile> spherics) void
void
-
Uses of PFile in com.maplander.backend.model.manage.property
Methods in com.maplander.backend.model.manage.property that return types with arguments of type PFileMethod parameters in com.maplander.backend.model.manage.property with type arguments of type PFile -
Uses of PFile in com.maplander.backend.model.manage.property.complex
Methods in com.maplander.backend.model.manage.property.complex that return types with arguments of type PFileModifier and TypeMethodDescriptionCompleteProperty.getFiles()
CompleteProperty.getImages()
PFilesSet.getpFiles()
CompleteProperty.getSpherics()
CompleteProperty.getVideos()
Method parameters in com.maplander.backend.model.manage.property.complex with type arguments of type PFile -
Uses of PFile in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return types with arguments of type PFileMethod parameters in com.maplander.backend.utils with type arguments of type PFile