Uses of Interface
ecmwf.ecpds.master.plugin.http.model.transfer.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in ecmwf.ecpds.master.plugin.http.controller.user.incoming
Methods in ecmwf.ecpds.master.plugin.http.controller.user.incoming that return types with arguments of type OperationModifier and TypeMethodDescriptionIncomingUserActionForm.getOperationOptions()
Gets the operation options.IncomingUserActionForm.getOperations()
Gets the operations. -
Uses of Operation in ecmwf.ecpds.master.plugin.http.dao.transfer
Classes in ecmwf.ecpds.master.plugin.http.dao.transfer that implement OperationMethods in ecmwf.ecpds.master.plugin.http.dao.transfer that return OperationModifier and TypeMethodDescriptionOperationDAOHandler.create()
Creates the.OperationDAOHandler.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type OperationModifier and TypeMethodDescriptionOperationDAOHandler.find
(ecmwf.web.model.ModelSearch search) Find.protected Collection
<Operation> IncomingUserBean.getAddedOperations()
Gets the added operations.IncomingUserBean.getAssociatedOperations()
Gets the associated operations.protected Collection
<Operation> IncomingUserBean.getDeletedOperations()
Gets the deleted operations.OperationBean.getOperations()
Gets the operations.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type OperationModifier and TypeMethodDescriptionvoid
IncomingUserBean.addOperation
(Operation o) Adds the operation.void
IncomingUserBean.deleteOperation
(Operation o) Delete operation. -
Uses of Operation in ecmwf.ecpds.master.plugin.http.home.transfer
Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return OperationModifier and TypeMethodDescriptionstatic final Operation
OperationHome.create()
Creates the.static final Operation
OperationHome.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return types with arguments of type OperationModifier and TypeMethodDescriptionstatic final Collection
<Operation> OperationHome.find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<Operation> OperationHome.findAll()
Find all.static final Collection
<Operation> OperationHome.findAssociatedToIncomingUser
(IncomingUser u) Find associated to incoming user. -
Uses of Operation in ecmwf.ecpds.master.plugin.http.model.transfer
Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return types with arguments of type OperationModifier and TypeMethodDescriptionIncomingUser.getAssociatedOperations()
Gets the associated operations.Methods in ecmwf.ecpds.master.plugin.http.model.transfer with parameters of type OperationModifier and TypeMethodDescriptionvoid
IncomingUser.addOperation
(Operation o) Adds the operation.void
IncomingUser.deleteOperation
(Operation o) Delete operation.