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

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

@Service(value="privateCustomerService")
public class PrivateCustomerServiceImpl
extends java.lang.Object
implements PrivateCustomerService


Field Summary
protected  AddressDao addressDao
           
protected  org.apache.commons.logging.Log logger
           
protected  org.openxma.dsl.platform.service.Mapper mapper
           
protected  PrivateCustomerDao privateCustomerDao
           
 
Constructor Summary
PrivateCustomerServiceImpl()
           
 
Method Summary
 void deletePrivateCustomerView(java.lang.String oid)
           
 PrivateCustomerView loadPrivateCustomerView(java.lang.String oid)
           
 PrivateCustomerView save(PrivateCustomerView privateCustomerView)
           
 void setAddressDao(AddressDao addressDao)
           
 void setPrivateCustomerDao(PrivateCustomerDao privateCustomerDao)
           
 void update(PrivateCustomerView privateCustomerView)
           
 
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

privateCustomerDao

protected PrivateCustomerDao privateCustomerDao

addressDao

protected AddressDao addressDao
Constructor Detail

PrivateCustomerServiceImpl

public PrivateCustomerServiceImpl()
Method Detail

setPrivateCustomerDao

public void setPrivateCustomerDao(PrivateCustomerDao privateCustomerDao)

setAddressDao

public void setAddressDao(AddressDao addressDao)

save

@Transactional
public PrivateCustomerView save(PrivateCustomerView privateCustomerView)
Specified by:
save in interface PrivateCustomerService

loadPrivateCustomerView

@Transactional(readOnly=true)
public PrivateCustomerView loadPrivateCustomerView(java.lang.String oid)
Specified by:
loadPrivateCustomerView in interface PrivateCustomerService

update

@Transactional
public void update(PrivateCustomerView privateCustomerView)
Specified by:
update in interface PrivateCustomerService

deletePrivateCustomerView

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


Copyright © 2010. All Rights Reserved.