Interface ServiceUpdate<E,S>

All Known Implementing Classes:
InternalStorageService, InternalStorageTranslationService

public interface ServiceUpdate<E,S>
ServiceUpdate interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    update(String id, S data)
    update.
  • Method Details

    • update

      E update(String id, S data)
      update.
      Parameters:
      id - a String object
      data - a S object
      Returns:
      a E object