/** * Example license header for Java files * * http://www.andromda.org/ */ // // Attention: Generated code! Do not modify by hand! // Generated by: SpringSessionLocal.vsl in andromda-spring-cartridge. // package org.andromda.test.7.ejb; /** * @see org.andromda.test.7.RentalService */ public interface RentalService extends javax.ejb.EJBLocalObject { /** *

* Returns a list of all cars known by the system. *

*/ public java.util.List getAllCars() throws org.andromda.test.7.RentalException; /** *

* Returns all customers with the specified name. *

*/ public java.util.List getCustomersByName(java.lang.String name) throws org.andromda.test.7.RentalException; }