public class ParameterRpcServiceImpl extends SecuredRemoteServiceServlet implements ParameterRpcService
Constructor and Description |
---|
ParameterRpcServiceImpl(EntityClonerService entityCloner,
ReportService reportManager,
ReportParameterService parameterService,
DtoService dtoGenerator,
SecurityService securityService) |
Modifier and Type | Method and Description |
---|---|
ReportDto |
addParameter(ParameterDefinitionDto parameter,
AbstractNodeDto correspondingNode) |
ReportDto |
duplicateParameters(java.util.List<ParameterDefinitionDto> parameterDtos,
AbstractNodeDto correspondingNode) |
ReportDto |
movedParameter(ParameterDefinitionDto parameter,
int to)
a parameter moved
|
ReportDto |
removeParameters(java.util.Collection<ParameterDefinitionDto> parameterDtos) |
ReportDto |
updateParameter(ParameterDefinitionDto parameter) |
ReportDto |
updateParameterInstances(java.util.Collection<ParameterDefinitionDto> parameterDtos) |
getRequest
public ParameterRpcServiceImpl(EntityClonerService entityCloner, ReportService reportManager, ReportParameterService parameterService, DtoService dtoGenerator, SecurityService securityService)
public ReportDto addParameter(ParameterDefinitionDto parameter, AbstractNodeDto correspondingNode) throws ServerCallFailedException
addParameter
in interface ParameterRpcService
ServerCallFailedException
public ReportDto updateParameter(ParameterDefinitionDto parameter) throws ServerCallFailedException, ExpectedException
updateParameter
in interface ParameterRpcService
ServerCallFailedException
ExpectedException
public ReportDto updateParameterInstances(java.util.Collection<ParameterDefinitionDto> parameterDtos) throws ServerCallFailedException
updateParameterInstances
in interface ParameterRpcService
ServerCallFailedException
public ReportDto removeParameters(java.util.Collection<ParameterDefinitionDto> parameterDtos) throws ServerCallFailedException
removeParameters
in interface ParameterRpcService
ServerCallFailedException
public ReportDto movedParameter(ParameterDefinitionDto parameter, int to) throws ServerCallFailedException
movedParameter
in interface ParameterRpcService
ServerCallFailedException
public ReportDto duplicateParameters(java.util.List<ParameterDefinitionDto> parameterDtos, AbstractNodeDto correspondingNode) throws ServerCallFailedException, ExpectedException
duplicateParameters
in interface ParameterRpcService
ServerCallFailedException
ExpectedException