Class ConcessioniManager
- java.lang.Object
-
- org.gcube.application.geoportal.client.legacy.ConcessioniManager
-
public class ConcessioniManager extends Object
-
-
Constructor Summary
Constructors Constructor Description ConcessioniManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.application.geoportal.common.model.legacy.ConcessionegetById(String id)ArrayList<org.gcube.application.geoportal.common.model.legacy.Concessione>getList()org.gcube.application.geoportal.common.model.legacy.ConcessioneregisterNew(org.gcube.application.geoportal.common.model.legacy.Concessione c)static StringtoJson(Object obj)
-
-
-
Method Detail
-
getById
public org.gcube.application.geoportal.common.model.legacy.Concessione getById(String id) throws Exception
- Throws:
Exception
-
toJson
public static String toJson(Object obj) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
getList
public ArrayList<org.gcube.application.geoportal.common.model.legacy.Concessione> getList() throws Exception
- Throws:
Exception
-
-