org.kuali.kfs.module.endow.document.service.impl
Class PendingTransactionDocumentServiceImpl
java.lang.Object
org.kuali.kfs.module.endow.document.service.impl.PendingTransactionDocumentServiceImpl
- All Implemented Interfaces:
- PendingTransactionDocumentService
public class PendingTransactionDocumentServiceImpl
- extends Object
- implements PendingTransactionDocumentService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendingTransactionDocumentServiceImpl
public PendingTransactionDocumentServiceImpl()
getPendingDocuments
public Collection<PendingTransactionDocumentEntry> getPendingDocuments()
- Returns all the pending transaction documents.
- Specified by:
getPendingDocuments
in interface PendingTransactionDocumentService
- Returns:
- Collection of pending transaction document entries.
setBusinessObjectService
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
- Sets the businessObjectService attribute value.
- Parameters:
businessObjectService
- The businessObjectService to set.
setDataDictionaryService
public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
- Sets the dataDictionaryService attribute value.
- Parameters:
dataDictionaryService
- The dataDictionaryService to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.