Uses of Interface
ecmwf.ecpds.master.plugin.http.model.ecuser.EcUser
Packages that use EcUser
Package
Description
-
Uses of EcUser in ecmwf.ecpds.master.plugin.http.controller.transfer.destination
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.destination that return types with arguments of type EcUserModifier and TypeMethodDescriptionDestinationActionForm.getAssociatedEcUserOptions()Gets the associated ec user options.DestinationActionForm.getAssociatedEcUsers()Gets the associated ec users.DestinationActionForm.getEcUserOptions()Gets the ec user options. -
Uses of EcUser in ecmwf.ecpds.master.plugin.http.controller.transfer.host
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.host that return types with arguments of type EcUserModifier and TypeMethodDescriptionHostActionForm.getAllowedUserOptions()Gets the allowed user options.HostActionForm.getAllowedUsers()Gets the allowed users.HostActionForm.getOwnerOptions()Gets the owner options. -
Uses of EcUser in ecmwf.ecpds.master.plugin.http.dao.ecuser
Classes in ecmwf.ecpds.master.plugin.http.dao.ecuser that implement EcUserMethods in ecmwf.ecpds.master.plugin.http.dao.ecuser that return types with arguments of type EcUserModifier and TypeMethodDescriptionEcUserDAOHandler.find(ecmwf.web.model.ModelSearch search) Find. -
Uses of EcUser in ecmwf.ecpds.master.plugin.http.dao.transfer
Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return EcUserModifier and TypeMethodDescriptionDestinationBean.getEcUser()Gets the ec user.HostBean.getEcUser()Gets the ec user.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type EcUserModifier and TypeMethodDescriptionprotected Collection<EcUser> DestinationBean.getAddedAssociatedEcUsers()Gets the added associated ec users.protected Collection<EcUser> HostBean.getAddedEcUsers()Gets the added ec users.HostBean.getAllowedUsers()Gets the allowed users.DestinationBean.getAssociatedEcUsers()Gets the associated ec users.protected Collection<EcUser> DestinationBean.getDeletedAssociatedEcUsers()Gets the deleted associated ec users.protected Collection<EcUser> HostBean.getDeletedEcUsers()Gets the deleted ec users.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type EcUserModifier and TypeMethodDescriptionvoidHostBean.addAllowedUser(EcUser u) Adds the allowed user.voidDestinationBean.addAssociatedEcUser(EcUser u) Adds the associated ec user.voidHostBean.deleteAllowedUser(EcUser u) Delete allowed user.voidDestinationBean.deleteAssociatedEcUser(EcUser u) Delete associated ec user. -
Uses of EcUser in ecmwf.ecpds.master.plugin.http.home.ecuser
Methods in ecmwf.ecpds.master.plugin.http.home.ecuser that return EcUserModifier and TypeMethodDescriptionstatic final EcUserEcUserHome.create()Creates the.static final EcUserEcUserHome.findByPrimaryKey(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.ecuser that return types with arguments of type EcUserModifier and TypeMethodDescriptionstatic final Collection<EcUser> EcUserHome.findAll()Find all.static final Collection<EcUser> EcUserHome.findAssociatedToDestination(Destination d) Find associated to destination.static final Collection<EcUser> EcUserHome.findByHost(Host host) Find by host.static final Collection<EcUser> EcUserHome.findByHostName(String hostName) Find by host name. -
Uses of EcUser in ecmwf.ecpds.master.plugin.http.model.transfer
Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return EcUserModifier and TypeMethodDescriptionDestination.getEcUser()Gets the ec user.Host.getEcUser()Gets the ec user.Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return types with arguments of type EcUserModifier and TypeMethodDescriptionHost.getAllowedUsers()Gets the allowed users.Destination.getAssociatedEcUsers()Gets the associated ec users.Methods in ecmwf.ecpds.master.plugin.http.model.transfer with parameters of type EcUserModifier and TypeMethodDescriptionvoidHost.addAllowedUser(EcUser u) Adds the allowed user.voidDestination.addAssociatedEcUser(EcUser u) Adds the associated ec user.voidHost.deleteAllowedUser(EcUser u) Delete allowed user.voidDestination.deleteAssociatedEcUser(EcUser u) Delete associated ec user.