C# 클래스 DummyBackend.managers.AdminstrationManager

상속: AdminstrationContract
파일 보기 프로젝트 열기: asadiq91/Contract

공개 메소드들

메소드 설명
AdminstrationManager ( ) : System
CreateCustomer ( Customer customer ) : Customer
CreateDock ( Dock dock ) : Dock
CreateFerry ( Ferry ferry ) : Ferry
CreateReservation ( Reservation reservation ) : Reservation
CreateRoute ( Route route ) : Route
CreateTrip ( Trip trip ) : Trip
CreateVehicle ( Vehicle vehicle ) : Vehicle
DeleteCustomer ( Customer customer ) : bool
DeleteDock ( Dock dock ) : bool
DeleteFerry ( Ferry ferry ) : bool
DeleteReservation ( Reservation reservation ) : bool
DeleteRoute ( Route route ) : bool
DeleteTrip ( Trip trip ) : bool
DeleteVehicle ( Vehicle vehicle ) : bool
GetAllCustomer ( ) : List
GetAllDocks ( ) : List
GetAllFerries ( ) : List
GetAllReservations ( ) : List
GetAllRoutes ( ) : List
GetAllTrips ( ) : List
GetAllVehicles ( ) : List
GetCustomer ( string mail ) : Customer
GetDock ( int dockId ) : Dock
GetFerry ( int ferryId ) : Ferry
GetReservation ( int reservationId ) : Reservation
GetRoute ( int routeId ) : Route
GetTrip ( int tripId ) : Trip
GetVehicle ( int vehicleId ) : Vehicle
UpdateCustomer ( Customer customer ) : Customer
UpdateDock ( Dock dock ) : Dock
UpdateFerry ( Ferry ferry ) : Ferry
UpdateReservation ( Reservation reservation ) : Reservation
UpdateRoute ( Route route ) : Route
UpdateTrip ( Trip trip ) : Trip
UpdateVehicle ( Vehicle vehicle ) : Vehicle

메소드 상세

AdminstrationManager() 공개 메소드

public AdminstrationManager ( ) : System
리턴 System

CreateCustomer() 공개 메소드

public CreateCustomer ( Customer customer ) : Customer
customer Contract.dto.Customer
리턴 Contract.dto.Customer

CreateDock() 공개 메소드

public CreateDock ( Dock dock ) : Dock
dock Contract.dto.Dock
리턴 Contract.dto.Dock

CreateFerry() 공개 메소드

public CreateFerry ( Ferry ferry ) : Ferry
ferry Contract.dto.Ferry
리턴 Contract.dto.Ferry

CreateReservation() 공개 메소드

public CreateReservation ( Reservation reservation ) : Reservation
reservation Reservation
리턴 Reservation

CreateRoute() 공개 메소드

public CreateRoute ( Route route ) : Route
route Route
리턴 Route

CreateTrip() 공개 메소드

public CreateTrip ( Trip trip ) : Trip
trip Contract.dto.Trip
리턴 Contract.dto.Trip

CreateVehicle() 공개 메소드

public CreateVehicle ( Vehicle vehicle ) : Vehicle
vehicle Vehicle
리턴 Vehicle

DeleteCustomer() 공개 메소드

public DeleteCustomer ( Customer customer ) : bool
customer Contract.dto.Customer
리턴 bool

DeleteDock() 공개 메소드

public DeleteDock ( Dock dock ) : bool
dock Contract.dto.Dock
리턴 bool

DeleteFerry() 공개 메소드

public DeleteFerry ( Ferry ferry ) : bool
ferry Contract.dto.Ferry
리턴 bool

DeleteReservation() 공개 메소드

public DeleteReservation ( Reservation reservation ) : bool
reservation Reservation
리턴 bool

DeleteRoute() 공개 메소드

public DeleteRoute ( Route route ) : bool
route Route
리턴 bool

DeleteTrip() 공개 메소드

public DeleteTrip ( Trip trip ) : bool
trip Contract.dto.Trip
리턴 bool

DeleteVehicle() 공개 메소드

public DeleteVehicle ( Vehicle vehicle ) : bool
vehicle Vehicle
리턴 bool

GetAllCustomer() 공개 메소드

public GetAllCustomer ( ) : List
리턴 List

GetAllDocks() 공개 메소드

public GetAllDocks ( ) : List
리턴 List

GetAllFerries() 공개 메소드

public GetAllFerries ( ) : List
리턴 List

GetAllReservations() 공개 메소드

public GetAllReservations ( ) : List
리턴 List

GetAllRoutes() 공개 메소드

public GetAllRoutes ( ) : List
리턴 List

GetAllTrips() 공개 메소드

public GetAllTrips ( ) : List
리턴 List

GetAllVehicles() 공개 메소드

public GetAllVehicles ( ) : List
리턴 List

GetCustomer() 공개 메소드

public GetCustomer ( string mail ) : Customer
mail string
리턴 Contract.dto.Customer

GetDock() 공개 메소드

public GetDock ( int dockId ) : Dock
dockId int
리턴 Contract.dto.Dock

GetFerry() 공개 메소드

public GetFerry ( int ferryId ) : Ferry
ferryId int
리턴 Contract.dto.Ferry

GetReservation() 공개 메소드

public GetReservation ( int reservationId ) : Reservation
reservationId int
리턴 Reservation

GetRoute() 공개 메소드

public GetRoute ( int routeId ) : Route
routeId int
리턴 Route

GetTrip() 공개 메소드

public GetTrip ( int tripId ) : Trip
tripId int
리턴 Contract.dto.Trip

GetVehicle() 공개 메소드

public GetVehicle ( int vehicleId ) : Vehicle
vehicleId int
리턴 Vehicle

UpdateCustomer() 공개 메소드

public UpdateCustomer ( Customer customer ) : Customer
customer Contract.dto.Customer
리턴 Contract.dto.Customer

UpdateDock() 공개 메소드

public UpdateDock ( Dock dock ) : Dock
dock Contract.dto.Dock
리턴 Contract.dto.Dock

UpdateFerry() 공개 메소드

public UpdateFerry ( Ferry ferry ) : Ferry
ferry Contract.dto.Ferry
리턴 Contract.dto.Ferry

UpdateReservation() 공개 메소드

public UpdateReservation ( Reservation reservation ) : Reservation
reservation Reservation
리턴 Reservation

UpdateRoute() 공개 메소드

public UpdateRoute ( Route route ) : Route
route Route
리턴 Route

UpdateTrip() 공개 메소드

public UpdateTrip ( Trip trip ) : Trip
trip Contract.dto.Trip
리턴 Contract.dto.Trip

UpdateVehicle() 공개 메소드

public UpdateVehicle ( Vehicle vehicle ) : Vehicle
vehicle Vehicle
리턴 Vehicle