org.kuali.rice.kcb.service.impl
Class BusinessObjectServiceImpl

java.lang.Object
  extended by org.kuali.rice.kcb.service.impl.BusinessObjectServiceImpl
Direct Known Subclasses:
MessageDeliveryServiceImpl, MessageServiceImpl, RecipientPreferenceServiceImpl

public class BusinessObjectServiceImpl
extends Object

Base class for service implementations handling business objects

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  GenericDao dao
           
 
Constructor Summary
BusinessObjectServiceImpl()
           
 
Method Summary
 void setGenericDao(GenericDao dao)
          Sets our BusinessObjectDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dao

protected GenericDao dao
Constructor Detail

BusinessObjectServiceImpl

public BusinessObjectServiceImpl()
Method Detail

setGenericDao

public void setGenericDao(GenericDao dao)
Sets our BusinessObjectDao

Parameters:
bos - the BusinessObjectDao


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.