/** * 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.4.ejb; /** * @see org.andromda.test.4.RentalService */ public interface RentalService extends javax.ejb.EJBLocalObject { /** *

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

*/ public java.util.List getAllCars(); /** *

* Returns all customers with the specified name. *

*/ public java.util.List getCustomersByName(java.lang.String name); }