Uses of Class
eu.dnetlib.uoaadmintools.entities.subscriber.PortalSubscribers
-
Packages that use PortalSubscribers Package Description eu.dnetlib.uoaadmintools.controllers eu.dnetlib.uoaadmintools.dao eu.dnetlib.uoaadmintools.dao.MongoDBDAOs -
-
Uses of PortalSubscribers in eu.dnetlib.uoaadmintools.controllers
Methods in eu.dnetlib.uoaadmintools.controllers that return PortalSubscribers Modifier and Type Method Description PortalSubscribersPortalSubscribersController. getSubscribersPerPortal(String pid)Methods in eu.dnetlib.uoaadmintools.controllers that return types with arguments of type PortalSubscribers Modifier and Type Method Description List<PortalSubscribers>PortalSubscribersController. getAllPortalSubscribers() -
Uses of PortalSubscribers in eu.dnetlib.uoaadmintools.dao
Methods in eu.dnetlib.uoaadmintools.dao that return PortalSubscribers Modifier and Type Method Description PortalSubscribersPortalSubscribersDAO. findById(String Id)PortalSubscribersPortalSubscribersDAO. findByPid(String Pid)PortalSubscribersPortalSubscribersDAO. save(PortalSubscribers portalSubscribers)Methods in eu.dnetlib.uoaadmintools.dao that return types with arguments of type PortalSubscribers Modifier and Type Method Description List<PortalSubscribers>PortalSubscribersDAO. findAll()Methods in eu.dnetlib.uoaadmintools.dao with parameters of type PortalSubscribers Modifier and Type Method Description PortalSubscribersPortalSubscribersDAO. save(PortalSubscribers portalSubscribers) -
Uses of PortalSubscribers in eu.dnetlib.uoaadmintools.dao.MongoDBDAOs
Methods in eu.dnetlib.uoaadmintools.dao.MongoDBDAOs that return PortalSubscribers Modifier and Type Method Description PortalSubscribersMongoDBPortalSubscribersDAO. findById(String Id)PortalSubscribersMongoDBPortalSubscribersDAO. findByPid(String Pid)PortalSubscribersMongoDBPortalSubscribersDAO. save(PortalSubscribers portalSubscribers)Methods in eu.dnetlib.uoaadmintools.dao.MongoDBDAOs that return types with arguments of type PortalSubscribers Modifier and Type Method Description List<PortalSubscribers>MongoDBPortalSubscribersDAO. findAll()Methods in eu.dnetlib.uoaadmintools.dao.MongoDBDAOs with parameters of type PortalSubscribers Modifier and Type Method Description PortalSubscribersMongoDBPortalSubscribersDAO. save(PortalSubscribers portalSubscribers)
-