Examples of MergingPersonAttributeDaoImpl


Examples of org.jasig.portal.services.persondir.support.MergingPersonAttributeDaoImpl

           
            personAttributeDaos.add(adapted);
        }
       
        // build a merger over the list of sources
        final MergingPersonAttributeDaoImpl merger = new MergingPersonAttributeDaoImpl();
        //Enforce the requisite merger
        merger.setMerger(new ReplacingAttributeAdder());
        merger.setPersonAttributeDaos(personAttributeDaos);
        merger.setDefaultAttributeName(PersonDirInfoAdaptor.QUERY_ATTRIBUTE);
       
        // store the constructed PersonDirectory implementation.
        this.delegate = merger;
    }
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.