Interface ApiClient
- All Superinterfaces:
ecmwf.web.model.ModelBean
- All Known Implementing Classes:
ApiClientBean
public interface ApiClient
extends ecmwf.web.model.ModelBean
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(ecmwf.web.model.users.User u) booleangetId()voidinsert(ecmwf.web.model.users.User u) voidsetActive(boolean active) voidsetComment(String comment) voidsetCountryIso(String countryIso) voidMethods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getIntId, insert, insert, isNew, save, save
-
Method Details
-
getId
String getId()- Specified by:
getIdin interfaceecmwf.web.model.ModelBean
-
setId
- Specified by:
setIdin interfaceecmwf.web.model.ModelBean
-
getComment
String getComment() -
setComment
-
getActive
boolean getActive() -
setActive
void setActive(boolean active) -
getCreated
Date getCreated() -
getLastUsed
Date getLastUsed() -
getLastUsedHost
String getLastUsedHost() -
getCountryIso
String getCountryIso() -
setCountryIso
-
getCountry
- Throws:
TransferException
-
getPermissions
Collection<ApiPermission> getPermissions() -
insert
- Throws:
ApiClientException
-
delete
- Throws:
ApiClientException
-