Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X 

D

decrementPosition() - Method in class me.nunum.whereami.model.Localization
 
decrementTrainedModels() - Method in class me.nunum.whereami.model.Localization
 
DEFAULT_PAGE_SIZE - Static variable in class me.nunum.whereami.framework.persistence.repositories.impl.jpa.JpaRepository
 
delete() - Method in interface me.nunum.whereami.framework.persistence.activerecord.DeleteableActiveRecord
 
delete(T) - Method in interface me.nunum.whereami.framework.persistence.repositories.DeleteableRepository
removes the specified entity from the repository.
delete(T) - Method in class me.nunum.whereami.framework.persistence.repositories.impl.jpa.JpaRepository
removes the object from the persistence storage.
delete(T) - Method in interface me.nunum.whereami.framework.persistence.repositories.Repository
 
DeleteableActiveRecord<ID> - Interface in me.nunum.whereami.framework.persistence.activerecord
 
DeleteableRepository<T,PK> - Interface in me.nunum.whereami.framework.persistence.repositories
 
deleteAlgorithm(Long) - Method in class me.nunum.whereami.controller.AlgorithmController
Deletes algorithm instance
deleteAlgorithm(Long) - Method in class me.nunum.whereami.facade.AlgorithmResource
 
deleteAlgorithm() - Method in class me.nunum.whereami.facade.AlgorithmResourceTest
Only Admin can execute this action due the cascading that may be involved.
deleteAlgorithmProvider(Long, Long) - Method in class me.nunum.whereami.facade.AlgorithmResource
 
deleteAlgorithmProvider() - Method in class me.nunum.whereami.facade.AlgorithmResourceTest
 
deleteAlgorithmProviderWithQueuedTask() - Method in class me.nunum.whereami.facade.AlgorithmResourceTest
 
deleteById(PK) - Method in interface me.nunum.whereami.framework.persistence.repositories.DeleteableRepository
Removes the entity with the specified ID from the repository.
deleteById(K) - Method in class me.nunum.whereami.framework.persistence.repositories.impl.jpa.JpaRepository
Removes the entity with the specified ID from the repository.
deleteByPosition(Position) - Method in interface me.nunum.whereami.model.persistance.FingerprintRepository
 
deleteByPosition(Position) - Method in class me.nunum.whereami.model.persistance.jpa.FingerprintRepositoryJpa
 
deleteLocalization(Long) - Method in class me.nunum.whereami.facade.LocalizationResource
 
deleteLocalization() - Method in class me.nunum.whereami.facade.LocalizationResourceTest
 
deleteLocalization(Localization) - Method in class me.nunum.whereami.model.persistance.jpa.LocalizationRepositoryJpa
 
deleteLocalization(Localization) - Method in interface me.nunum.whereami.model.persistance.LocalizationRepository
 
deleteLocalizationRequest(Principal, Long) - Method in class me.nunum.whereami.controller.LocalizationController
Delete a specific localization, this will cascade, meaning, all associated positions and training requests will be deleted.
deletePosition(Principal, Long) - Method in class me.nunum.whereami.controller.PositionsController
Delete position
deletePosition(Long) - Method in class me.nunum.whereami.facade.PositionResource
 
deletePosition() - Method in class me.nunum.whereami.facade.PositionResourceTest
 
deletePost(Long) - Method in class me.nunum.whereami.controller.PostController
 
deletePost(Long) - Method in class me.nunum.whereami.facade.PostResource
 
deleteProvider(Long, Long, Principal) - Method in class me.nunum.whereami.controller.AlgorithmController
Deletes a algorithm provider.
deleteTraining(Principal, Long) - Method in class me.nunum.whereami.controller.TrainingController
Delete training given their id
deleteTrainingRequest(Long) - Method in class me.nunum.whereami.facade.TrainResource
 
deleteTrainingRequest() - Method in class me.nunum.whereami.facade.TrainResourceTest
 
deleteTrainingsAffectedBy(AlgorithmProvider) - Method in class me.nunum.whereami.model.persistance.jpa.TrainingRepositoryJpa
Delete all rows that have this provider
deleteTrainingsAffectedBy(AlgorithmProvider) - Method in interface me.nunum.whereami.model.persistance.TrainingRepository
Delete all rows that have this provider
Device - Class in me.nunum.whereami.model
 
Device() - Constructor for class me.nunum.whereami.model.Device
 
Device(String) - Constructor for class me.nunum.whereami.model.Device
 
Device(String, String) - Constructor for class me.nunum.whereami.model.Device
 
Device(String, List<Role>) - Constructor for class me.nunum.whereami.model.Device
 
Device(String, String, List<Role>) - Constructor for class me.nunum.whereami.model.Device
 
DeviceController - Class in me.nunum.whereami.controller
 
DeviceController() - Constructor for class me.nunum.whereami.controller.DeviceController
 
DeviceDTO - Class in me.nunum.whereami.model.dto
 
DeviceDTO(String) - Constructor for class me.nunum.whereami.model.dto.DeviceDTO
 
DeviceRepository - Interface in me.nunum.whereami.model.persistance
 
DeviceRepositoryJpa - Class in me.nunum.whereami.model.persistance.jpa
 
DeviceRepositoryJpa() - Constructor for class me.nunum.whereami.model.persistance.jpa.DeviceRepositoryJpa
 
DeviceResource - Class in me.nunum.whereami.facade
 
DeviceResource() - Constructor for class me.nunum.whereami.facade.DeviceResource
 
DeviceTest - Class in me.nunum.whereami.model
 
DeviceTest() - Constructor for class me.nunum.whereami.model.DeviceTest
 
DomainEntity<ID> - Interface in me.nunum.whereami.framework.domain
 
DTO - Interface in me.nunum.whereami.framework.dto
 
DTOable - Interface in me.nunum.whereami.framework.dto
 
dtoValues() - Method in interface me.nunum.whereami.framework.dto.DTO
 
dtoValues(String) - Method in interface me.nunum.whereami.framework.dto.DTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.AlgorithmDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.AlgorithmImplementationDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.AlgorithmProviderDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.DeviceDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.ErrorDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.FeedbackDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.FingerprintDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.LocalizationDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.LocalizationReportDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.PositionDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.PostDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.PredictionDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.ProviderDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.TaskDTO
 
dtoValues() - Method in class me.nunum.whereami.model.dto.TrainingDTO
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links