Class CustomerAction


  • @Component
    @Bean
    public class CustomerAction
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • getCustomerList

        public java.util.List<Customer> getCustomerList()
      • getCustomer

        public Customer getCustomer​(com.aspectran.core.activity.Translet translet)
      • insertCustomer

        public Customer insertCustomer​(com.aspectran.core.activity.Translet translet)
      • updateCustomer

        public Customer updateCustomer​(com.aspectran.core.activity.Translet translet)
      • deleteCustomer

        public boolean deleteCustomer​(com.aspectran.core.activity.Translet translet)
      • updateAttributes

        public boolean updateAttributes​(com.aspectran.core.activity.Translet translet)