public interface CommodityCodeService
Modifier and Type | Method and Description |
---|---|
CommodityCode |
getByPrimaryId(String purchasingCommodityCode)
Retrieves a commodity code object by its primary key - the purchasing commodity code.
|
boolean |
wildCardCommodityCodeExists(String wildCardCommodityCode)
Checks whether the commodity code in wildcard form exists.
|
CommodityCode getByPrimaryId(String purchasingCommodityCode)
purchasingCommodityCode
- boolean wildCardCommodityCodeExists(String wildCardCommodityCode)
wildCardCommodityCode
- The string containing wild card character to be queried to the database.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.