org.kuali.kfs.module.purap.service
Interface ItemUnitOfMeasureService

All Known Implementing Classes:
ItemUnitOfMeasureServiceImpl

public interface ItemUnitOfMeasureService

This interface defines methods that an Item Unit of Measure Service must provide


Method Summary
 UnitOfMeasure getByPrimaryId(String itemUnitOfMeasureCode)
          Retrieves a unit of measure object by its primary key - the item unit of measure code.
 

Method Detail

getByPrimaryId

UnitOfMeasure getByPrimaryId(String itemUnitOfMeasureCode)
Retrieves a unit of measure object by its primary key - the item unit of measure code.

Parameters:
itemUnitOfMeasureCode -
Returns:
UnitOfMeasure the unit of measure object which has the itemUnitOfMeasureCode in the input parameter to match its the primary key.


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