Interface ActionUIService

All Known Implementing Classes:
ActionUIServiceImpl

public interface ActionUIService
A ActionUIService.
Author:
Heiko Scherrer
  • Method Details

    • findAll

      @NotNull @NotNull List<ActionVO> findAll(@NotNull @NotNull org.springframework.data.domain.Sort sort)
    • delete

      void delete(@NotBlank @NotBlank String pKey)
    • create

      @NotNull @NotNull ActionVO create(@NotNull @NotNull ActionVO action)
    • save

      @NotNull @NotNull ActionVO save(@NotNull @NotNull ActionVO action)