Uses of Class
com.unica.publicapi.plan.api.TemplateNotFoundException

Packages that use TemplateNotFoundException
com.unica.publicapi.plan.api   
 

Uses of TemplateNotFoundException in com.unica.publicapi.plan.api
 

Methods in com.unica.publicapi.plan.api that throw TemplateNotFoundException
 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.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.