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 Summary
Modifier and TypeMethodDescriptionGlobalConstantDtoList<GlobalConstantDto> voidvoidremoveConstants(Collection<GlobalConstantDto> constant) GlobalConstantDtoupdateConstant(GlobalConstantDto constantDto)
-
Method Details
-
loadGlobalConstants
List<GlobalConstantDto> loadGlobalConstants() -
addNewConstant
GlobalConstantDto addNewConstant() -
updateConstant
- Throws:
ServerCallFailedException
-
removeConstants
-
removeAllConstants
void removeAllConstants()
-