| Modifier and Type | Method and Description |
|---|---|
String |
NotifyService.toPullPath(String channelId,
String userId,
IParams params) |
String |
INotifyService.toPullPath(String channelId,
String userId,
IParams params) |
| Modifier and Type | Method and Description |
|---|---|
static String |
MailChannel.getRecipient(IParams params) |
static String |
MailChannel.getRecipientName(IParams params) |
static void |
MailChannel.setRecipient(IParams params,
String recipient) |
static void |
MailChannel.setRecipientName(IParams params,
String recipientName) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanParams<B> |
class |
Params |
| Modifier and Type | Method and Description |
|---|---|
IParams |
IPreferences.getParams() |
IParams |
IChannelPreferences.getParams() |
IParams |
Notification.getParams() |
<T> IParams |
IParams.set(Param<T> param,
T value) |
<T> IParams |
Params.set(Param<T> param,
T value) |
<T> IParams |
BeanParams.set(Param<T> param,
T value) |
IParams |
IParams.setAll(IParams params)
set all params from passed object, overwriting current mappings
|
IParams |
Params.setAll(IParams params) |
IParams |
BeanParams.setAll(IParams params) |
<T> IParams |
Params.setString(Param<T> param,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
IParams.Util.containsAll(IParams target,
Param<?>... params) |
protected static Map<String,Object> |
IParams.Util.newMap(IParams target) |
IParams |
IParams.setAll(IParams params)
set all params from passed object, overwriting current mappings
|
IParams |
Params.setAll(IParams params) |
IParams |
BeanParams.setAll(IParams params) |
protected static void |
IParams.Util.setAll(IParams target,
IParams source) |
protected Notification |
Notification.setParams(IParams params) |
| Constructor and Description |
|---|
Params(IParams... params) |
| Modifier and Type | Method and Description |
|---|---|
IParams |
MasterRenderService.getMasterParams() |
| Modifier and Type | Method and Description |
|---|---|
Message |
IRenderService.render(String key,
IRenderService.Version version,
IParams params) |
Message |
MasterRenderService.render(String key,
IRenderService.Version version,
IParams params) |
Message |
TemplateRenderService.render(String key,
IRenderService.Version version,
IParams params) |
String |
ITemplateRenderer.render(Template template,
IParams params) |
void |
MasterRenderService.setMasterParams(IParams masterParams) |
| Modifier and Type | Method and Description |
|---|---|
String |
VelocityTemplateRenderer.render(Template template,
IParams params) |
| Modifier and Type | Method and Description |
|---|---|
String |
INotifyUrlFactory.toPullPath(String channelId,
String userId,
IParams params) |
String |
NotifyFilterBean.toPullPath(String channelId,
String userId,
IParams params) |
| Modifier and Type | Method and Description |
|---|---|
String |
DummyNotifyUrlFactory.toPullPath(String channelId,
String userId,
IParams params) |
| Modifier and Type | Method and Description |
|---|---|
static String |
VelocityUtils.merge(org.apache.velocity.runtime.RuntimeServices runtime,
String content,
String templateName,
IParams params) |
static String |
VelocityUtils.merge(org.apache.velocity.Template template,
IParams params) |
static String |
VelocityUtils.merge(org.apache.velocity.Template template,
IParams params,
org.apache.velocity.context.Context nestedContext) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.