Class GlobalConstantsRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.globalconstants.server.globalconstants.GlobalConstantsRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,GlobalConstantsRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class GlobalConstantsRpcServiceImpl
extends SecuredRemoteServiceServlet
implements GlobalConstantsRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalConstantsRpcServiceImpl(DtoService dtoService, GlobalConstantsService globalConstantsService) -
Method Summary
Modifier and TypeMethodDescriptionGlobalConstantDtoList<GlobalConstantDto> voidvoidremoveConstants(Collection<GlobalConstantDto> constantDtos) GlobalConstantDtoupdateConstant(GlobalConstantDto constantDto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
GlobalConstantsRpcServiceImpl
public GlobalConstantsRpcServiceImpl(DtoService dtoService, GlobalConstantsService globalConstantsService)
-
-
Method Details
-
loadGlobalConstants
- Specified by:
loadGlobalConstantsin interfaceGlobalConstantsRpcService
-
addNewConstant
public GlobalConstantDto addNewConstant()- Specified by:
addNewConstantin interfaceGlobalConstantsRpcService
-
removeAllConstants
public void removeAllConstants()- Specified by:
removeAllConstantsin interfaceGlobalConstantsRpcService
-
removeConstants
- Specified by:
removeConstantsin interfaceGlobalConstantsRpcService
-
updateConstant
- Specified by:
updateConstantin interfaceGlobalConstantsRpcService- Throws:
ExpectedException
-