Class ActorService

java.lang.Object
com.esprit.services.films.ActorService
All Implemented Interfaces:
IService<Actor>

public class ActorService extends Object implements IService<Actor>
  • Field Details

  • Constructor Details

    • ActorService

      public ActorService()
      Performs ActorService operation.
  • Method Details

    • create

      public void create(Actor actor)
      Specified by:
      create in interface IService<Actor>
      Parameters:
      actor -
    • read

      public List<Actor> read()
      Specified by:
      read in interface IService<Actor>
      Returns:
      List
    • update

      public void update(Actor actor)
      Specified by:
      update in interface IService<Actor>
    • getActorByNom

      public Actor getActorByNom(String nom)
      Retrieves the ActorByNom value.
      Returns:
      the ActorByNom value
    • delete

      public void delete(Actor actor)
      Specified by:
      delete in interface IService<Actor>
    • getActorByPlacement

      public Actor getActorByPlacement(int actorPlacement)
      Retrieves the ActorByPlacement value.
      Returns:
      the ActorByPlacement value