| Package | Description |
|---|---|
| at.molindo.notify | |
| at.molindo.notify.channel.feed | |
| at.molindo.notify.channel.mail | |
| at.molindo.notify.model | |
| at.molindo.notify.render |
| Modifier and Type | Field and Description |
|---|---|
static Param<Object> |
INotifyService.CHANNEL_PREFERENCES |
static Param<String> |
INotifyService.CONFIRMATION_URL
URL for confirmations
|
static Param<Object> |
INotifyService.NOTIFICATION |
static Param<String> |
INotifyService.NOTIFY_UNKNOWN
force notifying of unknown user id
|
static Param<Object> |
INotifyService.PREFERENCES |
static Param<Boolean> |
INotifyService.RENDER_MASTER_TEMPLATE |
| Modifier and Type | Field and Description |
|---|---|
static Param<Integer> |
AbstractPullChannel.AMOUNT |
static Param<String> |
AbstractPullChannel.SECRET |
| Modifier and Type | Field and Description |
|---|---|
static Param<String> |
MailChannel.RECIPIENT |
static Param<String> |
MailChannel.RECIPIENT_NAME |
| Modifier and Type | Method and Description |
|---|---|
protected Param<?> |
ParamValue.param() |
static Param<Boolean> |
Param.pBoolean(String name) |
static Param<Character> |
Param.pCharacter(String name) |
static Param<Double> |
Param.pDouble(String name) |
static Param<Float> |
Param.pFloat(String name) |
static Param<Integer> |
Param.pInteger(String name) |
static Param<Long> |
Param.pLong(String name) |
static Param<Object> |
Param.pObject(String name) |
static Param<Object> |
Param.pSerializable(String name) |
static Param<String> |
Param.pString(String name) |
static Param<URL> |
Param.pURL(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
IParams.Util.containsAll(IParams target,
Param<?>... params) |
boolean |
IParams.containsAll(Param<?>... params) |
boolean |
Params.containsAll(Param<?>... params) |
boolean |
BeanParams.containsAll(Param<?>... params) |
<T> T |
IParams.get(Param<T> param) |
<T> T |
Params.get(Param<T> param) |
<T> T |
BeanParams.get(Param<T> param) |
boolean |
IParams.isSet(Param<?> param) |
boolean |
Params.isSet(Param<?> param) |
boolean |
BeanParams.isSet(Param<?> param) |
<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) |
<T> Notification |
Notification.setParam(Param<T> param,
T value) |
<T> IParams |
Params.setString(Param<T> param,
String value) |
| Constructor and Description |
|---|
ParamValue(Param<T> param,
T value) |
| Modifier and Type | Method and Description |
|---|---|
Param<Object> |
MasterRenderService.getMasterTemplateMessageParam() |
Copyright © 2014 Molindo GmbH. All Rights Reserved.