org.openxma.dsl.reference.service.impl
Class ProductImageServiceImpl
java.lang.Object
org.openxma.dsl.reference.service.impl.ProductImageServiceImpl
- All Implemented Interfaces:
- ProductImageService
@Service(value="productImageService")
public class ProductImageServiceImpl
- extends java.lang.Object
- implements ProductImageService
| 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
productImageDao
protected ProductImageDao productImageDao
productDao
protected ProductDao productDao
ProductImageServiceImpl
public ProductImageServiceImpl()
setProductImageDao
public void setProductImageDao(ProductImageDao productImageDao)
setProductDao
public void setProductDao(ProductDao productDao)
save
@Transactional
public ProductImageView save(ProductImageView productImageView)
- Specified by:
save in interface ProductImageService
loadProductImageView
@Transactional(readOnly=true)
public ProductImageView loadProductImageView(java.lang.String oid)
- Specified by:
loadProductImageView in interface ProductImageService
update
@Transactional
public void update(ProductImageView productImageView)
- Specified by:
update in interface ProductImageService
deleteProductImageView
@Transactional
public void deleteProductImageView(java.lang.String oid)
- Specified by:
deleteProductImageView in interface ProductImageService
Copyright © 2010. All Rights Reserved.