Uses of Class
com.aspectran.demo.examples.customer.Customer
-
Packages that use Customer Package Description com.aspectran.demo.examples.customer -
-
Uses of Customer in com.aspectran.demo.examples.customer
Methods in com.aspectran.demo.examples.customer that return Customer Modifier and Type Method Description CustomerCustomerAction. getCustomer(com.aspectran.core.activity.Translet translet)CustomerCustomerRepository. getCustomer(int id)CustomerCustomerAction. insertCustomer(com.aspectran.core.activity.Translet translet)CustomerCustomerAction. updateCustomer(com.aspectran.core.activity.Translet translet)Methods in com.aspectran.demo.examples.customer that return types with arguments of type Customer Modifier and Type Method Description java.util.List<Customer>CustomerAction. getCustomerList()java.util.List<Customer>CustomerRepository. getCustomerList()Methods in com.aspectran.demo.examples.customer with parameters of type Customer Modifier and Type Method Description intCustomerRepository. insertCustomer(Customer customer)booleanCustomerRepository. updateCustomer(Customer customer)
-