Uses of Interface
ecmwf.ecpds.master.plugin.http.model.transfer.IncomingUser
Packages that use IncomingUser
Package
Description
-
Uses of IncomingUser in ecmwf.ecpds.master.plugin.http.controller.user.incoming
Methods in ecmwf.ecpds.master.plugin.http.controller.user.incoming that return IncomingUserModifier and TypeMethodDescriptionIncomingUserActionForm.getIncomingUser()
Gets the incoming user.Methods in ecmwf.ecpds.master.plugin.http.controller.user.incoming with parameters of type IncomingUserModifier and TypeMethodDescriptionprotected void
IncomingUserActionForm.populateFromUser
(IncomingUser u) Populate from user.protected void
IncomingUserActionForm.populateUser
(IncomingUser u) Populate user.void
IncomingUserActionForm.setUser
(IncomingUser user) Sets the user. -
Uses of IncomingUser in ecmwf.ecpds.master.plugin.http.dao.transfer
Classes in ecmwf.ecpds.master.plugin.http.dao.transfer that implement IncomingUserMethods in ecmwf.ecpds.master.plugin.http.dao.transfer that return IncomingUserModifier and TypeMethodDescriptionIncomingUserDAOHandler.create()
Creates the.IncomingUserDAOHandler.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type IncomingUserModifier and TypeMethodDescriptionIncomingUserDAOHandler.find
(ecmwf.web.model.ModelSearch search) Find.IncomingUserBean.getIncomingUsers()
Gets the incoming users. -
Uses of IncomingUser in ecmwf.ecpds.master.plugin.http.home.transfer
Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return IncomingUserModifier and TypeMethodDescriptionstatic final IncomingUser
IncomingUserHome.create()
Creates the.static final IncomingUser
IncomingUserHome.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return types with arguments of type IncomingUserModifier and TypeMethodDescriptionstatic final Collection
<IncomingUser> IncomingUserHome.find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<IncomingUser> IncomingUserHome.findAll()
Find all.static final Collection
<IncomingUser> IncomingUserHome.findAssociatedToIncomingPolicy
(IncomingPolicy p) Find associated to incoming policy.Methods in ecmwf.ecpds.master.plugin.http.home.transfer with parameters of type IncomingUserModifier and TypeMethodDescriptionstatic final Collection
<Destination> DestinationHome.findAssociatedToIncomingUser
(IncomingUser u) Find associated to incoming user.static final Collection
<IncomingPolicy> IncomingPolicyHome.findAssociatedToIncomingUser
(IncomingUser u) Find associated to incoming user.static final Collection
<Operation> OperationHome.findAssociatedToIncomingUser
(IncomingUser u) Find associated to incoming user.