Uses of Class
net.datenwerke.rs.condition.service.condition.entity.ReportCondition
Packages that use ReportCondition
-
Uses of ReportCondition in net.datenwerke.rs.condition.service.condition
Methods in net.datenwerke.rs.condition.service.condition that return ReportConditionModifier and TypeMethodDescriptionConditionService.getReportConditionById(Long id) ConditionServiceImpl.getReportConditionById(Long id) ConditionService.merge(ReportCondition condition) ConditionServiceImpl.merge(ReportCondition condition) Methods in net.datenwerke.rs.condition.service.condition that return types with arguments of type ReportConditionModifier and TypeMethodDescriptionConditionService.getReportConditions()ConditionServiceImpl.getReportConditions()ConditionService.getReportConditionsFor(TableReport report) ConditionServiceImpl.getReportConditionsFor(TableReport report) Methods in net.datenwerke.rs.condition.service.condition with parameters of type ReportConditionModifier and TypeMethodDescriptionConditionService.getReplacementsFor(ReportCondition condition) ConditionServiceImpl.getReplacementsFor(ReportCondition condition) ConditionService.merge(ReportCondition condition) ConditionServiceImpl.merge(ReportCondition condition) voidConditionService.persist(ReportCondition condition) voidConditionServiceImpl.persist(ReportCondition condition) voidConditionService.remove(ReportCondition condition) voidConditionServiceImpl.remove(ReportCondition condition)