| Package | Description |
|---|---|
| at.molindo.notify.model | |
| at.molindo.notify.render | |
| at.molindo.notify.util |
| Modifier and Type | Method and Description |
|---|---|
IRenderService.Type |
Template.getType() |
IRenderService.Type |
Message.getType() |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Message.parse(String str,
IRenderService.Type type) |
Template |
Template.setType(IRenderService.Type type) |
void |
Message.setType(IRenderService.Type type) |
| Constructor and Description |
|---|
Message(String subject,
String message,
IRenderService.Type type) |
Template(String key,
IRenderService.Type type,
IRenderService.Version version,
Locale locale,
String content) |
| Modifier and Type | Method and Description |
|---|---|
static IRenderService.Type |
IRenderService.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRenderService.Type[] |
IRenderService.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Template |
NotifyUtils.choose(List<Template> templates,
IRenderService.Type type,
IRenderService.Version version) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.