Package org.dspace.app.cris.model

Examples of org.dspace.app.cris.model.Investigator


            {
                if (decorator.getShortName().equals("coInvestigators"))
                {
                    List<String> attributes = new LinkedList<String>();
                    List<String> valuesAttributes = new LinkedList<String>();
                    Investigator invest = (Investigator) rr;
                    if (invest.getIntInvestigator() != null)
                    {
                        attributes.add("rpkey");
                        valuesAttributes.add(invest.getIntInvestigator()
                                .getValuePublicIDAttribute());
                    }
                    ExportUtils.createCoinvestigator(coinvestigators,
                            decorator.getReal(),
                            ((IRestrictedField) rr).getValue(), attributes,
View Full Code Here

TOP

Related Classes of org.dspace.app.cris.model.Investigator

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.