|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BulkReceivingService
Method Summary | |
---|---|
HashMap<String,String> |
bulkReceivingDuplicateMessages(BulkReceivingDocument blkRecDoc)
Checks for duplicate Bulk Receiving documents and passes back a list of those found where vendor date, packing slip number or bill of lading match on previous bulk receiving documents by purchase order. |
boolean |
canPrintReceivingTicket(BulkReceivingDocument blkRecDoc)
|
String |
getBulkReceivingDocumentNumberInProcessForPurchaseOrder(Integer poId,
String bulkReceivingDocumentNumber)
|
void |
performPrintReceivingTicketPDF(String blkDocId,
ByteArrayOutputStream baosPDF)
|
void |
populateAndSaveBulkReceivingDocument(BulkReceivingDocument blkRecDoc)
A save is done passing the continue purap event so as to call a populate within prepare for save. |
void |
populateBulkReceivingFromPurchaseOrder(BulkReceivingDocument blkRecDoc)
Populates a Bulk Receiving Document with information from a Purchase Order. |
Method Detail |
---|
void populateBulkReceivingFromPurchaseOrder(BulkReceivingDocument blkRecDoc)
blkRecDoc
- void populateAndSaveBulkReceivingDocument(BulkReceivingDocument blkRecDoc) throws org.kuali.rice.kew.exception.WorkflowException
blkRecDoc
-
org.kuali.rice.kew.exception.WorkflowException
HashMap<String,String> bulkReceivingDuplicateMessages(BulkReceivingDocument blkRecDoc)
blkRecDoc
-
boolean canPrintReceivingTicket(BulkReceivingDocument blkRecDoc)
void performPrintReceivingTicketPDF(String blkDocId, ByteArrayOutputStream baosPDF)
String getBulkReceivingDocumentNumberInProcessForPurchaseOrder(Integer poId, String bulkReceivingDocumentNumber)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |