Package org.jallinone.production.billsofmaterial.server

Examples of org.jallinone.production.billsofmaterial.server.InsertAltComponentsAction


    a = new LoadProdOrderComponentsAction(); put(a.getRequestName(),a);
    a = new CreateBillOfMaterialsDataAction(); put(a.getRequestName(),a);
    a = new DeleteBillOfMaterialsDataAction(); put(a.getRequestName(),a);

    a = new DeleteAltComponentsAction(); put(a.getRequestName(),a);
    a = new InsertAltComponentsAction(); put(a.getRequestName(),a);
    a = new LoadAltComponentsAction(); put(a.getRequestName(),a);

    a = new LoadFunctionsAction(); put(a.getRequestName(),a);
    a = new UpdateFunctionAction(); put(a.getRequestName(),a);
View Full Code Here

TOP

Related Classes of org.jallinone.production.billsofmaterial.server.InsertAltComponentsAction

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.