Class IndividualJsonWrapper
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.individuallist.IndividualJsonWrapper
-
public class IndividualJsonWrapper extends Object
Wrap an Individual in a JSON object for display by the script. This will be overridden in VIVO so we can have more info in the display.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIndividualJsonWrapper.AddJSONFields
-
Constructor Summary
Constructors Constructor Description IndividualJsonWrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<String>getMostSpecificTypes(Individual individual, WebappDaoFactory wdf)static voidsetAddJSONFields(IndividualJsonWrapper.AddJSONFields add)
-
-
-
Method Detail
-
setAddJSONFields
public static void setAddJSONFields(IndividualJsonWrapper.AddJSONFields add)
-
getMostSpecificTypes
public static Collection<String> getMostSpecificTypes(Individual individual, WebappDaoFactory wdf)
-
-