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

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

@Service(value="productImageService")
public class ProductImageServiceImpl
extends java.lang.Object
implements ProductImageService


Field Summary
protected  org.apache.commons.logging.Log logger
           
protected  org.openxma.dsl.platform.service.Mapper mapper
           
protected  ProductDao productDao
           
protected  ProductImageDao productImageDao
           
 
Constructor Summary
ProductImageServiceImpl()
           
 
Method Summary
 void deleteProductImageView(java.lang.String oid)
           
 ProductImageView loadProductImageView(java.lang.String oid)
           
 ProductImageView save(ProductImageView productImageView)
           
 void setProductDao(ProductDao productDao)
           
 void setProductImageDao(ProductImageDao productImageDao)
           
 void update(ProductImageView productImageView)
           
 
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

productImageDao

protected ProductImageDao productImageDao

productDao

protected ProductDao productDao
Constructor Detail

ProductImageServiceImpl

public ProductImageServiceImpl()
Method Detail

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.