|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequisitionService
Defines methods that must be implemented by classes providing a RequisitionService.
Method Summary | |
---|---|
int |
getCountOfRequisitionsAwaitingContractManagerAssignment()
Returns the count of how many Requisitions are awaiting contract manager assignment |
RequisitionDocument |
getRequisitionById(Integer id)
Obtains the requisition document from the database given a requisition id as the input parameter |
List<RequisitionDocument> |
getRequisitionsAwaitingContractManagerAssignment()
Returns the list of Requisitions that are awaiting contract manager assignment |
boolean |
isAutomaticPurchaseOrderAllowed(RequisitionDocument requisition)
Checks whether the requisition is eligible to become an Automatic Purchase Order (APO) |
Methods inherited from interface org.kuali.kfs.module.purap.document.service.PurchasingDocumentSpecificService |
---|
createCamsItem, createCapitalAssetSystem |
Method Detail |
---|
RequisitionDocument getRequisitionById(Integer id)
id
- the requisition id of the document we want to obtain.
boolean isAutomaticPurchaseOrderAllowed(RequisitionDocument requisition)
requisition
- the requisition document to be checked.
List<RequisitionDocument> getRequisitionsAwaitingContractManagerAssignment()
int getCountOfRequisitionsAwaitingContractManagerAssignment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |