org.openxma.dsl.reference.service.impl
Class OrderItemServiceImpl

java.lang.Object
  extended by org.openxma.dsl.reference.service.impl.OrderItemServiceImpl
All Implemented Interfaces:
OrderItemService

@Service(value="orderItemService")
public class OrderItemServiceImpl
extends java.lang.Object
implements OrderItemService


Field Summary
protected  org.apache.commons.logging.Log logger
           
protected  org.openxma.dsl.platform.service.Mapper mapper
           
protected  OrderDao orderDao
           
protected  OrderItemDao orderItemDao
           
protected  ProductDao productDao
           
 
Constructor Summary
OrderItemServiceImpl()
           
 
Method Summary
 void deleteOrderItemView(java.lang.String oid)
           
 OrderItemView FindByQuantity(QuantityQuery quantityQuery)
           
 OrderItemView loadOrderItemView(java.lang.String oid)
           
 OrderItemView save(OrderItemView orderItemView)
           
 void setOrderDao(OrderDao orderDao)
           
 void setOrderItemDao(OrderItemDao orderItemDao)
           
 void setProductDao(ProductDao productDao)
           
 void update(OrderItemView orderItemView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger

mapper

protected org.openxma.dsl.platform.service.Mapper mapper

orderItemDao

protected OrderItemDao orderItemDao

orderDao

protected OrderDao orderDao

productDao

protected ProductDao productDao
Constructor Detail

OrderItemServiceImpl

public OrderItemServiceImpl()
Method Detail

setOrderItemDao

public void setOrderItemDao(OrderItemDao orderItemDao)

setOrderDao

public void setOrderDao(OrderDao orderDao)

setProductDao

public void setProductDao(ProductDao productDao)

save

@Transactional
public OrderItemView save(OrderItemView orderItemView)
Specified by:
save in interface OrderItemService

loadOrderItemView

@Transactional(readOnly=true)
public OrderItemView loadOrderItemView(java.lang.String oid)
Specified by:
loadOrderItemView in interface OrderItemService

update

@Transactional
public void update(OrderItemView orderItemView)
Specified by:
update in interface OrderItemService

deleteOrderItemView

@Transactional
public void deleteOrderItemView(java.lang.String oid)
Specified by:
deleteOrderItemView in interface OrderItemService

FindByQuantity

@Transactional(readOnly=true)
public OrderItemView FindByQuantity(QuantityQuery quantityQuery)
Specified by:
FindByQuantity in interface OrderItemService


Copyright © 2010. All Rights Reserved.