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