Examples of IUserFragmentSubscriptionDao


Examples of org.jasig.portal.fragment.subscribe.dao.IUserFragmentSubscriptionDao

    }

    @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
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.