}
@Override
public boolean isApplicable(IPerson person) {
IUserFragmentSubscriptionDao userFragmentInfoDao = UserFragmentSubscriptionDaoLocator.getUserIdentityStore();
// get the list of current fragment subscriptions for this person
List<IUserFragmentSubscription> fragments = userFragmentInfoDao
.getUserFragmentInfo(person);
// iterate through the subscription list to determine if the
// specified person is actively subscribed to the fragment associated
// with this evaluator instance