|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TariffSubscription | |
|---|---|
| org.powertac.common | |
| org.powertac.common.repo | |
| Uses of TariffSubscription in org.powertac.common |
|---|
| 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||