Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Replace deprecated methods of entity delegator in OFBiz

source methods

destination method

java references

groovy references

bsh references

ftl references

findByPrimaryKey(..)

findOne()

 

 

 

 

findAll(..)

findList()

 

 

 

 

findByAnd(..)

findList()

 

 

 

 

findByOr(..)

findList()

 

 

 

 

  • No labels