Interface MaintenanceDocumentDao

All Known Implementing Classes:
MaintenanceDocumentDaoOjb

@Deprecated public interface MaintenanceDocumentDao
Deprecated.
use new KRAD Data framework DataObjectService
This interface defines basic methods that MaintenanceDocument Dao's must provide
  • Method Summary

    Modifier and Type
    Method
    Description
    getLockingDocumentNumber(String lockingRepresentation, String documentNumber)
    Deprecated.
    This method looks for a document that is locking the given lockingRepresentation.
  • Method Details

    • getLockingDocumentNumber

      String getLockingDocumentNumber(String lockingRepresentation, String documentNumber)
      Deprecated.
      This method looks for a document that is locking the given lockingRepresentation. If one is found, then it retrieves the documentNumber, and returns it.
      Parameters:
      lockingRepresentation - - locking representation to check for
      documentNumber - - document number to ignore, optional argument
      Returns:
      returns an empty string if no locking document is found, otherwise returns the documentNumber of the locking document