org.openxma.dsl.reference.service.impl
Class OrderItemServiceImpl
java.lang.Object
org.openxma.dsl.reference.service.impl.OrderItemServiceImpl
- All Implemented Interfaces:
- OrderItemService
@Service(value="orderItemService")
public class OrderItemServiceImpl
- extends java.lang.Object
- implements OrderItemService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
OrderItemServiceImpl
public OrderItemServiceImpl()
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.