/** * Example license header for Java files * * http://www.andromda.org/ */ /** * This is only generated once! It will never be overwritten. * You can (and have to!) safely modify it by hand. */ package org.andromda.test.7; /** * @see org.andromda.test.7.RentalService */ public class RentalServiceImpl extends org.andromda.test.7.RentalServiceBase { /** * @see org.andromda.test.7.RentalService#getAllCars() */ protected java.util.List handleGetAllCars() throws java.lang.Exception { // @todo implement protected java.util.List handleGetAllCars() throw new java.lang.UnsupportedOperationException("org.andromda.test.7.RentalService.handleGetAllCars() Not implemented!"); } /** * @see org.andromda.test.7.RentalService#getCustomersByName(java.lang.String) */ protected java.util.List handleGetCustomersByName(java.lang.String name) throws java.lang.Exception { // @todo implement protected java.util.List handleGetCustomersByName(java.lang.String name) throw new java.lang.UnsupportedOperationException("org.andromda.test.7.RentalService.handleGetCustomersByName(java.lang.String name) Not implemented!"); } }