org.kuali.kfs.pdp.service.impl
Class CustomerProfileServiceImpl

java.lang.Object
  extended by org.kuali.kfs.pdp.service.impl.CustomerProfileServiceImpl
All Implemented Interfaces:
CustomerProfileService

@Transactional
public class CustomerProfileServiceImpl
extends Object
implements CustomerProfileService


Constructor Summary
CustomerProfileServiceImpl()
           
 
Method Summary
 CustomerProfile get(String chartCode, String unitCode, String subUnitCode)
           
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the business object service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerProfileServiceImpl

public CustomerProfileServiceImpl()
Method Detail

get

public CustomerProfile get(String chartCode,
                           String unitCode,
                           String subUnitCode)
Specified by:
get in interface CustomerProfileService

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the business object service

Parameters:
businessObjectService -


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