Class EcUserHome
java.lang.Object
ecmwf.web.home.ModelHomeBase
ecmwf.ecpds.master.plugin.http.home.ecuser.EcUserHome
public class EcUserHome
extends ecmwf.web.home.ModelHomeBase
The Class EcUserHome.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final EcUsercreate()Creates the.static final Collectionfind(ecmwf.web.model.ModelSearch search) Find.static final Collection<EcUser> findAll()Find all.static final Collection<EcUser> Find associated to destination.static final Collection<EcUser> findByHost(Host host) Find by host.static final Collection<EcUser> findByHostName(String hostName) Find by host name.static final EcUserfindByPrimaryKey(String key) Find by primary key.static final ecmwf.web.model.ModelSearchGets the default search.Methods inherited from class ecmwf.web.home.ModelHomeBase
getDefaultSearch
-
Constructor Details
-
EcUserHome
public EcUserHome()
-
-
Method Details
-
create
Creates the.- Returns:
- the ec user
- Throws:
EcUserException- the ec user exception
-
findByPrimaryKey
Find by primary key.- Parameters:
key- the key- Returns:
- the ec user
- Throws:
EcUserException- the ec user exception
-
findAssociatedToDestination
public static final Collection<EcUser> findAssociatedToDestination(Destination d) throws EcUserException Find associated to destination.- Parameters:
d- the d- Returns:
- the collection
- Throws:
EcUserException- the ec user exception
-
findByHost
Find by host.- Parameters:
host- the host- Returns:
- the collection
- Throws:
EcUserException- the ec user exception
-
findByHostName
Find by host name.- Parameters:
hostName- the host name- Returns:
- the collection
- Throws:
EcUserException- the ec user exception
-
findAll
Find all.- Returns:
- the collection
- Throws:
EcUserException- the ec user exception
-
find
Find.- Parameters:
search- the search- Returns:
- the collection
- Throws:
EcUserException- the ec user exception
-
getDefaultSearch
Gets the default search.- Parameters:
s- the s- Returns:
- the default search
-