Uses of Class
de.adorsys.multibanking.mongo.entity.RuleMongoEntity
-
Packages that use RuleMongoEntity Package Description de.adorsys.multibanking.mongo.mapper de.adorsys.multibanking.mongo.repository -
-
Uses of RuleMongoEntity in de.adorsys.multibanking.mongo.mapper
Methods in de.adorsys.multibanking.mongo.mapper that return RuleMongoEntity Modifier and Type Method Description RuleMongoEntityMongoEntityMapper. mapToRuleMongoEntity(RuleEntity ruleEntity)RuleMongoEntityMongoEntityMapperImpl. mapToRuleMongoEntity(RuleEntity ruleEntity)Methods in de.adorsys.multibanking.mongo.mapper with parameters of type RuleMongoEntity Modifier and Type Method Description RuleEntityMongoEntityMapper. mapToRuleEntity(RuleMongoEntity ruleMongoEntity)RuleEntityMongoEntityMapperImpl. mapToRuleEntity(RuleMongoEntity ruleMongoEntity)Method parameters in de.adorsys.multibanking.mongo.mapper with type arguments of type RuleMongoEntity Modifier and Type Method Description List<RuleEntity>MongoEntityMapper. mapToRuleEntities(List<RuleMongoEntity> byUserId)List<RuleEntity>MongoEntityMapperImpl. mapToRuleEntities(List<RuleMongoEntity> byUserId) -
Uses of RuleMongoEntity in de.adorsys.multibanking.mongo.repository
Methods in de.adorsys.multibanking.mongo.repository that return types with arguments of type RuleMongoEntity Modifier and Type Method Description org.springframework.data.domain.Page<RuleMongoEntity>BookingRuleRepositoryMongodb. findAll(org.springframework.data.domain.Pageable pageable)Optional<RuleMongoEntity>BookingRuleRepositoryMongodb. findByRuleId(String ruleId)List<RuleMongoEntity>BookingRuleRepositoryMongodb. findByUserId(String userId)
-