| Interface | Description |
|---|---|
| IPartnershipFactory |
This is the base interface for a partnership factory (it is more manager but
who cares).
|
| IPartnershipMap |
Read-only interface for managing the name to
Partnership mapping. |
| IRefreshablePartnershipFactory |
A partnership factory that can be refreshed.
|
| Class | Description |
|---|---|
| AbstractPartnershipFactory |
Abstract
IPartnershipFactory implementation using
PartnershipMap as the underlying data storage object. |
| CPartnershipIDs |
Partnership IDs and attribute names.
|
| Partnership |
This class represents a single partnership.
|
| PartnershipMap |
The default implementation of
IPartnershipMap. |
| SelfFillingPartnershipFactory |
A special in-memory partnership factory that adds a partnership if it is not
existing yet.
|
| Exception | Description |
|---|---|
| AS2PartnershipNotFoundException |
Exception thrown if a desired partnership is not present.
|
Copyright © 2013–2022 Philip Helger. All rights reserved.