Uses of Class
ecmwf.common.database.PortalSubscriber
Packages that use PortalSubscriber
-
Uses of PortalSubscriber in ecmwf.common.database
Methods in ecmwf.common.database that return PortalSubscriberModifier and TypeMethodDescriptionECpdsBase.findActiveSubscriberByPassword(String inuId, String password) ECpdsBase.getPortalSubscriberByEmailAndUser(String email, String inuId) ECpdsBase.getPortalSubscriberById(long id) ECpdsBase.getPortalSubscriberByToken(String token) Methods in ecmwf.common.database that return types with arguments of type PortalSubscriber -
Uses of PortalSubscriber in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return types with arguments of type PortalSubscriberModifier and TypeMethodDescriptionManagementInterface.getPortalSubscribersByUser(ECpdsSession session, String inuId) Gets all PortalSubscribers for a given IncomingUser.Methods in ecmwf.ecpds.master with parameters of type PortalSubscriberModifier and TypeMethodDescriptionvoidManagementInterface.approvePortalSubscriber(ECpdsSession session, PortalSubscriber sub) Activates a PortalSubscriber and sends the credentials email to the subscriber.voidManagementInterface.removePortalSubscriber(ECpdsSession session, PortalSubscriber sub) Removes a PortalSubscriber permanently.voidManagementInterface.updatePortalSubscriber(ECpdsSession session, PortalSubscriber sub) Updates a PortalSubscriber.