RichFaces Photoalbum 4.3.5.Final

Uses of Class
org.richfaces.photoalbum.model.EventCategory

Packages that use EventCategory
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.model   
org.richfaces.photoalbum.model.actions   
 

Uses of EventCategory in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager that return EventCategory
 EventCategory EventManager.getEventCategoryById(long id)
           
 

Methods in org.richfaces.photoalbum.manager that return types with arguments of type EventCategory
 List<EventCategory> EventManager.getEventCategories()
           
 

Methods in org.richfaces.photoalbum.manager with parameters of type EventCategory
 List<Event> EventManager.getEventsByCategory(EventCategory ec)
           
 

Uses of EventCategory in org.richfaces.photoalbum.model
 

Methods in org.richfaces.photoalbum.model that return EventCategory
 EventCategory Event.getCategory()
           
 

Methods in org.richfaces.photoalbum.model with parameters of type EventCategory
 void Event.setCategory(EventCategory category)
           
 

Uses of EventCategory in org.richfaces.photoalbum.model.actions
 

Methods in org.richfaces.photoalbum.model.actions that return EventCategory
 EventCategory EventAction.getEventCategoryById(long id)
           
 EventCategory IEventAction.getEventCategoryById(long id)
           
 

Methods in org.richfaces.photoalbum.model.actions that return types with arguments of type EventCategory
 List<EventCategory> EventAction.getEventCategories()
           
 List<EventCategory> IEventAction.getEventCategories()
           
 

Methods in org.richfaces.photoalbum.model.actions with parameters of type EventCategory
 List<Event> EventAction.getEventsByCategory(EventCategory ec)
           
 List<Event> IEventAction.getEventsByCategory(EventCategory ec)
           
 


RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.