|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CommodityCode in org.kuali.kfs.module.purap.businessobject |
---|
Methods in org.kuali.kfs.module.purap.businessobject that return CommodityCode | |
---|---|
CommodityCode |
ReceivingThreshold.getCommodityCode()
|
CommodityCode |
PurchasingItemBase.getCommodityCode()
|
Methods in org.kuali.kfs.module.purap.businessobject with parameters of type CommodityCode | |
---|---|
void |
ReceivingThreshold.setCommodityCode(CommodityCode commodityCode)
|
void |
PurchasingItemBase.setCommodityCode(CommodityCode commodityCode)
|
Uses of CommodityCode in org.kuali.kfs.module.purap.document |
---|
Fields in org.kuali.kfs.module.purap.document with type parameters of type CommodityCode | |
---|---|
protected List<CommodityCode> |
PurchasingDocumentBase.commodityCodesForRouting
|
Methods in org.kuali.kfs.module.purap.document that return types with arguments of type CommodityCode | |
---|---|
List<CommodityCode> |
PurchasingDocumentBase.getCommodityCodesForRouting()
|
Method parameters in org.kuali.kfs.module.purap.document with type arguments of type CommodityCode | |
---|---|
void |
PurchasingDocumentBase.setCommodityCodesForRouting(List<CommodityCode> commodityCodesForRouting)
|
Uses of CommodityCode in org.kuali.kfs.module.purap.document.service.impl |
---|
Methods in org.kuali.kfs.module.purap.document.service.impl with parameters of type CommodityCode | |
---|---|
protected boolean |
PurapServiceImpl.isCommodityCodeTaxable(CommodityCode commodityCode)
|
Uses of CommodityCode in org.kuali.kfs.sys.identity |
---|
Fields in org.kuali.kfs.sys.identity declared as CommodityCode | |
---|---|
protected CommodityCode |
KfsKimAttributes.commodityCode
|
Methods in org.kuali.kfs.sys.identity that return CommodityCode | |
---|---|
CommodityCode |
KfsKimAttributes.getCommodityCode()
|
Methods in org.kuali.kfs.sys.identity with parameters of type CommodityCode | |
---|---|
void |
KfsKimAttributes.setCommodityCode(CommodityCode commodityCode)
|
Uses of CommodityCode in org.kuali.kfs.vnd.businessobject |
---|
Methods in org.kuali.kfs.vnd.businessobject that return CommodityCode | |
---|---|
CommodityCode |
CommodityContractManager.getCommodityCode()
|
CommodityCode |
VendorCommodityCode.getCommodityCode()
|
Methods in org.kuali.kfs.vnd.businessobject with parameters of type CommodityCode | |
---|---|
void |
CommodityContractManager.setCommodityCode(CommodityCode commodityCode)
Deprecated. |
void |
VendorCommodityCode.setCommodityCode(CommodityCode commodityCode)
|
Constructors in org.kuali.kfs.vnd.businessobject with parameters of type CommodityCode | |
---|---|
VendorCommodityCode(Integer vendorHeaderGeneratedIdentifier,
Integer vendorDetailAssignedIdentifier,
CommodityCode commodityCode,
boolean active)
|
Uses of CommodityCode in org.kuali.kfs.vnd.service |
---|
Methods in org.kuali.kfs.vnd.service that return CommodityCode | |
---|---|
CommodityCode |
CommodityCodeService.getByPrimaryId(String purchasingCommodityCode)
Retrieves a commodity code object by its primary key - the purchasing commodity code. |
Uses of CommodityCode in org.kuali.kfs.vnd.service.impl |
---|
Methods in org.kuali.kfs.vnd.service.impl that return CommodityCode | |
---|---|
CommodityCode |
CommodityCodeServiceImpl.getByPrimaryId(String purchasingCommodityCode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |