Class IncomingUserHome
java.lang.Object
ecmwf.web.home.ModelHomeBase
ecmwf.ecpds.master.plugin.http.home.transfer.IncomingUserHome
public class IncomingUserHome
extends ecmwf.web.home.ModelHomeBase
The Class IncomingUserHome.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final IncomingUsercreate()Creates the.static final Collection<IncomingUser> find(ecmwf.web.model.ModelSearch search) Find.static final Collection<IncomingUser> findAll()Find all.static final Collection<IncomingUser> Find associated to incoming policy.static final IncomingUserfindByPrimaryKey(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
-
IncomingUserHome
public IncomingUserHome()
-
-
Method Details
-
create
Creates the.- Returns:
- the incoming user
- Throws:
IncomingUserException- the incoming user exception
-
findByPrimaryKey
Find by primary key.- Parameters:
key- the key- Returns:
- the incoming user
- Throws:
IncomingUserException- the incoming user exception
-
findAssociatedToIncomingPolicy
public static final Collection<IncomingUser> findAssociatedToIncomingPolicy(IncomingPolicy p) throws IncomingUserException Find associated to incoming policy.- Parameters:
p- the p- Returns:
- the collection
- Throws:
IncomingUserException- the incoming user exception
-
findAll
Find all.- Returns:
- the collection
- Throws:
IncomingUserException- the incoming user exception
-
find
public static final Collection<IncomingUser> find(ecmwf.web.model.ModelSearch search) throws IncomingUserException Find.- Parameters:
search- the search- Returns:
- the collection
- Throws:
IncomingUserException- the incoming user exception
-
getDefaultSearch
Gets the default search.- Parameters:
s- the s- Returns:
- the default search
-