Uses of Class
velosurf.model.Action

Packages that use Action
velosurf.model Classes linked to the data model : entities, attributes and actions Package Specification
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 queries
 

Methods in velosurf.model that return Action
 Action Entity.getAction(java.lang.String property)
          get the named action from this entity
 

Methods in velosurf.model with parameters of type Action
 void Entity.addAction(Action 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~