Interface Services<T>

All Known Implementing Classes:
ServiceCategory, ServiceReply, ServiceThread

public interface Services<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(T t)
     
    void
    delete(T t)
     
     
    void
    update(T t)
     
  • Method Details

    • add

      void add(T t)
    • getAll

      List<T> getAll()
    • update

      void update(T t)
    • delete

      void delete(T t)