Uses of Class
org.powertac.visualizer.domain.Tariff
-
Packages that use Tariff Package Description org.powertac.visualizer.repository_ptac -
-
Uses of Tariff in org.powertac.visualizer.repository_ptac
Methods in org.powertac.visualizer.repository_ptac that return Tariff Modifier and Type Method Description TariffTariffRepository. findById(long specId)TariffTariffRepository. findByName(String name)TariffTariffRepository. save(Tariff tariff)Methods in org.powertac.visualizer.repository_ptac that return types with arguments of type Tariff Modifier and Type Method Description List<Tariff>TariffRepository. findAll()Methods in org.powertac.visualizer.repository_ptac with parameters of type Tariff Modifier and Type Method Description TariffTariffRepository. save(Tariff tariff)
-