List<SpecificFetchMode> fetchplans = new ArrayList<SpecificFetchMode>();
fetchplans.add(new SpecificFetchMode("retailer"));
fetchplans.add(new SpecificFetchMode("storeAttributes"));
fetchplans.add(new SpecificFetchMode("assets"));
fetchplans.add(new SpecificFetchMode("businessHours"));
return new FetchPlan(fetchplans);
}