org.kuali.rice.kns.service.impl
Class MaintenanceDocumentServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.MaintenanceDocumentServiceImpl
- All Implemented Interfaces:
- org.kuali.rice.kns.service.MaintenanceDocumentService
public class MaintenanceDocumentServiceImpl
- extends Object
- implements org.kuali.rice.kns.service.MaintenanceDocumentService
This class is the service implementation for the MaintenanceDocument structure. This is the default implementation, that is
delivered with Kuali.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaintenanceDocumentServiceImpl
public MaintenanceDocumentServiceImpl()
getLockingDocumentId
public String getLockingDocumentId(org.kuali.rice.kns.document.MaintenanceDocument document)
- Specified by:
getLockingDocumentId
in interface org.kuali.rice.kns.service.MaintenanceDocumentService
- See Also:
MaintenanceDocumentService.getLockingDocumentId(org.kuali.rice.kns.document.MaintenanceDocument)
getLockingDocumentId
public String getLockingDocumentId(org.kuali.rice.kns.maintenance.Maintainable maintainable,
String documentNumber)
- Specified by:
getLockingDocumentId
in interface org.kuali.rice.kns.service.MaintenanceDocumentService
- See Also:
MaintenanceDocumentService.getLockingDocumentId(org.kuali.rice.kns.maintenance.Maintainable, java.lang.String)
deleteLocks
public void deleteLocks(String documentNumber)
- Specified by:
deleteLocks
in interface org.kuali.rice.kns.service.MaintenanceDocumentService
- See Also:
MaintenanceDocumentService.deleteLocks(String)
storeLocks
public void storeLocks(List<org.kuali.rice.kns.document.MaintenanceLock> maintenanceLocks)
- Specified by:
storeLocks
in interface org.kuali.rice.kns.service.MaintenanceDocumentService
- See Also:
org.kuali.rice.kns.service.MaintenanceDocumentService#saveLocks(List)
getMaintenanceDocumentDao
public MaintenanceDocumentDao getMaintenanceDocumentDao()
- Returns:
- Returns the maintenanceDocumentDao.
setMaintenanceDocumentDao
public void setMaintenanceDocumentDao(MaintenanceDocumentDao maintenanceDocumentDao)
- Parameters:
maintenanceDocumentDao
- The maintenanceDocumentDao to set.
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.