org.kuali.kfs.module.purap.service.impl
Class ItemUnitOfMeasureServiceImpl
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static org.apache.log4j.Logger LOG
ItemUnitOfMeasureServiceImpl
public ItemUnitOfMeasureServiceImpl()
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.