Package net.virtuemart.www.VM_Categories

Examples of net.virtuemart.www.VM_Categories.GetAllCategoriesInput


        return true;
    }

    public Categorie[] getCategories() throws RemoteException {
        VM_CategoriesProxy proxy = getCategoriesProxy();
        GetAllCategoriesInput gaci = new GetAllCategoriesInput(wsLogin, "Y");
        return proxy.getAllCategories(gaci);
    }
View Full Code Here


        return true;
    }

    public Categorie[] getCategories() throws RemoteException {
        VM_CategoriesProxy proxy = getCategoriesProxy();
        GetAllCategoriesInput gaci = new GetAllCategoriesInput(wsLogin, "Y");
        return proxy.getAllCategories(gaci);
    }
View Full Code Here

TOP

Related Classes of net.virtuemart.www.VM_Categories.GetAllCategoriesInput

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.