Uses of Class
de.adorsys.smartanalytics.pers.api.ConfigStatusEntity
-
Packages that use ConfigStatusEntity Package Description de.adorsys.smartanalytics.pers.mongo de.adorsys.smartanalytics.pers.spi -
-
Uses of ConfigStatusEntity in de.adorsys.smartanalytics.pers.mongo
Methods in de.adorsys.smartanalytics.pers.mongo that return types with arguments of type ConfigStatusEntity Modifier and Type Method Description Optional<ConfigStatusEntity>StatusRepositoryImpl. findById(String statusId)Methods in de.adorsys.smartanalytics.pers.mongo with parameters of type ConfigStatusEntity Modifier and Type Method Description voidStatusRepositoryImpl. save(ConfigStatusEntity statusEntity) -
Uses of ConfigStatusEntity in de.adorsys.smartanalytics.pers.spi
Methods in de.adorsys.smartanalytics.pers.spi that return types with arguments of type ConfigStatusEntity Modifier and Type Method Description Optional<ConfigStatusEntity>StatusRepositoryIf. findById(String statusId)Methods in de.adorsys.smartanalytics.pers.spi with parameters of type ConfigStatusEntity Modifier and Type Method Description voidStatusRepositoryIf. save(ConfigStatusEntity statusEntity)
-