...
Date: | Author: | Version: | Changes: | Completed | Ext. | Int. | Is in Core | Jira Ref. |
---|---|---|---|---|---|---|---|---|
14 Juni 2013 | Thomas Hjorth
| 0.1 | Doc. created | No |
| x | Not yet | CDRP-5829 and CDRP-6067 |
18 June 2013 | THJ | 1.0 | Doc. finished in Version 1.0 | Yes |
| x | 8.18 | CDRP-5829 and CDRP-6067 |
...
A class that implements this interface is used for finding SubscriptionCampaigns for a specific Subscription. It can either be the SCs owned by the subscription itself, or the SCs that the Subscription can access through sharing. These are the relations that are called 2A and 2B on this figure /wiki/spaces/Billing/pages/109165251.
In Core, this interface is implemented by the class CoreSubscriptionCampaignFinder.
...
A class that implements this interface is used for finding all the Sharing Groups relations a specific SubscriptionCampaign participates in. This is the relation that is called 1B on this figure /wiki/spaces/Billing/pages/109165251.
Note that the returned result is not a specific SubscriptionCampaign, but rather a SubscriptionCampaignSharingBean (or some collection of these).
...
In Backend, this interface is implemented by the classes Subscription, BillingGroup, and Account.
Class Diagram
Drawio | ||||
---|---|---|---|---|
|