org.gcube.contentmanagement.timeseriesservice.impl.codelist.wrappers
Class CLImportItemWrapper
java.lang.Object
org.gcube.common.dbinterface.persistence.ObjectStateControl
org.gcube.contentmanagement.timeseriesservice.impl.codelist.wrappers.CLImportItemWrapper
public class CLImportItemWrapper
- extends org.gcube.common.dbinterface.persistence.ObjectStateControl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLImportItemWrapper
public CLImportItemWrapper(String owner,
String codelistId,
org.gcube.common.core.scope.GCUBEScope scope)
getOwner
public String getOwner()
- Returns:
- the owner
getCodelistId
public String getCodelistId()
- Returns:
- the codelistId
getStatus
public Status getStatus()
throws Exception
- Throws:
Exception
getCodelist
public org.gcube.contentmanagement.codelistmanager.managers.CodeListImport getCodelist()
throws Exception
- Returns:
- the codelistId
- Throws:
Exception
getScope
public org.gcube.common.core.scope.GCUBEScope getScope()
- Returns:
- the scope
remove
public boolean remove()
store
public boolean store()
get
public static CLImportItemWrapper get(String id)
throws Exception
- Throws:
Exception
getAll
public static Iterator<CLImportItemWrapper> getAll()
throws Exception
- Throws:
Exception
getByUser
public static Iterator<CLImportItemWrapper> getByUser(String user)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.