public interface CampaignFactory extends KeyResolver, XMLizable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
Campaign |
getCampaign(CampaignKey key)
Gets the campaign by its key.
|
lookup, reverseLookup
static final java.lang.String COPYRIGHT
Campaign getCampaign(CampaignKey key) throws DependencyInstantiationException, DependencyMissingException
key
- is the key of the campaign.DependencyInstantiationException
- is thrown when an error is encountered on campaign instantiation.DependencyMissingException
- is thrown when the campaign to get does not exist.