public class CLManagerWrapper extends Object
| Constructor and Description |
|---|
CLManagerWrapper(String codelistId,
String creator,
org.gcube.common.core.scope.GCUBEScope scope,
String... superUsers) |
| Modifier and Type | Method and Description |
|---|---|
static CLManagerWrapper |
get(String key) |
static Iterator<CLManagerWrapper> |
getAll() |
static Iterator<CLManagerWrapper> |
getByScope(org.gcube.common.core.scope.GCUBEScope scope) |
org.gcube.contentmanagement.codelistmanager.entities.CodeList |
getCodelist() |
String |
getCodelistId() |
org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnsDefinitionArray |
getColumnsDefinition() |
String |
getCreator() |
String |
getDataAsJson(org.gcube.common.dbinterface.queries.Select selectQuery) |
String |
getParentId() |
org.gcube.common.core.scope.GCUBEScope |
getScope() |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
getStatus() |
String[] |
getSuperUsers() |
boolean |
remove() |
void |
setCodelistId(String codelistId) |
void |
setParentId(String parentId) |
void |
setScope(org.gcube.common.core.scope.GCUBEScope scope) |
void |
setStatus(org.gcube.contentmanagement.timeseriesservice.stubs.types.Status status) |
void |
setSuperUsers(String[] superUsers) |
boolean |
store() |
public String[] getSuperUsers()
public String getCreator()
public void setSuperUsers(String[] superUsers)
superUsers - the superUsers to setpublic String getCodelistId()
public void setCodelistId(String codelistId)
codelistId - the codelistId to setpublic org.gcube.common.core.scope.GCUBEScope getScope()
public void setScope(org.gcube.common.core.scope.GCUBEScope scope)
scope - the scope to setpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getStatus()
public void setStatus(org.gcube.contentmanagement.timeseriesservice.stubs.types.Status status)
status - the status to setpublic String getParentId()
public String getDataAsJson(org.gcube.common.dbinterface.queries.Select selectQuery) throws Exception
Exceptionpublic org.gcube.contentmanagement.codelistmanager.entities.CodeList getCodelist()
throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnsDefinitionArray getColumnsDefinition()
throws Exception
Exceptionpublic void setParentId(String parentId)
parentId - the parentId to setpublic boolean remove()
public static Iterator<CLManagerWrapper> getAll() throws Exception
Exceptionpublic boolean store()
public static CLManagerWrapper get(String key) throws Exception
Exceptionpublic static Iterator<CLManagerWrapper> getByScope(org.gcube.common.core.scope.GCUBEScope scope) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.