public class InfraInventoryPersistenceUtils
extends java.lang.Object
Constructor and Description |
---|
InfraInventoryPersistenceUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.HashSet<java.lang.String> |
getDataCenterListFromInfraInventory() |
static java.util.List<InfraInventory> |
getInfraInventory() |
static java.lang.String |
getInventoryDataByDatacenter(java.lang.String dataCenterName) |
static void |
persistInfraInventoryData(java.util.List<InfraInventory> list) |
static void |
persistInfraInventoryElement(InfraInventory infraElement) |
static void |
testInfraInventory(java.lang.String fileStr) |
static void |
updateInfraInventoryElement(InfraInventory infraElement) |
public static void testInfraInventory(java.lang.String fileStr) throws java.lang.Exception
java.lang.Exception
public static void persistInfraInventoryData(java.util.List<InfraInventory> list) throws java.lang.Exception
java.lang.Exception
public static void persistInfraInventoryElement(InfraInventory infraElement) throws java.lang.Exception
java.lang.Exception
public static void updateInfraInventoryElement(InfraInventory infraElement) throws java.lang.Exception
java.lang.Exception
public static java.util.List<InfraInventory> getInfraInventory() throws java.lang.Exception
java.lang.Exception
public static java.util.HashSet<java.lang.String> getDataCenterListFromInfraInventory() throws java.lang.Exception
java.lang.Exception
public static java.lang.String getInventoryDataByDatacenter(java.lang.String dataCenterName) throws java.lang.Exception
java.lang.Exception