public class OleUuidCheckWebServiceImpl extends Object implements OleUuidCheckWebService
Constructor and Description |
---|
OleUuidCheckWebServiceImpl() |
Modifier and Type | Method and Description |
---|---|
String |
checkUuidExsistence(String uuids)
This method takes uuid as parameter and checks whether uuid exists in RequisitionItem,POItem,RecivingLineItem and PaymentRequest
returns true or false based on the exist of uuid in the above documents database.
|
List<String> |
checkUuidInPaymentRequestItem(List<String> uuid)
This method will search in the Payment Request Item table whether the passed uuid exist or not, if exist returns List of those exsisted uuids
|
List<String> |
checkUuidInPOItem(List<String> uuid)
This method will search in the PurchaseOrder Item table whether the passed uuid exist or not, if exist returns List of those exsisted uuids
|
List<String> |
checkUuidInReceivingLineItem(List<String> uuid)
This method will search in the Receiving Line Item table whether the passed uuid exist or not, if exist returns List of those exsisted uuids
|
List<String> |
checkUuidInRequisitionItem(List<String> uuid)
This method will search in the Requisition Item table whether the passed uuid exist or not, if exist returns List of those exsisted uuids
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
public OleUuidCheckWebServiceImpl()
public String checkUuidExsistence(String uuids)
OleUuidCheckWebService
checkUuidExsistence
in interface OleUuidCheckWebService
org.kuali.ole.select.service.OleUuidCheckService#checkUuidExsistence(java.lang.String)
public List<String> checkUuidInRequisitionItem(List<String> uuid)
uuid
- public List<String> checkUuidInPOItem(List<String> uuid)
uuid
- public List<String> checkUuidInPaymentRequestItem(List<String> uuid)
uuid
- public List<String> checkUuidInReceivingLineItem(List<String> uuid)
uuid
- public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.