public class ItemListHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_ADDED |
static String |
FIELD_FULL |
static String |
FIELD_REMOVED |
Constructor and Description |
---|
ItemListHelper() |
Modifier and Type | Method and Description |
---|---|
static Message |
createRequestList(boolean flag) |
static Set<HistoricalItemInformation> |
fromValue(Value baseValue) |
static Set<String> |
fromValueRemoved(Value value) |
static Value |
toValueAdded(Collection<HistoricalItemInformation> added) |
static Value |
toValueRemoved(Collection<String> removed) |
public static final String FIELD_ADDED
public static final String FIELD_REMOVED
public static final String FIELD_FULL
public static Set<HistoricalItemInformation> fromValue(Value baseValue)
public static Value toValueAdded(Collection<HistoricalItemInformation> added)
public static Value toValueRemoved(Collection<String> removed)
public static Message createRequestList(boolean flag)