public interface AdminVelocityContextMgrIf
Modifier and Type | Field and Description |
---|---|
static int |
ORDER_DETAIL
ORDER_DETAIL
|
static int |
ORDER_INVOICE
ORDER_INVOICE
|
static int |
ORDER_NAMED_TEMPLATE
ORDER_NAMED_TEMPLATE
|
static int |
ORDER_PACKING_LIST
ORDER_PACKING_LIST
|
static int |
SEND_NEW_PASSWORD
SEND_NEW_PASSWORD
|
static int |
STATUS_CHANGE_EMAIL
STATUS_CHANGE_EMAIL
|
static int |
TEMPLATE_MAIL_TO_CUST
TEMPLATE_MAIL_TO_CUST
|
Modifier and Type | Method and Description |
---|---|
void |
addToContext(org.apache.velocity.VelocityContext context,
KKAdminIf eng,
int contextType,
int langId,
AdminEmailOptions options,
int customInt,
java.lang.String customString)
Put an object into the VelocityContext
|
static final int TEMPLATE_MAIL_TO_CUST
static final int SEND_NEW_PASSWORD
static final int STATUS_CHANGE_EMAIL
static final int ORDER_INVOICE
static final int ORDER_DETAIL
static final int ORDER_PACKING_LIST
static final int ORDER_NAMED_TEMPLATE
void addToContext(org.apache.velocity.VelocityContext context, KKAdminIf eng, int contextType, int langId, AdminEmailOptions options, int customInt, java.lang.String customString) throws KKAdminException
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:
KKAdminException
- an unexpected exception in the KonaKart Admin engineCopyright © 2018 DS Data Systems UK Ltd.