Uses of Class
org.sakaiproject.pasystem.api.Banner
-
-
Uses of Banner in org.sakaiproject.pasystem.api
Methods in org.sakaiproject.pasystem.api that return types with arguments of type Banner Modifier and Type Method Description List<Banner>Banners. getAll()Optional<Banner>Banners. getForId(String uuid)List<Banner>Banners. getRelevantBanners(String serverId, String userId)A list of banners that should be shown for a given server and user.Methods in org.sakaiproject.pasystem.api with parameters of type Banner Modifier and Type Method Description intBanner. compareTo(Banner other)StringBanners. createBanner(Banner banner)voidBanners. updateBanner(Banner banner)
-