org.kuali.kfs.module.purap.service.impl
Class ItemUnitOfMeasureServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.purap.service.impl.ItemUnitOfMeasureServiceImpl
All Implemented Interfaces:
ItemUnitOfMeasureService

@Transactional
public class ItemUnitOfMeasureServiceImpl
extends Object
implements ItemUnitOfMeasureService

This class is the service implementation for the ItemUnitOfMeasureService. This is the default, Kuali delivered implementation. It's currently used for dwr.


Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
ItemUnitOfMeasureServiceImpl()
           
 
Method Summary
 UnitOfMeasure getByPrimaryId(String itemUnitOfMeasureCode)
          Retrieves a unit of measure object by its primary key - the item unit of measure code.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static org.apache.log4j.Logger LOG
Constructor Detail

ItemUnitOfMeasureServiceImpl

public ItemUnitOfMeasureServiceImpl()
Method Detail

getByPrimaryId

public UnitOfMeasure getByPrimaryId(String itemUnitOfMeasureCode)
Description copied from interface: ItemUnitOfMeasureService
Retrieves a unit of measure object by its primary key - the item unit of measure code.

Specified by:
getByPrimaryId in interface ItemUnitOfMeasureService
Returns:
UnitOfMeasure the unit of measure object which has the itemUnitOfMeasureCode in the input parameter to match its the primary key.
See Also:
ItemUnitOfMeasureService.getByPrimaryId(java.lang.String)

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)


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