Class ISUtils
- java.lang.Object
-
- org.gcube.application.geoportal.common.utils.ISUtils
-
public class ISUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ISUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringdecryptString(String toDecrypt)static StringencryptString(String toEncrypt)static List<org.gcube.common.resources.gcore.GenericResource>getGenericResources(String secondaryType, String name)static List<org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint>performGetAP(String category, String platform, String flagName, String flagValue)static DatabaseConnectionperformQueryForDB(String category, String platform, String flagName, String flag)static <T extends org.gcube.common.resources.gcore.Resource>
TwriteGR(T toRegister)
-
-
-
Method Detail
-
performQueryForDB
public static DatabaseConnection performQueryForDB(String category, String platform, String flagName, String flag) throws ConfigurationException
- Throws:
ConfigurationException
-
performGetAP
public static List<org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint> performGetAP(String category, String platform, String flagName, String flagValue)
-
getGenericResources
public static List<org.gcube.common.resources.gcore.GenericResource> getGenericResources(String secondaryType, String name)
-
writeGR
public static <T extends org.gcube.common.resources.gcore.Resource> T writeGR(T toRegister)
-
-