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

All Known Implementing Classes:
B2BShoppingServiceImpl

public interface B2BShoppingService

These items will allow a user to punch out for shopping and will create requisitions from an order.


Method Summary
 List createRequisitionsFromCxml(B2BShoppingCart message, org.kuali.rice.kim.bo.Person user)
          Create requisition(s) from cxml and return list for display
 String getPunchOutUrl(org.kuali.rice.kim.bo.Person user)
          Get URL to punch out to
 

Method Detail

getPunchOutUrl

String getPunchOutUrl(org.kuali.rice.kim.bo.Person user)
Get URL to punch out to

Parameters:
User - ID punching out
Returns:
URL to punch out to

createRequisitionsFromCxml

List createRequisitionsFromCxml(B2BShoppingCart message,
                                org.kuali.rice.kim.bo.Person user)
                                throws org.kuali.rice.kew.exception.WorkflowException
Create requisition(s) from cxml and return list for display

Parameters:
cxml - cXml string
user - User doing the requisitioning
Returns:
List of requisitions
Throws:
org.kuali.rice.kew.exception.WorkflowException


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