public interface CrudService<T extends Serializable>
InMemoryDataStore.InMemoryDataStoreT update(T feed)
feed - entity which replace the previous oneSerializable delete(String feedId)
feedId - id of the entity which should be deletedT get(String feedId)
feedId - id of the entity which should be restoredCopyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.