Deprecated API


Contents
Deprecated Methods
velosurf.context.Instance.getKeys()
          As of Velosurf version 0.9, replaced by getPrimaryKey Returns an ArrayList of two-entries maps ('name' & 'value'), meant to be use in a #foreach loop to build form fields, like:

#foreach ($field in $product.keys)

  <input type=hidden name='$field.name' value='$field.value'> #end

 

 

Deprecated Constructors
velosurf.context.Instance(Entity)
          As of Velosurf 1.4, please use the default constructor and call initialize(Entity) thereafter. 
 



~ooOoo~