@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)
CommodityCodeService
getByPrimaryId
in interface CommodityCodeService
org.kuali.module.vnd.service.CommodityCodeService#getByPrimaryId(java.lang.String)
public boolean wildCardCommodityCodeExists(String wildCardCommodityCode)
CommodityCodeService
wildCardCommodityCodeExists
in interface CommodityCodeService
wildCardCommodityCode
- 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–2015 The Kuali Foundation. All rights reserved.