org.kuali.kfs.vnd.dataaccess
Interface CommodityCodeDao

All Known Implementing Classes:
CommodityCodeDaoOjb

public interface CommodityCodeDao

Commodity Code DAO Interface.


Method Summary
 boolean wildCardCommodityCodeExists(String wildCardCommodityCode)
          Checks whether the commodity code in wildcard form exists.
 

Method Detail

wildCardCommodityCodeExists

boolean wildCardCommodityCodeExists(String wildCardCommodityCode)
Checks whether the commodity code in wildcard form exists. For example, if the wildCardCommodityCode in the input parameter is 100* and the database has commodity code 10023, then this method will return true. If no matching found then this method returns false.

Parameters:
wildCardCommodityCode - The string containing wild card character to be queried to the database.
Returns:
boolean true if the wildcardCommodityCode exists in the database.


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