Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Method and Description |
---|---|
Handle |
IPlanAPI.createMarketingObject(IExecutionContext context,
java.lang.String templateType,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new marketing object component from the named template, applying the specified
attributes and user information from the execution context.
|
Handle |
IPlanAPI.createOffer(IExecutionContext context,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new offer component from the named template, applying the specified
attributes and user information from the execution context.
|