Class DefaultConcessioni
- java.lang.Object
-
- org.gcube.application.geoportal.client.legacy.DefaultConcessioni
-
- All Implemented Interfaces:
org.gcube.application.geoportal.common.rest.ConcessioniI
public class DefaultConcessioni extends Object implements org.gcube.application.geoportal.common.rest.ConcessioniI
-
-
Constructor Summary
Constructors Constructor Description DefaultConcessioni()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddSection(String arg0, String arg1)Stringcreate(String toCreate)StringgetAll()StringreadById(String readById)
-
-
-
Method Detail
-
create
public String create(String toCreate) throws Exception
- Specified by:
createin interfaceorg.gcube.application.geoportal.common.rest.ConcessioniI- Throws:
Exception
-
readById
public String readById(String readById) throws Exception
- Specified by:
readByIdin interfaceorg.gcube.application.geoportal.common.rest.ConcessioniI- Throws:
Exception
-
getAll
public String getAll() throws Exception
- Specified by:
getAllin interfaceorg.gcube.application.geoportal.common.rest.ConcessioniI- Throws:
Exception
-
-