Package org.dspace.app.sherpa

Examples of org.dspace.app.sherpa.SHERPAJournal


                {
                    Iterator<SHERPAJournal> ijourn = journals.iterator();
                    int idx = 0;
                    while (ijourn.hasNext())
                    {
                        SHERPAJournal journ = ijourn.next();
                        List<SHERPAPublisher> publishers = shresp
                                .getPublishers();
                        results[idx] = new Object[] {
                                journ,
                                publishers != null && publishers.size() > 0 ? publishers
View Full Code Here

TOP

Related Classes of org.dspace.app.sherpa.SHERPAJournal

Copyright © 2018 www.massapicom. 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.