public interface VelocityContextMgrIf
Modifier and Type | Field and Description |
---|---|
static int |
ORDER_CONFIRMATION_EMAIL
ORDER_CONFIRMATION_EMAIL
|
static int |
SEND_NEW_PASSWORD
SEND_NEW_PASSWORD
|
static int |
STOCK_REORDER_EMAIL
STOCK_REORDER_EMAIL
|
static int |
TEMPLATE_MAIL_TO_CUST
TEMPLATE_MAIL_TO_CUST
|
static int |
WELCOME_EMAIL
WELCOME_EMAIL
|
Modifier and Type | Method and Description |
---|---|
void |
addToContext(org.apache.velocity.VelocityContext context,
KKEngIf eng,
int contextType,
int langId,
EmailOptionsIf options,
int customInt,
java.lang.String customString)
Put an object into the VelocityContext
|
static final int ORDER_CONFIRMATION_EMAIL
static final int TEMPLATE_MAIL_TO_CUST
static final int SEND_NEW_PASSWORD
static final int STOCK_REORDER_EMAIL
static final int WELCOME_EMAIL
void addToContext(org.apache.velocity.VelocityContext context, KKEngIf eng, int contextType, int langId, EmailOptionsIf options, int customInt, java.lang.String customString) throws com.konakart.app.KKException
context
- The velocity contexteng
- enginecontextType
- one of:
langId
- languageIdoptions
- EmailOptionscustomInt
- a custom Integer - the meaning depends on the contextType:
customString
- a custom String - the meaning depends on the contextType:
com.konakart.app.KKException
- an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.