Uses of Class
org.powertac.common.TariffSubscription

Packages that use TariffSubscription
org.powertac.common   
org.powertac.common.interfaces   
org.powertac.common.repo   
 

Uses of TariffSubscription in org.powertac.common
 

Methods in org.powertac.common that return TariffSubscription
 TariffSubscription TariffSubscription.handleRevokedTariff()
          Handles the subscription switch in case the underlying Tariff has been revoked.
 

Methods in org.powertac.common with parameters of type TariffSubscription
 void AbstractCustomer.unsubscribe(TariffSubscription subscription, int customerCount)
          Unsubscribing a certain population amount from a certain subscription
 

Uses of TariffSubscription in org.powertac.common.interfaces
 

Methods in org.powertac.common.interfaces that return TariffSubscription
 TariffSubscription TariffMarket.subscribeToTariff(org.powertac.common.Tariff tariff, org.powertac.common.CustomerInfo customer, int customerCount)
          Subscribes a block of Customers from a single Customer model to the specified Tariff, as long as the Tariff has not expired.
 

Uses of TariffSubscription in org.powertac.common.repo
 

Methods in org.powertac.common.repo that return TariffSubscription
 TariffSubscription TariffSubscriptionRepo.add(TariffSubscription subscription)
          Adds an existing subscription to the repo.
 TariffSubscription TariffSubscriptionRepo.findSubscriptionForTariffAndCustomer(org.powertac.common.Tariff tariff, org.powertac.common.CustomerInfo customer)
           
 TariffSubscription TariffSubscriptionRepo.getSubscription(org.powertac.common.CustomerInfo customer, org.powertac.common.Tariff tariff)
          Returns the TariffSubscription for the given Tariff/Customer pair, creating it if necessary.
 

Methods in org.powertac.common.repo that return types with arguments of type TariffSubscription
 List<TariffSubscription> TariffSubscriptionRepo.findActiveSubscriptionsForCustomer(org.powertac.common.CustomerInfo customer)
          Returns the list of active subscriptions for a given customer.
 List<TariffSubscription> TariffSubscriptionRepo.findSubscriptionsForCustomer(org.powertac.common.CustomerInfo customer)
          Returns the list of subscriptions for a given customer.
 List<TariffSubscription> TariffSubscriptionRepo.findSubscriptionsForTariff(org.powertac.common.Tariff tariff)
          Returns the list of subscriptions for a given tariff.
 List<TariffSubscription> TariffSubscriptionRepo.getRevokedSubscriptionList(org.powertac.common.CustomerInfo customer)
          Returns the list of subscriptions for this customer that have been revoked and have non-zero committed customer counts.
 

Methods in org.powertac.common.repo with parameters of type TariffSubscription
 TariffSubscription TariffSubscriptionRepo.add(TariffSubscription subscription)
          Adds an existing subscription to the repo.
 



Copyright © 2011 Power TAC. All Rights Reserved.