Interface IService<T>

All Known Implementing Classes:
ActorService, CategoryService, CategoryService, CinemaCommentService, CinemaHallService, CinemaRatingService, CinemaService, CommentService, FilmCommentService, FilmRatingService, FilmService, IServiceCategorieImpl, IServiceEpisodeImpl, IServiceFavoriteImpl, IServiceFeedbackImpl, IServiceSeriesImpl, MovieSessionService, OrderItemService, OrderService, ProductService, ReviewService, ShoppingCartService, TicketService, UserService

public interface IService<T>
IService class provides functionality for the RAKCHA desktop application.

This class is part of the JavaFX-based desktop application designed for comprehensive cinema and product management system.

Since:
1.0.0
Version:
1.0.0
Author:
RAKCHA Development Team
See Also:
  • Method Summary

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

    • create

      void create(T t)
    • read

      List<T> read()
    • update

      void update(T t)
    • delete

      void delete(T t)