Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Method and Description |
---|---|
Handle |
IPlanAPI.copyProject(IExecutionContext context,
Handle hProject,
ProjectCopyTypeEnum copyEnum,
boolean copyParentLink)
Use this API to copy existing project instance and to create new project.
|
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.
|
Handle |
IPlanAPI.createProgram(IExecutionContext context,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new program component from the named template, applying the specified
attributes and user information from the execution context.
|
Handle |
IPlanAPI.createProject(IExecutionContext context,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new project component from the named template, applying the specified
attributes and user information from the execution context.
|
Handle |
IPlanAPI.createProjectRequest(IExecutionContext context,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new project request instance from the named template, applying the specified
attributes and user information from the execution context. |