org.kuali.kfs.gl.document.web
Interface CorrectionDocumentEntryMetadata

All Known Implementing Classes:
CorrectionForm, LaborCorrectionForm

public interface CorrectionDocumentEntryMetadata

This class represents origin entry meta-data for the correction document.


Method Summary
 List<OriginEntryFull> getAllEntries()
           
 boolean getDataLoadedFlag()
           
 String getEditMethod()
           
 String getInputGroupIdFromLastDocumentLoad()
          Gets the input group ID of the document when it was persisted in the DB
 boolean getMatchCriteriaOnly()
           
 boolean isRestrictedFunctionalityMode()
           
 

Method Detail

getAllEntries

List<OriginEntryFull> getAllEntries()

getDataLoadedFlag

boolean getDataLoadedFlag()

getInputGroupIdFromLastDocumentLoad

String getInputGroupIdFromLastDocumentLoad()
Gets the input group ID of the document when it was persisted in the DB

Returns:
the input group ID of the document when it was persisted in the DB

isRestrictedFunctionalityMode

boolean isRestrictedFunctionalityMode()

getMatchCriteriaOnly

boolean getMatchCriteriaOnly()

getEditMethod

String getEditMethod()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.