5657585960616263
try { return (List) BeanMapping.convert(getMappings(), getService().findContacts(limit, start, orderBy, ascending)); } catch (Exception e) { //this.log("Exception in findContacts", e); throw new ContactsRemoteException(e.toString()); } }
8586878889909192
getService() .saveContact((com.totsp.gwittir.example.api.Contact) BeanMapping.convert( getMappings(), contact))); } catch (Exception e) { //this.log("Exception in findContacts", e); throw new ContactsRemoteException(e.toString()); } }
103104105106107108109110
try { return (List) BeanMapping.convert(getMappings(), getService().getStateLookups()); } catch (Exception e) { //this.log("Exception in getStates", e); throw new ContactsRemoteException(e.toString()); } }
113114115116117118119120
try { return (List) BeanMapping.convert(getMappings(), getService().getTypeLookups()); } catch (Exception e) { //this.log("Exception in getTypes", e); throw new ContactsRemoteException(e.toString()); } }