Class OrganizationUtilityFunctions
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.temporalgraph.OrganizationUtilityFunctions
-
public class OrganizationUtilityFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description OrganizationUtilityFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetEntityLabelFromDAO(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vitroRequest, String entityURI)static StringgetHighestLevelOrganizationURI(org.apache.commons.logging.Log log, org.apache.jena.query.Dataset dataset)static StringgetHighestLevelOrganizationURI(org.apache.jena.query.ResultSet resultSet, Map<String,String> fieldLabelToOutputFieldLabel)static StringgetStaffProvidedOrComputedHighestLevelOrganization(org.apache.commons.logging.Log log, org.apache.jena.query.Dataset dataset, edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vitroRequest)static EntitymergeEntityIfShareSameURI(Entity entityA, Entity entityB)
-
-
-
Method Detail
-
getHighestLevelOrganizationURI
public static String getHighestLevelOrganizationURI(org.apache.jena.query.ResultSet resultSet, Map<String,String> fieldLabelToOutputFieldLabel)
-
getHighestLevelOrganizationURI
public static String getHighestLevelOrganizationURI(org.apache.commons.logging.Log log, org.apache.jena.query.Dataset dataset) throws MalformedQueryParametersException
-
getEntityLabelFromDAO
public static String getEntityLabelFromDAO(edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vitroRequest, String entityURI)
-
getStaffProvidedOrComputedHighestLevelOrganization
public static String getStaffProvidedOrComputedHighestLevelOrganization(org.apache.commons.logging.Log log, org.apache.jena.query.Dataset dataset, edu.cornell.mannlib.vitro.webapp.controller.VitroRequest vitroRequest) throws MalformedQueryParametersException
-
-