Uses of Class
velosurf.model.Action

Packages that use Action
velosurf.model Classes linked to the data model : entities, attributes and actions 
velosurf.sql Contains all core classes dealing with the database itself. 
 

Uses of Action in velosurf.model
 

Subclasses of Action in velosurf.model
 class Transaction
          This class is an action that gather several consecutive update/delete/insert queries.
 

Fields in velosurf.model with type parameters of type Action
private  java.util.Map<java.lang.String,Action> Entity.actionMap
          Action map.
 

Methods in velosurf.model that return Action
 Action Entity.getAction(java.lang.String property)
          Get an action.
 

Methods in velosurf.model that return types with arguments of type Action
 java.util.Map<java.lang.String,Action> Entity.getActions()
           
 

Methods in velosurf.model with parameters of type Action
 void Entity.addAction(Action action)
          Add an action.
 

Uses of Action in velosurf.sql
 

Methods in velosurf.sql that return Action
 Action Database.getAction(java.lang.String name)
          Get a root action.
 



~ooOoo~