@Transactional public class CommodityCodeServiceImpl extends Object implements CommodityCodeService
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
LOG |
| Constructor and Description |
|---|
CommodityCodeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
CommodityCode |
getByPrimaryId(String purchasingCommodityCode)
Retrieves a commodity code object by its primary key - the purchasing commodity code.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setCommodityCodeDao(CommodityCodeDao commodityCodeDao) |
boolean |
wildCardCommodityCodeExists(String wildCardCommodityCode)
Checks whether the commodity code in wildcard form exists.
|
protected static org.apache.log4j.Logger LOG
public CommodityCodeServiceImpl()
public CommodityCode getByPrimaryId(String purchasingCommodityCode)
CommodityCodeServicegetByPrimaryId in interface CommodityCodeServiceorg.kuali.module.vnd.service.CommodityCodeService#getByPrimaryId(java.lang.String)public boolean wildCardCommodityCodeExists(String wildCardCommodityCode)
CommodityCodeServicewildCardCommodityCodeExists in interface CommodityCodeServicewildCardCommodityCode - The string containing wild card character to be queried to the database.CommodityCodeService.wildCardCommodityCodeExists(java.lang.String)public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public void setCommodityCodeDao(CommodityCodeDao commodityCodeDao)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.