BusinessObjectDAOFactory

Using the businessObjectDAOFactory

Hello everyone,

I'm working on a project where I have some basics functions in a groovy script from "Manage Groovy Scripts".

My main issue is to get the DAO in my function to be able to acces my objects.
The first thing I tried was to send the DAO I need as parameters

For exemple :

public static Besoin updateDemandeContributionBesoin(Map<String, Serializable> besoinInput,
BesoinDAO besoinDAO,
RefProjectDAO refProjectDAO) {

Notifications