String |
Importer.getResponse(String username,
String password,
String apiurl,
ImportReport report) |
ImportReport |
PlaymappingImporter.importJSONAssetsFromAPI(String username,
String password,
String apiurl,
List<String> pm_guids,
ImportReport report,
Connection con) |
List<String> |
PlaymappingImporter.importJSONLocationsFromAPI(String username,
String password,
String apiurl,
ImportReport report,
boolean isInitialLoad,
Connection con) |
void |
PlayadvisorImporter.initialLoad(Project job,
ImportReport report,
Connection con) |
protected Asset |
PlaymappingImporter.parseAsset(org.json.JSONObject assetJSON,
Integer locationId,
Map<Integer,Set<Integer>> locationTypes,
ImportReport report,
Connection con) |
protected List<Asset> |
PlaymappingImporter.parseAssets(org.json.JSONArray assetsArray,
Map<Integer,Set<Integer>> assetTypes,
ImportReport report,
Connection con) |
protected List<Asset> |
PlayadvisorImporter.parseAssets(Location location,
org.json.JSONArray assetsArray,
ImportReport report,
boolean merged,
Connection con) |
protected List<Location> |
PlaymappingImporter.parseChildLocations(String locations,
ImportReport report,
Connection con) |
protected Map<String,Object> |
PlayadvisorImporter.parseImage(Location location,
org.json.JSONObject image,
ImportReport report) |
protected List<Map<String,Object>> |
PlayadvisorImporter.parseImages(Location location,
org.json.JSONObject obj,
ImportReport report) |
protected Location |
PlaymappingImporter.parseLocation(org.json.JSONObject json,
ImportReport report,
Connection con) |
ImportReport |
PlaymappingImporter.processAssets(org.json.JSONArray assetsString,
ImportReport report,
Connection con) |
protected void |
PlaymappingImporter.processImages(Integer location,
List<Map<String,Object>> imgs,
ImportReport report,
Connection con,
boolean isAsset) |
protected void |
PlayadvisorImporter.processImages(Location location,
List<Map<String,Object>> imgs,
ImportReport report,
Connection con) |
protected void |
PlayadvisorImporter.processLocation(Location location,
org.json.JSONObject obj,
ImportReport report,
Connection con) |
List<Location> |
PlayadvisorImporter.processLocations(String locs,
ImportReport report,
Connection con) |
List<String> |
PlaymappingImporter.processLocations(String temp,
ImportReport report,
Connection con) |
void |
Importer.saveAsset(Asset asset,
ImportReport report) |
int |
Importer.saveLocation(Location location,
ImportReport report) |