public class ItemListHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FIELD_ADDED |
static java.lang.String |
FIELD_FULL |
static java.lang.String |
FIELD_REMOVED |
| Constructor and Description |
|---|
ItemListHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Message |
createRequestList(boolean flag) |
static java.util.Set<HistoricalItemInformation> |
fromValue(Value baseValue) |
static java.util.Set<java.lang.String> |
fromValueRemoved(Value value) |
static Value |
toValueAdded(java.util.Collection<HistoricalItemInformation> added) |
static Value |
toValueRemoved(java.util.Collection<java.lang.String> removed) |
public static final java.lang.String FIELD_ADDED
public static final java.lang.String FIELD_REMOVED
public static final java.lang.String FIELD_FULL
public static java.util.Set<HistoricalItemInformation> fromValue(Value baseValue)
public static Value toValueAdded(java.util.Collection<HistoricalItemInformation> added)
public static Value toValueRemoved(java.util.Collection<java.lang.String> removed)
public static java.util.Set<java.lang.String> fromValueRemoved(Value value)
public static Message createRequestList(boolean flag)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0