Package org.bgerp.action.base
Class Actions
java.lang.Object
org.bgerp.action.base.Actions
Action's registry
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classAction, a class with methods, called by HTTP
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Collection<Actions.Action> actions()All the actionsstatic Actions.ActiongetByClass(Class<? extends BaseAction> clazz) Gets an action by its classstatic Actions.ActionGets an action by its IDstatic void
- 
Constructor Details- 
Actionspublic Actions()
 
- 
- 
Method Details- 
init
- 
getByIdGets an action by its ID- Parameters:
- id- the ID
- Returns:
- the action or null
 
- 
getByClassGets an action by its class- Parameters:
- clazz- the class
- Returns:
- the action or null
 
- 
actionsAll the actions- Returns:
- collection with all registered actions
 
 
-