Package beans.core.db

Examples of beans.core.db.ObjetControl


    /**
     * Reponse de la fenêtre d'initialisation d'un objet
     * @param fields
     */
    public void initObjectPopUpResponse(final Objet objet) {
        final ObjetControl objetControl = new ObjetControl();
        objetControl.saveObjet(objet);
    }
View Full Code Here

TOP

Related Classes of beans.core.db.ObjetControl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.