org.kuali.rice.krad.service
Interface InactivationBlockingDisplayService

All Known Implementing Classes:
InactivationBlockingDisplayServiceImpl

public interface InactivationBlockingDisplayService

A service that helps to print out records that block the inactivation of another BO

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 List<String> listAllBlockerRecords(BusinessObject blockedBo, InactivationBlockingMetadata inactivationBlockingMetadata)
          Retrieves a List of Strings representing each record that blocks the inactivation of blockedBo
 

Method Detail

listAllBlockerRecords

List<String> listAllBlockerRecords(BusinessObject blockedBo,
                                   InactivationBlockingMetadata inactivationBlockingMetadata)
Retrieves a List of Strings representing each record that blocks the inactivation of blockedBo

Parameters:
blockedBo -
inactivationBlockingMetadata - the blocking relationship
Returns:


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