{
String stringParam = param.getStringParameter();
Integer intParam = param.getIntParameter();
if (stringParam == null || intParam == null || !stringParam.equals(intParam.toString()))
{
throw new RestLiServiceException(S_400_BAD_REQUEST, "The values of testParam parameter don't match");
}
}
return fromGroupMembership(_app.getMembershipMgr().get(complexKeyToCompoundKey(id)));
}