|
|
@ -254,7 +254,7 @@ public class PolicyManagementServiceImpl implements PolicyManagementService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@PUT
|
|
|
|
@POST
|
|
|
|
@Path("/activate-policy")
|
|
|
|
@Path("/activate-policy")
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public Response activatePolicies(List<Integer> policyIds) {
|
|
|
|
public Response activatePolicies(List<Integer> policyIds) {
|
|
|
@ -286,7 +286,7 @@ public class PolicyManagementServiceImpl implements PolicyManagementService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@PUT
|
|
|
|
@POST
|
|
|
|
@Path("/deactivate-policy")
|
|
|
|
@Path("/deactivate-policy")
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public Response deactivatePolicies(List<Integer> policyIds) {
|
|
|
|
public Response deactivatePolicies(List<Integer> policyIds) {
|
|
|
|