Class ApiClientBean
java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.ecuser.ApiClientBean
- All Implemented Interfaces:
OjbImplementedBean, ApiClient, ecmwf.web.model.ModelBean
public class ApiClientBean
extends ecmwf.web.dao.ModelBeanBase
implements ApiClient, OjbImplementedBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(ecmwf.web.model.users.User u) booleanbooleangetId()Gets the ojb implementation.inthashCode()voidinsert(ecmwf.web.model.users.User u) voidsetActive(boolean active) voidsetComment(String comment) voidsetCountryIso(String countryIso) voidtoString()Methods inherited from class ecmwf.web.dao.ModelBeanBase
delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, saveMethods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save
-
Constructor Details
-
ApiClientBean
-
-
Method Details
-
getOjbImplementation
Description copied from interface:OjbImplementedBeanGets the ojb implementation.- Specified by:
getOjbImplementationin interfaceOjbImplementedBean- Returns:
- the ojb implementation
-
getBeanInterfaceName
- Specified by:
getBeanInterfaceNamein interfaceecmwf.web.model.ModelBean- Specified by:
getBeanInterfaceNamein classecmwf.web.dao.ModelBeanBase
-
getId
-
setId
-
getComment
- Specified by:
getCommentin interfaceApiClient
-
setComment
- Specified by:
setCommentin interfaceApiClient
-
getActive
-
setActive
-
getCreated
- Specified by:
getCreatedin interfaceApiClient
-
getLastUsed
- Specified by:
getLastUsedin interfaceApiClient
-
getLastUsedHost
- Specified by:
getLastUsedHostin interfaceApiClient
-
getCountryIso
- Specified by:
getCountryIsoin interfaceApiClient
-
setCountryIso
- Specified by:
setCountryIsoin interfaceApiClient
-
getCountry
- Specified by:
getCountryin interfaceApiClient- Throws:
TransferException
-
getPermissions
- Specified by:
getPermissionsin interfaceApiClient
-
insert
- Specified by:
insertin interfaceApiClient- Throws:
ApiClientException
-
delete
- Specified by:
deletein interfaceApiClient- Throws:
ApiClientException
-
equals
-
hashCode
-
toString
-