Interface GlobalConstantsRpcServiceAsync


public interface GlobalConstantsRpcServiceAsync
  • Method Details

    • loadGlobalConstants

      void loadGlobalConstants(<any> callback)
    • addNewConstant

      void addNewConstant(<any> callback)
    • updateConstant

      void updateConstant(GlobalConstantDto constantDto, <any> callback)
    • removeAllConstants

      void removeAllConstants(<any> callback)
    • removeConstants

      void removeConstants(Collection<GlobalConstantDto> constant, <any> callback)