Interface GenericItemService


@PublicApi public interface GenericItemService

GenericItemService is responsible for performing get, create, update and delete operations with generic items.

Corresponding validation should be performed before all operations except get.

Along with data related to operation each result may contain an error collection with any error messages that may have been generated when performing the operation. Also result may contain exception that has been thrown during operation execution.

See Also: