| Package | Description |
|---|---|
| cz.abclinuxu.datoveschranky.common.entities | |
| cz.abclinuxu.datoveschranky.common.interfaces |
| Modifier and Type | Method and Description |
|---|---|
MessageState |
MessageStateChange.getState() |
MessageState |
MessageEnvelope.getState() |
static MessageState |
MessageState.valueOf(int val) |
static MessageState |
MessageState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageState[] |
MessageState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageStateChange.setState(MessageState state) |
void |
MessageEnvelope.setState(MessageState state) |
| Modifier and Type | Method and Description |
|---|---|
static int |
MessageState.toInt(EnumSet<MessageState> states) |
| Modifier and Type | Method and Description |
|---|---|
List<MessageEnvelope> |
DataBoxMessagesService.getListOfReceivedMessages(Date from,
Date to,
EnumSet<MessageState> state,
int offset,
int limit)
Stáhne seznam přijatých zpráv ve formě obálky (identifikace odesílatele,
příjemce, předmět zprávy, bez příloh) v daném časovém rozmezí.
|
List<MessageEnvelope> |
DataBoxMessagesService.getListOfSentMessages(Date from,
Date to,
EnumSet<MessageState> filter,
int offset,
int limit)
Stáhne seznam odeslaných zpráv ve formě obálky (identifikace odesílatele,
příjemce, předmět zprávy, bez příloh) v daném časovém rozmezí.
|
Copyright © 2017. All rights reserved.