public class NotificationService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.sql.Connection |
con |
static java.lang.String |
DEFAULT_MESSAGE_TITLE |
static int |
EXECUTOR_ROLE_ID |
static int |
PARAM_SPK_VALUE |
static int |
PARAM_TRANSPORT_VALUE |
Constructor and Description |
---|
NotificationService(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
java.util.List<GetPushHistoryResponse.MessageHistoryLogEntry> |
getPushHistory(int customerId) |
java.lang.String |
sendPushWithUniversalNotify(int customerId,
java.lang.String messageToSend,
User user,
Contract contract) |
public static final int PARAM_SPK_VALUE
public static final int PARAM_TRANSPORT_VALUE
public static final int EXECUTOR_ROLE_ID
public static final java.lang.String DEFAULT_MESSAGE_TITLE
public final java.sql.Connection con
public java.lang.String sendPushWithUniversalNotify(int customerId, java.lang.String messageToSend, User user, Contract contract)
public java.util.List<GetPushHistoryResponse.MessageHistoryLogEntry> getPushHistory(int customerId)