public interface CrudService<T extends CrudObject<ID>,ID,C>
T create(T object, C context) throws IllegalArgumentException
IllegalArgumentExceptionT read(ID key, C context) throws IllegalArgumentException
IllegalArgumentExceptionT update(T object, C context) throws IllegalArgumentException
IllegalArgumentExceptionT delete(T object, C context) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2017 Netgrid. All rights reserved.