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