Interface GlobalConstantsRpcService

All Known Implementing Classes:
GlobalConstantsRpcServiceImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface GlobalConstantsRpcService
  • Method Details

    • loadGlobalConstants

      List<GlobalConstantDto> loadGlobalConstants()
    • addNewConstant

      GlobalConstantDto addNewConstant()
    • updateConstant

      GlobalConstantDto updateConstant(GlobalConstantDto constantDto) throws ServerCallFailedException
      Throws:
      ServerCallFailedException
    • removeConstants

      void removeConstants(Collection<GlobalConstantDto> constant)
    • removeAllConstants

      void removeAllConstants()