Deprecated API


Contents
Deprecated Methods
de.iai.ilcd.model.dao.ContactDao.getContact(long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.ContactDao.getContact(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuid(String). 
de.iai.ilcd.model.dao.ContactDao.getContactById(Long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.ContactDao.getContactById(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String). 
de.iai.ilcd.model.dao.ContactDao.getContacts()
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll(). 
de.iai.ilcd.model.dao.ContactDao.getContactsByClass(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.ContactDao.getContactsByClass(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.FlowDao.getFlow(long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.FlowDao.getFlow(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use FlowDao.getByUuid(String). 
de.iai.ilcd.model.dao.FlowDao.getFlowById(Long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.FlowDao.getFlowById(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String). 
de.iai.ilcd.model.dao.FlowPropertyDao.getFlowProperties()
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll(). 
de.iai.ilcd.model.dao.FlowPropertyDao.getFlowPropertiesByClass(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.FlowPropertyDao.getFlowPropertiesByClass(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.FlowPropertyDao.getFlowProperty(long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.FlowPropertyDao.getFlowProperty(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use FlowPropertyDao.getByUuid(String). 
de.iai.ilcd.model.dao.FlowPropertyDao.getFlowPropertyById(Long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.FlowPropertyDao.getFlowPropertyById(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String). 
de.iai.ilcd.model.dao.FlowDao.getFlowsByClass(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.FlowDao.getFlowsByClass(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.LCIAMethodDao.getLCIAMethod(String)
          still exists for internal backwards compatibility, may be removed in future releases 
de.iai.ilcd.model.dao.LCIAMethodDao.getLCIAMethod(String, DataSetVersion)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuidAndVersion(String, DataSetVersion). 
de.iai.ilcd.model.dao.LCIAMethodDao.getLCIAMethods()
          still exists for internal backwards compatibility, may be removed in future releases 
de.iai.ilcd.model.dao.ContactDao.getNumberOfContacts(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.ContactDao.getNumberOfContacts(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.FlowPropertyDao.getNumberOfFlowProperties(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.FlowPropertyDao.getNumberOfFlowProperties(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.FlowDao.getNumberOfFlowsInClass(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.FlowDao.getNumberOfFlowsInClass(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.ProcessDao.getNumberOfProcesses(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.ProcessDao.getNumberOfProcesses(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.SourceDao.getNumberOfSources(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.SourceDao.getNumberOfSources(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.UnitGroupDao.getNumberOfUnitGroups(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.UnitGroupDao.getNumberOfUnitGroups(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.ProcessDao.getProcess(long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.ProcessDao.getProcess(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuid(String). 
de.iai.ilcd.model.dao.ProcessDao.getProcess(String, DataSetVersion)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuidAndVersion(String, DataSetVersion). 
de.iai.ilcd.model.dao.ProcessDao.getProcessById(Long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.ProcessDao.getProcessById(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String). 
de.iai.ilcd.model.dao.ProcessDao.getProcesses()
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll(). 
de.iai.ilcd.model.dao.ProcessDao.getProcessesByClass(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.ProcessDao.getProcessesByClass(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.SourceDao.getSource(long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.SourceDao.getSource(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuid(String). 
de.iai.ilcd.model.dao.SourceDao.getSourceById(Long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.SourceDao.getSourceById(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String). 
de.iai.ilcd.model.dao.SourceDao.getSources()
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll(). 
de.iai.ilcd.model.dao.SourceDao.getSourcesByClass(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.SourceDao.getSourcesByClass(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.model.dao.UnitGroupDao.getUnitGroup(long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.UnitGroupDao.getUnitGroup(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByUuid(String). 
de.iai.ilcd.model.dao.UnitGroupDao.getUnitGroupById(Long)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(long). 
de.iai.ilcd.model.dao.UnitGroupDao.getUnitGroupById(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByDataSetId(String). 
de.iai.ilcd.model.dao.UnitGroupDao.getUnitGroups()
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getAll(). 
de.iai.ilcd.model.dao.UnitGroupDao.getUnitGroupsByClass(String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String). 
de.iai.ilcd.model.dao.UnitGroupDao.getUnitGroupsByClass(String, String)
          still exists for internal backwards compatibility, may be removed in future releases. Use DataSetDao.getByClass(String,String). 
de.iai.ilcd.services.AbstractDataSetResource.getXMLListTemplatePath()
            
de.iai.ilcd.services.AbstractDataSetResource.getXMLTemplatePath()