this.allParamPrefPages.addAll(Arrays.asList(paramPrefPages));
}
//save all the preferences by service as well
PrefsByService allPrefsForThisService = new PrefsByService(prefReference, localPrefPages, globalPrefPages, paramPrefPages);
this.allPrefsByService.add(allPrefsForThisService);
//make sure that preferences are sent to this service if it wants to see them.
if (isTurnedOn(prefReference, UserPrefsProperty.RECEIVE_PREFS_KEY)) {