496
496
return IMPL.instance_get_all_by_filters(context, filters)
499
def instance_get_active_by_window(context, begin, end=None, project_id=None):
503
return IMPL.instance_get_active_by_window(context, begin, end, project_id)
506
def instance_get_active_by_window_joined(context, begin, end=None,
511
return IMPL.instance_get_active_by_window_joined(context, begin, end,
504
515
def instance_get_all_by_user(context, user_id):