protected List<TagDefinition> getTagDefinitions(final TenantContext context) throws AnalyticsRefreshException { final TagUserApi tagUserApi = getTagUserApi(); return tagUserApi.getTagDefinitions(context); }
protected Collection<Tag> getTagsForAccount(final UUID accountId, final TenantContext context) throws AnalyticsRefreshException { final TagUserApi tagUserApi = getTagUserApi(); return tagUserApi.getTagsForAccount(accountId, false, context); }