Uses of Interface
org.killbill.billing.catalog.api.PlanPhase
-
Packages that use PlanPhase Package Description org.killbill.billing.catalog.api org.killbill.billing.entitlement.api -
-
Uses of PlanPhase in org.killbill.billing.catalog.api
Methods in org.killbill.billing.catalog.api that return PlanPhase Modifier and Type Method Description PlanPhasePlan. findPhase(String name)PlanPhaseStaticCatalog. findPhase(String name)PlanPhase[]Plan. getAllPhases()PlanPhasePlan. getFinalPhase()PlanPhase[]Plan. getInitialPhases()Methods in org.killbill.billing.catalog.api that return types with arguments of type PlanPhase Modifier and Type Method Description Iterator<PlanPhase>Plan. getInitialPhaseIterator() -
Uses of PlanPhase in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return PlanPhase Modifier and Type Method Description PlanPhaseEntitlement. getLastActivePhase()PlanPhaseSubscriptionEvent. getNextPhase()PlanPhaseSubscriptionEvent. getPrevPhase()
-