Searched refs:configType (Results 1 – 3 of 3) sorted by relevance
48 public List<Object> getAllObjectOfType(String configType); in getAllObjectOfType() argument
187 public List<Object> getAllObjectOfType(String configType) { in getAllObjectOfType() argument188 switch (configType) { in getAllObjectOfType()
564 public Collection<Object> getAllConfigurationObjectsOfType(String configType) { in getAllConfigurationObjectsOfType() argument566 if (doesBuiltInObjSupportMultiDevice(configType)) { in getAllConfigurationObjectsOfType()568 objectsCopy.addAll(deviceConfig.getAllObjectOfType(configType)); in getAllConfigurationObjectsOfType()571 List<?> configObjects = getConfigurationObjectList(configType); in getAllConfigurationObjectsOfType()