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,ReceivingLineItem,PaymentRequest,Loan,Request,Serial Receiving
 returns non linked uuids with pipe and linked constants | 
| List<String> | checkUuidInCopies(List<String> uuids,
                                  StringBuilder linksSb)This method will search in copies table whether the passed uuids exist or not, if exists returns List of those non existing uuids | 
| List<String> | checkUuidInLoan(List<String> uuids,
                              StringBuilder linksSb)This method will search in loan table whether the passed uuids exist or not, if exists returns List of those non existing uuids | 
| List<String> | checkUuidInPaymentRequestItem(List<String> uuid,
                                                          StringBuilder linksSb)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,
                                  StringBuilder linksSb)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,
                                                        StringBuilder linksSb)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> | checkUuidInRequest(List<String> uuids,
                                    StringBuilder linksSb)This method will search in deliver request table whether the passed uuids exist or not, if exists returns List of those non existing uuids | 
| List<String> | checkUuidInRequisitionItem(List<String> uuid,
                                                    StringBuilder linksSb)This method will search in the Requisition Item table whether the passed uuid exist or not, if exist returns List of those exsisted uuids | 
| List<String> | checkUuidInSerialReceiving(List<String> uuids,
                                                    StringBuilder linksSb)This method will search in serial receiving table whether the passed uuids exist or not, if exists returns List of those non existing uuids | 
| org.kuali.rice.krad.service.BusinessObjectService | getBusinessObjectService()Gets the businessObjectService attribute. | 
public OleUuidCheckWebServiceImpl()
public String checkUuidExsistence(String uuids)
OleUuidCheckWebServicecheckUuidExsistence in interface OleUuidCheckWebServiceOleUuidCheckWebService.checkUuidExsistence(java.lang.String)public List<String> checkUuidInRequisitionItem(List<String> uuid, StringBuilder linksSb)
uuid - public List<String> checkUuidInPOItem(List<String> uuid, StringBuilder linksSb)
uuid - public List<String> checkUuidInPaymentRequestItem(List<String> uuid, StringBuilder linksSb)
uuid - public List<String> checkUuidInReceivingLineItem(List<String> uuid, StringBuilder linksSb)
uuid - public List<String> checkUuidInCopies(List<String> uuids, StringBuilder linksSb)
uuids - public List<String> checkUuidInRequest(List<String> uuids, StringBuilder linksSb)
uuids - public List<String> checkUuidInLoan(List<String> uuids, StringBuilder linksSb)
uuids - public List<String> checkUuidInSerialReceiving(List<String> uuids, StringBuilder linksSb)
uuids - public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.