예제 #1
0
 def update_customer(self, customerDto):
     raise MethodNotImplementedException(
         'update_customer called on CustomerJsonDao')
예제 #2
0
 def update_order(self, order_dto):
     raise MethodNotImplementedException(
         'update_order called on OrderJsonDao')
예제 #3
0
 def update_product(self, productDto):
     raise MethodNotImplementedException(
         'update_product called on ProductJsonDao')
예제 #4
0
 def update_postage_rate(self, postageDto):
     raise MethodNotImplementedException(
         'update_postage_rate called on PostageRateJsonDao')
예제 #5
0
 def create_product(self, product_dto):
     raise MethodNotImplementedException(
         'create_product called on ProductJsonDao')