org.kuali.kfs.module.purap.document.service
Interface PurchasingService

All Known Implementing Classes:
PurchasingServiceImpl

public interface PurchasingService


Method Summary
 boolean checkCapitalAssetLocation(CapitalAssetLocation location)
           
 boolean checkValidRoomNumber(CapitalAssetLocation location)
           
 void deleteCapitalAssetItems(PurchasingDocument purDoc, Integer itemIdentifier)
           
 String getDefaultAssetTypeCodeNotThisFiscalYear()
           
 boolean getDefaultUseTaxIndicatorValue(PurchasingDocument purDoc)
          Gets the default value for use tax
 void setupCapitalAssetItems(PurchasingDocument purDoc)
           
 void setupCapitalAssetSystem(PurchasingDocument purDoc)
           
 

Method Detail

setupCapitalAssetItems

void setupCapitalAssetItems(PurchasingDocument purDoc)

deleteCapitalAssetItems

void deleteCapitalAssetItems(PurchasingDocument purDoc,
                             Integer itemIdentifier)

setupCapitalAssetSystem

void setupCapitalAssetSystem(PurchasingDocument purDoc)

getDefaultAssetTypeCodeNotThisFiscalYear

String getDefaultAssetTypeCodeNotThisFiscalYear()

getDefaultUseTaxIndicatorValue

boolean getDefaultUseTaxIndicatorValue(PurchasingDocument purDoc)
Gets the default value for use tax

Parameters:
purDoc -
Returns:
boolean indicating value of use tax indicator

checkCapitalAssetLocation

boolean checkCapitalAssetLocation(CapitalAssetLocation location)

checkValidRoomNumber

boolean checkValidRoomNumber(CapitalAssetLocation location)


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