service

package
v0.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2020 License: AGPL-3.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CinemaAdminService

type CinemaAdminService struct {
	// contains filtered or unexported fields
}

func NewCinemaAdminService

func NewCinemaAdminService(clnt client.Client, configurator *configurator.Plugin) *CinemaAdminService

func (*CinemaAdminService) Create

func (*CinemaAdminService) DeleteByUUID

func (s *CinemaAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error

func (*CinemaAdminService) GetByUUID

func (s *CinemaAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CinemaAdminService) Paginate

func (s *CinemaAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

func (*CinemaAdminService) UpdateByUUID

type CinemaGalleryService

type CinemaGalleryService struct {
	// contains filtered or unexported fields
}

func NewCinemaGalleryService

func NewCinemaGalleryService(clnt client.Client, configurator *configurator.Plugin) *CinemaGalleryService

func (*CinemaGalleryService) GetByUUID

func (s *CinemaGalleryService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CinemaGalleryService) Paginate

func (s *CinemaGalleryService) Paginate(cinemaUUID uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

type CinemaService

type CinemaService struct {
	// contains filtered or unexported fields
}

func NewCinemaService

func NewCinemaService(clnt client.Client, configurator *configurator.Plugin) *CinemaService

func (*CinemaService) GetByUUID

func (s *CinemaService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CinemaService) GetCityByUUID

func (s *CinemaService) GetCityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CinemaService) GetHallsByUUID

func (s *CinemaService) GetHallsByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CinemaService) GetSeancesByUUID

func (s *CinemaService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CinemaService) GetSeoByUUID

func (s *CinemaService) GetSeoByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

GetSeoByUUID...

func (*CinemaService) IsExist

func (*CinemaService) Paginate

func (s *CinemaService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

type CityAdminService

type CityAdminService struct {
	// contains filtered or unexported fields
}

func NewCityAdminService

func NewCityAdminService(clnt client.Client, configurator *configurator.Plugin) *CityAdminService

func (*CityAdminService) Create

func (s *CityAdminService) Create(data pb_catalog_city.CityCombine, query helper_http_iris.QueryString) (interface{}, error)

func (*CityAdminService) DeleteByUUID

func (s *CityAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error

func (*CityAdminService) GetByUUID

func (s *CityAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CityAdminService) Paginate

func (s *CityAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

func (*CityAdminService) UpdateByUUID

type CityService

type CityService struct {
	// contains filtered or unexported fields
}

func NewCityService

func NewCityService(clnt client.Client, configurator *configurator.Plugin) *CityService

func (*CityService) GetByUUID

func (s *CityService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CityService) GetCinemasByUUID

func (s *CityService) GetCinemasByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CityService) GetSeancesByUUID

func (s *CityService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*CityService) IsExist

func (s *CityService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error

func (*CityService) Paginate

func (s *CityService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

type HallAdminService

type HallAdminService struct {
	// contains filtered or unexported fields
}

func NewHallAdminService

func NewHallAdminService(clnt client.Client, configurator *configurator.Plugin) *HallAdminService

func (*HallAdminService) Create

func (s *HallAdminService) Create(data pb_catalog_hall.HallCombine, query helper_http_iris.QueryString) (interface{}, error)

func (*HallAdminService) DeleteByUUID

func (s *HallAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error

func (*HallAdminService) GetByUUID

func (s *HallAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*HallAdminService) Paginate

func (s *HallAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

func (*HallAdminService) UpdateByUUID

type HallService

type HallService struct {
	// contains filtered or unexported fields
}

func NewHallService

func NewHallService(clnt client.Client, configurator *configurator.Plugin) *HallService

func (*HallService) GetByUUID

func (s *HallService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*HallService) IsExist

func (s *HallService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error

func (*HallService) Paginate

func (s *HallService) Paginate(query helper_http_iris.QueryString) (interface{}, error)
type MenuService struct {
	// contains filtered or unexported fields
}

func NewMenuService

func NewMenuService(clnt client.Client, configurator *configurator.Plugin) *MenuService
func (s *MenuService) PaginateCategory(query helper_http_iris.QueryString) (interface{}, error)
func (s *MenuService) PaginateProduct(query helper_http_iris.QueryString) (interface{}, error)
func (s *MenuService) PaginateProductDetail(query helper_http_iris.QueryString) (interface{}, error)

type MovieAdminService

type MovieAdminService struct {
	// contains filtered or unexported fields
}

func NewMovieAdminService

func NewMovieAdminService(clnt client.Client, configurator *configurator.Plugin) *MovieAdminService

func (*MovieAdminService) Create

func (s *MovieAdminService) Create(data pb_catalog_movie.MovieCombine, query helper_http_iris.QueryString) (interface{}, error)

func (*MovieAdminService) DeleteByUUID

func (s *MovieAdminService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error

func (*MovieAdminService) FindByName

func (s *MovieAdminService) FindByName(query helper_http_iris.QueryString) (interface{}, error)

func (*MovieAdminService) GetByUUID

func (s *MovieAdminService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*MovieAdminService) Paginate

func (s *MovieAdminService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

func (*MovieAdminService) UpdateByUUID

func (*MovieAdminService) UpdateParent

type MovieService

type MovieService struct {
	// contains filtered or unexported fields
}

func NewMovieService

func NewMovieService(clnt client.Client, configurator *configurator.Plugin) *MovieService

func (*MovieService) GetByUUID

func (s *MovieService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*MovieService) GetSeancesByUUID

func (s *MovieService) GetSeancesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*MovieService) GetSeoByUUID

func (s *MovieService) GetSeoByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

GetSeoByUUID ...

func (*MovieService) GetSoon

func (s *MovieService) GetSoon(query helper_http_iris.QueryString) (interface{}, error)

func (*MovieService) GetToday

func (s *MovieService) GetToday(query helper_http_iris.QueryString) (interface{}, error)

func (*MovieService) IsExist

func (s *MovieService) IsExist(u uuid.UUID, query helper_http_iris.QueryString) error

func (*MovieService) Paginate

func (s *MovieService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

type ScheduleService

type ScheduleService struct {
	// contains filtered or unexported fields
}

func NewScheduleService

func NewScheduleService(clnt client.Client, configurator *configurator.Plugin) *ScheduleService

func (*ScheduleService) Paginate

func (s *ScheduleService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

func (*ScheduleService) PaginateWithSort

func (s *ScheduleService) PaginateWithSort(query helper_http_iris.QueryString) (interface{}, error)

type SeanceService

type SeanceService struct {
	// contains filtered or unexported fields
}

func NewSeanceService

func NewSeanceService(clnt client.Client, webpart *plugin_client_webpart.Plugin, configurator *configurator.Plugin) *SeanceService

func (*SeanceService) Create

func (s *SeanceService) Create(data pb_catalog_seance.SeanceCombine, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) DeleteByUUID

func (s *SeanceService) DeleteByUUID(u uuid.UUID, query helper_http_iris.QueryString) error

func (*SeanceService) GetAvailabilityByUUID

func (s *SeanceService) GetAvailabilityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) GetByUUID

func (s *SeanceService) GetByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) GetCityByUUID

func (s *SeanceService) GetCityByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) GetHallByUUID

func (s *SeanceService) GetHallByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) GetHallZonesByUUID

func (s *SeanceService) GetHallZonesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) GetHallmapByUUID

func (s *SeanceService) GetHallmapByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) GetHallmapStatusByUUID

func (s *SeanceService) GetHallmapStatusByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) GetZonePricesByUUID

func (s *SeanceService) GetZonePricesByUUID(u uuid.UUID, query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) IsExist

func (*SeanceService) Paginate

func (s *SeanceService) Paginate(query helper_http_iris.QueryString) (interface{}, error)

func (*SeanceService) UpdateByUUID

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL